@charset "UTF-8";
body {
  overflow-x: hidden;
  box-sizing: border-box;
  margin: 0;
}
audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article {
  display: block;
}
aside {
  display: block;
}
details {
  display: block;
}
figcaption {
  display: block;
}
figure {
  display: block;
}
footer {
  display: block;
}
header {
  display: block;
}
main {
  display: block;
}
menu {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
[id] {
  scroll-margin-top: 110px;
}
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
}
code {
  font-family: monospace;
}
kbd {
  font-family: monospace;
}
pre {
  font-family: monospace;
}
samp {
  font-family: monospace;
}
b {
  font-weight: bolder;
}
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #cccccc;
  color: #339cd3;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
input {
  border-radius: 0;
  font: inherit;
  color: #464646;
}
button {
  cursor: pointer;
  font: inherit;
  overflow: visible;
  -webkit-appearance: button;
  text-transform: none;
  color: #464646;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="button"] {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 1px dotted ButtonText;
}
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
  font: inherit;
  color: #464646;
}
optgroup {
  font: inherit;
  font-weight: bold;
}
select {
  font: inherit;
  text-transform: none;
  color: #464646;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: #464646;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
canvas {
  display: inline-block;
}
video {
  display: inline-block;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #339cd3;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #339cd3;
  color: #ffffff;
  text-shadow: none;
}
:focus {
  outline: 0 none;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'PlumbCondensed';
  src: url('/fonts/plumb-condensed/PlumbCondensed-Bold.woff2') format("woff2"), url('/fonts/plumb-condensed/PlumbCondensed-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlumbCondensed';
  src: url('/fonts/plumb-condensed/Plumb-Black.woff2') format("woff2"), url('/fonts/plumb-condensed/Plumb-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Black.woff2') format("woff2"), url('/fonts/roboto/Roboto-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-BlackItalic.woff2') format("woff2"), url('/fonts/roboto/Roboto-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Light.woff2') format("woff2"), url('/fonts/roboto/Roboto-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-ThinItalic.woff2') format("woff2"), url('/fonts/roboto/Roboto-ThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Bold.woff2') format("woff2"), url('/fonts/roboto/Roboto-Bold.woff') format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-BoldItalic.woff2') format("woff2"), url('/fonts/roboto/Roboto-BoldItalic.woff') format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Thin.woff2') format("woff2"), url('/fonts/roboto/Roboto-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-LightItalic.woff2') format("woff2"), url('/fonts/roboto/Roboto-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Italic.woff2') format("woff2"), url('/fonts/roboto/Roboto-Italic.woff') format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Regular.woff2') format("woff2"), url('/fonts/roboto/Roboto-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-MediumItalic.woff2') format("woff2"), url('/fonts/roboto/Roboto-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/fonts/roboto/Roboto-Medium.woff2') format("woff2"), url('/fonts/roboto/Roboto-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  color: #343a40;
  line-height: 1.5;
  font-family: 'Roboto', serif;
}
body {
  background-color: white;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
h1,
h2,
.h2,
h3,
.h3,
h4,
h5 {
  font-stretch: condensed;
  font-weight: 500;
}
h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
h5 a {
  color: #333;
  text-decoration: underline;
}
h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: #2f89b8;
  text-decoration: underline;
}
h1 {
  font-size: 27px;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: -0.2px;
  color: #343a40;
}
h2,
.h2 {
  font-size: 24px;
  margin: 53px 0 20px;
  line-height: 1.07;
}
h3,
.h3 {
  font-size: 20px;
  margin: 40px 0 16px;
  line-height: 1.21;
  letter-spacing: -0.2px;
}
h4 {
  font-size: 16px;
  margin: 16px 0 12px;
  line-height: 1.15;
  letter-spacing: -0.2px;
}
h5 {
  font-size: 14px;
  margin: 14px 0 7px;
  line-height: 1.44;
  letter-spacing: -0.1px;
}
.title--size-1 {
  line-height: 1.12;
  font-size: 48px;
  font-weight: bold;
}
.title--size-2 {
  font-size: 33px;
  line-height: 1.39;
  margin: 67px 0 18px;
}
.title--size-3 {
  font-size: 28px;
  line-height: 1.13;
  margin: 40px 0 18px;
}
.title--size-4 {
  font-size: 20px;
  line-height: 1.13;
  margin: 16px 0 18px;
}
ul li,
.ul li,
ol li,
.ol li {
  font-size: 16px;
  line-height: 26px;
}
ul li ul,
.ul li ul,
ol li ul,
.ol li ul,
ul li .ul,
.ul li .ul,
ol li .ul,
.ol li .ul,
ul li ol,
.ul li ol,
ol li ol,
.ol li ol,
ul li .ol,
.ul li .ol,
ol li .ol,
.ol li .ol {
  margin-top: 5px;
}
.publication-content .text-sect.content-zoom-2 ul li,
.publication-content .text-sect.content-zoom-2 .ul li,
.publication-content .text-sect.content-zoom-2 ol li,
.publication-content .text-sect.content-zoom-2 .ol li {
  font-size: 18px;
  line-height: 28px;
}
.publication-content .text-sect.content-zoom-3 ul li,
.publication-content .text-sect.content-zoom-3 .ul li,
.publication-content .text-sect.content-zoom-3 ol li,
.publication-content .text-sect.content-zoom-3 .ol li {
  font-size: 22px;
  line-height: 30px;
}
ul,
.ul {
  padding: 0 0 0 20px;
}
ul li,
.ul li {
  list-style: disc;
  position: relative;
  font-weight: normal;
  color: #343A40;
  padding-left: 5px;
}
ul li + li,
.ul li + li {
  margin-top: 10px;
}
ol,
.ol {
  padding: 0 0 0 30px;
}
ol > li,
.ol > li {
  position: relative;
  font-weight: normal;
  color: #343A40;
  padding-left: 5px;
}
ol > li + li,
.ol > li + li {
  margin-top: 10px;
}
ol > li::marker,
.ol > li::marker {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
ol.special-ol,
.ol.special-ol {
  list-style: none;
  counter-reset: li;
  padding: 0;
}
ol.special-ol h2,
.ol.special-ol h2 {
  margin: 18px 0 0;
}
ol.special-ol h2 + ol,
.ol.special-ol h2 + ol,
ol.special-ol h2 .ol,
.ol.special-ol h2 .ol,
ol.special-ol h2 ul,
.ol.special-ol h2 ul,
ol.special-ol h2 .ul,
.ol.special-ol h2 .ul {
  margin-top: 10px;
}
ol.special-ol li::marker,
.ol.special-ol li::marker {
  content: counters(list-item, ".") ". ";
  font-weight: unset;
}
ol.special-ol > li,
.ol.special-ol > li {
  padding-left: 0;
}
ol.special-ol > li::marker,
.ol.special-ol > li::marker {
  content: none;
}
ol.special-ol ol,
.ol.special-ol ol,
ol.special-ol .ol,
.ol.special-ol .ol {
  list-style: none;
  counter-reset: li;
}
ol.special-ol > li ol,
.ol.special-ol > li ol {
  padding-left: 40px;
}
ol.special-ol > li ol > li ol,
.ol.special-ol > li ol > li ol {
  padding-left: 60px;
}
ol.special-ol > li ol > li ol > li ol,
.ol.special-ol > li ol > li ol > li ol {
  padding-left: 66px;
}
ol.special-ol p + ol,
.ol.special-ol p + ol,
ol.special-ol p .ol,
.ol.special-ol p .ol {
  padding-top: 0;
}
.content-zoom-2 ol > li::marker,
.content-zoom-2 .ol > li::marker {
  font-size: 18px;
  line-height: 28px;
  left: -35px;
}
.content-zoom-3 ol > li::marker,
.content-zoom-3 .ol > li::marker {
  font-size: 22px;
  line-height: 30px;
  left: -35px;
}
.ol--big {
  padding-left: 90px;
  counter-reset: ol;
}
.ol--big li {
  list-style: none;
  position: relative;
  font-weight: 300;
}
.ol--big li + li {
  margin-top: 11px;
}
.ol--big li:before {
  counter-increment: ol;
  content: counter(ol);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
  left: -65px;
  opacity: 0.5;
}
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #343A40;
}
p + ul,
p .ul,
p ol,
p .ol {
  margin-top: -5px;
}
.publication-content .text-sect.content-zoom-2 p {
  font-size: 18px;
  line-height: 28px;
}
.publication-content .text-sect.content-zoom-3 p {
  font-size: 22px;
  line-height: 30px;
}
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  background: #FFFFFF;
}
td,
th {
  padding: 6px 10px;
  border: 1px solid #CED4DA;
  font-size: 13px;
  line-height: 1.15;
  color: #343A40;
  vertical-align: top;
}
td > *:first-child,
th > *:first-child {
  margin-top: 0!important;
}
td > *:last-child,
th > *:last-child {
  margin-bottom: 0!important;
}
td p,
th p,
td ol > li,
th ol > li,
td ol > li:before,
th ol > li:before,
td ul li,
th ul li {
  font-size: 13px;
  line-height: 1.15;
}
td ol,
th ol {
  padding-left: 15px;
}
td ol > li,
th ol > li {
  padding-left: 10px;
}
td ol > li:before,
th ol > li:before {
  left: -25px;
}
td ol > li::marker,
th ol > li::marker {
  font-size: 13px;
  line-height: 1.15;
}
td ul,
th ul {
  padding-left: 20px;
}
td ul li,
th ul li {
  padding-left: 5px;
}
td ul li:before,
th ul li:before {
  left: -12px;
  font-size: 4px;
  top: 1px;
}
td ul li + li,
th ul li + li,
td .ul li + li,
th .ul li + li,
td ol li + li,
th ol li + li,
td .ol li + li,
th .ol li + li {
  margin-top: 5px;
}
.publication-content .text-sect.content-zoom-2 td,
.publication-content .text-sect.content-zoom-2 th {
  font-size: 18px;
  line-height: 1.15;
}
.publication-content .text-sect.content-zoom-2 td p,
.publication-content .text-sect.content-zoom-2 th p,
.publication-content .text-sect.content-zoom-2 td ol > li,
.publication-content .text-sect.content-zoom-2 th ol > li,
.publication-content .text-sect.content-zoom-2 td ol > li:before,
.publication-content .text-sect.content-zoom-2 th ol > li:before,
.publication-content .text-sect.content-zoom-2 td ul li,
.publication-content .text-sect.content-zoom-2 th ul li {
  font-size: 18px;
}
.publication-content .text-sect.content-zoom-3 td,
.publication-content .text-sect.content-zoom-3 th {
  font-size: 22px;
  line-height: 1.15;
}
.publication-content .text-sect.content-zoom-3 td p,
.publication-content .text-sect.content-zoom-3 th p,
.publication-content .text-sect.content-zoom-3 td ol > li,
.publication-content .text-sect.content-zoom-3 th ol > li,
.publication-content .text-sect.content-zoom-3 td ol > li:before,
.publication-content .text-sect.content-zoom-3 th ol > li:before,
.publication-content .text-sect.content-zoom-3 td ul li,
.publication-content .text-sect.content-zoom-3 th ul li {
  font-size: 22px;
}
th {
  font-weight: bold;
  text-align: left;
}
th p {
  font-weight: bold;
}
td.parent {
  padding: 0;
}
td table {
  margin: -1px;
}
@media (max-width: 1023px) {
  p {
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.3px;
  }
  h2,
  .h2 {
    font-size: 27px;
    margin: 53px 0 20px;
    line-height: 1.07;
  }
  h3,
  .h3 {
    font-size: 24px;
    margin: 40px 0 16px;
    line-height: 1.21;
  }
  h4 {
    font-size: 20px;
    margin: 16px 0 12px;
    line-height: 1.15;
  }
  h5 {
    font-size: 16px;
    margin: 14px 0 7px;
    line-height: 1.44;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .publication-content .text-sect.content-zoom-2 p {
    font-size: 20px;
    line-height: 30px;
  }
  .publication-content .text-sect.content-zoom-3 p {
    font-size: 24px;
    line-height: 34px;
  }
  ul li,
  .ul li,
  ol li,
  .ol li {
    font-size: 16px;
    line-height: 26px;
  }
  .publication-content .text-sect.content-zoom-2 ul li,
  .publication-content .text-sect.content-zoom-2 .ul li,
  .publication-content .text-sect.content-zoom-2 ol li,
  .publication-content .text-sect.content-zoom-2 .ol li {
    font-size: 20px;
    line-height: 30px;
  }
  .publication-content .text-sect.content-zoom-3 ul li,
  .publication-content .text-sect.content-zoom-3 .ul li,
  .publication-content .text-sect.content-zoom-3 ol li,
  .publication-content .text-sect.content-zoom-3 .ol li {
    font-size: 24px;
    line-height: 34px;
  }
  ol > li::marker,
  .ol > li::marker {
    font-size: 16px;
    line-height: 26px;
  }
}
.input {
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #ced4da;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  min-width: 270px;
  outline: none;
  padding: 15px;
  text-overflow: ellipsis;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.input input[type='checkbox'] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.input::-webkit-input-placeholder {
  color: #868e96;
}
.input::-moz-placeholder {
  color: #868e96;
}
.input:-moz-placeholder {
  color: #868e96;
}
.input:-ms-input-placeholder {
  color: #868e96;
}
textarea.input {
  min-height: 80px;
}
select.input {
  font-family: 'Roboto', serif;
  color: #343A40;
  line-height: 20px;
  background-image: url(/images/ppt21/svg/select-arrow.svg);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}
textarea.input.comment-editor {
  width: 100%;
}
.switcher {
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #ced4da;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  min-width: 270px;
  outline: none;
  padding: 15px;
  position: relative;
  text-overflow: ellipsis;
}
.switcher input[type='checkbox'] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.switcher input:checked + .switcher-icon:after {
  left: 26px;
}
.switcher .fa-wrapper {
  top: 4px;
}
.ntf-switcher {
  background-color: #ffffff;
  border: solid 1px #e9ecef;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 25px 30px 30px;
  margin-bottom: -1px;
  position: relative;
}
.ntf-switcher .switcher-icon {
  position: relative;
  right: auto;
  top: auto;
  display: block;
}
.ntf-switcher input[type='checkbox'] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.ntf-switcher input:checked + .switcher-icon:after {
  left: 26px;
}
.input:focus {
  border: solid 1px #339cd3;
}
.switcher--js-active {
  border: solid 1px #339cd3;
}
.switcher:focus,
.switcher:hover {
  border: solid 1px #339cd3;
  z-index: 1;
}
.ntf-switcher:focus,
.ntf-switcher:hover {
  border: solid 1px #339cd3;
  z-index: 1;
}
input:checked + .switcher-icon {
  background-color: #82c91e;
  border-color: #82c91e;
}
.input--filled {
  border: solid 1px #82c91e;
}
.has-success .input {
  border: solid 1px #82c91e;
}
.switcher--filled {
  border: solid 1px #82c91e;
}
.input--error {
  border: solid 1px #EB5757;
}
.has-error .input {
  border: solid 1px #EB5757;
}
.switcher--error {
  border: solid 1px #e94f37;
}
.input--disabled {
  opacity: 0.5;
}
.switcher--disabled {
  opacity: 0.5;
}
.form-search {
  position: relative;
  display: flex;
}
.form-search .btn {
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .form-search {
    flex-direction: column;
  }
  .form-search .input {
    width: 100%;
  }
  .form-search .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.input--radio {
  background-color: #ffffff;
  border: solid 1px #cccccc;
  height: 14px;
  margin-right: -14px;
  opacity: 0;
  width: 14px;
}
.input--checkbox {
  display: none;
}
.input--radio:checked ~ .icon--radiobutton:after,
.input--radio:checked ~ .icon--checkbox:after,
.input--checkbox:checked ~ .icon--radiobutton:after,
.input--checkbox:checked ~ .icon--checkbox:after {
  background-color: #309ad3;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.input--search {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
  padding: 4px 48px 4px 12px;
  height: 28px;
  /*это наверное в стили форм*/
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  min-width: unset;
  width: 100%;
}
.input--search + .button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 28px;
  overflow: hidden;
  flex-shrink: 0;
}
.input--search + .button svg {
  vertical-align: middle;
}
.icon--radiobutton {
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #cccccc;
  display: inline-block;
  height: 14px;
  margin-right: 14px;
  position: relative;
  width: 14px;
}
.icon--radiobutton:after {
  background-color: #f8f9fa;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  width: 8px;
}
.icon--checkbox {
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #cccccc;
  display: inline-block;
  height: 14px;
  top: 2px;
  margin-right: 4px;
  position: relative;
  width: 14px;
}
.icon--checkbox:after {
  background-color: #f8f9fa;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  margin: -4px 0 0 -4px;
  position: absolute;
  top: 50%;
  width: 8px;
}
.switcher-icon {
  background-color: #ced4da;
  border-radius: 100px;
  border: solid 1px #ced4da;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.3);
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 56px;
}
.switcher-icon:after {
  background-color: #ffffff;
  border-radius: 50%;
  border: solid 1px #e9ecef;
  box-shadow: 0 2px 6px 0 rgba(137, 183, 208, 0.2), 1px 0 2px 0 rgba(134, 142, 150, 0.2);
  content: "";
  display: block;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 28px;
}
.switcher__text {
  color: #868e96;
  font-size: 16px;
  font-weight: 300;
  left: 60px;
  line-height: 1.19;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  width: 130px;
}
.ntfs-text {
  width: 100%;
  padding-right: 20px;
}
.ntfs-hdr {
  display: block;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: -0.1px;
  color: #343a40;
}
.ntfs-desc {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
  margin-top: 3px;
}
.ntfs-input {
  width: 56px;
  flex: 0 0 56px;
}
.select {
  border-radius: 3px;
  border: solid 1px #ced4da;
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 1;
  min-width: 270px;
  outline: none;
  padding: 15px 25px 15px 15px;
  text-overflow: ellipsis;
  background: url(/images/svg/drop-down-arrow.svg) right 15px center no-repeat, #ffffff;
  background-size: auto 5px;
  cursor: pointer;
}
.select.multi {
  height: auto;
  background: #ffffff;
  cursor: default;
}
.select__option {
  line-height: 50px;
  min-height: 50px;
}
.label {
  color: #343a40;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1.31;
  margin-bottom: 10px;
}
.label sup {
  color: #e94f37;
  line-height: 1.31;
}
.label.pink .input--checkbox + .icon--checkbox + span {
  color: #e64980;
}
.label.pink .input--checkbox:checked + .icon--checkbox:after {
  background-color: #e64980;
}
.label--social {
  position: relative;
}
.label--social .input {
  padding-left: 60px;
}
.form-message p {
  font-size: 14px;
  line-height: 1.14;
  margin-top: 10px;
}
.form-message--default p,
.form-message--default a {
  color: #868e96;
}
.form-message--default a {
  text-decoration: underline;
}
.form-message--default a:hover {
  color: #339cd3;
}
.form-message--required p {
  color: #EB5757;
}
.fa-wrapper {
  align-items: center;
  background-color: #ced4da;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  flex-basis: 36px;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 36px;
}
.fa-wrapper .fa {
  font-size: 22px;
}
.input:focus ~ .fa-odnoklassniki-wrapper {
  background-color: orange;
}
.input--filled ~ .fa-odnoklassniki-wrapper {
  background-color: orange;
}
input[type='checkbox']:checked ~ .fa-odnoklassniki-wrapper {
  background-color: orange;
}
input[type='checkbox']:checked ~ .fa-facebook-wrapper {
  background-color: #4a68b7;
}
input[type='checkbox']:checked ~ .fa-vk-wrapper {
  background-color: #416b9c;
}
input[type='checkbox']:checked ~ .fa-twitter-wrapper {
  background-color: #00adf3;
}
.input:focus ~ .fa-facebook-wrapper {
  background-color: #4a68b7;
}
.input--filled ~ .fa-facebook-wrapper {
  background-color: #4a68b7;
}
.input:focus ~ .fa-vk-wrapper {
  background-color: #416b9c;
}
.input--filled ~ .fa-vk-wrapper {
  background-color: #416b9c;
}
.input:focus ~ .fa-twitter-wrapper {
  background-color: #00adf3;
}
.input--filled ~ .fa-twitter-wrapper {
  background-color: #00adf3;
}
.button {
  border-radius: 3px;
  box-sizing: border-box;
  color: #f8f9fa;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 1.36;
  max-height: 50px;
  padding: 15px 15px 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  vertical-align: top;
  background-image: none;
}
.button:hover {
  color: #f8f9fa;
}
.button--small {
  max-height: 40px;
  padding: 10px 15px 10px;
}
.button--small.button--social {
  padding: 9px 8px;
}
.button--small.button--social .fa {
  font-size: 20px;
  min-width: 24px;
  margin-top: 0;
}
.button--small.button--social.button--disabled:hover {
  padding: 9px 10px;
}
.button--small.button--favorite {
  padding: 9px 10px;
}
.button--small.button--favorite .fa {
  font-size: 20px;
  min-width: 20px;
}
.button--small.button--favorite:hover {
  padding: 9px 25px 9px 20px;
}
.button--small.button--favorite:hover span {
  margin-left: 14px;
  margin-top: 2px;
}
.button--small.button--favorite.button--disabled:hover {
  padding: 9px 10px;
}
.button--small.button--favorite.button--load {
  padding: 9px 25px 9px 20px;
}
.button--small.button--favorite.button--load span {
  margin-left: 14px;
  margin-top: 2px;
}
.button--small.button--finished:after {
  height: 9px;
  left: 43%;
  top: 30%;
  width: 16px;
}
.button--small.button--scrolltop {
  height: 40px;
  max-width: 40px;
  margin-top: 15px;
  padding: 11px 10px;
  min-height: 40px;
  line-height: 14px;
  font-size: 20px;
}
.button--small.button--scrolltop:hover b {
  margin-top: -2px;
}
.button--small.button--close {
  min-height: 40px;
  max-width: 40px;
  padding: 3px 0 3px 3px;
  font-size: 34px;
  line-height: 34px;
}
.button--accent {
  background-color: #212529;
  border: 1px solid #212529;
}
.button--accent:hover {
  background-color: #343a40;
  border: solid 1px #212529;
  box-shadow: 0 2px 6px 0 rgba(71, 166, 216, 0.2), 0 1px 1px 0 #dbdfe4;
}
.button--accent.button--disabled {
  background-color: #343a40;
  border: solid 1px #212529;
  opacity: 0.6;
}
.button--accent.button--disabled:hover {
  background-color: #343a40;
  box-shadow: none;
  cursor: default;
  opacity: 0.6;
}
.button--primary {
  background-color: #339cd3;
  border: 0 none;
}
.button--primary:hover,
.button--primary:focus {
  background-color: #1780B8;
}
.button--primary.button--disabled {
  background-color: #339cd3;
  border: solid 1px #2d92c7;
  opacity: 0.3;
}
.button--primary.button--disabled:hover {
  background-color: #339cd3;
  border: solid 1px #2d92c7;
  box-shadow: none;
  cursor: default;
  opacity: 0.3;
}
.button--primary.button--load {
  animation-delay: 0;
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-name: load-animation;
  animation-timing-function: ease;
}
.button--primary.button--load:hover {
  box-shadow: none;
}
.button--primary.button--finished {
  background-color: #212529;
}
.button--secondary {
  background-color: #e9ecef;
  border: solid 1px #ced4da;
  color: #868e96;
}
.button--secondary:hover {
  background-color: #edf1f5;
  border: solid 1px rgba(206, 212, 218, 0.5);
  box-shadow: 0 2px 6px 0 rgba(71, 166, 216, 0.2), 0 1px 1px 0 #dbdfe4;
  color: #868e96;
}
.button--secondary.button--disabled {
  background-color: #e9ecef;
  border: solid 1px rgba(206, 212, 218, 0.5);
  color: #868e96;
  opacity: 0.4;
}
.button--secondary.button--disabled:hover {
  background-color: #e9ecef;
  border: solid 1px rgba(206, 212, 218, 0.5);
  box-shadow: none;
  color: #868e96;
  cursor: default;
  opacity: 0.4;
}
.button--secondary.button--load {
  animation-delay: 0;
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-name: load-animation-secondary;
  animation-timing-function: ease;
}
.button--secondary.button--load:hover {
  box-shadow: none;
}
.button--secondary.button--finished {
  background-color: #339cd3;
}
.button--secondary.button--finished:hover {
  box-shadow: none;
}
.button--facebook {
  background-color: #4a68b7;
}
.button--odnoklassniki {
  background-color: orange;
}
.button--social {
  color: #f8f9fa;
  padding: 12px 13px;
  margin-right: 1px;
}
.button--social .fa {
  font-size: 21px;
  min-width: 24px;
  margin-top: 2px;
}
.button--social span {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.button--vk {
  background-color: #416b9c;
}
.button--twitter {
  background-color: #00adf3;
}
.button--social.button--disabled {
  cursor: default;
  opacity: 0.3;
}
.button--social.button--disabled:hover {
  padding: 12px 16px;
}
.button--social.button--disabled:hover span {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.button--favorite {
  background-color: #212529;
  color: #f8f9fa;
  padding: 12px 16px;
}
.button--favorite .fa {
  font-size: 25px;
}
.button--favorite span {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.button--favorite:hover {
  padding: 12px 25px;
}
.button--favorite:hover span {
  display: inline-block;
  margin-left: 20px;
  margin-top: 4px;
  opacity: 1;
  vertical-align: top;
  visibility: visible;
}
.button--favorite.button--disabled {
  cursor: default;
  opacity: 0.3;
}
.button--favorite.button--disabled:hover {
  padding: 12px 16px;
}
.button--favorite.button--disabled:hover span {
  display: none;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.button--favorite.button--load {
  animation-delay: 0;
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-name: load-animation-social;
  animation-timing-function: ease;
  padding: 12px 25px;
}
.button--favorite.button--load span {
  display: inline-block;
  margin-left: 20px;
  margin-top: 4px;
  opacity: 1;
  vertical-align: top;
  visibility: visible;
}
.button--favorite.button--finished {
  background-color: #339cd3;
  min-width: 180px;
}
.button--finished {
  max-width: 150px;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
.button--finished:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 3px solid #f8f9fa;
  border-left: 3px solid #f8f9fa;
  content: "";
  display: block;
  height: 12px;
  left: 43%;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
  width: 20px;
}
.button--mobile {
  width: 100%;
  height: 40px;
  max-width: 40px;
  min-height: 40px;
  background-color: #339cd3;
  color: #ffffff;
  padding: 11px 10px;
  text-align: center;
  font-size: 21px;
  line-height: 28px;
  overflow: hidden;
  visibility: hidden;
  display: none;
}
.button--mobile span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ecf0f1;
  background-image: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button--mobile span + span {
  margin-top: 4px;
}
.button--scrolltop {
  background-color: #212529;
  height: 40px;
  max-width: 40px;
  margin-top: 15px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  padding: 11px 10px;
  width: 100%;
  min-height: 40px;
  line-height: 14px;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.button--scrolltop.is-active {
  visibility: visible;
  opacity: 1;
}
.button--scrolltop b {
  transform: rotate(-90deg);
  display: block;
  transition: all 0.3s;
}
.button--scrolltop:hover b {
  margin-top: -2px;
}
.button--close {
  min-height: 40px;
  max-width: 40px;
  text-align: center;
  font-weight: normal;
  padding: 3px 0 3px 3px;
  font-size: 34px;
  line-height: 34px;
  color: #212529;
}
.button--emlsubscribe {
  height: 50px;
}
.button--emlsubscribe .iconmonstr {
  width: 24px;
  margin-right: 8px;
}
.button--tgsubscribe {
  position: relative;
  padding-top: 14px;
  padding-bottom: 13px;
  height: 50px;
}
.button--tgsubscribe img {
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 8px;
}
.button--tgsubscribe span {
  vertical-align: middle;
}
.button--zensubscribe {
  position: relative;
  background-color: #e60000;
  border: 1px solid #e60000;
  padding-top: 13px;
  padding-bottom: 12px;
  height: 50px;
}
.button--zensubscribe img {
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 8px;
}
.button--zensubscribe span {
  vertical-align: middle;
}
.button--zensubscribe:hover {
  background-color: #e94f37;
  border: 1px solid #e94f37;
  box-shadow: 0 2px 6px 0 rgba(255, 0, 0, 0.2), 0 1px 1px 0 #dbdfe4;
}
/*НОВАЯ КНОПКА*/
.btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 0 none;
  text-align: center;
  transition: all 0.3s;
}
.btn.bordered {
  box-sizing: border-box;
  background: unset;
}
.btn.bordered.blue {
  color: #339CD3;
  border: 1px solid #339CD3;
}
.btn.bordered.white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn.bordered.dark {
  color: #343A40;
  border: 1px solid #343A40;
}
.btn.bordered:disabled {
  color: #CED4DA !important;
  border: 1px solid #CED4DA !important;
}
.btn.filled.blue {
  color: #FFFFFF !important;
  text-decoration: none!important;
  background: #339CD3;
}
.btn.filled.dark {
  color: #FFFFFF;
  background: #343A40;
}
.btn.filled.orange {
  color: #FFFFFF;
  background: #FF9900;
}
.btn.filled:disabled {
  background: #CED4DA !important;
}
.btn.small {
  font-size: 14px;
  line-height: 16px;
}
.btn:hover.bordered.blue {
  color: #FFFFFF;
  background-color: #339CD3;
  border: 1px solid #339CD3;
}
.btn:hover.bordered.white {
  color: #339CD3;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn:hover.bordered.dark {
  color: #FFFFFF;
  background-color: #343A40;
  border: 1px solid #343A40;
}
.btn:hover.filled.blue {
  background: #1780B8;
}
.btn:hover.filled.dark {
  background: #343A40;
}
.btn:hover.filled.orange {
  background: #f19000;
}
.btn:focus.bordered.blue {
  color: #FFFFFF;
  background-color: #1780B8;
  border: 1px solid #1780B8;
}
.btn:focus.bordered.white {
  color: #339CD3;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn:focus.bordered.dark {
  color: #FFFFFF;
  background-color: #343A40;
  border: 1px solid #343A40;
}
.btn:focus.filled.blue {
  background: #1780B8;
}
.btn:focus.filled.dark {
  background: #343A40;
}
.btn:focus.filled.orange {
  background: #f19000;
}
.load-more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #339CD3;
  padding: 8px 14px;
  border: 1.5px solid #339CD3;
  border-radius: 30px;
  gap: 4px;
  background: unset;
  transition: all 0.3s;
}
.load-more:hover,
.load-more:active {
  background: #E3F5FF;
}
.centeredLinkButton {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border: 0 none;
  text-align: center;
  transition: all 0.3s;
  color: #FFFFFF !important;
  text-decoration: none!important;
  background: #339CD3;
}
.centeredLinkButton:hover {
  background: #1780B8;
}
.centeredLinkButton:focus {
  background: #1780B8;
}
#ui-datepicker-div {
  width: 267px;
  border: none;
  box-shadow: -2px 0px 21px rgba(0, 0, 0, 0.2);
  border-radius: 3px !important;
  z-index: 20!important;
}
#ui-datepicker-div .ui-widget-header .ui-icon {
  background-image: url('/images/ui-icons_444444_256x240.png') !important;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
#ui-datepicker-div .ui-button,
#ui-datepicker-div html .ui-button.ui-state-disabled:hover,
#ui-datepicker-div html .ui-button.ui-state-disabled:active {
  border: none !important;
  padding: 10px 0.2em;
  text-align: center !important;
}
#ui-datepicker-div .ui-datepicker-prev {
  top: 2px!important;
  left: 2px!important;
}
#ui-datepicker-div .ui-datepicker-next {
  top: 2px!important;
  right: 2px!important;
}
@media (max-width: 1023px) {
  .ntf-switcher {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0 none;
    border-right: 0 none;
  }
  .ntf-switcher:focus,
  .ntf-switcher:hover {
    border-left: 0 none;
    border-right: 0 none;
  }
  .ntfs-hdr {
    line-height: 1.16;
  }
  .ntfs-desc {
    margin-top: 11px;
  }
  #ui-datepicker-div {
    width: 235px;
  }
}
@media (min-width: 1200px) {
  #ui-datepicker-div {
    width: 314px;
  }
}
@keyframes load-animation {
  0% {
    background: -moz-linear-gradient(to right, #343a40 0%, #339cd3 0%);
    background: -webkit-linear-gradient(to right, #343a40 0%, #339cd3 0%);
    background: linear-gradient(to right, #343a40 0%, #339cd3 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  10% {
    background: -moz-linear-gradient(to right, #343a40 10%, #339cd3 10%);
    background: -webkit-linear-gradient(to right, #343a40 10%, #339cd3 10%);
    background: linear-gradient(to right, #343a40 10%, #339cd3 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  20% {
    background: -moz-linear-gradient(to right, #343a40 20%, #339cd3 20%);
    background: -webkit-linear-gradient(to right, #343a40 20%, #339cd3 20%);
    background: linear-gradient(to right, #343a40 20%, #339cd3 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  30% {
    background: -moz-linear-gradient(to right, #343a40 30%, #339cd3 30%);
    background: -webkit-linear-gradient(to right, #343a40 30%, #339cd3 30%);
    background: linear-gradient(to right, #343a40 30%, #339cd3 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  40% {
    background: -moz-linear-gradient(to right, #343a40 40%, #339cd3 40%);
    background: -webkit-linear-gradient(to right, #343a40 40%, #339cd3 40%);
    background: linear-gradient(to right, #343a40 40%, #339cd3 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  50% {
    background: -moz-linear-gradient(to right, #343a40 50%, #339cd3 50%);
    background: -webkit-linear-gradient(to right, #343a40 50%, #339cd3 50%);
    background: linear-gradient(to right, #343a40 50%, #339cd3 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  60% {
    background: -moz-linear-gradient(to right, #343a40 60%, #339cd3 60%);
    background: -webkit-linear-gradient(to right, #343a40 60%, #339cd3 60%);
    background: linear-gradient(to right, #343a40 60%, #339cd3 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  70% {
    background: -moz-linear-gradient(to right, #343a40 70%, #339cd3 70%);
    background: -webkit-linear-gradient(to right, #343a40 70%, #339cd3 70%);
    background: linear-gradient(to right, #343a40 70%, #339cd3 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  80% {
    background: -moz-linear-gradient(to right, #343a40 80%, #339cd3 80%);
    background: -webkit-linear-gradient(to right, #343a40 80%, #339cd3 80%);
    background: linear-gradient(to right, #343a40 80%, #339cd3 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  90% {
    background: -moz-linear-gradient(to right, #343a40 90%, #339cd3 90%);
    background: -webkit-linear-gradient(to right, #343a40 90%, #339cd3 90%);
    background: linear-gradient(to right, #343a40 90%, #339cd3 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
  100% {
    background: -moz-linear-gradient(to right, #343a40 100%, #339cd3 100%);
    background: -webkit-linear-gradient(to right, #343a40 100%, #339cd3 100%);
    background: linear-gradient(to right, #343a40 100%, #339cd3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343a40', endColorstr='#339cd3', GradientType=1);
  }
}
@keyframes load-animation-secondary {
  0% {
    background: -moz-linear-gradient(to right, #339cd3 0%, #e9ecef 0%);
    background: -webkit-linear-gradient(to right, #339cd3 0%, #e9ecef 0%);
    background: linear-gradient(to right, #339cd3 0%, #e9ecef 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  10% {
    background: -moz-linear-gradient(to right, #339cd3 10%, #e9ecef 10%);
    background: -webkit-linear-gradient(to right, #339cd3 10%, #e9ecef 10%);
    background: linear-gradient(to right, #339cd3 0%, #e9ecef 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  20% {
    background: -moz-linear-gradient(to right, #339cd3 20%, #e9ecef 20%);
    background: -webkit-linear-gradient(to right, #339cd3 20%, #e9ecef 20%);
    background: linear-gradient(to right, #339cd3 20%, #e9ecef 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  30% {
    background: -moz-linear-gradient(to right, #339cd3 30%, #e9ecef 30%);
    background: -webkit-linear-gradient(to right, #339cd3 30%, #e9ecef 30%);
    background: linear-gradient(to right, #339cd3 30%, #e9ecef 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  40% {
    background: -moz-linear-gradient(to right, #339cd3 40%, #e9ecef 40%);
    background: -webkit-linear-gradient(to right, #339cd3 40%, #e9ecef 40%);
    background: linear-gradient(to right, #339cd3 40%, #e9ecef 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  50% {
    background: -moz-linear-gradient(to right, #339cd3 50%, #e9ecef 50%);
    background: -webkit-linear-gradient(to right, #339cd3 50%, #e9ecef 50%);
    background: linear-gradient(to right, #339cd3 50%, #e9ecef 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  60% {
    background: -moz-linear-gradient(to right, #339cd3 60%, #e9ecef 60%);
    background: -webkit-linear-gradient(to right, #339cd3 60%, #e9ecef 60%);
    background: linear-gradient(to right, #339cd3 60%, #e9ecef 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  70% {
    background: -moz-linear-gradient(to right, #339cd3 70%, #e9ecef 70%);
    background: -webkit-linear-gradient(to right, #339cd3 70%, #e9ecef 70%);
    background: linear-gradient(to right, #339cd3 70%, #e9ecef 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  80% {
    background: -moz-linear-gradient(to right, #339cd3 80%, #e9ecef 80%);
    background: -webkit-linear-gradient(to right, #339cd3 80%, #e9ecef 80%);
    background: linear-gradient(to right, #339cd3 80%, #e9ecef 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  90% {
    background: -moz-linear-gradient(to right, #339cd3 90%, #e9ecef 90%);
    background: -webkit-linear-gradient(to right, #339cd3 90%, #e9ecef 90%);
    background: linear-gradient(to right, #339cd3 90%, #e9ecef 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
  100% {
    background: -moz-linear-gradient(to right, #339cd3 100%, #e9ecef 100%);
    background: -webkit-linear-gradient(to right, #339cd3 100%, #e9ecef 100%);
    background: linear-gradient(to right, #339cd3 100%, #e9ecef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#e9ecef', GradientType=1);
  }
}
@keyframes load-animation-social {
  0% {
    background: -moz-linear-gradient(to right, #339cd3 0%, #4a68b7 0%);
    background: -webkit-linear-gradient(to right, #339cd3 0%, #4a68b7 0%);
    background: linear-gradient(to right, #339cd3 0%, #4a68b7 0%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  10% {
    background: -moz-linear-gradient(to right, #339cd3 10%, #4a68b7 10%);
    background: -webkit-linear-gradient(to right, #339cd3 10%, #4a68b7 10%);
    background: linear-gradient(to right, #339cd3 10%, #4a68b7 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  20% {
    background: -moz-linear-gradient(to right, #339cd3 20%, #4a68b7 20%);
    background: -webkit-linear-gradient(to right, #339cd3 20%, #4a68b7 20%);
    background: linear-gradient(to right, #339cd3 20%, #4a68b7 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  30% {
    background: -moz-linear-gradient(to right, #339cd3 30%, #4a68b7 30%);
    background: -webkit-linear-gradient(to right, #339cd3 30%, #4a68b7 30%);
    background: linear-gradient(to right, #339cd3 30%, #4a68b7 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  40% {
    background: -moz-linear-gradient(to right, #339cd3 40%, #4a68b7 40%);
    background: -webkit-linear-gradient(to right, #339cd3 40%, #4a68b7 40%);
    background: linear-gradient(to right, #339cd3 40%, #4a68b7 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  50% {
    background: -moz-linear-gradient(to right, #339cd3 50%, #4a68b7 50%);
    background: -webkit-linear-gradient(to right, #339cd3 50%, #4a68b7 50%);
    background: linear-gradient(to right, #339cd3 50%, #4a68b7 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  60% {
    background: -moz-linear-gradient(to right, #339cd3 60%, #4a68b7 60%);
    background: -webkit-linear-gradient(to right, #339cd3 60%, #4a68b7 60%);
    background: linear-gradient(to right, #339cd3 60%, #4a68b7 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  70% {
    background: -moz-linear-gradient(to right, #339cd3 70%, #4a68b7 70%);
    background: -webkit-linear-gradient(to right, #339cd3 70%, #4a68b7 70%);
    background: linear-gradient(to right, #339cd3 70%, #4a68b7 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  80% {
    background: -moz-linear-gradient(to right, #339cd3 80%, #4a68b7 80%);
    background: -webkit-linear-gradient(to right, #339cd3 80%, #4a68b7 80%);
    background: linear-gradient(to right, #339cd3 80%, #4a68b7 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  90% {
    background: -moz-linear-gradient(to right, #339cd3 90%, #4a68b7 90%);
    background: -webkit-linear-gradient(to right, #339cd3 90%, #4a68b7 90%);
    background: linear-gradient(to right, #339cd3 90%, #4a68b7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
  100% {
    background: -moz-linear-gradient(to right, #339cd3 100%, #4a68b7 100%);
    background: -webkit-linear-gradient(to right, #339cd3 100%, #4a68b7 100%);
    background: linear-gradient(to right, #339cd3 100%, #4a68b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#339cd3', endColorstr='#4a68b7', GradientType=1);
  }
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .col-print-1 {
    width: 8% !important;
    float: left;
  }
  .col-print-2 {
    width: 16% !important;
    float: left;
  }
  .col-print-3 {
    width: 25% !important;
    float: left;
  }
  .col-print-4 {
    width: 33% !important;
    float: left;
  }
  .col-print-5 {
    width: 42% !important;
    float: left;
  }
  .col-print-6 {
    width: 50% !important;
    float: left;
  }
  .col-print-7 {
    width: 58% !important;
    float: left;
  }
  .col-print-8 {
    width: 66% !important;
    float: left;
  }
  .col-print-9 {
    width: 75% !important;
    float: left;
  }
  .col-print-10 {
    width: 83% !important;
    float: left;
  }
  .col-print-11 {
    width: 92% !important;
    float: left;
  }
  .col-print-12 {
    width: 100% !important;
    float: left;
  }
  .pt-print-0 {
    padding-top: 0 !important;
  }
  .pr-print-0 {
    padding-right: 0 !important;
  }
  .pb-print-0 {
    padding-bottom: 0 !important;
  }
  .pl-print-0 {
    padding-left: 0 !important;
  }
  .p-all-print-0 {
    padding: 0 !important;
  }
  .mt-print-0 {
    margin-top: 0 !important;
  }
  .mr-print-0 {
    margin-right: 0 !important;
  }
  .mb-print-0 {
    margin-bottom: 0 !important;
  }
  .ml-print-0 {
    margin-left: 0 !important;
  }
  .m-all-print-0 {
    margin: 0 !important;
  }
  .opacity-print-1 {
    opacity: 1 !important;
  }
  .background-print-none {
    background: none !important;
  }
  .box-shadow-print-none {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * 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 */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
/* 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);
  }
}
@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(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@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);
  }
}
@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);
  }
}
@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);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.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);
  }
}
/* 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;
  }
}
@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.39063deg) skewY(0.39063deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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;
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@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);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@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);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@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(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
@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);
  }
}
@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);
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@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;
  }
}
@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);
  }
}
/* 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;
  }
}
/* 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);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
/*# sourceMappingURL=animate.css.map */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX {
  animation-duration: 0.75s;
}
.animated.flipOutY {
  animation-duration: 0.75s;
}
.animated.bounceIn {
  animation-duration: 0.75s;
}
.animated.bounceOut {
  animation-duration: 0.75s;
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.flash {
  animation-name: flash;
}
.pulse {
  animation-name: pulse;
}
.rubberBand {
  animation-name: rubberBand;
}
.shake {
  animation-name: shake;
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
.tada {
  animation-name: tada;
}
.wobble {
  animation-name: wobble;
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
.bounceIn {
  animation-name: bounceIn;
}
.bounceInDown {
  animation-name: bounceInDown;
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
.bounceInRight {
  animation-name: bounceInRight;
}
.bounceInUp {
  animation-name: bounceInUp;
}
.bounceOut {
  animation-name: bounceOut;
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
.fadeIn {
  animation-name: fadeIn;
}
.fadeInDown {
  animation-name: fadeInDown;
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
.fadeInRight {
  animation-name: fadeInRight;
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
.fadeOut {
  animation-name: fadeOut;
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
.rotateIn {
  animation-name: rotateIn;
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
.rotateOut {
  animation-name: rotateOut;
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
.hinge {
  animation-name: hinge;
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
.rollIn {
  animation-name: rollIn;
}
.rollOut {
  animation-name: rollOut;
}
.zoomIn {
  animation-name: zoomIn;
}
.zoomInDown {
  animation-name: zoomInDown;
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
.zoomInRight {
  animation-name: zoomInRight;
}
.zoomInUp {
  animation-name: zoomInUp;
}
.zoomOut {
  animation-name: zoomOut;
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
.slideInDown {
  animation-name: slideInDown;
}
.slideInLeft {
  animation-name: slideInLeft;
}
.slideInRight {
  animation-name: slideInRight;
}
.slideInUp {
  animation-name: slideInUp;
}
.slideOutDown {
  animation-name: slideOutDown;
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
.slideOutRight {
  animation-name: slideOutRight;
}
.slideOutUp {
  animation-name: slideOutUp;
}
/* Magnific Popup CSS */
.white-popup-block {
  background: #FFF;
  padding: 30px 22px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.white-popup-block > *:first-child {
  margin-top: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap .cross-box {
  position: absolute;
  display: block;
  width: 24px;
  text-align: left;
  right: 20px;
  top: 20px;
  padding: 0;
  cursor: pointer!important;
}
.mfp-wrap .cross-box:active {
  top: 20px;
}
.mfp-wrap .cross-box .cross-inner,
.mfp-wrap .cross-box .cross-inner:before,
.mfp-wrap .cross-box .cross-inner:after {
  background-color: #343a40;
}
.mfp-wrap .cross-box .cross-inner {
  top: 0;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-image-holder .mfp-close .cross-inner,
.mfp-iframe-holder .mfp-close .cross-inner,
.mfp-image-holder .mfp-close .cross-inner:before,
.mfp-iframe-holder .mfp-close .cross-inner:before,
.mfp-image-holder .mfp-close .cross-inner:after,
.mfp-iframe-holder .mfp-close .cross-inner:after {
  background-color: #ffffff;
}
.mfp-iframe-holder .mfp-close {
  right: 21px;
  text-align: unset;
  padding-right: 0;
  width: auto;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 9/16 * 100%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.1px;
  text-align: left;
  color: #343a40;
  float: left;
}
.mfp-image-holder .cross-box {
  right: 5px;
  top: 5px;
  background: linear-gradient(to left, #343a40, #212529);
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
.mfp-image-holder .cross-box .cross-inner {
  top: 5px;
  left: 3px;
}
.mfp-image-holder .cross-box:active {
  top: 5px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-image-holder .mfp-bottom-bar {
  position: relative;
  background-color: #e9ecef;
  margin-top: 0;
  top: auto;
  left: auto;
  width: auto;
  padding: 15px 15px;
  overflow: hidden;
}
.mfp-counter {
  color: #343a40;
  float: right;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.1px;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media (max-width: 991px) {
  .container {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.hamburger {
  padding: 20px 15px 14px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: -15px;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.hidden {
  visibility: hidden;
}
.hamburger-box {
  width: 24px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 4px / -2;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
.hamburger--slider .hamburger-inner {
  top: 4px / 2;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(24px / -7, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.cross-box {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  padding: 4px 0;
}
.cross-inner,
.cross-inner::before,
.cross-inner::after {
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.cross-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.cross-inner::before,
.cross-inner::after {
  content: "";
  display: block;
}
.cross-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transform: rotate(-45deg) translate3d(-3.42857143px, -4px, 0);
  opacity: 0;
}
.cross-inner::after {
  bottom: -8px;
  top: 16px;
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element div,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #ced4da;
  transition: all 0.3s;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #868e96;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #868e96;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
.collapsing {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
.mt-0 {
  margin-top: 0!important;
}
.mt-10 {
  margin-top: 10px!important;
}
.mt-15 {
  margin-top: 15px!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.mt-30 {
  margin-top: 30px!important;
}
.mt-40 {
  margin-top: 40px!important;
}
.mt-53 {
  margin-top: 53px!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.mb-30 {
  margin-bottom: 30px!important;
}
.mr-0 {
  margin-right: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pb-0 {
  padding-bottom: 0!important;
}
.cc-1 {
  column-count: 1!important;
}
.bell {
  position: relative;
  display: inline-block;
  height: 30px;
}
.bell a img {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.bell .counter {
  position: absolute;
  min-width: 13px;
  height: 12px;
  top: 1px;
  left: 16px;
  border-radius: 3px;
  background-color: #e94f37;
  padding: 2px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.hdr-link-bold {
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.88;
  letter-spacing: -0.4px;
  color: #e9ecef;
  text-transform: uppercase;
}
.main-link {
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #e9ecef;
  text-transform: uppercase;
}
.main-still {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #339cd3;
  text-transform: uppercase;
}
.profile-link {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.14;
  letter-spacing: -0.3px;
  color: #e9ecef;
  margin: 14px 0 14px;
  text-transform: none;
}
.profile-link.grey {
  color: #868e96;
}
.profile-link:hover {
  color: #339cd3;
}
.socials-wrap .soc-col.s-icons a {
  display: inline-block;
  width: 60px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
.socials-wrap .soc-col.s-icons a:hover {
  color: #339cd3;
}
.pgmenu-link-hot {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
}
.pgmenu-link-hot.active {
  color: #212529;
}
.pgmenu-link a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
}
.pgmenu-link a:hover {
  color: #339cd3;
}
.pgmenu-link.active a {
  color: #212529;
}
.pgmenu-link.pink a {
  color: #e64980;
}
.pgmenu-link.pink a:hover {
  color: #339cd3;
}
.pgmenu-link.pink.active a {
  color: #212529;
}
.ntf-line {
  position: relative;
  padding: 15px 23px 10px 12px;
  background-color: #ffffff;
  border-top: 1px solid #ced4da;
  transition: all 0.3s;
}
.ntf-line:first-child {
  border-top: 0 none;
}
.ntf-line .userpic {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: left;
  border: 2px solid #e9ecef;
  background: #e9ecef;
  box-sizing: border-box;
  border-radius: 50px;
  opacity: 0.6;
}
.ntf-line .userpic img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50px;
  z-index: 1;
}
.ntf-line .userpic.woman:after,
.ntf-line .userpic.man:after,
.ntf-line .userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.ntf-line .userpic.woman:after {
  background: url(/images/iconmonstr/generation-12.svg) center no-repeat;
  background-size: 24px;
  bottom: 2px;
}
.ntf-line .userpic.man:after {
  background: url(/images/iconmonstr/generation-13.svg) center no-repeat;
  background-size: 24px;
}
.ntf-line .userpic.man2:after {
  background: url(/images/iconmonstr/generation-9.svg) center no-repeat;
  background-size: 24px;
}
.ntf-line .textinfo {
  width: 258px;
  margin-left: 15px;
  margin-right: 8px;
  opacity: 0.6;
}
.ntf-line .textinfo .ti-title {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.15;
  color: #212529;
}
.ntf-line .textinfo .ti-title strong {
  font-weight: 500;
}
.ntf-line .textinfo .ti-when {
  margin-top: 10px;
}
.ntf-line .textinfo .ti-when > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.ntf-line .textinfo .ti-when > *:last-child {
  margin-right: 0;
}
.ntf-line .textinfo .ti-when .icon {
  display: inline-block;
  height: 14px;
  max-height: 14px;
  margin-right: 6px;
}
.ntf-line .textinfo .ti-when .icon img {
  display: block;
  max-height: 100%;
}
.ntf-line .textinfo .ti-when span {
  font-size: 13px;
  line-height: 1.23;
  color: #868e96;
}
.ntf-line a.actions {
  display: inline-block;
  width: 21px;
  height: 17px;
}
.ntf-line a.actions .dots {
  width: 13px;
  height: 3px;
  margin: 7px auto;
  opacity: 0.6;
}
.ntf-line a.actions .dots span {
  width: 3px;
  height: 3px;
  background-color: #868e96;
  border-radius: 50px;
}
.ntf-line.new .userpic {
  opacity: 1;
}
.ntf-line.new .textinfo {
  opacity: 0.9;
}
.ntf-line.new a.actions .dots {
  opacity: 1;
}
.ntf-line:hover {
  background-color: #c1e1f1;
}
header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  height: 60px;
  background: #FFFFFF;
  padding: 18px 24px 18px 186px;
  overflow: hidden;
  transition: top 0.3s;
}
header .logo-container {
  display: flex;
  flex-shrink: 0;
  background: #FFFFFF;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: auto;
  align-items: center;
  padding-left: 24px;
}
header #hamburger_btn {
  display: none;
}
header #hamburger_btn + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 32px;
  cursor: pointer;
}
header #hamburger_btn + label .b-icon {
  display: block;
}
header #hamburger_btn + label .b-cross {
  display: none;
}
header #hamburger_btn:checked + label .b-icon {
  display: none;
}
header #hamburger_btn:checked + label .b-cross {
  display: block;
}
header .ppt-logo {
  display: flex;
  width: 95px;
  height: 24px;
  flex-shrink: 0;
}
header .ppt-logo.adminLogo {
  filter: grayscale(1);
}
header .ppt-logo svg,
header .ppt-logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
header .ppt-logo:hover svg path,
header .ppt-logo:focus svg path {
  fill: #1780B8;
}
header .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
header .nav-wrapper .nav-rest {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav {
  display: none;
  flex-shrink: 0;
}
header nav a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin-right: 20px;
}
header nav a:last-child {
  margin-right: 0;
}
header nav a:hover,
header nav a.active {
  color: #1780B8;
}
header nav a:focus {
  color: #339CD3;
}
header #search_btn {
  display: none;
}
header #search_btn + label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin-left: 20px;
  flex-shrink: 0;
  z-index: 1;
}
header #search_btn + label svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
header #search_btn + label svg path {
  transition: all 0.3s;
}
header #search_btn:checked + label svg path {
  stroke: #339CD3;
}
header .search-wrap {
  display: none;
  position: fixed;
  top: 76px;
  width: 443px;
  right: 16px;
  padding: 24px 16px;
  background: #FFFFFF;
  align-items: center;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 16px;
  z-index: 1;
}
header .search-wrap + .search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .search-wrap.open {
  display: flex;
}
header .search-wrap.open + .search-overlay {
  display: block;
}
header .search-wrap .input--search {
  padding: 11px 60px 11px 48px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  border-radius: 8px;
  background: #FFFFFF url("/images/svg/s-icon-grey.svg") 16px 50% no-repeat;
  background-size: 24px 24px;
}
header .search-wrap .input--search:focus {
  background: #FFFFFF url("/images/svg/s-icon-blue.svg") 16px 50% no-repeat;
  background-size: 24px 24px;
}
header .search-wrap .input--search::-webkit-input-placeholder {
  color: #CED4DA;
}
header .search-wrap .input--search::-moz-placeholder {
  color: #CED4DA;
}
header .search-wrap .input--search:-moz-placeholder {
  color: #CED4DA;
}
header .search-wrap .input--search:-ms-input-placeholder {
  color: #CED4DA;
}
header .form-search {
  width: 100%;
}
header #tolstoycomments-profile {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header {
    height: 40px;
    padding: 8px 16px 8px 186px;
  }
  header .search-wrap {
    top: 56px;
    width: auto;
    left: 16px!important;
    right: 16px!important;
    padding: 20px 8px;
  }
  header .search-wrap .input--search {
    padding: 12px 60px 12px 48px;
    font-size: 14px;
    line-height: 20px;
  }
  header .logo-container {
    padding-left: 16px;
  }
  header #search_btn + label {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1023px) {
  header .nav-wrapper {
    margin: unset;
  }
  header .nav-wrapper .nav-rest {
    max-width: 120px;
  }
}
@media (min-width: 1024px) {
  header {
    justify-content: space-between;
    background: #FFFFFF;
    padding: 14px 24px 14px 185px;
  }
  header .nav-wrapper {
    justify-content: space-between;
    padding-left: 76px;
  }
  header .nav-wrapper .rubrika-menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    max-width: 538px;
    width: 100%;
  }
  header .nav-wrapper .rubrika-menu a {
    font-size: 14px;
    line-height: 20px;
    margin: 0 12px 0 0;
  }
  header .nav-wrapper .rubrika-menu a.hidden {
    display: none !important;
  }
  header .nav-wrapper .rubrika-menu a.link-all {
    margin-right: 0;
  }
  header .nav-wrapper .nav-rest {
    max-width: 160px;
  }
  header nav {
    display: block;
  }
}
@media (min-width: 1400px) {
  header {
    padding: 14px 40px 14px calc(244px + 30px);
  }
  header .logo-container {
    padding-left: 40px;
  }
  header #hamburger_btn + label {
    display: none;
  }
  header .ppt-logo {
    width: 109px;
    height: 28px;
  }
  header .nav-wrapper {
    padding-left: 0;
  }
  header .nav-wrapper .rubrika-menu {
    max-width: 817px;
  }
  header .nav-wrapper .rubrika-menu a {
    margin: 0 16px 0 0;
  }
  header .nav-wrapper .nav-rest {
    max-width: 280px;
  }
  header #search_btn + label {
    margin-left: 24px;
  }
  header #tolstoycomments-profile {
    margin-left: 24px;
  }
}
@media (min-width: 1900px) {
  header {
    padding: 14px 180px 14px calc(330px + 60px);
  }
  header .logo-container {
    padding-left: 90px;
  }
  header .ppt-logo {
    width: 132px;
    height: 34px;
  }
  header .nav-wrapper .rubrika-menu {
    max-width: 940px;
  }
  header .nav-wrapper .rubrika-menu a {
    font-size: 16px;
    line-height: 20px;
    margin: 0 24px 0 0;
  }
}
.codesTitle {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
}
.codesTitle a {
  color: #343a40;
}
.codesTitle a:hover {
  color: #339cd3;
  text-decoration: underline;
}
.sm-header {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
  margin: 83px 0 16px;
}
.sm-header.type2 {
  margin: 32px 0 20px;
}
.sm-header.type3 {
  margin: 53px 0 20px;
}
.sm-header.type4 {
  margin: 32px 0 16px;
}
.crg-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #343a40;
  margin-bottom: 20px;
}
.forgot-pass {
  text-decoration: underline;
}
.forgot-pass:hover {
  text-decoration: underline;
}
.titleTagBtn {
  margin-top: 30px;
}
.titleTagBtn .button {
  padding-left: 30px;
  padding-right: 30px;
}
.banner img {
  max-width: 100%;
}
.sect-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
}
/* Картинка публикации */
.publication-image {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.publication-image img {
  width: 100%;
}
.publication-image.covered img {
  height: calc(100% + 90px);
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -45px;
}
.publication-image:not(.covered) + .page-inner.bg-wrap {
  border-radius: 0;
}
@media (max-width: 767px) {
  .publication-image {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    width: auto;
  }
  .publication-image + .page-inner.bg-wrap {
    border-radius: 0;
  }
}
@media (min-width: 375px) {
  .publication-image.covered img {
    height: calc(100% + 104px);
    top: -52px;
  }
}
@media (min-width: 425px) {
  .publication-image.covered img {
    height: calc(100% + 116px);
    top: -58px;
  }
}
@media (min-width: 480px) {
  .publication-image.covered img {
    height: calc(100% + 140px);
    top: -70px;
  }
}
@media (min-width: 576px) {
  .publication-image.covered img {
    height: calc(100% + 156px);
    top: -78px;
  }
}
@media (min-width: 650px) {
  .publication-image.covered img {
    height: calc(100% + 180px);
    top: -90px;
  }
}
@media (min-width: 768px) {
  .publication-image.covered img {
    height: calc(100% + 190px);
    top: -95px;
  }
  .publication-image.covered + .page-inner.bg-wrap {
    border-radius: 0 64px 0 0;
    margin-top: -58px;
  }
  .publication-image.covered + .page-inner.bg-wrap .publication-head .pub-data-actions {
    padding-right: 16px;
  }
}
@media (min-width: 820px) {
  .publication-image.covered img {
    height: calc(100% + 210px);
    top: -105px;
  }
}
@media (min-width: 900px) {
  .publication-image.covered img {
    height: calc(100% + 230px);
    top: -115px;
  }
}
@media (min-width: 1024px) {
  .publication-image.covered img {
    height: calc(100% + 190px);
    top: -95px;
  }
}
@media (min-width: 1100px) {
  .publication-image.covered img {
    height: calc(100% + 220px);
    top: -110px;
  }
}
@media (min-width: 1200px) {
  .publication-image.covered img {
    height: calc(100% + 230px);
    top: -115px;
  }
}
@media (min-width: 1300px) {
  .publication-image.covered img {
    height: calc(100% + 270px);
    top: -135px;
  }
}
@media (min-width: 1400px) {
  .publication-image.covered img {
    height: calc(100% + 210px);
    top: -105px;
  }
  .publication-image.covered + .page-inner.bg-wrap {
    border-radius: 0 90px 0 0;
    margin-top: -80px;
  }
}
@media (min-width: 1500px) {
  .publication-image.covered img {
    height: calc(100% + 240px);
    top: -120px;
  }
}
@media (min-width: 1600px) {
  .publication-image.covered img {
    height: calc(100% + 260px);
    top: -130px;
  }
}
@media (min-width: 1700px) {
  .publication-image.covered img {
    height: calc(100% + 280px);
    top: -140px;
  }
}
@media (min-width: 1900px) {
  .publication-image.covered img {
    height: calc(100% + 250px);
    top: -125px;
  }
  .publication-image.covered + .page-inner.bg-wrap {
    border-radius: 0 109px 0 0;
    margin-top: -98px;
  }
}
.page-inner h1 {
  margin: 0 0 16px;
}
.page-inner b > *,
.page-inner strong > * {
  font-weight: 500;
}
.page-inner img {
  max-width: 100%;
  height: auto!important;
}
.page-inner.bg-wrap {
  position: relative;
  background: #FFFFFF;
  padding: 18px 16px 30px;
  border-radius: 16px;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .page-inner.bg-wrap {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .page-inner.bg-wrap {
    padding: 20px 24px 40px;
  }
}
@media (min-width: 1400px) {
  .page-inner.bg-wrap {
    padding: 24px 30px 46px;
  }
}
@media (min-width: 1900px) {
  .page-inner.bg-wrap {
    padding: 24px 40px 58px;
  }
}
.pmc-links-block {
  width: 170px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pmc-links-block > *:first-child {
  margin-top: 0!important;
}
.pmc-links-block > *:last-child {
  margin-bottom: 0!important;
}
.pmc-links-block a,
.pmc-links-block strong {
  display: inline-block;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #868e96;
}
.pmc-links-block a:hover,
.pmc-links-block a.active {
  color: #339cd3;
}
.kodeks-pages-links {
  position: relative;
  box-shadow: 0 2px 6px 0 rgba(71, 166, 216, 0.06), 0 1px 1px 0 rgba(219, 223, 228, 0.5);
  background-color: #ffffff;
  border: solid 1px #e9ecef;
  padding: 15px 15px 18px;
  margin-bottom: 30px;
}
.kodeks-pages-links > ul > li + li {
  margin-top: 10px;
}
.kodeks-pages-links ul {
  margin: 0;
  padding: 0;
}
.kodeks-pages-links ul li {
  list-style-type: none;
  line-height: 1.31;
  letter-spacing: -0.4px;
  font-size: 16px;
  font-weight: 400;
  min-height: unset;
  margin-top: 0;
  padding: 0;
}
.kodeks-pages-links ul li:before {
  display: none;
}
.kodeks-pages-links ul li a {
  color: #868e96;
  text-decoration: none;
  padding: 0;
}
.kodeks-pages-links ul li a:hover {
  color: #212529;
}
.kodeks-pages-links ul li.active a {
  color: #212529;
}
.kodeks-pages-links ul li > ul {
  margin-left: 15px;
}
.kodeks-pages-links ul li > ul li {
  display: inline-block;
  padding: 2px 10px 2px 0;
  margin-right: 9px;
}
.kodeks-pages-links ul li > ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #868e96;
}
.kodeks-pages-links ul li > ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.kodeks-pages-links ul li > ul li:last-child:after {
  display: none;
}
.iconmonstr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.iconmonstr:before,
.iconmonstr:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: cover;
}
.iconmonstr:before {
  opacity: 1;
}
.iconmonstr:after {
  opacity: 0;
}
.iconmonstr.im-text-20 {
  height: 18px;
}
.iconmonstr.im-text-20:before {
  background-image: url(/images/iconmonstr/text-20.svg);
}
.iconmonstr.im-text-20:after {
  background-image: url(/images/iconmonstr/text-20-active.svg);
}
.iconmonstr.im-help-2 {
  height: 18px;
}
.iconmonstr.im-help-2:before {
  background-image: url(/images/iconmonstr/help-2.svg);
}
.iconmonstr.im-help-2:after {
  background-image: url(/images/iconmonstr/help-2-active.svg);
}
.iconmonstr.im-email-1 {
  height: 21px;
}
.iconmonstr.im-email-1:before {
  background-image: url(/images/iconmonstr/email-1.svg);
}
.docs-categories {
  display: inline-block;
  width: 100%;
  columns: 1;
  margin-top: 23px;
}
.docs-categories.nocol {
  columns: auto;
  width: auto;
}
.docs-categories.esThemeCat {
  margin-top: 0;
}
.docs-categories .letter-col {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.docs-categories .letter-col .letter {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #868e96;
}
.docs-categories .letter-col .letter + .letter-list {
  margin-top: 20px;
}
.docs-categories .letter-col .letter-list .letter-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.docs-categories .letter-col .letter-list .letter-link + .letter-link {
  margin-top: 12px;
}
.docs-categories .letter-col .letter-list .letter-link a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.15;
  text-decoration: underline;
}
.docs-categories .letter-col .letter-list .letter-link a:hover {
  text-decoration: none;
}
.docs-list {
  display: inline-block;
  width: 100%;
  columns: 1;
}
.docs-list.yrList {
  columns: 4;
}
.docs-list.yrList .dl-item .dl-link a {
  font-weight: 500;
}
.docs-list .dl-item {
  display: block;
}
.docs-list .dl-item + .dl-item {
  margin-top: 15px;
}
.docs-list .dl-item .dl-link {
  display: block;
}
.docs-list .dl-item .dl-link a {
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.32;
}
.docs-list .dl-item .dl-annotation {
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
  margin-top: 4px;
}
.pub-docs-links {
  margin: 30px 0;
  border-radius: 4px;
  padding: 18px 24px 20px;
  background: #E3F5FF;
}
.pub-docs-links__header {
  position: relative;
  display: inline-block;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 8px;
  padding-left: 30px;
  text-align: left!important;
}
.pub-docs-links__header::before {
  position: absolute;
  content: url("/images/ppt21/svg/in-text/docs.svg");
  width: 24px;
  height: 24px;
  margin-right: 6px;
  left: 0;
}
.pub-docs-links__content *:not(a):first-child {
  margin-top: 0!important;
}
.pub-docs-links__content *:not(a):last-child {
  margin-bottom: 0!important;
}
.pub-docs-links__content p {
  margin: 8px 0;
}
.pub-docs-links__content a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.content-zoom-2 .pub-docs-links__header {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-2 .pub-docs-links__content a {
  font-size: 20px;
  line-height: 28px;
}
.content-zoom-3 .pub-docs-links__header {
  font-size: 26px;
  line-height: 34px;
}
.content-zoom-3 .pub-docs-links__content a {
  font-size: 24px;
  line-height: 32px;
}
.pub-pubs-links ul {
  margin-top: 12px;
  padding: 0;
}
.pub-pubs-links ul li + li {
  margin-top: 15px;
}
.pub-pubs-links ul li:before {
  display: none;
}
.pub-pubs-links ul li span.date {
  display: block;
  font-size: 14px;
  color: #868e96;
}
.pub-pubs-links ul li a {
  font-size: 16px;
  line-height: 1.31;
}
.doc-warning-wrap {
  position: relative;
  margin-bottom: 16px;
  z-index: 15;
}
.doc-warning-wrap .btn {
  display: none;
  font-size: 14px;
  line-height: 20px;
}
.doc-warning-wrap .dw-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  margin-left: 30px;
}
.doc-warning-inline {
  display: block;
  border-radius: 4px;
  padding: 10px 10px 12px;
  background: #FBEDB0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.doc-warning-fixed {
  display: block;
  visibility: hidden;
  padding: 8px 0 7px;
  background: #FBEDB0;
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.doc-warning-fixed .btn {
  padding: 5px 30px;
}
.dwf-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.doc-warning-header {
  position: relative;
  display: inline-block;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  padding-left: 30px;
}
.doc-warning-header::before {
  position: absolute;
  content: url("/images/ppt21/svg/in-text/attantion.svg");
  width: 24px;
  height: 24px;
  margin-right: 6px;
  left: 0;
}
.doc-warning-text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #868E96;
  padding-left: 30px;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .doc-warning-wrap {
    margin-bottom: 40px;
  }
  .doc-warning-wrap .btn {
    display: inline-block;
    width: 270px;
    margin-left: 15px;
  }
  .doc-warning-wrap .dw-link {
    display: none;
  }
  .doc-warning-inline:hover .btn.bordered.dark,
  .doc-warning-fixed:hover .btn.bordered.dark,
  .doc-warning-inline:focus .btn.bordered.dark,
  .doc-warning-fixed:focus .btn.bordered.dark {
    color: #FFFFFF;
    background-color: #343A40;
    border: 1px solid #343A40;
  }
  .doc-warning-inline:hover .btn.filled.dark,
  .doc-warning-fixed:hover .btn.filled.dark,
  .doc-warning-inline:focus .btn.filled.dark,
  .doc-warning-fixed:focus .btn.filled.dark {
    background: #343A40;
  }
  .doc-warning-inline {
    padding: 10px 15px 12px;
  }
  .doc-warning-inline.invisible {
    opacity: 0;
    visibility: hidden;
  }
  .doc-warning-fixed {
    padding: 8px 24px 7px;
  }
  .doc-warning-fixed.active {
    visibility: visible;
    top: 60px;
  }
  .doc-warning-fixed .dwf-inner {
    align-items: center;
  }
  .dwf-inner {
    flex-direction: row;
    align-items: flex-end;
  }
  .doc-warning-header {
    font-size: 18px;
    line-height: 26px;
    padding-left: 30px;
  }
  .doc-warning-text {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    margin-top: 4px;
  }
}
@media (min-width: 1200px) {
  .doc-warning-fixed {
    padding-left: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .dwf-inner {
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  .doc-warning-fixed {
    padding-left: calc(244px + 30px);
    padding-right: 40px;
  }
}
@media (min-width: 1900px) {
  .doc-warning-fixed {
    padding-left: calc(330px + 60px);
    padding-right: 180px;
  }
}
.docs-inner h1 {
  margin: 0 0 50px;
}
.docs-inner h1.esTitle {
  margin: 0 0 0;
}
.docs-inner h1.esTitle + span.esSub {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-top: 5px;
}
.docs-inner .codesTitle {
  margin: 53px 0 30px;
}
.docs-inner .codesTitle.esTitle {
  margin: 28px 0 30px;
}
.docs-inner .codesTitle.ppTitle {
  margin: 53px 0 30px;
}
.docs-inner .codesTitle.tSectTitle {
  margin: 53px 0 0;
}
.docs-inner .codesTitle.yrTitle {
  margin: 53px 0 30px;
}
.docs-inner .form-search.themeSearchForm {
  margin-top: 40px;
}
.docs-inner .form-search.bookmarkSearchForm {
  margin-bottom: 66px;
}
.docs-inner .form-search .input {
  min-width: auto;
}
.docs-inner .form-search .input--search {
  width: 77%;
}
.docs-inner .form-search .input--search + .button {
  width: 25%;
  padding: 10px 15px 7px 15px;
}
.docs-inner .form-search-by {
  margin-top: 40px;
}
.docs-inner .form-search-by .select {
  min-width: auto;
  width: 100%;
}
.docs-inner .form-search-by .fsb-input-wrap {
  width: 100%;
}
.docs-inner .form-search-by .input {
  min-width: auto;
  width: 100%;
}
.docs-inner .form-search-by .button {
  min-width: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.docs-inner .laws-by-year .codesTitle {
  margin: 53px 0 30px;
}
.docs-inner .laws-by-year .form-search {
  margin-bottom: 30px;
}
.docs-inner .document-content h1 {
  font-size: 33px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.12;
  color: #212529;
  margin-top: 0;
}
.docs-inner .document-content h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.07;
  color: #212529;
}
.docs-inner .document-content p {
  font-weight: 400;
}
.docs-inner .document-content p:not([class]) {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.14;
  color: #868e96;
}
.docs-inner .document-content .aC {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs-inner .document-content .aR {
  text-align: right;
}
.docs-inner .document-content .aJ {
  text-align: justify;
}
.docs-inner .document-content .aL {
  text-align: left;
}
.docs-inner .document-content .bB {
  padding: 5pt 0pt 5pt 0pt;
}
.docs-inner .document-content .bD {
  padding: 5pt 2pt 5pt 2pt;
}
.docs-inner .document-content .hC {
  border-left: solid 1pt;
  border-right: solid 1pt;
  border-top: solid 1pt;
  border-bottom: solid 1pt;
}
.docs-inner .document-content h2 {
  text-align: center;
}
.codes-wrap .codes-search {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px 0 rgba(71, 166, 216, 0.06), 0 1px 1px 0 rgba(219, 223, 228, 0.5);
  background-color: #ffffff;
  border: solid 1px #e9ecef;
}
.codes-wrap .codes-inner {
  margin-top: 53px;
}
.codes-wrap .actions-line + .share-line {
  margin-top: 53px;
}
.codes-wrap .actions-line .button {
  padding-left: 15px;
  padding-right: 15px;
}
.codes-wrap .share-line > *:last-child {
  margin-right: 0;
}
.codes-wrap .share-line h3 {
  margin: 0 0 20px;
}
.codes-wrap h1 + .share-line,
.codes-wrap .tab-text-container + .share-line {
  margin-top: 40px;
}
.codes-wrap .links-wrap {
  margin-bottom: 30px;
}
.codes-wrap .links-wrap .article-link + .article-link {
  margin-top: 20px;
}
.codes-wrap .codes-articles {
  margin-top: 53px;
  margin-bottom: -7px;
}
.codes-wrap .codes-articles h3 {
  margin: 0 0 20px;
}
.codes-wrap .codes-articles h3 span {
  display: block;
  margin-bottom: 9px;
}
.codes-wrap .codes-tab-content {
  margin-top: 83px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner {
  margin-top: 40px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner > *:last-child {
  margin-bottom: 0;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .actions-line {
  margin-bottom: 40px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container > *:last-child {
  margin-bottom: 0;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container p {
  margin-bottom: 53px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container p + ol {
  color: #212529;
  margin-top: -44px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container ol {
  padding: 0;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container ol li {
  font-size: 17px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container ol li::marker {
  content: counter(ol) ")";
  font-weight: 300;
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  margin-right: 5px;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container span {
  color: inherit!important;
}
.codes-wrap .codes-tab-content .tab-content .tab-inner .tab-text-container a:not([href]) {
  color: inherit!important;
  text-decoration: none;
}
.cat-selector {
  width: 100%;
  padding: 8px 14px;
  margin: 28px 0 30px;
  background-color: #ffffff;
  border-radius: 16px;
}
.cat-selector ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.cat-selector ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 9px 2px 0;
  margin-right: 5px;
  margin-top: 0;
  list-style: none;
}
.cat-selector ul li + li {
  margin-top: 0;
}
.cat-selector ul li:before {
  display: none;
}
.cat-selector ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #868e96;
}
.cat-selector ul li.pgmenu-link a {
  line-height: 1.31;
}
.cat-selector ul li:last-child {
  padding-right: 0!important;
  margin-right: 0!important;
}
.cat-selector ul li:last-child:after {
  display: none;
}
.cat-selector.pagination ul li {
  padding: 2px 9px 2px 0;
  margin-right: 3px;
}
.cat-selector.pagination ul li.pgmenu-link.prev a,
.cat-selector.pagination ul li.pgmenu-link.next a {
  font-size: 20px;
  line-height: 1;
}
.cat-selector.pagination.react-pagination ul li {
  margin-right: 7px;
}
.cat-selector.chapters {
  margin: 53px 0 0;
}
.cat-selector.quarters {
  margin: 53px 0 0;
}
.cat-selector.years {
  margin: 0;
}
.cat-selector.chapters ul li,
.cat-selector.quarters ul li,
.cat-selector.years ul li {
  padding: 2px 9px 2px 0;
  margin-right: 3px;
}
.cat-selector.chapters ul li .pgmenu-link.prev a span,
.cat-selector.quarters ul li .pgmenu-link.prev a span,
.cat-selector.years ul li .pgmenu-link.prev a span,
.cat-selector.chapters ul li .pgmenu-link.next a span,
.cat-selector.quarters ul li .pgmenu-link.next a span,
.cat-selector.years ul li .pgmenu-link.next a span {
  font-size: 20px;
  line-height: 1;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.doc-nav-tabs {
  z-index: 1;
  position: relative;
}
.doc-nav-tabs .doc-nav-link {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.31;
  letter-spacing: -0.4px;
  text-align: justify;
  color: #868e96;
  text-transform: uppercase;
}
.doc-nav-tabs .doc-nav-link:last-child {
  margin-right: 0;
}
.doc-nav-tabs .doc-nav-link:hover,
.doc-nav-tabs .doc-nav-link:focus,
.doc-nav-tabs .doc-nav-link.active {
  color: #343a40;
}
.doc-nav-tabs .doc-nav-link.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -9px;
  left: 0;
  background-color: #339cd3;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.lnk-cat > * {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.38;
  letter-spacing: -0.4px;
  color: #868e96;
  text-transform: uppercase;
  margin-right: 5px;
}
.lnk-cat > *:last-child {
  margin-right: 0;
}
.lnk-cat > *.pink {
  color: #e64980;
}
.lnk-cat > *.green {
  color: #82c91e;
}
.lnk-cat > *[href]:hover {
  color: #339cd3;
  text-decoration: underline;
}
.vote-up svg .thumb-bg,
.vote-down svg .thumb-bg {
  transition: none;
}
.vote-up:hover svg .thumb-bg,
.vote-down:hover svg .thumb-bg {
  fill: transparent;
}
.vote-up:focus svg .thumb-bg,
.vote-down:focus svg .thumb-bg {
  fill: #E3F5FF;
}
.feed-calcs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.list-tags-wrap {
  margin: 20px 0;
}
.list-tags {
  max-height: 90px;
  overflow: hidden;
}
.list-tags-expand {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #339CD3;
  border: 0 none;
  background: none;
  padding: 0;
  margin-top: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.list-tags-expand svg {
  vertical-align: middle;
}
.list-tags-expand:hover {
  color: #1780B8;
}
.list-tags-expand:hover svg path {
  fill: #1780B8;
}
.list-tags-expand.opened svg {
  transform: rotate(180deg);
}
.list-tags,
.card-tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card-tags {
  padding: 0 18px;
  margin-top: 15px;
}
.list-tag,
.card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid #CED4DA;
  border-radius: 25px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.15;
  color: #343A40;
  background: #FFFFFF;
}
.list-tag:not(.disabled):hover,
.card-tag:not(.disabled):hover,
.list-tag:not(.disabled):focus,
.card-tag:not(.disabled):focus {
  color: #343A40;
  background: #E3F5FF;
  border-color: #E3F5FF;
}
.list-tag.active {
  color: #FFFFFF;
  background: #339CD3;
  border-color: #339CD3;
}
.list-tag.active:hover,
.list-tag.active:focus {
  color: #FFFFFF;
  background: #1780B8;
  border-color: #1780B8;
}
.list-tag.disabled {
  display: none;
}
.calcGroups {
  margin: 30px 0;
}
.calcGroup {
  display: flex;
  flex-direction: column;
  padding: 18px 15px;
  border-radius: 4px;
  border: 1px solid #E9ECEF;
}
.calcGroup + .calcGroup {
  margin-top: 20px;
}
.calcGroup:nth-child(3n+1) {
  background: #E3F5FF;
}
.calcGroup:nth-child(3n+1) .calcList .calcItem {
  box-shadow: 0 7px 15px 0 #CEE6F3;
}
.calcGroup:nth-child(3n+2) {
  background: #F3F1FF;
}
.calcGroup:nth-child(3n+2) .calcList .calcItem {
  box-shadow: 0 7px 15px 0 #E1DFED;
}
.calcGroup:nth-child(3n+3) {
  background: #EBF8E7;
}
.calcGroup:nth-child(3n+3) .calcList .calcItem {
  box-shadow: 0 7px 15px 0 #D5E9CF;
}
.calcGroup .page-link {
  color: #343A40;
}
.calcGroup .page-link:hover {
  color: #339CD3;
}
.calcGroup .page-link:hover svg path {
  fill: #339CD3;
}
.calcGroup .page-link:focus {
  color: #1780B8;
}
.calcGroup .page-link:focus svg path {
  fill: #1780B8;
}
.calcGroup .calcGroup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.calcGroup .calcGroup-title strong,
.calcGroup .calcGroup-title h2 {
  display: block;
  color: #343A40;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.calcGroup .calcGroup-title .page-link {
  display: none;
}
.calcGroup span.calcGroup-desc {
  display: block;
  color: #343A40;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: -8px;
  margin-bottom: 20px;
}
.calcGroup .calcList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -12px;
}
.calcGroup .calcList .calcItem {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 12px;
}
.calcGroup .calcList .calcItem a {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 10px 15px;
}
.calcGroup .calcList .calcItem a .calc-icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  margin-top: 5px;
  margin-right: 14px;
}
.calcGroup .calcList .calcItem a .calc-icon img {
  width: 24px;
  height: 24px;
}
.calcGroup .calcList .calcItem a .calc-text {
  display: flex;
  flex-direction: column;
}
.calcGroup .calcList .calcItem a .calc-text strong {
  color: #343A40;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.calcGroup .calcList .calcItem a .calc-text span,
.calcGroup .calcList .calcItem a .calc-text p,
.calcGroup .calcList .calcItem a .calc-text li {
  color: #868E96;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
.calcGroup .calcList .calcItem a .calc-text ul,
.calcGroup .calcList .calcItem a .calc-text ol {
  margin: 10px 0;
  padding: 0 0 0 15px;
}
.calcGroup .calcList .calcItem a .calc-text ul li,
.calcGroup .calcList .calcItem a .calc-text ol li {
  padding-left: 5px;
}
.calcGroup .calcList .calcItem a .calc-text ul li::before,
.calcGroup .calcList .calcItem a .calc-text ol li::before {
  content: none;
}
.calcGroup .calcList .calcItem a .calc-text ul li {
  list-style: disc;
}
.calcGroup .calcList .calcItem a .calc-text ol li::marker {
  font-size: 12px;
  line-height: 14px;
}
.calcGroup .calcLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}
.calcGroup .calcLinks .calcItem {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 15px;
}
.calcGroup .calcLinks .calcItem a {
  display: flex;
  align-items: flex-start;
  height: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.calcGroup .page-link.clAll {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .calcGroup .calcGroup-title .page-link {
    display: flex;
  }
  .calcGroup .calcList .calcItem {
    width: calc(50% - 5px);
  }
  .calcGroup .calcLinks {
    margin-top: -10px;
  }
  .calcGroup .calcLinks .calcItem {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .calcGroup .page-link.clAll {
    display: none;
  }
}
.popularCurrencies {
  display: flex;
  flex-direction: column;
  padding: 18px 15px;
  margin: 30px 0;
  border-radius: 4px;
  border: 1px solid #E9ECEF;
  background: #E3F5FF;
}
.popularCurrencies .pcList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -12px;
}
.popularCurrencies .pcList .pcItem {
  width: 100%;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 12px;
  box-shadow: 0 7px 15px 0 #CEE6F3;
}
.popularCurrencies .pcList .pcItem a {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 10px 15px;
}
.popularCurrencies .pcList .pcItem a .pc-icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  margin-top: 5px;
  margin-right: 14px;
}
.popularCurrencies .pcList .pcItem a .pc-icon img {
  width: 24px;
  height: 24px;
}
.popularCurrencies .pcList .pcItem a .pc-text {
  display: flex;
  flex-direction: column;
}
.popularCurrencies .pcList .pcItem a .pc-text strong {
  color: #343A40;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.popularCurrencies .pcList .pcItem a .pc-text span {
  color: #868E96;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .popularCurrencies .pcList .pcItem {
    width: calc(33.3333% - 5px);
    margin-right: 7px;
  }
  .popularCurrencies .pcList .pcItem:nth-child(3n) {
    margin-right: 0;
  }
}
/*columns page*/
.columns-headframe {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #F3F1FF;
  background: linear-gradient(228.41deg, rgba(255, 255, 255, 0.2) 1%, rgba(181, 175, 219, 0.2) 97.76%), #F3F1FF;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}
.columns-headframe .c__hf-textgroup {
  position: relative;
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 47px;
  padding: 16px 0;
}
.columns-headframe .c__hf-textgroup .c__hf-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.columns-headframe .c__hf-textgroup .c__hf-text-wrapper > * {
  margin: 0;
}
.columns-headframe .c__hf-textgroup .c__hf-text-wrapper h1 {
  line-height: 1.2;
}
.columns-headframe .c__hf-textgroup .c__hf-text-wrapper p {
  line-height: 1.4;
}
.columns-headframe .c__hf-textgroup .c__hf-btn-wrapper {
  display: flex;
  gap: 20px;
}
.columns-headframe .c__hf-textgroup .c__hf-btn-wrapper .btn {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 10px 20px;
}
.columns-headframe .c__hf-textgroup .c__hf-btn-wrapper .btn svg path {
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .columns-headframe .c__hf-textgroup .c__hf-btn-wrapper .btn:hover svg path,
  .columns-headframe .c__hf-textgroup .c__hf-btn-wrapper .btn:focus svg path {
    fill: #FFFFFF;
  }
}
.columns-headframe .c__hf-visualgroup {
  position: relative;
  width: 100%;
  max-width: 587px;
  flex-shrink: 0;
  margin: 24px 0 9px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-self: flex-end;
  margin-bottom: -102px;
  margin-right: 32px;
  z-index: 1;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.business {
  width: 111px;
  margin-bottom: 72px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.ribbon {
  width: 114px;
  margin-left: 21px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.graph {
  width: 98px;
  margin-left: 34px;
  margin-bottom: 49px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.graph .c__hf-icon-pic img {
  width: 27px;
  height: 27px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon .c__hf-icon-pic {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ded9fe;
  border-radius: 33px;
  overflow: hidden;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon .c__hf-icon-pic img {
  width: 30px;
  height: 30px;
}
.columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon .c__hf-icon-text {
  display: block;
  font-weight: 400;
  color: #343a40;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}
@media (max-width: 767px) {
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group {
    gap: 10px!important;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon {
    width: auto!important;
  }
  .columns-headframe .c__hf-image {
    align-self: flex-end;
    padding-left: 16px;
  }
}
@media (max-width: 1023px) {
  .columns-headframe {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .columns-headframe .c__hf-textgroup {
    gap: 30px;
    margin-left: 0;
    padding: 16px 16px;
    max-width: unset;
  }
  .columns-headframe .c__hf-textgroup .c__hf-text-wrapper {
    gap: 16px;
  }
  .columns-headframe .c__hf-textgroup .c__hf-btn-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .columns-headframe .c__hf-textgroup .c__hf-btn-wrapper .btn {
    width: 100%;
  }
  .columns-headframe .c__hf-visualgroup {
    margin: 16px 0 16px;
    max-width: unset;
    display: flex;
    flex-direction: column;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    gap: 30px;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon {
    gap: 6px;
    margin: 0!important;
  }
  .columns-headframe .c__hf-image {
    align-self: flex-end;
    padding-left: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  .columns-headframe .c__hf-visualgroup {
    max-width: 520px;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group {
    margin-right: 16px;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.business {
    margin-bottom: 62px;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.ribbon {
    margin-left: 16px;
  }
  .columns-headframe .c__hf-visualgroup .c__hf-icons-group .c__hf-icon.graph {
    margin-left: 16px;
    margin-bottom: 39px;
  }
}
.category-feed-container {
  width: 100%;
  background: #FFFFFF;
  padding: 16px 16px;
  margin: 16px 0;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .category-feed-container {
    padding: 24px 24px;
    margin: 24px 0;
  }
}
@media (min-width: 1400px) {
  .category-feed-container {
    padding: 30px 30px;
    margin: 30px 0;
  }
}
@media (min-width: 1900px) {
  .category-feed-container {
    padding: 40px 40px;
    margin: 40px 0;
  }
}
.category-feed-container > *:first-child {
  margin-top: 0 !important;
}
.category-feed-container > *:last-child {
  margin-bottom: 0 !important;
}
.category-feed-container .feed-card {
  border: 1px solid #E9ECEF;
}
.category-feed-container .feed-column {
  background: #F4F7FA;
}
.tg__ch-banner {
  position: relative;
  background: #26A3E1;
  border-radius: 16px;
  padding: 20px 20px 0 20px;
  margin: 16px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .tg__ch-banner {
    padding: 50px 30px 0;
    margin: 24px 0;
  }
}
@media (min-width: 1024px) {
  .tg__ch-banner {
    padding: 54px 30px 40px;
  }
}
@media (min-width: 1400px) {
  .tg__ch-banner {
    padding: 71px 40px 54px;
    margin: 30px 0;
  }
}
@media (min-width: 1900px) {
  .tg__ch-banner {
    padding: 71px 40px 54px;
    margin: 40px 0;
  }
}
.tg__ch-banner .tg__ch-text {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 32px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .tg__ch-banner .tg__ch-text {
    max-width: 455px;
  }
}
@media (min-width: 1900px) {
  .tg__ch-banner .tg__ch-text {
    max-width: 600px;
  }
}
.tg__ch-banner .tg__ch-text .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #FFFFFF;
  background: #26A3E1;
}
.tg__ch-banner .tg__ch-text .title-wrap {
  display: flex;
}
.tg__ch-banner .tg__ch-text .title-wrap strong.title {
  position: relative;
  display: flex;
  width: 200px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .tg__ch-banner .tg__ch-text .title-wrap strong.title {
    width: auto;
  }
}
@media (min-width: 1900px) {
  .tg__ch-banner .tg__ch-text .title-wrap strong.title {
    font-size: 36px;
    line-height: 40px;
  }
}
.tg__ch-banner .tg__ch-text .title-wrap strong.title .tg__ch-plane {
  position: absolute;
  content: "";
  width: 100px;
  height: 70px;
  left: calc(100% - 22px);
  bottom: 0px;
}
.tg__ch-banner .tg__ch-text .title-wrap strong.title .tg__ch-plane img {
  height: 100% !important;
}
@media (min-width: 768px) {
  .tg__ch-banner .tg__ch-text .title-wrap strong.title .tg__ch-plane {
    left: calc(100% + 4px);
  }
}
@media (min-width: 1400px) {
  .tg__ch-banner .tg__ch-text .title-wrap strong.title .tg__ch-plane {
    width: 125px;
    height: 88px;
    bottom: -2px;
  }
}
.tg__ch-banner .tg__ch-text span.description {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  z-index: 1;
}
@media (min-width: 1900px) {
  .tg__ch-banner .tg__ch-text span.description {
    font-size: 20px;
    line-height: 1.4;
  }
}
.tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn {
  width: 100%;
}
.tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn.filled.white {
  color: #2D92C6;
  background: #FFFFFF;
}
.tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn:hover.filled.white,
.tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn:focus.filled.white {
  background: #E3F5FF;
}
@media (min-width: 1900px) {
  .tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn {
    font-size: 20px;
    line-height: 1.4;
    padding: 15px 40px;
  }
}
@media (min-width: 768px) {
  .tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper {
    flex-direction: row;
    gap: 24px;
  }
  .tg__ch-banner .tg__ch-text .tg__ch-btn-wrapper .btn {
    width: auto;
  }
}
.tg__ch-banner .tg__ch-desk {
  position: relative;
  display: flex;
  justify-content: flex-end;
  height: 280px;
  width: 300px;
  justify-self: flex-end;
}
.tg__ch-banner .tg__ch-desk img {
  height: 100% !important;
}
@media (min-width: 768px) {
  .tg__ch-banner .tg__ch-desk {
    height: 210px;
    width: 260px;
    margin-top: -46px;
  }
}
@media (min-width: 1024px) {
  .tg__ch-banner .tg__ch-desk {
    position: absolute;
    content: "";
    width: auto;
    height: 100%;
    top: 0;
    right: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .tg__ch-banner .tg__ch-desk {
    right: 58px;
  }
}
.mbi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -10px;
}
.mbi-link-container {
  width: calc(33.3333% - 5px);
  margin-bottom: 10px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
.mbi-link-helper {
  width: calc(33.3333% - 5px);
}
.mbi-link {
  display: flex;
  flex-direction: column;
}
.mbi-link:hover strong,
.mbi-link:focus strong {
  color: #339CD3;
}
.mbi-link .thumbnail {
  display: flex;
  overflow: hidden;
  height: 100px;
  justify-content: center;
}
.mbi-link .thumbnail img {
  align-self: center;
  max-width: unset!important;
  height: 176%!important;
}
.mbi-link strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin-top: 8px;
  transition: color 0.3s;
  padding: 0 10px;
}
.mbi-link span.date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #868E96;
  padding: 0 10px;
  margin-top: 4px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mbi-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: -15px;
  }
  .mbi-link-container {
    width: 100%;
    margin-bottom: 15px;
  }
  .mbi-link .thumbnail {
    height: 150px;
  }
  .mbi-link-helper {
    display: none;
  }
}
.chart-controls {
  margin-bottom: 15px;
}
.chart-controls form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.chart-controls .kod-radio {
  display: flex;
  align-items: center;
}
.chart-controls .kod-radio label {
  margin: 0;
}
.chart-controls .kod-radio label + label {
  margin-left: 15px;
}
.chart-controls .kod-radio label > * {
  vertical-align: middle;
}
.chart-controls .kod-radio label input {
  display: none;
}
.chart-controls .kod-radio label .icon--radiobutton {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .chart-controls .select {
    min-width: 130px;
  }
}
.currency-dynamics {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
.currency-dynamics *:first-child {
  margin-top: 0 !important;
}
.currency-dynamics *:last-child {
  margin-bottom: 0 !important;
}
.currency-dynamics .cd-chart {
  width: 100%;
}
.currency-dynamics .cd-stats {
  width: 100%;
  margin-top: 30px;
}
.currency-dynamics .cd-stats table {
  width: 100%;
}
@media (min-width: 1024px) {
  .currency-dynamics {
    flex-direction: row;
  }
  .currency-dynamics .cd-chart {
    width: 60%;
    margin-right: 15px;
  }
  .currency-dynamics .cd-stats {
    width: auto;
    margin-top: 0;
  }
  .currency-dynamics .cd-stats table {
    width: auto;
  }
}
.converter-paginator {
  position: relative;
  display: block;
  margin: 0 0 15px;
  max-width: 100%;
  padding: 14px 16px 5px;
  background-color: #ffffff;
  border-radius: 16px;
}
.converter-paginator .ps__rail-x {
  height: 6px;
  z-index: 1;
}
.converter-paginator .ps__thumb-x {
  height: 6px;
  bottom: 0;
}
.converter-paginator .ps__rail-x.ps--clicking .ps__thumb-x,
.converter-paginator .ps__rail-x:focus > .ps__thumb-x,
.converter-paginator .ps__rail-x:hover > .ps__thumb-x {
  height: 6px;
}
.converter-paginator .cp-inner {
  position: relative;
}
.converter-paginator a,
.converter-paginator b {
  text-align: center;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  padding: 0 5px;
}
.converter-paginator a span,
.converter-paginator b span {
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.converter-paginator a {
  color: #868E96;
}
.converter-paginator a span {
  border-bottom: 1px solid #CED4DA;
}
.converter-paginator a:hover,
.converter-paginator a:focus {
  color: #339CD3;
}
.converter-paginator a:hover span,
.converter-paginator a:focus span {
  border-bottom: 0 none;
}
.converter-paginator ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 10px;
  padding-bottom: 8px;
}
.converter-paginator ul li {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  flex-shrink: 0;
}
.converter-paginator ul li + li {
  margin-top: 0;
}
.converter-paginator ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: -5px;
  top: 50%;
  margin-top: -8px;
  background-color: #CED4DA;
}
.converter-paginator ul li:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .converter-paginator ul li {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .converter-paginator .ps__rail-x,
  .converter-paginator .ps__rail-y {
    display: none;
  }
}
.kod-perelink {
  position: relative;
  display: block;
  margin: 0 0 15px;
  max-width: 100%;
  padding-bottom: 6px;
}
.kod-perelink .ps__rail-x {
  height: 6px;
  z-index: 1;
}
.kod-perelink .ps__thumb-x {
  height: 6px;
  bottom: 0;
}
.kod-perelink .ps__rail-x.ps--clicking .ps__thumb-x,
.kod-perelink .ps__rail-x:focus > .ps__thumb-x,
.kod-perelink .ps__rail-x:hover > .ps__thumb-x {
  height: 6px;
}
.kod-perelink a {
  color: #868E96;
}
.kod-perelink a span {
  display: inline-block;
  border-bottom: 1px solid #CED4DA;
}
.kod-perelink a:hover,
.kod-perelink a:focus {
  color: #339CD3;
}
.kod-perelink a:hover span,
.kod-perelink a:focus span {
  border-bottom: 0 none;
}
.kod-perelink ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.kod-perelink ul li {
  font-size: 14px;
  line-height: 1;
  padding: 0 10px 0 0;
  margin-right: 7px;
  list-style: none;
  text-transform: uppercase;
  flex-shrink: 0;
}
.kod-perelink ul li + li {
  margin-top: 0;
}
.kod-perelink ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #CED4DA;
}
.kod-perelink ul li:last-child {
  padding-right: 0!important;
  margin-right: 0!important;
}
.kod-perelink ul li:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .kod-perelink ul li {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .kod-perelink .ps__rail-x,
  .kod-perelink .ps__rail-y {
    display: none;
  }
}
.c-converter-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.c-converter-sum,
.c-converter-widget {
  position: relative;
  width: 100%;
  padding: 20px 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.c-converter-sum {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.c-converter-sum .cs-row {
  display: flex;
  flex-direction: column;
}
.c-converter-sum .cs-row + .cs-row {
  margin-top: 20px;
}
.c-converter-sum span,
.c-converter-sum strong {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}
.c-converter-sum span {
  font-weight: 300;
}
.c-converter-sum strong {
  font-weight: 700;
}
.c-converter-sum small {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #868E96;
  margin-top: 4px;
}
.c-converter-widget {
  background: #E3F5FF;
}
.c-converter-widget .converter-widget-wrap {
  padding: 0;
}
.c-converter-widget .input,
.c-converter-widget .select {
  padding: 11px 28px 11px 15px;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  border-radius: 8px;
}
.c-converter-widget .input::-webkit-input-placeholder,
.c-converter-widget .select::-webkit-input-placeholder {
  color: #CED4DA;
}
.c-converter-widget .input::-moz-placeholder,
.c-converter-widget .select::-moz-placeholder {
  color: #CED4DA;
}
.c-converter-widget .input:-moz-placeholder,
.c-converter-widget .select:-moz-placeholder {
  color: #CED4DA;
}
.c-converter-widget .input:-ms-input-placeholder,
.c-converter-widget .select:-ms-input-placeholder {
  color: #CED4DA;
}
@media (max-width: 767px) {
  .c-converter-main {
    grid-template-columns: 1fr;
  }
  .c-converter-sum,
  .c-converter-widget {
    padding: 20px 16px;
  }
}
.subscribe-newsletter {
  position: relative;
  padding: 0;
  background: #E3F5FF;
}
@media (min-width: 1024px) {
  .subscribe-newsletter:not(.in-content) .newssub-form-outer {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .subscribe-newsletter:not(.in-content) {
    padding-left: 185px;
  }
}
@media (min-width: 1400px) {
  .subscribe-newsletter:not(.in-content) {
    padding-left: 244px;
  }
  .subscribe-newsletter:not(.in-content) .newssub-form-outer {
    padding: 0 40px 0 30px;
  }
}
@media (min-width: 1900px) {
  .subscribe-newsletter:not(.in-content) {
    padding-left: 330px;
  }
  .subscribe-newsletter:not(.in-content) .newssub-form-outer {
    padding: 0 180px 0 60px;
  }
}
.blue-card {
  position: relative;
  width: 100%;
  background-color: #c1e1f1;
  z-index: 0;
  padding: 25px 15px 30px;
}
.blue-card > *:first-child {
  margin-top: 0;
}
.blue-card > *:last-child {
  margin-bottom: 0;
}
.blue-card .button {
  padding-left: 15px;
  padding-right: 15px;
}
.blue-card + .blue-card {
  margin-top: 20px;
}
.feed-more {
  width: 100%;
  margin-top: 20px;
}
.sortby-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-right: 26px;
}
.sortby-link:last-child {
  margin-right: 0;
}
.sortby-link[href]:hover,
.sortby-link.active {
  color: #212529;
}
.comments-sect {
  position: relative;
  margin-top: 40px;
}
.comments-sect > *:first-child {
  margin-top: 0 !important;
}
.comments-sect > *:last-child {
  margin-bottom: 0 !important;
}
.sub-article-sect-header {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin: 40px 0 20px;
}
.sub-article-sect-header.custom_ttl {
  font-size: 20px;
  line-height: 26px;
}
.sub-article-sect-header + .author-under-article {
  margin-top: 20px;
}
.currencies-table-container {
  margin: 20px 0 30px;
}
table.currencies-table {
  width: 100%;
  background: none;
}
table.currencies-table th,
table.currencies-table td {
  border: 0 none;
}
table.currencies-table th {
  color: #777e98;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 15px 15px;
  text-align: left;
}
table.currencies-table tbody {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
table.currencies-table tr + tr {
  border-top: 1px solid #E9ECEF;
}
table.currencies-table td {
  vertical-align: middle;
  padding: 0;
}
table.currencies-table td > a,
table.currencies-table td > span {
  align-items: center;
  display: flex;
  padding: 20px 15px;
}
table.currencies-table td > a.icon-col,
table.currencies-table td > span.icon-col {
  padding: 15px;
}
table.currencies-table td > a img,
table.currencies-table td > span img {
  width: 30px;
  margin-right: 8px;
  vertical-align: middle;
}
table.currencies-table td > a span,
table.currencies-table td > span span {
  color: #343A40;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
table.currencies-table td > a span.bolder,
table.currencies-table td > span span.bolder {
  font-weight: 700;
}
table.currencies-table td > a span.bigger,
table.currencies-table td > span span.bigger {
  font-size: 20px;
  line-height: 1;
}
table.currencies-table td > a span.w-img,
table.currencies-table td > span span.w-img {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  table.currencies-table:not(.single) tbody tr {
    transition: background 0.3s;
  }
  table.currencies-table:not(.single) tbody tr:hover {
    background: #F3F1FF;
  }
}
@media (max-width: 767px) {
  table.currencies-table th {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 10px 15px;
  }
  table.currencies-table td > a,
  table.currencies-table td > span {
    padding: 20px 15px;
  }
  table.currencies-table td > a.icon-col,
  table.currencies-table td > span.icon-col {
    padding: 8px 15px;
  }
  table.currencies-table td > a img,
  table.currencies-table td > span img {
    display: block;
    width: 24px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  table.currencies-table td > a span.bigger,
  table.currencies-table td > span span.bigger {
    font-size: 18px;
  }
  table.currencies-table td > a span.w-img,
  table.currencies-table td > span span.w-img {
    flex-direction: column;
  }
  table.currencies-table td > a span.w-img img,
  table.currencies-table td > span span.w-img img {
    align-self: flex-start;
  }
}
.currency-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.currency-tabs .cf-tabs {
  display: flex;
  flex-wrap: wrap;
}
.currency-tabs .cf-tabs a,
.currency-tabs .cf-tabs span {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  font-size: 16px;
  color: #343A40;
  border-radius: 4px;
  padding: 10px 15px;
  margin-right: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.currency-tabs .cf-tabs a:hover,
.currency-tabs .cf-tabs span:hover {
  background: #FBEDB0;
  border-color: #FBEDB0;
}
.currency-tabs .cf-tabs a.active,
.currency-tabs .cf-tabs span.active {
  background: #339CD3;
  border-color: #339CD3;
  color: #FFFFFF;
  transition: none;
}
.currency-tabs .cf-date {
  flex-shrink: 0;
}
.currency-tabs .cf-date .cf-filter-date {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #339CD3;
  border-radius: 4px;
  background: #FFF;
  border: 1px solid #E9ECEF;
  padding: 0 6px;
  margin-left: 6px;
  text-decoration: underline;
  cursor: pointer;
}
.currency-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.currency-nav > * + * {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .currency-nav {
    flex-direction: row;
    justify-content: space-between;
  }
  .currency-nav > * {
    margin: 0;
  }
}
.kod-perelink-wrap {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 16px 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.kod-perelink-wrap > nav {
  column-count: 3;
  margin-bottom: -5px;
}
.kod-perelink-wrap > nav > * {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .kod-perelink-wrap > nav {
    column-count: 1;
    margin-bottom: -10px;
  }
  .kod-perelink-wrap > nav > * {
    margin-bottom: 10px;
  }
}
small.ch-sub {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #868E96;
  margin: -15px 0 0;
}
.comments-sect-desc {
  position: relative;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868e96;
  margin-top: -10px;
  margin-bottom: 20px;
}
.sub-tg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #339CD3;
  border-radius: 4px;
  margin-top: 30px;
}
.sub-tg .sub-tg-image {
  display: flex;
  width: 223px;
  flex-shrink: 0;
}
.sub-tg .sub-tg-image img {
  width: 100%;
}
.sub-tg .sub-tg-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}
.sub-tg .sub-tg-text {
  display: flex;
  flex-direction: column;
}
.sub-tg .sub-tg-text .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.sub-tg .sub-tg-text .descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #E3F5FF;
  margin-top: 6px;
}
.sub-tg .sub-tg-submit {
  display: flex;
  flex-shrink: 0;
  max-width: 147px;
  margin-top: 18px;
}
.sub-tg .sub-tg-submit a {
  width: 100%;
}
@media (min-width: 1024px) {
  .sub-tg {
    min-height: 123px;
    flex-direction: row;
    align-items: center;
  }
  .sub-tg .sub-tg-image {
    margin-right: 4px;
  }
  .sub-tg .sub-tg-body {
    flex-direction: row;
    align-items: flex-end;
    padding: 11px 33px 14px 0;
  }
  .sub-tg .sub-tg-submit {
    margin-top: 0;
    margin-left: 20px;
  }
}
.ask-forum-ban {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E3F5FF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 40px 0 30px;
}
.ask-forum-ban .afb-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 30px;
}
.ask-forum-ban .afb-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
}
.ask-forum-ban .afb-submit {
  width: 100%;
  margin-top: 20px;
}
.ask-forum-ban .afb-submit .btn {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.ask-forum-ban .afb-image {
  display: flex;
  width: 429px;
  max-width: 100%;
  flex-shrink: 0;
}
.ask-forum-ban .afb-image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .ask-forum-ban {
    min-height: 197px;
    flex-direction: row;
    justify-content: space-between;
    margin: 48px 0 69px;
  }
  .ask-forum-ban .afb-body {
    width: unset;
    padding: 39px 0 27px 24px;
  }
  .ask-forum-ban .afb-submit {
    width: 323px;
    margin-top: 25px;
  }
  .ask-forum-ban .afb-image {
    margin-left: 26px;
  }
}
.free-pub-ban {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #FBEDB0;
  border-radius: 4px;
  margin: 20px 0;
}
.free-pub-ban .fpb-image {
  display: flex;
  width: 140px;
  flex-shrink: 0;
}
.free-pub-ban .fpb-image img {
  width: 100%;
}
.free-pub-ban .fpb-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}
.free-pub-ban .fpb-text {
  display: flex;
  flex-direction: column;
}
.free-pub-ban .fpb-text .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #343A40;
}
.free-pub-ban .fpb-text .descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
  margin-top: 2px;
}
.free-pub-ban .fpb-submit {
  display: flex;
  flex-shrink: 0;
  max-width: 147px;
  margin-top: 18px;
}
.free-pub-ban .fpb-submit .btn {
  width: 100%;
  padding: 6px 21px 7px;
}
@media (min-width: 1024px) {
  .free-pub-ban {
    min-height: 99px;
    flex-direction: row;
    align-items: center;
  }
  .free-pub-ban .fpb-image {
    margin-right: 25px;
  }
  .free-pub-ban .fpb-body {
    flex-direction: row;
    align-items: flex-end;
    padding: 18px 16px 15px 0;
  }
  .free-pub-ban .fpb-submit {
    margin-top: 0;
    margin-left: 20px;
  }
}
.add-to-favorite {
  display: none;
}
@media (min-width: 1024px) {
  .add-to-favorite {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 110px;
    background: #FFFFFF;
    border: 1px dashed #339CD3;
    border-radius: 4px;
    margin: 38px 0 25px;
  }
  .add-to-favorite .fav-left {
    display: flex;
    align-items: center;
    margin-left: 24px;
    flex-shrink: 0;
  }
  .add-to-favorite .fav-img {
    position: absolute;
    height: 117px;
    top: -14px;
    flex-shrink: 0;
  }
  .add-to-favorite .fav-img img {
    max-height: 100%;
  }
  .add-to-favorite .fav-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #343A40;
    padding: 25px 0 25px 100px;
  }
  .add-to-favorite .fav-blue {
    display: flex;
    flex-direction: column;
    width: 164px;
    color: #FFFFFF;
    background: #339CD3;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px 0 0 5px;
    padding: 7px 11px 5px;
    margin: 0 -1px 0 20px;
  }
  .add-to-favorite .fav-blue span {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .add-to-favorite .fav-blue strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-top: -2px;
  }
}
.calc-bottom-actions {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: flex-end;
  margin: -15px 0 30px;
  width: 100%;
}
.calc-bottom-actions > * + * {
  margin-top: 15px;
}
.calc-bottom-actions a,
.calc-bottom-actions span {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s;
  font-size: 14px;
  line-height: 1;
  color: #343A40;
}
.calc-bottom-actions a:hover,
.calc-bottom-actions span:hover,
.calc-bottom-actions a:focus,
.calc-bottom-actions span:focus {
  color: #339CD3;
}
.calc-bottom-actions a img,
.calc-bottom-actions span img {
  width: 20px;
  margin-right: 4px;
  margin-top: -6px;
}
@media (min-width: 1024px) {
  .calc-bottom-actions {
    flex-direction: row;
    align-items: center;
  }
  .calc-bottom-actions > * + * {
    margin-top: 0;
    margin-left: 15px;
  }
}
.pub-rubrikator-wrap {
  display: none;
  margin: 47px 0 37px;
}
.pub-rubrikator-container {
  padding: 0 15px;
}
.pub-rubrikator-container .sub-article-sect-header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.pub-rubrikator {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.pub-rubrikator ul li {
  list-style: none;
  padding: 0;
}
.pub-rubrikator ul.pr-lvl-1 {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #E9ECEF;
}
.pub-rubrikator ul.pr-lvl-1 li {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #343A40;
}
.pub-rubrikator ul.pr-lvl-1 li + li {
  margin: 0;
}
.pub-rubrikator ul.pr-lvl-1 li::before {
  display: none;
}
.pub-rubrikator ul.pr-lvl-1 li a,
.pub-rubrikator ul.pr-lvl-1 li span {
  display: inline-block;
  color: #343A40;
  padding: 7px 30px 9px;
  cursor: pointer;
  transition: all 0.3s;
}
.pub-rubrikator ul.pr-lvl-1 li a.active,
.pub-rubrikator ul.pr-lvl-1 li span.active,
.pub-rubrikator ul.pr-lvl-1 li a:hover,
.pub-rubrikator ul.pr-lvl-1 li span:hover,
.pub-rubrikator ul.pr-lvl-1 li a:focus,
.pub-rubrikator ul.pr-lvl-1 li span:focus {
  color: #339CD3;
  background: #FFFFFF;
}
.pub-rubrikator .pr-main {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 300px;
}
.pub-rubrikator .pr-main.loading::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F7FA;
  opacity: 0.7;
  z-index: 1;
}
.pub-rubrikator .pr-main.loading::after {
  position: absolute;
  content: "";
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url(/images/ppt21/svg/loader-blue-big.svg) center no-repeat;
  background-size: 100%;
  z-index: 2;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.pub-rubrikator ul.pr-lvl-2 {
  width: 192px;
  flex-shrink: 0;
  border-right: 1px solid #E9ECEF;
  margin: 0;
  padding: 24px 0;
}
.pub-rubrikator ul.pr-lvl-2 > li {
  display: none;
  margin: 0;
}
.pub-rubrikator ul.pr-lvl-2 > li.active {
  display: block;
}
.pub-rubrikator ul.pr-lvl-2 > li ul {
  margin: 0;
  padding: 0;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li + li {
  margin-top: 14px;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li::before {
  display: none;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li a,
.pub-rubrikator ul.pr-lvl-2 > li ul li span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #868E96;
  padding: 4px 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li a svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li span svg path {
  transition: all 0.3s;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li a.active,
.pub-rubrikator ul.pr-lvl-2 > li ul li span.active,
.pub-rubrikator ul.pr-lvl-2 > li ul li a:hover,
.pub-rubrikator ul.pr-lvl-2 > li ul li span:hover,
.pub-rubrikator ul.pr-lvl-2 > li ul li a:focus,
.pub-rubrikator ul.pr-lvl-2 > li ul li span:focus {
  color: #339CD3;
  background: #E3F5FF;
}
.pub-rubrikator ul.pr-lvl-2 > li ul li a.active svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li span.active svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li a:hover svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li span:hover svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li a:focus svg path,
.pub-rubrikator ul.pr-lvl-2 > li ul li span:focus svg path {
  fill: #339CD3;
}
.pub-rubrikator .pr-lvl-3 {
  width: 100%;
}
.pub-rubrikator .pr-lvl-3 ul {
  display: none;
  columns: 3;
  column-gap: 0;
  margin: 20px 0 20px;
  padding: 0 25px;
}
.pub-rubrikator .pr-lvl-3 ul.active {
  display: block;
}
.pub-rubrikator .pr-lvl-3 ul li {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  padding: 8px 15px 9px 0;
}
.pub-rubrikator .pr-lvl-3 ul li + li {
  margin-top: 0;
}
.pub-rubrikator .pr-lvl-3 ul li::before {
  display: none;
}
.pub-rubrikator .pr-lvl-3 ul li a,
.pub-rubrikator .pr-lvl-3 ul li span {
  display: inline;
  cursor: pointer;
  transition: all 0.3s;
  color: #343A40;
}
.pub-rubrikator .pr-lvl-3 ul li a.active,
.pub-rubrikator .pr-lvl-3 ul li span.active,
.pub-rubrikator .pr-lvl-3 ul li a:hover,
.pub-rubrikator .pr-lvl-3 ul li span:hover,
.pub-rubrikator .pr-lvl-3 ul li a:focus,
.pub-rubrikator .pr-lvl-3 ul li span:focus {
  color: #339CD3;
}
@media (min-width: 1024px) {
  .pub-rubrikator-wrap {
    display: block;
  }
}
@media (min-width: 1200px) {
  .pub-rubrikator-wrap {
    padding-left: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .pub-rubrikator {
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  .pub-rubrikator-wrap {
    padding-right: 268px;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.lm-docs-wrap {
  margin: 47px 0 37px;
}
.lm-docs-container {
  padding: 0 16px;
}
.lm-docs-body {
  position: relative;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 16px 16px 24px;
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
}
.lm-docs-title {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
.lm-docs-title svg {
  flex-shrink: 0;
  margin: 3px 4px 0 0;
}
.lm-docs {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 13px;
  margin-left: 24px;
}
.lm-text {
  width: 100%;
}
.lm-text + .lm-text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E9ECEF;
}
.lm-text > *:first-child {
  margin-top: 0 !important;
}
.lm-text > *:last-child {
  margin-bottom: 0 !important;
}
.lm-text ul,
.lm-text ol {
  padding: 0;
  margin: 10px 0 0;
}
.lm-text ul li,
.lm-text ol li {
  line-height: 16px;
  padding: 0;
  list-style: none;
}
.lm-text ul li::marker,
.lm-text ol li::marker {
  content: none;
}
.lm-text ul li + li,
.lm-text ol li + li {
  margin-top: 18px;
}
.lm-text ul li a,
.lm-text ol li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.lm-text ul li a:hover,
.lm-text ol li a:hover {
  color: #1780B8;
}
.lm-text ul li a:focus,
.lm-text ol li a:focus {
  color: #339CD3;
}
@media (min-width: 768px) {
  .lm-docs-container {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .lm-docs {
    flex-direction: row;
    justify-content: space-between;
  }
  .lm-docs::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);
    border-left: 1px solid #E9ECEF;
  }
  .lm-text {
    width: calc(50% - 15px);
  }
  .lm-text + .lm-text {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  .lm-text ul li + li,
  .lm-text ol li + li {
    margin-top: 15px;
  }
  .lm-text ul li a,
  .lm-text ol li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .lm-docs-wrap {
    padding-left: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lm-docs {
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  .lm-docs-wrap {
    padding-left: 244px;
  }
  .lm-docs-container {
    padding: 0 40px 0 30px;
  }
}
@media (min-width: 1900px) {
  .lm-docs-wrap {
    padding-left: 330px;
  }
  .lm-docs-container {
    padding: 0 180px 0 60px;
  }
}
.index-banner {
  margin-top: 60px;
  text-align: center;
}
.ask-banner {
  margin-top: 83px;
}
.document-banner {
  text-align: center;
  margin-top: 90px;
}
.under-doc-banner {
  text-align: center;
  margin-top: 60px;
}
.calendars-banner {
  text-align: center;
  margin-top: 53px;
}
.seminar-banner {
  margin-top: 60px;
}
.hot-banner {
  margin-bottom: 22px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.kodeks-banner {
  text-align: center;
  margin-top: 30px;
  margin-bottom: -30px;
}
.underdoc-banner {
  text-align: center;
  margin-top: 40px;
}
.lid-banner {
  text-align: center;
  margin-bottom: 30px;
}
.kp-inline-banner {
  margin: 30px 0 30px;
}
.kp-inline {
  position: relative;
  width: 100%;
  background-color: #eff3f6;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.kp-inline > * {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
}
.kp-inline img {
  max-width: 100%;
}
.kp-inline .kp-title {
  display: inline-block;
  vertical-align: middle;
  color: #ff7a00;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.kp-inline .kp-desc {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  margin: 5px 0 0;
}
.kp-inline .kp-desc li {
  color: #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.kp-inline .kp-desc li + li {
  margin-top: 5px;
}
.kp-inline .kp-desc li:before {
  left: -15px;
  font-size: 10px;
  color: #ff7a00;
  top: 0;
}
.kp-inline .kp-button {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 250px;
  text-align: center;
}
.kp-inline .kp-button span {
  color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  top: 24px;
}
.important-block,
.kplus-preview-inline {
  margin: 30px 0;
  border-radius: 4px;
  padding: 18px 24px 20px;
}
.important-block__header,
.kplus-preview-inline__header {
  position: relative;
  display: inline-block;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 4px;
  padding-left: 30px;
  text-align: left!important;
}
.important-block__header::before,
.kplus-preview-inline__header::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 6px;
  left: 0;
}
.important-block__content,
.kplus-preview-inline__content {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
}
.important-block__content *:not(a):first-child,
.kplus-preview-inline__content *:not(a):first-child {
  margin-top: 0!important;
}
.important-block__content *:not(a):last-child,
.kplus-preview-inline__content *:not(a):last-child {
  margin-bottom: 0!important;
}
.important-block__content *,
.kplus-preview-inline__content * {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.important-block__content a,
.kplus-preview-inline__content a {
  font-weight: 500;
}
.important-block__content p,
.kplus-preview-inline__content p {
  margin: 4px 0;
}
.important-block__content ul,
.kplus-preview-inline__content ul,
.important-block__content ol,
.kplus-preview-inline__content ol {
  margin: 0;
}
.important-block__content ul li + li,
.kplus-preview-inline__content ul li + li,
.important-block__content ol li + li,
.kplus-preview-inline__content ol li + li {
  margin-top: 0;
}
.important-block__content ul li::before,
.kplus-preview-inline__content ul li::before,
.important-block__content ol li::before,
.kplus-preview-inline__content ol li::before {
  left: 0;
  top: auto;
  color: #343A40;
}
.important-block__content ol li::marker,
.kplus-preview-inline__content ol li::marker {
  font-size: 18px;
  line-height: 30px;
}
.content-zoom-2 .important-block__header,
.content-zoom-2 .kplus-preview-inline__header {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-2 .important-block__content,
.content-zoom-2 .kplus-preview-inline__content {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-2 .important-block__content *,
.content-zoom-2 .kplus-preview-inline__content * {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-3 .important-block__header,
.content-zoom-3 .kplus-preview-inline__header {
  font-size: 26px;
  line-height: 34px;
}
.content-zoom-3 .important-block__content,
.content-zoom-3 .kplus-preview-inline__content {
  font-size: 26px;
  line-height: 38px;
}
.content-zoom-3 .important-block__content *,
.content-zoom-3 .kplus-preview-inline__content * {
  font-size: 26px;
  line-height: 38px;
}
.important-block {
  background: #FBEDB0;
}
.important-block__header {
  text-transform: lowercase;
}
.important-block__header::first-letter {
  text-transform: uppercase;
}
.important-block__header::before {
  content: url("/images/ppt21/svg/in-text/attantion.svg");
}
.kplus-preview-inline {
  background: #E3F5FF;
}
.kplus-preview-inline__header::before {
  content: url("/images/ppt21/svg/in-text/bulb.svg");
}
.inline-banner-ppt {
  background-color: #E3F5FF;
  border-radius: 4px;
  padding: 15px;
  margin: 15px 0;
  border-left: 4px solid #339cd3;
  font-size: 16px;
}
.inline-banner-ppt > div {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.inline-banner-ppt > div > div {
  padding: 5px;
}
.inline-banner-ppt > div > div:nth-child(1) {
  flex: 1;
  min-width: 240px;
  padding-right: 15px;
}
.inline-banner-ppt > div > div:nth-child(2) {
  flex: 1;
  min-width: 240px;
  border-left: 1px solid #339cd3;
  padding-left: 15px;
}
.inline-banner-ppt strong {
  font-weight: 700;
}
.inline-banner-ppt ul {
  margin: 10px 0 0;
}
.inline-banner-ppt ul li {
  line-height: 20px;
}
.inline-banner-ppt .btn {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .inline-banner-ppt > div > div:nth-child(2) {
    border-left: none !important;
    border-top: 1px solid #339cd3;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 5px !important;
  }
  .inline-banner-ppt > div > div:nth-child(2) > h4 {
    margin-top: 10px !important;
  }
  .inline-banner-ppt .btn {
    width: 100%;
  }
}
.publication-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 5px solid #339CD3;
  border-radius: 10px;
  padding: 15px 10px 15px;
  margin: 45px 0 30px 15px;
}
.publication-summary .sum-text *:first-child {
  margin-top: 0 !important;
}
.publication-summary .sum-text *:last-child {
  margin-bottom: 0 !important;
}
.publication-summary .sum-img {
  position: relative;
  width: 85px;
  height: 85px;
  background: #339CD3;
  border-radius: 10px;
  padding: 5px;
  margin: -38px 18px 15px -30px;
  float: left;
}
.publication-summary .sum-img img {
  border-radius: 7px;
}
.publication-summary h2 {
  margin: 0 0 15px !important;
}
.publication-summary ol {
  counter-reset: ol;
}
.publication-summary ol > li {
  padding-left: 15px;
}
.publication-summary ol > li::marker {
  content: counter(list-item);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #339cd399;
}
.publication-summary ol li + li,
.publication-summary ul li + li {
  margin-top: 4px;
}
.content-zoom-2 .publication-summary ol > li::marker {
  font-size: 24px;
}
.content-zoom-3 .publication-summary ol > li::marker {
  font-size: 28px;
}
@media (max-width: 1023px) {
  .publication-summary h2 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .publication-summary ol > li::marker {
    font-size: 16px;
  }
  .publication-summary ol li + li,
  .publication-summary ul li + li {
    margin-top: 8px;
  }
  .content-zoom-2 .publication-summary ol > li::marker {
    font-size: 18px;
  }
  .content-zoom-3 .publication-summary ol > li::marker {
    font-size: 22px;
  }
}
@supports (hanging-punctuation: first) and (-webkit-appearance: none) {
  .publication-summary ol {
    padding: 0 0 0 40px;
  }
  .publication-summary ol > li {
    padding-left: 0;
  }
}
.person-comment {
  margin: 30px 0;
  border-radius: 4px;
  padding: 18px 24px 20px;
  background: #E3F5FF;
}
.person-comment *:first-child {
  margin-top: 0 !important;
}
.person-comment *:last-child {
  margin-bottom: 0 !important;
}
.person-comment .person-data {
  display: flex;
}
.person-comment .person-photo {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.person-comment .person-photo img {
  position: relative;
  min-width: unset;
  width: 130px !important;
  height: auto !important;
  margin: 0 20px 0 0;
  border-radius: 50%;
}
.person-comment .person-photo + * {
  margin-top: 0 !important;
}
.person-comment .person-info strong:first-child {
  font-weight: 700;
  color: #343A40;
  font-size: 22px;
  line-height: 26px;
  margin: 20px 0 10px !important;
}
.person-comment .person-text {
  margin-top: 1em;
}
.content-zoom-2 .person-comment .person-info strong:first-child {
  font-size: 26px;
  line-height: 30px;
}
.content-zoom-3 .person-comment .person-info strong:first-child {
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .person-comment .person-data {
    display: block;
  }
  .person-comment .person-photo {
    float: left;
  }
  .person-comment .person-photo img {
    width: 90px;
    margin: 0 15px 0 0;
  }
}
.download-from-kplus {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f5f1ff;
  border-radius: 4px;
  padding: 17px 17px;
  margin: 30px 0;
}
.download-from-kplus:hover span,
.download-from-kplus:focus span {
  color: #339CD3;
}
.download-from-kplus:hover span svg path,
.download-from-kplus:focus span svg path {
  fill: #272B30;
}
.download-from-kplus strong {
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #272B30;
}
.download-from-kplus span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-family: 'Roboto', serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: center;
  text-transform: uppercase;
  color: #339CD3;
  margin-top: 15px;
  padding: 8px 12px 8px 14px;
  background: #FFFFFF;
  border: 1px solid #343A40;
}
.download-from-kplus span svg {
  margin-right: 9px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .download-from-kplus {
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 15px;
    margin: 40px 0;
    text-align: left;
  }
  .download-from-kplus span {
    margin-top: 0;
    margin-left: 8px;
  }
}
.content-zoom-2 .download-from-kplus strong {
  font-size: 20px;
  line-height: 24px;
}
.content-zoom-2 .download-from-kplus span {
  flex-shrink: 1;
  font-size: 22px;
  line-height: 26px;
}
.content-zoom-2 .download-from-kplus span svg {
  transform: scale(1.2);
  margin-left: 2px;
}
.content-zoom-3 .download-from-kplus strong {
  font-size: 24px;
  line-height: 28px;
}
.content-zoom-3 .download-from-kplus span {
  flex-shrink: 1;
  font-size: 26px;
  line-height: 30px;
}
.content-zoom-3 .download-from-kplus span svg {
  transform: scale(2);
  margin-left: 8px;
}
.ppt-images-row {
  display: flex;
  justify-content: space-between;
}
.ppt-images-row > * {
  width: calc(33.3333% - 5px);
}
@media (max-width: 767px) {
  .ppt-images-row {
    flex-direction: column;
  }
  .ppt-images-row > * {
    width: 100%;
  }
  .ppt-images-row > * + * {
    margin-top: 10px;
  }
}
.faqBlock-inline {
  margin-bottom: 25px;
}
.faqBlock-inline > *:not(h2) {
  margin-bottom: 15px;
}
.faqBlock-inline *:first-child {
  margin-top: 0 !important;
}
.faqBlock-inline *:last-child {
  margin-bottom: 0 !important;
}
.faqBlock-inline .faq-q {
  font-size: 19px;
  margin-bottom: 5px!important;
  font-weight: 500;
}
.faqBlock-inline .faq-q + * {
  font-weight: 300;
}
.ppt-KpLv .dropDown-box {
  display: block!important;
  background: none!important;
  border-radius: 0!important;
  padding: 0!important;
  text-align: unset!important;
}
.ppt-KpLv .dropDown-box a {
  margin-bottom: 0!important;
}
.ppt-KpLv {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  margin: 30px 0;
  padding: 17px 19px 19px;
}
.ppt-KpLv *:first-child {
  margin-top: 0 !important;
}
.ppt-KpLv *:last-child {
  margin-bottom: 0 !important;
}
.ppt-KpLv .h2cV_body {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.ppt-KpLv .h2cV_body::before {
  position: relative;
  float: left;
  content: url("/images/ppt21/svg/in-text/hat.svg");
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.ppt-KpLv .h2cV_body > *:first-child {
  margin-top: 0 !important;
}
.ppt-KpLv .h2cV_body > *:last-child {
  margin-bottom: 0 !important;
}
.ppt-KpLv .h2cV_body * {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 16px;
}
.ppt-KpLv .h2cV_body a {
  font-weight: 500;
  line-height: 18px;
}
.ppt-KpLv .h2cV_body .h3 {
  margin-bottom: 8px;
}
.ppt-KpLv .h2cV_body .h3 + * {
  margin-top: 0;
}
.ppt-KpLv .h2cV_body ul,
.ppt-KpLv .h2cV_body ol {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.ppt-KpLv .h2cV_body ul li + li,
.ppt-KpLv .h2cV_body ol li + li {
  margin-top: 4px;
}
.ppt-KpLv .h2cV_body img {
  max-width: 100%;
}
.ppt-KpLv .h2cV_bLine {
  margin-top: 14px;
}
.ppt-KpLv .h2cV_bLine a {
  display: block;
  padding: 11px 20px;
  background: #e5f1fe;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #339CD3;
  text-align: center;
}
.content-zoom-2 .ppt-KpLv .h2cV_body {
  font-size: 18px;
  line-height: 26px;
}
.content-zoom-2 .ppt-KpLv .h2cV_body * {
  font-size: 18px;
  line-height: 26px;
}
.content-zoom-2 .ppt-KpLv .h2cV_body a {
  line-height: 26px;
}
.content-zoom-2 .ppt-KpLv .h2cV_body ul,
.content-zoom-2 .ppt-KpLv .h2cV_body ol {
  font-size: 18px;
  line-height: 26px;
}
.content-zoom-2 .ppt-KpLv .h2cV_bLine a {
  font-size: 18px;
  line-height: 26px;
}
.content-zoom-3 .ppt-KpLv .h2cV_body {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-3 .ppt-KpLv .h2cV_body * {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-3 .ppt-KpLv .h2cV_body a {
  line-height: 28px;
}
.content-zoom-3 .ppt-KpLv .h2cV_body ul,
.content-zoom-3 .ppt-KpLv .h2cV_body ol {
  font-size: 22px;
  line-height: 28px;
}
.content-zoom-3 .ppt-KpLv .h2cV_bLine a {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .ppt-KpLv {
    padding: 17px 23px 23px;
  }
  .ppt-KpLv .h2cV_body {
    font-size: 16px;
    line-height: 26px;
  }
  .ppt-KpLv .h2cV_body * {
    font-size: 16px;
    line-height: 26px;
  }
  .ppt-KpLv .h2cV_body ul,
  .ppt-KpLv .h2cV_body ol {
    font-size: 16px;
    line-height: 24px;
  }
  .ppt-KpLv .h2cV_bLine a {
    font-size: 16px;
    line-height: 24px;
  }
  .content-zoom-2 .ppt-KpLv .h2cV_body {
    font-size: 20px;
    line-height: 30px;
  }
  .content-zoom-2 .ppt-KpLv .h2cV_body * {
    font-size: 20px;
    line-height: 30px;
  }
  .content-zoom-2 .ppt-KpLv .h2cV_body ul,
  .content-zoom-2 .ppt-KpLv .h2cV_body ol {
    font-size: 20px;
    line-height: 28px;
  }
  .content-zoom-2 .ppt-KpLv .h2cV_bLine a {
    font-size: 20px;
    line-height: 28px;
  }
  .content-zoom-3 .ppt-KpLv .h2cV_body {
    font-size: 24px;
    line-height: 34px;
  }
  .content-zoom-3 .ppt-KpLv .h2cV_body * {
    font-size: 24px;
    line-height: 34px;
  }
  .content-zoom-3 .ppt-KpLv .h2cV_body ul,
  .content-zoom-3 .ppt-KpLv .h2cV_body ol {
    font-size: 24px;
    line-height: 32px;
  }
  .content-zoom-3 .ppt-KpLv .h2cV_bLine a {
    font-size: 24px;
    line-height: 32px;
  }
}
.material-by-theme {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none!important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  padding: 20px 20px 23px;
  margin: 30px 0 35px;
  overflow: hidden;
}
.material-by-theme:hover::before {
  background: #272B30;
  opacity: 0.8;
}
.material-by-theme:hover strong {
  color: #339CD3;
}
.material-by-theme::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #343A40;
  opacity: 0.7;
  transition: all 0.3s;
}
.material-by-theme span {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #E3F5FF;
  margin-bottom: 14px;
}
.material-by-theme strong {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  color: #FFFFFF;
  transition: color 0.3s;
}
@media (min-width: 1024px) {
  .material-by-theme {
    padding: 30px 30px 33px;
    margin: 30px 0 45px;
  }
  .material-by-theme span {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .material-by-theme strong {
    font-size: 28px;
    line-height: 33px;
  }
}
.article-activity-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0 0;
}
.article-activity-line .pub-data-actions {
  width: auto;
  margin-bottom: 15px;
}
.article-activity-line .pub-data-actions .ard-buttons {
  width: 100%;
  justify-content: space-between;
}
.article-activity-line .pub-data-actions .ard-buttons > * + * {
  margin-left: 12px;
}
.article-activity-line .pub-data-actions .print svg {
  margin-right: 4px;
  height: 18px;
}
.article-activity-line .pub-data-actions .comments .txt {
  display: inline;
}
.article-activity-line .pub-data-actions .share-pub .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: 'Roboto', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #339CD3;
  transition: all 0.3s;
  cursor: pointer;
}
.article-activity-line .pub-data-actions .share-pub .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more::after {
  content: "Поделиться";
}
.article-activity-line .pub-data-actions .share-pub .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  height: 25px;
  width: 25px;
  margin-right: 4px;
}
.article-activity-line #tolstoycomments-reaction-emoji,
.article-activity-line [id^="tolstoycomments-reaction-emoji"] {
  width: 100%;
}
@media (min-width: 1024px) {
  .article-activity-line {
    align-items: flex-end;
  }
  .article-activity-line .pub-data-actions .ard-buttons {
    width: auto;
    justify-content: flex-end;
  }
  .article-activity-line .pub-data-actions .share-pub .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
    font-size: 13px;
    line-height: 15px;
  }
  .article-activity-line .pub-data-actions .share-pub .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    height: 18px;
    width: 18px;
  }
  .article-activity-line #tolstoycomments-reaction-emoji,
  .article-activity-line [id^="tolstoycomments-reaction-emoji"] {
    width: 200px;
    margin-right: -30px;
  }
}
.author-under-article {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 20px 24px;
  margin-top: 40px;
}
.author-under-article + .author-under-article {
  margin-top: 20px;
}
.author-under-article .author-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.author-under-article .author-head .author-image {
  display: flex;
  position: relative;
  width: 95px;
  height: 82px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #CED4DA;
  flex-shrink: 0;
  overflow: hidden;
}
.author-under-article .author-head .author-image img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 4px;
}
.author-under-article .author-head .author-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 10px) no-repeat;
  background-size: 60px;
}
.author-under-article .author-head .author-data {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.author-under-article .author-head .author-data strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
  color: #343A40;
  transition: color 0.3s;
}
.author-under-article .author-head .author-data span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.author-under-article a.author-head {
  cursor: pointer;
}
.author-under-article a.author-head:hover .author-data strong {
  color: #339CD3;
}
.author-under-article a.author-head:focus .author-data strong {
  color: #1780B8;
}
.author-under-article .author-info {
  margin-top: 16px;
}
.author-under-article .author-info > * {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.author-under-article .author-button {
  display: inline-block;
  margin-top: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.author-under-article .author-button svg {
  vertical-align: middle;
}
.author-under-article a {
  cursor: pointer;
}
.authors-list {
  z-index: 0;
  position: relative;
}
.authors-list .author-card {
  background: #e9ecef;
  padding: 18px 20px;
}
.authors-list .author-card * {
  cursor: default;
}
.authors-list .author-card + .author-card {
  margin-top: 20px;
}
.authors-list .author-card .author-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
  flex: 0 0 80px;
  position: relative;
}
.authors-list .author-card .author-image img {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
}
.authors-list .author-card .author-image.woman,
.authors-list .author-card .author-image.woman2,
.authors-list .author-card .author-image.man,
.authors-list .author-card .author-image.man2 {
  background: #ffffff;
}
.authors-list .author-card .author-image.woman:after,
.authors-list .author-card .author-image.woman2:after,
.authors-list .author-card .author-image.man:after,
.authors-list .author-card .author-image.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.authors-list .author-card .author-image.woman:after {
  background: url(/images/iconmonstr/generation-12.svg) center no-repeat;
  background-size: 46px;
  bottom: 2px;
}
.authors-list .author-card .author-image.woman2:after {
  background: url(/images/iconmonstr/generation-8.svg) center no-repeat;
  background-size: 46px;
  bottom: 2px;
}
.authors-list .author-card .author-image.man:after {
  background: url(/images/iconmonstr/generation-13.svg) center no-repeat;
  background-size: 46px;
}
.authors-list .author-card .author-image.man2:after {
  background: url(/images/iconmonstr/generation-9.svg) center no-repeat;
  background-size: 46px;
}
.authors-list .author-card .author-data {
  flex-shrink: 0;
}
.authors-list .author-card .author-data strong {
  font-size: 27px;
  line-height: 1.15;
  margin-bottom: 4px;
}
.authors-list .author-card .author-data strong a {
  color: #333;
  text-decoration: underline;
}
.authors-list .author-card .author-data strong a:hover {
  color: #339cd3;
}
.authors-list .author-card .author-data span {
  color: #868e96;
  display: inline-block;
}
.authors-list .author-card .author-data span a {
  color: #868e96;
}
.authors-list .author-card .author-data span a:hover {
  color: #2f89b8;
}
.authors-list .author-card .author-data .author-socials {
  margin-top: 8px;
}
.authors-list .author-card .author-data .author-socials * {
  cursor: pointer;
}
.authors-list .author-card .author-data .author-socials > * {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.authors-list .author-card .author-data .author-socials > * + * {
  margin-left: 10px;
}
.authors-list .author-card .author-diplomas {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: -10px;
  margin-right: -5px;
  margin-left: 15px;
}
.authors-list .author-card .author-diplomas .diploma-img {
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  width: 120px;
  height: 100px;
  margin: 0 5px 10px;
}
.authors-list .author-card .author-diplomas .diploma-img a {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
}
.authors-list .author-card .author-diplomas .diploma-img a * {
  cursor: pointer;
}
.authors-list .author-card .author-diplomas .diploma-img a:hover span.text strong,
.authors-list .author-card .author-diplomas .diploma-img a:focus span.text strong {
  color: #339CD3;
}
.authors-list .author-card .author-diplomas .diploma-img span.text {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  color: #868E96;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.authors-list .author-card .author-diplomas .diploma-img span.text strong {
  font-weight: 500;
  color: #343A40;
  text-decoration: underline;
  text-decoration-style: dashed;
  margin-bottom: 5px;
  transition: 0.3s color;
}
.authors-list .author-card .author-diplomas .diploma-img img {
  align-self: center;
  max-width: unset!important;
  height: 176%!important;
}
.authors-list .author-card a {
  cursor: pointer;
}
.authors-list.size-2 .author-card {
  padding: 10px 15px;
}
.authors-list.size-2 .author-card + .author-card {
  margin-top: 15px;
}
.authors-list.size-2 .author-card .author-image {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  flex: 0 0 65px;
}
.authors-list.size-2 .author-card .author-image img {
  width: 65px;
  height: 65px;
}
.authors-list.size-2 .author-card .author-image.woman:after {
  background-size: 36px;
}
.authors-list.size-2 .author-card .author-image.woman2:after {
  background-size: 36px;
}
.authors-list.size-2 .author-card .author-image.man:after {
  background-size: 36px;
}
.authors-list.size-2 .author-card .author-image.man2:after {
  background-size: 36px;
}
.authors-list.size-2 .author-card .author-data strong {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 4px;
}
.authors-list.size-2 .author-card .author-data span {
  font-size: 15px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .authors-list .author-card {
    padding: 15px;
  }
  .authors-list .author-card .author-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .authors-list .author-card .author-data strong {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .authors-list .author-card .author-diplomas {
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 20px;
  }
  .authors-list .author-card .author-diplomas .diploma-img {
    width: calc(50% - 10px);
    height: 100px;
  }
  .authors-list .author-card .author-diplomas .diploma-img span.text {
    font-size: 12px;
    line-height: 14px;
  }
  .authors-list .author-card .author-diplomas .diploma-img img {
    height: 176%!important;
  }
  .authors-list.size-2 .author-card {
    padding: 15px 10px;
  }
  .authors-list.size-2 .author-card .author-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .authors-list.size-2 .author-card .author-data strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .authors-list.size-2 .author-card .author-data span {
    font-size: 14px;
  }
}
.editors-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.editors-list .editor-card {
  display: flex;
  flex-direction: column;
  width: calc(33.3333% - 50px);
  margin-bottom: 20px;
}
.editors-list .editor-card .editor-link {
  display: flex;
  flex-direction: column;
  color: #343A40;
}
.editors-list .editor-card .editor-link[href]:hover .editor-data strong,
.editors-list .editor-card .editor-link[href]:focus .editor-data strong {
  color: #339CD3;
}
.editors-list .editor-card .editor-data {
  display: flex;
  flex-direction: column;
}
.editors-list .editor-card .editor-data strong {
  display: block;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 4px;
  transition: color 0.3s;
}
.editors-list .editor-card .editor-data span {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 300;
}
.editors-list .editor-card .editor-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.editors-list .editor-card .editor-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.editors-list .editor-card .editor-image.woman,
.editors-list .editor-card .editor-image.woman2,
.editors-list .editor-card .editor-image.man,
.editors-list .editor-card .editor-image.man2 {
  background: #e9ecef;
}
.editors-list .editor-card .editor-image.woman:after,
.editors-list .editor-card .editor-image.woman2:after,
.editors-list .editor-card .editor-image.man:after,
.editors-list .editor-card .editor-image.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.editors-list .editor-card .editor-image.woman:after {
  background: url(/images/iconmonstr/generation-12.svg) center no-repeat;
  background-size: 46px;
  bottom: 2px;
}
.editors-list .editor-card .editor-image.woman2:after {
  background: url(/images/iconmonstr/generation-8.svg) center no-repeat;
  background-size: 46px;
  bottom: 2px;
}
.editors-list .editor-card .editor-image.man:after {
  background: url(/images/iconmonstr/generation-13.svg) center no-repeat;
  background-size: 46px;
}
.editors-list .editor-card .editor-image.man2:after {
  background: url(/images/iconmonstr/generation-9.svg) center no-repeat;
  background-size: 46px;
}
.editors-list .editor-card .more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #CED4DA;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 300;
  padding: 5px;
  margin-left: 10px;
  cursor: default;
}
.editors-list .editor-card .editor-diplomas {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.editors-list .editor-card .editor-diplomas .diploma-link {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 300;
}
.editors-list .editor-card .editor-diplomas .diploma-link + .diploma-link {
  margin-top: 10px;
}
.editors-list .editor-card .editor-diplomas .diploma-link a {
  text-decoration: underline;
}
.editors-list .editor-card .editor-diplomas .diploma-link a:after {
  display: inline-block;
  content: "";
  background: url(/images/svg/open-popup.svg) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  flex-shrink: 0;
}
.editors-list .editor-card .editor-diplomas .diploma-link span {
  color: #343A40;
  margin-top: 2px;
}
.editors-list .editor-card .editor-certificates {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.editors-list .editor-card .editor-certificates span.cert-title {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 300;
  color: #868E96;
  margin-bottom: 5px;
}
.editors-list .editor-card .editor-certificates .certificates-container {
  display: flex;
  width: 100%;
}
.editors-list .editor-card .editor-certificates .certificate-img {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  max-width: 16.6666%;
  height: 60px;
  border: 1px solid #CED4DA;
  background: #FFFFFF;
  flex-shrink: 0;
}
.editors-list .editor-card .editor-certificates .certificate-img + .certificate-img {
  margin-left: 5px;
}
.editors-list .editor-card .editor-certificates .certificate-img.wide {
  max-width: 33.3333%;
}
.editors-list .editor-card .editor-certificates .certificate-img.wide img {
  height: 123% !important;
}
.editors-list .editor-card .editor-certificates .certificate-img:after {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(/images/svg/plus-icon.svg) center no-repeat, rgba(134, 142, 150, 0.3);
  background-size: 24px auto;
}
.editors-list .editor-card .editor-certificates .certificate-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.editors-list .editor-card .editor-certificates .certificate-img img {
  align-self: center;
  max-width: unset!important;
  height: 110%!important;
}
.editors-list .editor-card .editor-certificates .more-wrap {
  width: 16.6666%;
  font-size: 16px;
  margin-left: 5px;
  background: #868E96;
}
.editors-list .editor-card .editor-certificates .more-wrap.wide {
  width: 33.3333%;
}
.editors-list .editor-card .editor-socials {
  display: flex;
  margin-top: 12px;
}
.editors-list .editor-card .editor-socials * {
  cursor: pointer;
}
.editors-list .editor-card .editor-socials > * {
  height: 24px;
  width: 24px;
  padding: 4px;
  border-radius: 4px;
}
.editors-list .editor-card .editor-socials > * + * {
  margin-left: 5px;
}
.editors-list .editor-card .editor-socials > *:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.editors-list .editor-card .editor-socials .es-email {
  background: #868E96;
}
.editors-list .editor-card .editor-socials .es-email:after {
  background-image: url(/images/svg/email-icon.svg);
}
.editors-list .editor-card .editor-socials .es-site {
  background: #339CD3;
}
.editors-list .editor-card .editor-socials .es-site:after {
  background-image: url(/images/svg/site-icon.svg);
}
.editors-list .editor-card .editor-socials .es-vk {
  background: #4D76A1;
}
.editors-list .editor-card .editor-socials .es-vk:after {
  background-image: url(/images/svg/vk-icon.svg);
}
.editors-list .editor-card .editor-socials .es-tg {
  background: #039BE5;
}
.editors-list .editor-card .editor-socials .es-tg:after {
  background-image: url(/images/svg/telegram-icon.svg);
}
@media (max-width: 767px) {
  .editors-list .editor-card {
    width: 100%;
  }
}
.team-btn-row {
  text-align: center;
}
@media (max-width: 767px) {
  .team-btn-row .btn {
    width: 100%;
  }
}
.author-profile {
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
}
.author-profile .author-head {
  display: flex;
  flex-direction: column;
}
.author-profile .author-pic {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 0 10px;
  border-radius: 90px;
  background: #CED4DA;
  flex-shrink: 0;
  overflow: hidden;
}
.author-profile .author-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 90px;
}
.author-profile .author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 8px) no-repeat;
  background-size: 95px;
}
.author-profile .author-aside {
  display: flex;
  flex-direction: column;
}
.author-profile .author-aside .author-name {
  margin: 0;
}
.author-profile .author-aside .author-prof {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #868E96;
  margin-top: 10px;
}
.author-profile .author-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 28px;
}
.author-profile .author-stats > span {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 5px);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #828282;
  padding: 9px;
  border: 1px solid #BDBDBD;
}
.author-profile .author-stats > span + * {
  margin-left: 8px;
}
.author-profile .author-stats > span strong {
  color: #343A40;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.author-profile .author-description {
  margin-top: 30px;
}
.author-profile .author-description > *:first-child {
  margin-top: 0 !important;
}
.author-profile .author-description > *:last-child {
  margin-bottom: 0 !important;
}
.author-profile .author-description strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.author-profile .author-description h2 {
  margin: 20px 0 10px;
}
.author-profile .author-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e9ecef;
  padding: 25px 20px;
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.15;
}
.author-profile .author-contact * {
  cursor: default;
}
.author-profile .author-contact a,
.author-profile .author-contact a > * {
  cursor: pointer;
}
.author-profile .author-contact .author-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -5px;
}
.author-profile .author-contact .author-txt > a {
  text-decoration: underline;
  word-break: break-all;
  text-align: center;
}
.author-profile .author-contact .author-txt > * {
  margin-right: 15px;
  margin-bottom: 5px;
}
.author-profile .author-contact .author-txt > *:last-child {
  margin-right: 0;
}
.author-profile .author-contact .author-socials {
  flex-shrink: 0;
  margin-left: 20px;
}
.author-profile .author-contact .author-socials > * {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.author-profile .author-contact .author-socials > * + * {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  .author-profile .author-stats {
    flex-direction: column;
  }
  .author-profile .author-stats > span {
    width: 100%;
  }
  .author-profile .author-stats > span + * {
    margin-left: 0;
    margin-top: 8px;
  }
  .author-profile .author-contact {
    padding: 15px;
    font-size: 18px;
  }
  .author-profile .author-contact .author-txt {
    margin-bottom: 0;
  }
  .author-profile .author-contact .author-txt > a {
    word-break: break-all;
  }
  .author-profile .author-contact .author-txt > * {
    margin-right: 0;
    margin-bottom: 0;
  }
  .author-profile .author-contact .author-txt > * + * {
    margin-left: 0;
    margin-top: 10px;
  }
  .author-profile .author-contact .author-socials {
    margin-left: 0;
    margin-top: 20px;
  }
  .author-profile .author-contact .author-socials > * {
    height: 32px;
    width: 32px;
  }
  .author-profile .author-contact .author-socials > * + * {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .author-under-article {
    padding: 18px 28px 24px;
  }
  .author-under-article .author-head {
    flex-direction: row;
    align-items: flex-end;
  }
  .author-under-article .author-head .author-image {
    margin-bottom: 0;
    margin-right: 18px;
  }
  .author-profile {
    padding: 24px;
  }
  .author-profile .author-head {
    flex-direction: row;
    align-items: center;
  }
  .author-profile .author-pic {
    width: 160px;
    height: 160px;
    margin: 0 30px 0 0;
  }
  .author-profile .author-pic:after {
    background-position: center calc(100% - 10px);
    background-size: 125px;
  }
  .author-profile .author-contact {
    align-items: flex-start;
  }
  .author-profile .author-contact .author-txt {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .author-profile .author-contact .author-txt > strong {
    white-space: nowrap;
  }
  .author-profile .author-contact .author-txt > a {
    word-break: unset;
    white-space: nowrap;
  }
  .author-profile .author-contact .author-socials {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .author-profile .author-contact {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .faqBlock-inline .faq-q {
    font-size: 17px;
  }
  .faqBlock-inline .faq-q + * {
    font-size: 16px;
  }
  .kp-inline-banner {
    text-align: center;
  }
  .kp-inline {
    flex-direction: column;
  }
  .kp-inline > * {
    padding: 5px 15px;
    width: 100%;
    text-align: left;
  }
  .kp-inline > *:nth-child(2) {
    text-align: center;
  }
  .kp-inline .kp-title {
    font-size: 18px;
  }
  .kp-inline .kp-desc {
    padding: 0 0 0 15px;
    margin: 5px 0 0;
  }
  .kp-inline .kp-desc li {
    font-size: 14px;
    line-height: 16px;
  }
  .kp-inline .kp-desc li + li {
    margin-top: 5px;
  }
  .kp-inline .kp-desc li:before {
    font-size: 8px;
    top: 1px;
  }
  .kp-inline .kp-button {
    width: 200px;
    margin-top: 5px;
  }
  .kp-inline .kp-button span {
    font-size: 14px;
    line-height: 16px;
    top: 10px;
    padding: 0 8px;
  }
}
.sect-page .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible {
  top: 0 !important;
}
.sect-page .ya-share2__list.ya-share2__list_direction_horizontal {
  margin-top: 0;
}
.sect-page .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
}
.sect-page .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 0;
  border: none;
  background: none;
  border-radius: unset;
}
.sect-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  background: none;
  border-radius: unset;
}
.sect-page .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover {
  opacity: 1;
}
.sect-page .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover .ya-share2__badge_more {
  color: #1780B8;
}
.sect-page .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover .ya-share2__icon_more {
  background-color: #1780B8;
}
.sect-page .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  height: 25px;
  width: 25px;
  background-size: contain;
  background-color: #339CD3;
  transition: background-color 0.3s;
  --svg: url('data:image/svg+xml,\
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
      <path fill-rule="evenodd" d="M21,11 L21,20 C21,21.1045695 20.1045695,22 19,22 L5,22 C3.8954305,22 3,21.1045695 3,20 L3,11 L5,11 L5,20 L19,20 L19,11 L21,11 Z M13,5.41421356 L13,16 L11,16 L11,5.41421356 L7.70710678,8.70710678 L6.29289322,7.29289322 L12,1.58578644 L17.7071068,7.29289322 L16.2928932,8.70710678 L13,5.41421356 Z" fill="black"/>\
    </svg>');
  background-image: none;
  -webkit-mask: var(--svg);
  mask: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {
  background: #F4F7FA;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__list {
  padding: 0!important;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__list .ya-share2__item {
  padding: 8px 15px 8px 10px;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__badge {
  vertical-align: middle;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__badge .ya-share2__icon {
  height: 30px;
  width: 30px;
  background-size: 25px 25px;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 25px 25px;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item_copy .ya-share2__badge {
  background: #AB64CC;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item_copy .ya-share2__icon {
  background-size: 16px 16px;
  background-image: url(/images/ppt21/svg/link-white.svg);
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item {
  font-family: 'Roboto', serif;
}
.sect-page .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__title {
  vertical-align: middle;
  font-size: 16px;
  color: #343A40;
}
.main-content > .row {
  position: relative;
}
.page-divider {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #e9ecef;
  z-index: -1;
}
.publication-head {
  position: relative;
  margin-bottom: 6px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.publication-head.calc-head .pub-data-actions {
  margin: 0;
  width: 100%;
}
.publication-head.vo-head .pub-data-actions {
  margin: 0;
  width: 100%;
}
.publication-head.vo-head .pub-data-actions.har-pda {
  justify-content: space-between;
}
.publication-head .author-part {
  display: flex;
  align-items: center;
  cursor: default;
}
.publication-head a.author-part {
  cursor: pointer;
}
.publication-head a.author-part:hover .author-info .author-name {
  color: #339CD3;
}
.publication-head a.author-part:focus .author-info .author-name {
  color: #1780B8;
}
.publication-head .author-pic {
  position: relative;
  width: 54px;
  height: 54px;
  margin-right: 13px;
  border-radius: 50px;
  background: #CED4DA;
  flex-shrink: 0;
}
.publication-head .author-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 50px;
}
.publication-head .author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 3px) no-repeat;
  background-size: 40px;
}
.publication-head .author-info {
  display: flex;
  flex-direction: column;
}
.publication-head .author-info .author-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  transition: color 0.3s;
}
.publication-head .author-info .author-prof {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
  margin-top: 5px;
}
.pub-data-actions {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}
.pub-data-actions .date {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.pub-data-actions .ard-actions {
  display: flex;
  align-items: center;
}
.pub-data-actions .ard-actions > * + * {
  margin-left: 15px;
}
.pub-data-actions .ard-actions .comments {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #CED4DA;
}
.pub-data-actions .ard-actions .comments svg {
  width: auto;
  height: auto;
}
.pub-data-actions .ard-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pub-data-actions .ard-buttons > * + * {
  margin-left: 15px;
}
.pub-data-actions .print {
  display: none !important;
}
.pub-data-actions .bookmark-add,
.pub-data-actions .comments,
.pub-data-actions .print,
.pub-data-actions .share-pub-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #339CD3;
  transition: all 0.3s;
  cursor: pointer;
}
.pub-data-actions .bookmark-add:hover,
.pub-data-actions .comments:hover,
.pub-data-actions .print:hover,
.pub-data-actions .share-pub-btn:hover {
  color: #1780B8;
}
.pub-data-actions .bookmark-add:hover svg path,
.pub-data-actions .comments:hover svg path,
.pub-data-actions .print:hover svg path,
.pub-data-actions .share-pub-btn:hover svg path {
  fill: #1780B8;
}
.pub-data-actions .bookmark-add svg,
.pub-data-actions .comments svg,
.pub-data-actions .print svg,
.pub-data-actions .share-pub-btn svg {
  margin-right: 6px;
  height: 25px;
  width: auto;
}
.pub-data-actions .bookmark-add svg path,
.pub-data-actions .comments svg path,
.pub-data-actions .print svg path,
.pub-data-actions .share-pub-btn svg path {
  transition: all 0.3s;
}
.pub-data-actions .comments svg {
  margin-right: 0 !important;
}
.pub-data-actions .comments .tc-pre {
  margin-left: 4px;
}
.pub-data-actions .comments .txt {
  display: none;
}
.pub-data-actions .comments .dgt {
  display: none;
}
.pub-data-actions .share-pub {
  position: relative;
}
.pub-data-actions .views {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #CED4DA;
}
.pub-data-actions .views svg {
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .pub-data-actions .comments .dgt {
    display: inline !important;
  }
}
@media (min-width: 1024px) {
  .publication-head.calc-head .pub-data-actions {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .publication-head.vo-head .pub-data-actions {
    justify-content: flex-end;
  }
  .publication-head .author-info .author-prof {
    font-size: 13px;
    line-height: 15px;
  }
  .pub-data-actions .bookmark-add,
  .pub-data-actions .comments,
  .pub-data-actions .print,
  .pub-data-actions .share-pub-btn {
    font-size: 13px;
    line-height: 15px;
  }
  .pub-data-actions .bookmark-add svg,
  .pub-data-actions .comments svg,
  .pub-data-actions .print svg,
  .pub-data-actions .share-pub-btn svg {
    margin-right: 4px;
    height: auto;
  }
  .pub-data-actions .print {
    display: flex!important;
  }
  .pub-data-actions .print svg {
    margin-right: 0;
    height: 25px;
  }
}
.zoom-pic {
  display: block;
  width: 240px;
  max-width: 100%;
  margin-top: 40px;
}
.zoom-pic .pic-head {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.1px;
  color: #343a40;
  padding: 12px 20px 15px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #e9ecef;
}
.zoom-pic .pic-body {
  position: relative;
  display: block;
  width: 100%;
  height: 197px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.zoom-pic .pic-body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(to left, #343a40, #212529);
}
.zoom-pic .pic-body:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  opacity: 0.7;
  background: url(/images/svg/zoom.svg) center no-repeat;
  background-size: 100% auto;
  transition: opacity 0.3s;
}
.zoom-pic .pic-body:hover:after {
  opacity: 1;
}
.quotes-sect {
  margin-top: 40px;
  overflow: hidden;
}
.quote-block {
  position: relative;
  padding: 20px;
  background-color: #c1e1f1;
}
.quote-block + .quote-block {
  margin-top: 30px;
}
.quote-block .quote-userpic {
  flex: 0 0 60px;
  height: 60px;
}
.quote-block .quote-userpic img {
  max-width: 100%;
}
.quote-block .quote-userpic.round img {
  border-radius: 50px;
}
.quote-block .quote-author {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #212529;
}
.quote-block .quote-author-place {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
}
.quote-block .quote-main {
  margin-top: 14px;
}
.quote-block .quote-text {
  font-weight: 300;
  line-height: 1.32;
  color: #212529;
}
.collapses-sect {
  width: 100%;
}
.collapses-sect > *:last-child {
  margin-bottom: 0;
}
.collapse-item,
.dropdown-block {
  width: 100%;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.collapse-item:hover,
.dropdown-block:hover {
  box-shadow: 0 2px 6px 0 rgba(71, 166, 216, 0.2), 0 1px 1px 0 #dbdfe4;
}
.collapse-item .c-head,
.dropdown-block .c-head,
.collapse-item .dropdown-block__header,
.dropdown-block .dropdown-block__header {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
  font-size: 16px!important;
  font-weight: 500!important;
  line-height: 1.44 !important;
  letter-spacing: -0.1px;
  color: #343a40;
  padding: 12px 50px 15px 20px;
  border-radius: 3px;
  background-color: #e9ecef;
  cursor: pointer;
  margin: 0!important;
}
.collapse-item .c-head *,
.dropdown-block .c-head *,
.collapse-item .dropdown-block__header *,
.dropdown-block .dropdown-block__header * {
  font-size: 16px!important;
  font-weight: 500!important;
  line-height: 1.44 !important;
  margin: 0!important;
}
.collapse-item .c-head:after,
.dropdown-block .c-head:after,
.collapse-item .dropdown-block__header:after,
.dropdown-block .dropdown-block__header:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #868e96;
}
.collapse-item .c-head.active,
.dropdown-block .c-head.active,
.collapse-item .dropdown-block__header.active,
.dropdown-block .dropdown-block__header.active {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.collapse-item .c-head.active:after,
.dropdown-block .c-head.active:after,
.collapse-item .dropdown-block__header.active:after,
.dropdown-block .dropdown-block__header.active:after {
  border-top: 0 none;
  border-bottom: 5px solid #868e96;
}
.collapse-item .c-head:hover:after,
.dropdown-block .c-head:hover:after,
.collapse-item .dropdown-block__header:hover:after,
.dropdown-block .dropdown-block__header:hover:after {
  border-top: 5px solid #339cd3;
}
.collapse-item .c-head:hover.active:after,
.dropdown-block .c-head:hover.active:after,
.collapse-item .dropdown-block__header:hover.active:after,
.dropdown-block .dropdown-block__header:hover.active:after {
  border-top: 0 none;
  border-bottom: 5px solid #339cd3;
}
.collapse-item .c-body,
.dropdown-block .c-body,
.collapse-item .dropdown-block__content,
.dropdown-block .dropdown-block__content {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #e9ecef;
}
.collapse-item .c-body .c-body-inner,
.dropdown-block .c-body .c-body-inner,
.collapse-item .dropdown-block__content .c-body-inner,
.dropdown-block .dropdown-block__content .c-body-inner,
.collapse-item .c-body .dropdown-block__inner,
.dropdown-block .c-body .dropdown-block__inner,
.collapse-item .dropdown-block__content .dropdown-block__inner,
.dropdown-block .dropdown-block__content .dropdown-block__inner {
  padding: 20px 20px 25px 20px;
}
.collapse-item .c-body .c-body-inner > *:first-child,
.dropdown-block .c-body .c-body-inner > *:first-child,
.collapse-item .dropdown-block__content .c-body-inner > *:first-child,
.dropdown-block .dropdown-block__content .c-body-inner > *:first-child,
.collapse-item .c-body .dropdown-block__inner > *:first-child,
.dropdown-block .c-body .dropdown-block__inner > *:first-child,
.collapse-item .dropdown-block__content .dropdown-block__inner > *:first-child,
.dropdown-block .dropdown-block__content .dropdown-block__inner > *:first-child {
  margin-top: 0;
}
.collapse-item .c-body .c-body-inner > *:last-child,
.dropdown-block .c-body .c-body-inner > *:last-child,
.collapse-item .dropdown-block__content .c-body-inner > *:last-child,
.dropdown-block .dropdown-block__content .c-body-inner > *:last-child,
.collapse-item .c-body .dropdown-block__inner > *:last-child,
.dropdown-block .c-body .dropdown-block__inner > *:last-child,
.collapse-item .dropdown-block__content .dropdown-block__inner > *:last-child,
.dropdown-block .dropdown-block__content .dropdown-block__inner > *:last-child {
  margin-bottom: 0;
}
.collapse-item .c-body .h2,
.dropdown-block .c-body .h2,
.collapse-item .dropdown-block__content .h2,
.dropdown-block .dropdown-block__content .h2,
.collapse-item .c-body h2,
.dropdown-block .c-body h2,
.collapse-item .dropdown-block__content h2,
.dropdown-block .dropdown-block__content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.07;
  color: #343a40;
  margin-bottom: 15px;
}
.collapse-item .c-body .h3,
.dropdown-block .c-body .h3,
.collapse-item .dropdown-block__content .h3,
.dropdown-block .dropdown-block__content .h3,
.collapse-item .c-body h3,
.dropdown-block .c-body h3,
.collapse-item .dropdown-block__content h3,
.dropdown-block .dropdown-block__content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
  margin-bottom: 16px;
}
.collapse-item .c-body p,
.dropdown-block .c-body p,
.collapse-item .dropdown-block__content p,
.dropdown-block .dropdown-block__content p {
  color: #212529;
}
.collapse-item .c-body p a:not(.button),
.dropdown-block .c-body p a:not(.button),
.collapse-item .dropdown-block__content p a:not(.button),
.dropdown-block .dropdown-block__content p a:not(.button) {
  color: #212529;
  text-decoration: underline;
}
.collapse-item .c-body p a:not(.button):hover,
.dropdown-block .c-body p a:not(.button):hover,
.collapse-item .dropdown-block__content p a:not(.button):hover,
.dropdown-block .dropdown-block__content p a:not(.button):hover {
  color: #339cd3;
}
.collapse-item .c-body ol,
.dropdown-block .c-body ol,
.collapse-item .dropdown-block__content ol,
.dropdown-block .dropdown-block__content ol,
.collapse-item .c-body .ol,
.dropdown-block .c-body .ol,
.collapse-item .dropdown-block__content .ol,
.dropdown-block .dropdown-block__content .ol {
  padding-left: 25px;
}
.collapse-item .c-body ol li:before,
.dropdown-block .c-body ol li:before,
.collapse-item .dropdown-block__content ol li:before,
.dropdown-block .dropdown-block__content ol li:before,
.collapse-item .c-body .ol li:before,
.dropdown-block .c-body .ol li:before,
.collapse-item .dropdown-block__content .ol li:before,
.dropdown-block .dropdown-block__content .ol li:before {
  left: -25px;
}
.collapse-item .c-body img,
.dropdown-block .c-body img,
.collapse-item .dropdown-block__content img,
.dropdown-block .dropdown-block__content img {
  max-width: 100%;
}
.collapse-item .c-body .collapse-more,
.dropdown-block .c-body .collapse-more,
.collapse-item .dropdown-block__content .collapse-more,
.dropdown-block .dropdown-block__content .collapse-more {
  margin-top: 15px;
}
.content-zoom-2 .collapse-item .c-head,
.content-zoom-2 .dropdown-block .c-head,
.content-zoom-2 .collapse-item .dropdown-block__header,
.content-zoom-2 .dropdown-block .dropdown-block__header {
  font-size: 20px!important;
  line-height: 1.44 !important;
}
.content-zoom-2 .collapse-item .c-head *,
.content-zoom-2 .dropdown-block .c-head *,
.content-zoom-2 .collapse-item .dropdown-block__header *,
.content-zoom-2 .dropdown-block .dropdown-block__header * {
  font-size: 20px!important;
  line-height: 1.44 !important;
}
.content-zoom-2 .collapse-item .c-body .h2,
.content-zoom-2 .dropdown-block .c-body .h2,
.content-zoom-2 .collapse-item .dropdown-block__content .h2,
.content-zoom-2 .dropdown-block .dropdown-block__content .h2,
.content-zoom-2 .collapse-item .c-body h2,
.content-zoom-2 .dropdown-block .c-body h2,
.content-zoom-2 .collapse-item .dropdown-block__content h2,
.content-zoom-2 .dropdown-block .dropdown-block__content h2 {
  font-size: 28px;
  line-height: 1.07;
}
.content-zoom-2 .collapse-item .c-body .h3,
.content-zoom-2 .dropdown-block .c-body .h3,
.content-zoom-2 .collapse-item .dropdown-block__content .h3,
.content-zoom-2 .dropdown-block .dropdown-block__content .h3,
.content-zoom-2 .collapse-item .c-body h3,
.content-zoom-2 .dropdown-block .c-body h3,
.content-zoom-2 .collapse-item .dropdown-block__content h3,
.content-zoom-2 .dropdown-block .dropdown-block__content h3 {
  font-size: 24px;
  line-height: 1.21;
}
.content-zoom-3 .collapse-item .c-head,
.content-zoom-3 .dropdown-block .c-head,
.content-zoom-3 .collapse-item .dropdown-block__header,
.content-zoom-3 .dropdown-block .dropdown-block__header {
  font-size: 24px!important;
  line-height: 1.44 !important;
}
.content-zoom-3 .collapse-item .c-head *,
.content-zoom-3 .dropdown-block .c-head *,
.content-zoom-3 .collapse-item .dropdown-block__header *,
.content-zoom-3 .dropdown-block .dropdown-block__header * {
  font-size: 24px!important;
  line-height: 1.44 !important;
}
.content-zoom-3 .collapse-item .c-body .h2,
.content-zoom-3 .dropdown-block .c-body .h2,
.content-zoom-3 .collapse-item .dropdown-block__content .h2,
.content-zoom-3 .dropdown-block .dropdown-block__content .h2,
.content-zoom-3 .collapse-item .c-body h2,
.content-zoom-3 .dropdown-block .c-body h2,
.content-zoom-3 .collapse-item .dropdown-block__content h2,
.content-zoom-3 .dropdown-block .dropdown-block__content h2 {
  font-size: 32px;
  line-height: 1.07;
}
.content-zoom-3 .collapse-item .c-body .h3,
.content-zoom-3 .dropdown-block .c-body .h3,
.content-zoom-3 .collapse-item .dropdown-block__content .h3,
.content-zoom-3 .dropdown-block .dropdown-block__content .h3,
.content-zoom-3 .collapse-item .c-body h3,
.content-zoom-3 .dropdown-block .c-body h3,
.content-zoom-3 .collapse-item .dropdown-block__content h3,
.content-zoom-3 .dropdown-block .dropdown-block__content h3 {
  font-size: 28px;
  line-height: 1.21;
}
.dropdown-block {
  margin-top: 30px;
}
.poor-vision {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.poor-vision .retell-sect {
  width: 100%;
}
.poor-vision .retell-sect .retell-frame {
  margin-bottom: 15px;
}
.poor-vision .size-switch-wrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.poor-vision .size-switch-wrapper span.ss-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
  margin-right: 15px;
}
.poor-vision .size-switch-wrapper .size-switch {
  display: flex;
  flex-shrink: 0;
}
.poor-vision .size-switch-wrapper .size-switch span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #343A40;
  width: 28px;
  height: 28px;
  background: #F4F7FA;
  border-radius: 2px;
  cursor: pointer;
}
.poor-vision .size-switch-wrapper .size-switch span + span {
  margin-left: 8px;
}
.poor-vision .size-switch-wrapper .size-switch span::before {
  position: relative;
  content: "А";
}
.poor-vision .size-switch-wrapper .size-switch span:nth-child(1) {
  font-size: 16px;
  line-height: 26px;
}
.poor-vision .size-switch-wrapper .size-switch span:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
}
.poor-vision .size-switch-wrapper .size-switch span:nth-child(3) {
  font-size: 24px;
  line-height: 28px;
}
.poor-vision .size-switch-wrapper .size-switch span.active,
.poor-vision .size-switch-wrapper .size-switch span:hover {
  color: #339CD3;
  background: #E3F5FF;
}
@media (min-width: 1024px) {
  .poor-vision {
    flex-direction: row;
  }
  .poor-vision .retell-sect .retell-frame {
    margin-bottom: 0;
  }
  .poor-vision .size-switch-wrapper {
    margin-left: 15px;
  }
}
.pub-toc {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #e9ecef;
  margin-top: 20px;
  margin-bottom: 1em;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  max-height: 275px;
}
.pub-toc.bigtoc {
  height: 275px;
  max-height: unset;
}
.pub-toc.opened {
  height: auto;
  min-height: 275px;
}
.pub-toc .toc-body {
  width: 100%;
  overflow: hidden;
}
.pub-toc .toc-body.small {
  height: 232px;
}
.pub-toc .toc-body.small .toc-body-inner > *:last-child {
  margin-bottom: 0;
}
.pub-toc .toc-body .toc-body-inner {
  padding: 18px 24px;
}
.pub-toc .toc-body .toc-body-inner > *:first-child {
  margin-top: 0;
}
.pub-toc .toc-body .toc-body-inner > *:last-child {
  margin-bottom: 0;
}
.pub-toc .toc-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 12px;
}
.pub-toc .toc-links ol {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.pub-toc .toc-links ol li {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.pub-toc .toc-links ol li * {
  font-weight: inherit;
}
.pub-toc .toc-links ol li + li {
  margin-top: 0;
}
.pub-toc .toc-links ol li:before {
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #339CD3;
  left: auto;
  margin-right: 4px;
}
.pub-toc .toc-links ol li a {
  padding-left: 25px;
}
.pub-toc .toc-links ol li > ol {
  padding: 4px 0 4px 18px;
}
.pub-toc .toc-links ol li > ol li {
  font-size: 14px;
  line-height: 20px;
}
.pub-toc .toc-links ol li > ol li + li {
  margin-top: 0;
}
.pub-toc .toc-links ol li > ol li:before {
  font-size: 14px;
  line-height: 20px;
}
.pub-toc .toc-links ol li > ol li a {
  padding-left: 33px;
}
.pub-toc .toc-links ol li > ol li > ol {
  padding: 4px 0 4px 27px;
}
.pub-toc .toc-links ol li > ol li > ol li a {
  padding-left: 45px;
}
.pub-toc .toc-links li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}
.pub-toc .toc-links > ol {
  padding: 0;
}
.pub-toc .toc-links > ol > li {
  padding-left: 0;
}
.pub-toc .toc-more-wrap {
  position: relative;
  background-color: #FFFFFF;
  border-top: 1px solid #E9ECEF;
}
.pub-toc .toc-more-wrap:before {
  position: absolute;
  width: 100%;
  height: 40px;
  content: '';
  left: 0;
  bottom: calc(100%+1px);
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(90deg, #fff0 0%, #fff 80%);
  background: -webkit-linear-gradient(90deg, #fff0 0%, #fff 80%);
  background: -o-linear-gradient(90deg, #fff0 0%, #fff 80%);
  background: -ms-linear-gradient(90deg, #fff0 0%, #fff 80%);
  background: linear-gradient(180deg, #fff0 0%, #fff 80%);
}
.pub-toc .toc-more-wrap.active:before {
  height: 0;
}
.pub-toc .toc-more {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 32px;
}
.pub-toc .toc-more svg {
  margin-left: 4px;
}
.pub-toc .toc-more.active svg {
  transform: rotate(180deg);
}
.content-zoom-2 .pub-toc .toc-title {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-2 .pub-toc .toc-links ol li {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 .pub-toc .toc-links ol li:before {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 .pub-toc .toc-links ol li a {
  padding-left: 30px;
}
.content-zoom-2 .pub-toc .toc-links ol li > ol li {
  font-size: 18px;
  line-height: 24px;
}
.content-zoom-2 .pub-toc .toc-links ol li > ol li:before {
  font-size: 18px;
  line-height: 24px;
}
.content-zoom-2 .pub-toc .toc-links ol li > ol li a {
  padding-left: 40px;
}
.content-zoom-2 .pub-toc .toc-links ol li > ol li > ol li a {
  padding-left: 55px;
}
.content-zoom-2 .pub-toc .toc-more {
  font-size: 18px;
  line-height: 20px;
}
.content-zoom-3 .pub-toc .toc-title {
  font-size: 26px;
  line-height: 34px;
}
.content-zoom-3 .pub-toc .toc-links ol li {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 .pub-toc .toc-links ol li:before {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 .pub-toc .toc-links ol li a {
  padding-left: 34px;
}
.content-zoom-3 .pub-toc .toc-links ol li > ol li {
  font-size: 22px;
  line-height: 28px;
}
.content-zoom-3 .pub-toc .toc-links ol li > ol li:before {
  font-size: 22px;
  line-height: 28px;
}
.content-zoom-3 .pub-toc .toc-links ol li > ol li a {
  padding-left: 50px;
}
.content-zoom-3 .pub-toc .toc-links ol li > ol li > ol li a {
  padding-left: 70px;
}
.content-zoom-3 .pub-toc .toc-more {
  font-size: 22px;
  line-height: 24px;
}
.toc-wrap ol {
  padding: 0;
}
.toc-wrap ol li {
  list-style: none;
  padding: 0;
}
.toc-wrap ol li a {
  background-image: linear-gradient(to right, #339CD3 5px, transparent 4px);
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: 9px 1px;
}
.toc-wrap ol li a:hover {
  background-image: linear-gradient(to right, #1780B8 5px, transparent 4px);
}
.toc-wrap ol li a * {
  font-weight: 400;
}
.toc-wrap ol li ol {
  padding-left: 30px;
  margin-top: 10px;
}
blockquote,
div.perelinkQuote {
  position: relative;
  margin: 30px 0;
  padding: 18px 54px 24px;
  background: #E3F5FF;
  border-radius: 4px;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
}
blockquote *,
div.perelinkQuote * {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
blockquote a,
div.perelinkQuote a {
  font-weight: 700;
  line-height: 26px;
}
blockquote > *:first-child,
div.perelinkQuote > *:first-child {
  margin-top: 0;
}
blockquote > *:last-child,
div.perelinkQuote > *:last-child {
  margin-bottom: 0;
}
blockquote:not(.perelinkQuote)::before,
div.perelinkQuote:not(.perelinkQuote)::before,
blockquote:not(.perelinkQuote)::after,
div.perelinkQuote:not(.perelinkQuote)::after {
  position: absolute;
  content: url("/images/ppt21/svg/in-text/lapki.svg");
  width: 24px;
  height: 24px;
}
blockquote:not(.perelinkQuote)::before,
div.perelinkQuote:not(.perelinkQuote)::before {
  top: 18px;
  left: 24px;
}
blockquote:not(.perelinkQuote)::after,
div.perelinkQuote:not(.perelinkQuote)::after {
  bottom: 24px;
  right: 24px;
}
blockquote.perelinkQuote,
div.perelinkQuote.perelinkQuote {
  background-color: #F3F1FF;
  padding: 18px 24px 20px 54px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
blockquote.perelinkQuote.pub-index-card::before,
div.perelinkQuote.perelinkQuote.pub-index-card::before {
  content: "";
  top: 20px;
  background: url(/wassets/images/nw-docs.svg) center no-repeat;
  background-size: 100% auto;
}
blockquote.perelinkQuote *,
div.perelinkQuote.perelinkQuote * {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
blockquote.perelinkQuote a,
div.perelinkQuote.perelinkQuote a {
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
blockquote.perelinkQuote::before,
div.perelinkQuote.perelinkQuote::before {
  position: absolute;
  content: url("/images/ppt21/svg/in-text/link.svg");
  width: 24px;
  height: 24px;
  top: 18px;
  left: 24px;
}
.content-zoom-2 blockquote,
.content-zoom-2 div.perelinkQuote {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-2 blockquote *,
.content-zoom-2 div.perelinkQuote * {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-2 blockquote a,
.content-zoom-2 div.perelinkQuote a {
  line-height: 30px;
}
.content-zoom-2 blockquote.perelinkQuote,
.content-zoom-2 div.perelinkQuote.perelinkQuote {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 blockquote.perelinkQuote *,
.content-zoom-2 div.perelinkQuote.perelinkQuote * {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 blockquote.perelinkQuote a,
.content-zoom-2 div.perelinkQuote.perelinkQuote a {
  line-height: 28px;
}
.content-zoom-3 blockquote,
.content-zoom-3 div.perelinkQuote {
  font-size: 26px;
  line-height: 38px;
}
.content-zoom-3 blockquote *,
.content-zoom-3 div.perelinkQuote * {
  font-size: 26px;
  line-height: 38px;
}
.content-zoom-3 blockquote a,
.content-zoom-3 div.perelinkQuote a {
  line-height: 34px;
}
.content-zoom-3 blockquote.perelinkQuote,
.content-zoom-3 div.perelinkQuote.perelinkQuote {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 blockquote.perelinkQuote *,
.content-zoom-3 div.perelinkQuote.perelinkQuote * {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 blockquote.perelinkQuote a,
.content-zoom-3 div.perelinkQuote.perelinkQuote a {
  line-height: 32px;
}
.blueWrap {
  position: relative;
  margin: 30px 0;
  padding: 18px 24px 20px;
  background: #E3F5FF;
  border-radius: 4px;
}
.blueWrap > *:first-child {
  margin-top: 0 !important;
}
.blueWrap > *:last-child {
  margin-bottom: 0 !important;
}
.poolPerelink a {
  font-weight: 700;
}
pre.intext-code {
  overflow-x: auto;
  white-space: pre-wrap;
}
pre.intext-code code {
  word-break: break-all;
}
.sboj-perelink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 -10px;
}
.sboj-perelink .sbP-link {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  margin: 0 10px 20px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
}
.sboj-perelink .sbP-link:hover,
.sboj-perelink .sbP-link:focus {
  color: #339CD3;
}
.sboj-perelink .sbP-link .sbP-logo {
  max-width: 120px;
  height: 60px!important;
  margin-bottom: 12px;
}
.doclink-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 30px 0;
  border: 1px solid #E9ECEF;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  color: #343A40;
}
.doclink-line {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 12px 12px 8px;
  background: #FFFFFF;
}
.doclink-line + .doclink-line {
  border-top: 1px solid #E9ECEF;
}
.doclink-line.kplus {
  background: #F3F1FF;
}
.doclink-line.kplus .doclink-icon * {
  width: 80%;
}
.doclink-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  flex-shrink: 0;
  margin-right: 6px;
}
.doclink-icon * {
  width: 100%;
  height: auto;
}
.doclink-icon svg path {
  fill: #339CD3;
}
.content-zoom-2 .doclink-container {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-2 .doclink-line {
  font-size: 22px;
  line-height: 34px;
}
.content-zoom-2 .doclink-icon {
  width: 75px;
  margin-right: 8px;
}
.content-zoom-3 .doclink-container {
  font-size: 26px;
  line-height: 38px;
}
.content-zoom-3 .doclink-line {
  font-size: 26px;
  line-height: 38px;
}
.content-zoom-3 .doclink-icon {
  width: 85px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .doclink-container.doc-type {
    flex-direction: row;
  }
  .doclink-container.doc-type .doclink-line {
    width: 50%;
  }
  .doclink-container.doc-type .doclink-line + .doclink-line {
    border-top: 0 none;
    border-left: 1px solid #E9ECEF;
  }
}
iframe {
  max-width: 100%;
}
.download-links-container {
  margin: 30px 0;
}
.download-links-container > *:first-child {
  margin-top: 0 !important;
}
.download-links-container > *:last-child {
  margin-bottom: 0 !important;
}
.download-links-container:not(.dlc-links) {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 18px 24px 22px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.download-links-container:not(.dlc-links) * {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.download-links-container:not(.dlc-links) > h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 8px;
}
.download-links-container:not(.dlc-links) a {
  font-weight: 700;
  line-height: 24px;
}
.download-links-container:not(.dlc-links) p + p {
  margin-top: 8px;
}
.download-links-container > h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin: 40px 0 20px;
}
.download-links-container > h2::before {
  float: left;
  position: relative;
  content: "";
  background-image: url("/images/ppt21/svg/in-text/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 6px;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  .download-links-container > h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 40px 0 20px;
  }
}
.content-zoom-2 .download-links-container:not(.dlc-links) {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 .download-links-container:not(.dlc-links) * {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 .download-links-container:not(.dlc-links) a {
  line-height: 28px;
}
.content-zoom-2 .download-links-container > h2 {
  font-size: 22px;
  line-height: 30px;
}
.content-zoom-2 .download-links-container > h2::before {
  width: 30px;
  height: 30px;
  margin-top: 4px;
}
.content-zoom-3 .download-links-container:not(.dlc-links) {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 .download-links-container:not(.dlc-links) * {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 .download-links-container:not(.dlc-links) a {
  line-height: 32px;
}
.content-zoom-3 .download-links-container > h2 {
  font-size: 26px;
  line-height: 34px;
}
.content-zoom-3 .download-links-container > h2::before {
  width: 36px;
  height: 36px;
  margin-top: 2px;
}
.dlc-link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 54px 10px 10px;
  transition: box-shadow 0.3s;
}
.dlc-link + .dlc-link {
  margin-top: 5px;
}
.dlc-link:hover,
.dlc-link:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.dlc-link:hover .link-text-wrap .main-text,
.dlc-link:focus .link-text-wrap .main-text {
  color: #339CD3;
}
.dlc-link.file .link-text-wrap {
  padding-left: 25px;
}
.dlc-link.file .link-text-wrap::before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/images/svg/ext/default.svg");
}
.dlc-link.file.docx .link-text-wrap::before {
  background-image: url("/images/svg/ext/docx.svg");
}
.dlc-link.file.doc .link-text-wrap::before {
  background-image: url("/images/svg/ext/doc.svg");
}
.dlc-link.file.xlsx .link-text-wrap::before {
  background-image: url("/images/svg/ext/xlsx.svg");
}
.dlc-link.file.xls .link-text-wrap::before {
  background-image: url("/images/svg/ext/xls.svg");
}
.dlc-link.file.pdf .link-text-wrap::before {
  background-image: url("/images/svg/ext/pdf.svg");
}
.dlc-link.file.ods .link-text-wrap::before {
  background-image: url("/images/svg/ext/ods.svg");
}
.dlc-link.file.odt .link-text-wrap::before {
  background-image: url("/images/svg/ext/odt.svg");
}
.dlc-link.file.rtf .link-text-wrap::before {
  background-image: url("/images/svg/ext/rtf.svg");
}
.dlc-link .link-text-wrap {
  position: relative;
  display: block;
  color: #343A40;
}
.dlc-link .link-text-wrap .main-text {
  color: #343A40;
  transition: color 0.3s;
}
.dlc-link .link-text-wrap .extra-text {
  color: #868E96;
}
.dlc-link .link-counter {
  display: inline-block;
  color: #868E96;
  margin-top: 8px;
}
.dlc-link::after {
  position: absolute;
  content: "";
  background: #339CD3;
  background-image: url("/images/ppt21/svg/download-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  top: calc(50% - 14px);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  color: #343A40;
  right: 12px;
}
.content-zoom-2 .dlc-link {
  font-size: 18px;
  line-height: 26px;
  padding: 10px 58px 10px 10px;
}
.content-zoom-2 .dlc-link.file .link-text-wrap {
  padding-left: 32px;
}
.content-zoom-2 .dlc-link.file .link-text-wrap::before {
  width: 26px;
  height: 26px;
}
.content-zoom-2 .dlc-link::after {
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  line-height: 34px;
  right: 12px;
}
.content-zoom-3 .dlc-link {
  font-size: 22px;
  line-height: 30px;
  padding: 10px 62px 10px 10px;
}
.content-zoom-3 .dlc-link.file .link-text-wrap {
  padding-left: 38px;
}
.content-zoom-3 .dlc-link.file .link-text-wrap::before {
  width: 32px;
  height: 32px;
}
.content-zoom-3 .dlc-link::after {
  top: calc(50% - 19px);
  width: 38px;
  height: 38px;
  line-height: 34px;
  right: 12px;
}
.publication-content .text-sect .dropDown-box,
.docs-inner .dropDown-box,
.hub-wrap .hub-main .dropDown-box,
.calc-content .dropDown-box,
article.kbkPage .dropDown-box {
  display: flex;
  flex-direction: column;
  background: #E3F5FF;
  border-radius: 4px;
  padding: 16px 20px 10px;
  text-align: center;
}
.publication-content .text-sect .dropDown-box a.image-popup-no-margins,
.docs-inner .dropDown-box a.image-popup-no-margins,
.hub-wrap .hub-main .dropDown-box a.image-popup-no-margins,
.calc-content .dropDown-box a.image-popup-no-margins,
article.kbkPage .dropDown-box a.image-popup-no-margins {
  display: flex;
  justify-content: center;
}
.publication-content .text-sect .dropDown-box a + *,
.docs-inner .dropDown-box a + *,
.hub-wrap .hub-main .dropDown-box a + *,
.calc-content .dropDown-box a + *,
article.kbkPage .dropDown-box a + * {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
  margin: 6px 0 0!important;
}
.publication-content .text-sect .dropDown-box .img-longdesc,
.docs-inner .dropDown-box .img-longdesc,
.hub-wrap .hub-main .dropDown-box .img-longdesc,
.calc-content .dropDown-box .img-longdesc,
article.kbkPage .dropDown-box .img-longdesc {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
  margin: 6px 0 0!important;
}
@media (max-width: 767px) {
  .publication-content .text-sect .dropDown-box p math,
  .docs-inner .dropDown-box p math,
  .hub-wrap .hub-main .dropDown-box p math,
  .calc-content .dropDown-box p math,
  article.kbkPage .dropDown-box p math {
    font-size: 26px !important;
  }
}
@media (min-width: 1024px) {
  .publication-content .text-sect .dropDown-box,
  .docs-inner .dropDown-box,
  .hub-wrap .hub-main .dropDown-box,
  .calc-content .dropDown-box,
  article.kbkPage .dropDown-box {
    padding: 30px 34px 20px;
  }
  .publication-content .text-sect .dropDown-box a + *,
  .docs-inner .dropDown-box a + *,
  .hub-wrap .hub-main .dropDown-box a + *,
  .calc-content .dropDown-box a + *,
  article.kbkPage .dropDown-box a + * {
    margin: 10px 0 0!important;
  }
}
.publication-content .text-sect h2,
.docs-inner h2,
.hub-wrap h2,
.publication-content .text-sect .h2,
.docs-inner .h2,
.hub-wrap .h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin: 40px 0 20px;
}
.publication-content .text-sect h3,
.docs-inner h3,
.hub-wrap h3,
.publication-content .text-sect .h3,
.docs-inner .h3,
.hub-wrap .h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #343A40;
  margin: 20px 0 10px!important;
}
.publication-content .text-sect h4,
.docs-inner h4,
.hub-wrap h4,
.publication-content .text-sect .h4,
.docs-inner .h4,
.hub-wrap .h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #343A40;
  margin: 16px 0 8px!important;
}
.publication-content .text-sect h5,
.docs-inner h5,
.hub-wrap h5,
.publication-content .text-sect .h5,
.docs-inner .h5,
.hub-wrap .h5,
.publication-content .text-sect h6,
.docs-inner h6,
.hub-wrap h6,
.publication-content .text-sect .h6,
.docs-inner .h6,
.hub-wrap .h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  margin: 12px 0 5px!important;
}
.publication-content .text-sect h2 *,
.docs-inner h2 *,
.hub-wrap h2 *,
.publication-content .text-sect .h2 *,
.docs-inner .h2 *,
.hub-wrap .h2 *,
.publication-content .text-sect h3 *,
.docs-inner h3 *,
.hub-wrap h3 *,
.publication-content .text-sect .h3 *,
.docs-inner .h3 *,
.hub-wrap .h3 *,
.publication-content .text-sect h4 *,
.docs-inner h4 *,
.hub-wrap h4 *,
.publication-content .text-sect .h4 *,
.docs-inner .h4 *,
.hub-wrap .h4 *,
.publication-content .text-sect h5 *,
.docs-inner h5 *,
.hub-wrap h5 *,
.publication-content .text-sect .h5 *,
.docs-inner .h5 *,
.hub-wrap .h5 *,
.publication-content .text-sect h6 *,
.docs-inner h6 *,
.hub-wrap h6 *,
.publication-content .text-sect .h6 *,
.docs-inner .h6 *,
.hub-wrap .h6 * {
  font-weight: inherit;
}
.publication-content .text-sect img,
.docs-inner img,
.hub-wrap img {
  max-width: 100%;
  height: auto!important;
}
.publication-content .text-sect th,
.docs-inner th,
.hub-wrap th {
  font-weight: 700;
  font-size: 15px;
}
.publication-content .text-sect th *,
.docs-inner th *,
.hub-wrap th * {
  font-weight: 700;
  font-size: 15px;
}
.publication-content .text-sect > *:last-child,
.docs-inner > *:last-child {
  margin-bottom: 0;
}
.publication-content .text-sect:first-child > *:first-child,
.docs-inner:first-child > *:first-child {
  margin-top: 0;
}
.publication-content .text-sect:first-child > *:first-child > *:first-child,
.docs-inner:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.publication-content .text-sect.content-zoom-2 h2,
.docs-inner.content-zoom-2 h2,
.publication-content .text-sect.content-zoom-2 .h2,
.docs-inner.content-zoom-2 .h2 {
  font-size: 32px;
  line-height: 37px;
}
.publication-content .text-sect.content-zoom-2 h3,
.docs-inner.content-zoom-2 h3,
.publication-content .text-sect.content-zoom-2 .h3,
.docs-inner.content-zoom-2 .h3 {
  font-size: 26px;
  line-height: 30px;
}
.publication-content .text-sect.content-zoom-2 h4,
.docs-inner.content-zoom-2 h4,
.publication-content .text-sect.content-zoom-2 .h4,
.docs-inner.content-zoom-2 .h4 {
  font-size: 22px;
  line-height: 28px;
}
.publication-content .text-sect.content-zoom-2 h5,
.docs-inner.content-zoom-2 h5,
.publication-content .text-sect.content-zoom-2 .h5,
.docs-inner.content-zoom-2 .h5,
.publication-content .text-sect.content-zoom-2 h6,
.docs-inner.content-zoom-2 h6,
.publication-content .text-sect.content-zoom-2 .h6,
.docs-inner.content-zoom-2 .h6 {
  font-size: 20px;
  line-height: 26px;
}
.publication-content .text-sect.content-zoom-2 th *,
.docs-inner.content-zoom-2 th * {
  font-size: 18px;
}
.publication-content .text-sect.content-zoom-3 h2,
.docs-inner.content-zoom-3 h2,
.publication-content .text-sect.content-zoom-3 .h2,
.docs-inner.content-zoom-3 .h2 {
  font-size: 36px;
  line-height: 40px;
}
.publication-content .text-sect.content-zoom-3 h3,
.docs-inner.content-zoom-3 h3,
.publication-content .text-sect.content-zoom-3 .h3,
.docs-inner.content-zoom-3 .h3 {
  font-size: 30px;
  line-height: 36px;
}
.publication-content .text-sect.content-zoom-3 h4,
.docs-inner.content-zoom-3 h4,
.publication-content .text-sect.content-zoom-3 .h4,
.docs-inner.content-zoom-3 .h4 {
  font-size: 26px;
  line-height: 32px;
}
.publication-content .text-sect.content-zoom-3 h5,
.docs-inner.content-zoom-3 h5,
.publication-content .text-sect.content-zoom-3 .h5,
.docs-inner.content-zoom-3 .h5,
.publication-content .text-sect.content-zoom-3 h6,
.docs-inner.content-zoom-3 h6,
.publication-content .text-sect.content-zoom-3 .h6,
.docs-inner.content-zoom-3 .h6 {
  font-size: 24px;
  line-height: 30px;
}
.publication-content .text-sect.content-zoom-3 th *,
.docs-inner.content-zoom-3 th * {
  font-size: 22px;
}
.publication-content.vo-content .text-sect .pre-text,
.publication-content.vo-content .text-sect .pre-text * {
  font-weight: 500;
}
.publication-content.vo-content .text-sect .pub-lid > * {
  margin-bottom: 26px;
}
.publication-content.vo-content .text-sect .pub-lid > *:first-child {
  margin-top: 0;
}
.publication-content.vo-content .text-sect .pub-lid > *:last-child {
  margin-bottom: 0;
}
.publication-content.vo-content .text-sect .pub-lid ul,
.publication-content.vo-content .text-sect .pub-lid ol {
  padding-top: 0;
  padding-bottom: 0;
}
.publication-content.vo-content .text-sect .pub-lid + .banner {
  margin-top: 20px;
}
.publication-content.vo-content .text-sect .pub-lid,
.publication-content.vo-content .text-sect .pub-lid * {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
  color: #343A40;
}
.publication-content.vo-content .text-sect .pub-lid strong,
.publication-content.vo-content .text-sect .pub-lid * strong,
.publication-content.vo-content .text-sect .pub-lid b,
.publication-content.vo-content .text-sect .pub-lid * b {
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.publication-content.vo-content .text-sect .who-answer {
  display: block;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
}
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid,
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid * {
  font-size: 24px;
  line-height: 34px;
}
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid strong,
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid * strong,
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid b,
.publication-content.vo-content .text-sect.content-zoom-2 .pub-lid * b {
  line-height: 34px;
}
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid,
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid * {
  font-size: 28px;
  line-height: 38px;
}
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid strong,
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid * strong,
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid b,
.publication-content.vo-content .text-sect.content-zoom-3 .pub-lid * b {
  line-height: 38px;
}
.publication-content .publication-title {
  margin-bottom: 34px!important;
}
.publication-content .text-sect .pre-text > * {
  margin-bottom: 26px;
}
.publication-content .text-sect .pre-text > *:first-child {
  margin-top: 0;
}
.publication-content .text-sect .pre-text > *:last-child {
  margin-bottom: 0;
}
.publication-content .text-sect .pre-text,
.publication-content .text-sect .pre-text * {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  color: #343A40;
}
.publication-content .text-sect .pre-text strong,
.publication-content .text-sect .pre-text * strong,
.publication-content .text-sect .pre-text b,
.publication-content .text-sect .pre-text * b {
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.publication-content .text-sect .pre-text a,
.publication-content .text-sect .pre-text * a {
  color: #339CD3;
}
.publication-content .text-sect .pre-text a:hover,
.publication-content .text-sect .pre-text * a:hover,
.publication-content .text-sect .pre-text a:focus,
.publication-content .text-sect .pre-text * a:focus {
  color: #1780B8;
}
.publication-content .text-sect .pre-text ul,
.publication-content .text-sect .pre-text ol {
  padding-top: 0;
  padding-bottom: 0;
}
.publication-content .text-sect .pre-text + .banner {
  margin-top: 20px;
}
.publication-content .text-sect.content-zoom-2 .pre-text,
.publication-content .text-sect.content-zoom-2 .pre-text * {
  font-size: 24px;
  line-height: 34px;
}
.publication-content .text-sect.content-zoom-2 .pre-text strong,
.publication-content .text-sect.content-zoom-2 .pre-text * strong,
.publication-content .text-sect.content-zoom-2 .pre-text b,
.publication-content .text-sect.content-zoom-2 .pre-text * b {
  line-height: 34px;
}
.publication-content .text-sect.content-zoom-3 .pre-text,
.publication-content .text-sect.content-zoom-3 .pre-text * {
  font-size: 28px;
  line-height: 38px;
}
.publication-content .text-sect.content-zoom-3 .pre-text strong,
.publication-content .text-sect.content-zoom-3 .pre-text * strong,
.publication-content .text-sect.content-zoom-3 .pre-text b,
.publication-content .text-sect.content-zoom-3 .pre-text * b {
  line-height: 38px;
}
.publication-content .collapses-sect {
  margin-top: 40px;
}
.sect-page {
  padding: 0 16px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sect-page.docs-sect .main-content {
  padding-top: 20px;
  padding-bottom: 130px;
}
.sect-page.lk-sect .main-content {
  padding-top: 35px;
  padding-bottom: 130px;
}
/* Стили страниц рецептов -- начало */
.blu-clr {
  color: #339cd3;
}
.front-title-slide {
  position: relative;
  display: flex;
  height: 658px;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  margin-top: 40px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.front-title-slide > * {
  z-index: 1;
}
.front-title-slide::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.9;
}
.front-pre {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.21;
  text-align: center;
}
.front-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.28;
  letter-spacing: -0.3px;
  text-align: center;
}
.front-after {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.21;
  text-align: center;
}
.sect-sep {
  position: relative;
  margin: 40px 0;
  z-index: 0;
}
.sect-sep::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.sect-sep span {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  color: #fff;
  background-color: #000;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  padding-top: 1px;
  z-index: 2;
  position: relative;
  display: block;
}
.recipe-section {
  margin: 40px 0;
}
.recipe-section > *:first-child {
  margin-top: 0;
}
.recipe-section > .text-center > *:first-child {
  margin-top: 0;
}
.recipe-section > *:last-child {
  margin-bottom: 0;
}
.recipe-section > .text-center > *:last-child {
  margin-bottom: 0;
}
.recipe-image {
  margin: 30px 0;
}
.recipe-image img {
  width: 100%;
}
.recipe-col > *:first-child,
.recipe-col-lv2 > *:first-child {
  margin-top: 0;
}
.recipe-col > *:last-child,
.recipe-col-lv2 > *:last-child {
  margin-bottom: 0;
}
.outline-sect {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
.recipe-img-link {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.recipe-img-link > * {
  z-index: 1;
  position: relative;
}
.ril-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
}
.ril-desc {
  font-weight: 300;
  color: #ffffff;
}
.recipe-img-link:first-child {
  margin-right: 30px;
}
.recipe-img-link::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.recipe-img-link:hover::before {
  opacity: 0.4;
}
.kplus-comment {
  padding: 15px 20px;
  margin-top: 30px;
  background-color: #f7f7f7;
}
.kplus-comment .kp-text > * {
  margin: 0;
}
.kplus-comment strong {
  color: #de8703;
}
@media (max-width: 375px) {
  .front-title {
    font-size: 26px !important;
  }
  .front-after {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .front-title-slide {
    height: 250px;
    padding: 30px 20px;
    margin-top: 40px;
    background-size: cover;
  }
  .front-pre {
    font-size: 14px;
  }
  .front-title {
    font-size: 36px;
  }
  .front-after {
    font-size: 16px;
  }
  .recipe-col + .recipe-col {
    margin-top: 30px;
  }
  .recipe-col-lv2 + .recipe-col-lv2 {
    margin-top: 30px;
  }
  .recipe-img-link:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .front-title-slide {
    height: 450px;
  }
  .recipe-col-lv1 + .recipe-col-lv1 {
    margin-top: 30px;
  }
}
/* Стили страниц рецептов -- конец */
.question-sect {
  margin-top: 50px;
}
.question-sect .question-block {
  position: relative;
  overflow: hidden;
}
.question-sect .question-block .card-userpic {
  position: relative;
  flex: 0 0 48px;
  height: 48px;
  margin-right: 20px;
}
.question-sect .question-block .card-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.question-sect .question-block .card-userpic.round {
  border-radius: 50px;
}
.question-sect .question-block .card-userpic.round img {
  border-radius: 50px;
}
.question-sect .question-block .card-userpic.woman,
.question-sect .question-block .card-userpic.man,
.question-sect .question-block .card-userpic.man2 {
  background: #e9ecef;
}
.question-sect .question-block .card-userpic.woman:after,
.question-sect .question-block .card-userpic.man:after,
.question-sect .question-block .card-userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.question-sect .question-block .card-userpic.woman:after {
  background: url(/images/iconmonstr/generation-12.svg) center no-repeat;
  background-size: 24px;
  bottom: 2px;
}
.question-sect .question-block .card-userpic.man:after {
  background: url(/images/iconmonstr/generation-13.svg) center no-repeat;
  background-size: 24px;
}
.question-sect .question-block .card-userpic.man2:after {
  background: url(/images/iconmonstr/generation-9.svg) center no-repeat;
  background-size: 24px;
}
.question-sect .question-block .author-data > * {
  margin-right: 15px;
  display: inline-block;
}
.question-sect .question-block .author-data > *:last-child {
  margin-right: 0;
}
.question-sect .question-block .author-data span {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.question-sect .question-block .lnk-author {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.question-sect .question-block .lnk-author[href]:hover {
  text-decoration: underline;
}
.question-sect .question-block .lnk-date > .dtsect {
  display: block;
}
.question-sect .question-block .lnk-date > .dtsect > * {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-right: 5px;
}
.question-sect .question-block .lnk-date > .dtsect > *:last-child {
  margin-right: 0;
}
.question-sect .question-block .lnk-date > .dtsect a {
  color: #868e96;
}
.question-sect .question-block .lnk-date > .dtsect a:hover {
  color: #2f89b8;
}
.question-sect .question-block .question-text {
  font-weight: 300;
  line-height: 1.32;
  color: #212529;
  margin-top: 15px;
}
.question-sect .question-block .question-text > * {
  margin: 0;
}
.question-sect .question-block .question-text > *:first-child {
  margin-top: 0 !important;
}
.question-sect .question-block .question-text > *:last-child {
  margin-bottom: 0 !important;
}
.question-sect .question-block .question-text > * + * {
  margin-top: 15px;
}
.question-sect .question-block .question-text .lnk-date {
  margin-bottom: 15px;
}
.question-sect .question-block .question-text a {
  color: #339cd3 !important;
}
.question-sect .question-block .question-text a:hover {
  color: #2f89b8 !important;
}
.question-sect .question-block .question-text p {
  line-height: 1.32;
  color: #212529;
}
.question-sect .question-block .question-text ol {
  padding: 8px 0 8px 40px;
}
.question-sect .question-block .question-text ol li + li {
  margin-top: 5px;
}
.question-sect .question-block .question-text ol li:before {
  left: -25px;
}
.question-sect .question-block .question-text ul {
  padding: 8px 0 8px 40px;
}
.question-sect .question-block .question-text ul li + li {
  margin-top: 5px;
}
.question-sect .question-block .question-text ul li:before {
  left: -22px;
}
.question-sect .question-block .question-actions a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.question-sect .question-block .question-actions .button {
  padding-left: 15px;
  padding-right: 15px;
}
.question-sect .question-block .question-actions .QuestionControls {
  margin-top: 23px;
  flex-wrap: wrap;
}
.question-sect .question-block .question-actions .QuestionControls .buttonWrap {
  margin-top: 15px;
}
.question-sect .question-block .question-actions .qa-answer-to {
  width: 100%;
}
.question-sect .question-block .question-actions .qa-details {
  width: 100%;
}
.question-sect .question-block .question-actions .qa-edit {
  width: 100%;
}
.question-sect .question-block .question-actions .qa-close {
  width: 100%;
}
.question-sect .question-block .question-actions .rate-question a {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #868e96;
  line-height: 0;
  letter-spacing: 0;
}
.question-sect .question-block .question-actions .rate-question a.like {
  margin-top: -2px;
}
.question-sect .question-block .question-actions .rate-question a.like:hover {
  color: #82c91e;
}
.question-sect .question-block .question-actions .rate-question a.dislike {
  margin-bottom: -2px;
}
.question-sect .question-block .question-actions .rate-question a.dislike .fa {
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.question-sect .question-block .question-actions .rate-question a.dislike:hover {
  color: #e94f37;
}
.question-sect .question-block .question-actions .rate-question span {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
  color: #868e96;
  margin: 0 4px;
}
.question-sect .question-block .question-actions .rate-question.up a.like {
  color: #82c91e;
}
.question-sect .question-block .question-actions .rate-question.up span {
  color: #82c91e;
}
.question-sect .question-block .question-actions .rate-question.down a.dislike {
  color: #e94f37;
}
.question-sect .question-block .question-actions .rate-question.down span {
  color: #e94f37;
}
.question-sect .question-forms-wrap .question-form {
  display: none;
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #E9ECEF;
}
.question-sect .question-forms-wrap .question-form.show {
  display: block;
}
.question-sect .question-forms-wrap .question-form .qf-line + .qf-line {
  margin-top: 25px;
}
.question-sect .question-forms-wrap .question-form .input {
  width: 100%;
  min-width: auto;
}
.question-sect .question-forms-wrap .question-form .button {
  padding-left: 20px;
  padding-right: 20px;
}
.answers-wrap .answers-list .answer-line-wrap {
  position: relative;
  overflow: hidden;
}
.answers-wrap .answers-list .answer-line-wrap + .answer-line-wrap {
  margin-top: 30px;
}
.answers-wrap .answers-list .answer-line-wrap:nth-child(odd) .card-userpic.woman,
.answers-wrap .answers-list .answer-line-wrap:nth-child(odd) .card-userpic.man,
.answers-wrap .answers-list .answer-line-wrap:nth-child(odd) .card-userpic.man2 {
  background: #82c91e;
}
.answers-wrap .answers-list .answer-line-wrap:nth-child(even) .card-userpic.woman,
.answers-wrap .answers-list .answer-line-wrap:nth-child(even) .card-userpic.man,
.answers-wrap .answers-list .answer-line-wrap:nth-child(even) .card-userpic.man2 {
  background: #339cd3;
}
.answers-wrap .answers-list .answer-line {
  position: relative;
  background-color: #e9ecef;
  padding: 28px 10px 30px;
  overflow: hidden;
}
.answers-wrap .answers-list .answer-line .card-userpic {
  position: relative;
  flex: 0 0 48px;
  height: 48px;
  margin-right: 20px;
}
.answers-wrap .answers-list .answer-line .card-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.answers-wrap .answers-list .answer-line .card-userpic.round {
  border-radius: 50px;
}
.answers-wrap .answers-list .answer-line .card-userpic.round img {
  border-radius: 50px;
}
.answers-wrap .answers-list .answer-line .card-userpic.woman:after,
.answers-wrap .answers-list .answer-line .card-userpic.man:after,
.answers-wrap .answers-list .answer-line .card-userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.answers-wrap .answers-list .answer-line .card-userpic.woman:after {
  background: url(/images/iconmonstr/generation-12-white.svg) center no-repeat;
  background-size: 24px;
  bottom: 2px;
}
.answers-wrap .answers-list .answer-line .card-userpic.man:after {
  background: url(/images/iconmonstr/generation-13-white.svg) center no-repeat;
  background-size: 24px;
}
.answers-wrap .answers-list .answer-line .card-userpic.man2:after {
  background: url(/images/iconmonstr/generation-9-white.svg) center no-repeat;
  background-size: 24px;
}
.answers-wrap .answers-list .answer-line .author-data > * {
  margin-right: 15px;
  display: inline-block;
}
.answers-wrap .answers-list .answer-line .author-data > *:last-child {
  margin-right: 0;
}
.answers-wrap .answers-list .answer-line .author-data span {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.answers-wrap .answers-list .answer-line .lnk-author {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.answers-wrap .answers-list .answer-line .lnk-author[href]:hover {
  text-decoration: underline;
}
.answers-wrap .answers-list .answer-line .lnk-date > * {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-right: 5px;
}
.answers-wrap .answers-list .answer-line .lnk-date > *:last-child {
  margin-right: 0;
}
.answers-wrap .answers-list .answer-line .answer-text {
  font-weight: 300;
  line-height: 1.32;
  color: #212529;
  margin-top: 15px;
}
.answers-wrap .answers-list .answer-line .answer-text > * {
  margin: 0;
}
.answers-wrap .answers-list .answer-line .answer-text > *:first-child {
  margin-top: 0 !important;
}
.answers-wrap .answers-list .answer-line .answer-text > *:last-child {
  margin-bottom: 0 !important;
}
.answers-wrap .answers-list .answer-line .answer-text > * + * {
  margin-top: 15px;
}
.answers-wrap .answers-list .answer-line .answer-text .lnk-date {
  margin-bottom: 15px;
}
.answers-wrap .answers-list .answer-line .answer-text a {
  color: #339cd3 !important;
}
.answers-wrap .answers-list .answer-line .answer-text a:hover {
  color: #2f89b8 !important;
}
.answers-wrap .answers-list .answer-line .answer-text p {
  line-height: 1.32;
  color: #212529;
}
.answers-wrap .answers-list .answer-line .answer-text ol {
  padding: 8px 0 8px 40px;
}
.answers-wrap .answers-list .answer-line .answer-text ol li + li {
  margin-top: 5px;
}
.answers-wrap .answers-list .answer-line .answer-text ol li:before {
  left: -25px;
}
.answers-wrap .answers-list .answer-line .answer-text ul {
  padding: 8px 0 8px 40px;
}
.answers-wrap .answers-list .answer-line .answer-text ul li + li {
  margin-top: 5px;
}
.answers-wrap .answers-list .answer-line .answer-text ul li:before {
  left: -22px;
}
.answers-wrap .answers-list .answer-line .answer-actions {
  margin-top: 15px;
}
.answers-wrap .answers-list .answer-line .answer-actions a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer a {
  font-size: 14px;
  color: #868e96;
  line-height: 0;
  letter-spacing: 0;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer a.like:hover {
  color: #82c91e;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer a.dislike .fa {
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer a.dislike:hover {
  color: #e94f37;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer span {
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.4px;
  color: #868e96;
  margin: 0 4px;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer.up a.like {
  color: #82c91e;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer.up span {
  color: #82c91e;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer.down a.dislike {
  color: #e94f37;
}
.answers-wrap .answers-list .answer-line .answer-actions .rate-answer.down span {
  color: #e94f37;
}
.answers-wrap .answers-list .answer-line .answer-actions .answer-controls {
  display: block;
}
.answers-wrap .answers-list .answer-line .answer-actions .answer-controls .comment-answer {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
}
.answers-wrap .answers-list .answer-line .answer-actions .answer-controls .comment-answer:last-child {
  margin-right: 0;
}
.answers-wrap .answers-list .answer-forms-wrap .answer-form {
  display: none;
  margin-top: 30px;
  padding: 20px;
  background: #ffffff;
}
.answers-wrap .answers-list .answer-forms-wrap .answer-form.show {
  display: block;
}
.answers-wrap .answers-list .answer-forms-wrap .answer-form .af-line + .af-line {
  margin-top: 25px;
}
.answers-wrap .answers-list .answer-forms-wrap .answer-form .input {
  width: 100%;
  min-width: auto;
}
.answers-wrap .answers-list .answer-forms-wrap .answer-form .button {
  padding-left: 20px;
  padding-right: 20px;
}
.answers-wrap .feed-more {
  color: #212529;
  margin-top: 50px;
  border-radius: 0;
}
.answers-wrap .feed-more + .answers-form-wrap .answers-need-auth {
  margin-top: 0;
}
.answers-form-wrap {
  width: 100%;
}
.answers-need-auth {
  margin-top: 50px;
  box-shadow: 0 2px 3px 0 rgba(71, 166, 216, 0.03), 0 1px 0 0 rgba(219, 223, 228, 0.12);
  border: solid 1px #e9ecef;
}
.answers-need-auth .regular-auth {
  padding: 25px 15px 30px;
}
.answers-need-auth .regular-auth h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #343a40;
  margin: 0 0 21px;
}
.answers-need-auth .regular-auth p {
  font-size: 18px;
  line-height: 1.22;
  color: #212529;
}
.answers-need-auth .regular-auth p a {
  display: inline-block;
  text-decoration: underline;
}
.answers-need-auth .regular-auth .button {
  width: 170px;
  margin-top: 30px;
  display: block;
}
.answers-need-auth .socials-auth {
  position: relative;
  padding: 30px 15px 40px;
}
.answers-need-auth .socials-auth:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 15px;
  right: 15px;
  top: 0;
  background: #e9ecef;
}
.answers-need-auth .socials-auth .ttl {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.22;
  color: #212529;
}
.answers-need-auth .socials-auth .soc-line {
  margin: 18px 0 0 4px;
}
.answers-form {
  margin-top: 50px;
}
.answers-form .sect-title {
  margin: 0 0 30px;
}
.answers-form .pre-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #343a40;
  margin-bottom: 6px;
}
.answers-form .button {
  padding: 15px 30px 14px;
  margin-top: 20px;
}
.es-comments-wrap {
  margin-top: 30px;
}
.es-comments-wrap .es-comments-list .es-comment-line-wrap {
  position: relative;
  overflow: hidden;
}
.es-comments-wrap .es-comments-list .es-comment-line-wrap + .es-comment-line-wrap {
  margin-top: 30px;
}
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(odd) > .es-comment-line .card-userpic.woman,
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(odd) > .es-comment-line .card-userpic.man,
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(odd) > .es-comment-line .card-userpic.man2 {
  background: #82c91e;
}
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(even) > .es-comment-line .card-userpic.woman,
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(even) > .es-comment-line .card-userpic.man,
.es-comments-wrap .es-comments-list .es-comment-line-wrap:nth-child(even) > .es-comment-line .card-userpic.man2 {
  background: #339cd3;
}
.es-comments-wrap .es-comments-list .es-comment-line {
  position: relative;
  overflow: hidden;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic {
  position: relative;
  flex: 0 0 48px;
  height: 48px;
  margin-right: 20px;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.round {
  border-radius: 50px;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.round img {
  border-radius: 50px;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.woman:after,
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.man:after,
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.woman:after {
  background: url(/images/iconmonstr/generation-12-white.svg) center no-repeat;
  background-size: 24px;
  bottom: 2px;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.man:after {
  background: url(/images/iconmonstr/generation-13-white.svg) center no-repeat;
  background-size: 24px;
}
.es-comments-wrap .es-comments-list .es-comment-line .card-userpic.man2:after {
  background: url(/images/iconmonstr/generation-9-white.svg) center no-repeat;
  background-size: 24px;
}
.es-comments-wrap .es-comments-list .es-comment-line .author-data > * {
  margin-right: 15px;
  display: inline-block;
}
.es-comments-wrap .es-comments-list .es-comment-line .author-data > *:last-child {
  margin-right: 0;
}
.es-comments-wrap .es-comments-list .es-comment-line .author-data span {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.es-comments-wrap .es-comments-list .es-comment-line .lnk-author {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.es-comments-wrap .es-comments-list .es-comment-line .lnk-author[href]:hover {
  text-decoration: underline;
}
.es-comments-wrap .es-comments-list .es-comment-line .lnk-date > * {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-right: 5px;
}
.es-comments-wrap .es-comments-list .es-comment-line .lnk-date > *:last-child {
  margin-right: 0;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text {
  font-weight: 300;
  line-height: 1.32;
  color: #212529;
  margin-top: 15px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text > *:first-child {
  margin-top: 0;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text > *:last-child {
  margin-bottom: 0;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text .lnk-date {
  margin-bottom: 15px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text a {
  color: #339cd3 !important;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text a:hover {
  color: #2f89b8 !important;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text p {
  margin: 0;
  line-height: 1.32;
  color: #212529;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ol {
  margin: 0;
  padding: 8px 0 8px 40px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ol li + li {
  margin-top: 5px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ol li:before {
  left: -25px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ul {
  margin: 0;
  padding: 8px 0 8px 40px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ul li + li {
  margin-top: 5px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-text ul li:before {
  left: -22px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-actions {
  margin-top: 15px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-actions a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-actions .es-comment-controls {
  display: block;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-actions .es-comment-controls .comment-to-comment {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
}
.es-comments-wrap .es-comments-list .es-comment-line .es-comment-actions .es-comment-controls .comment-to-comment:last-child {
  margin-right: 0;
}
.es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form {
  display: none;
  margin-top: 15px;
  padding: 20px;
  background: #ffffff;
}
.es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form.show {
  display: block;
}
.es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .ecf-line + .ecf-line {
  margin-top: 25px;
}
.es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .input {
  width: 100%;
  min-width: auto;
}
.es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .button {
  padding-left: 20px;
  padding-right: 20px;
}
.es-comments-wrap .feed-more {
  color: #212529;
  margin-top: 50px;
  border-radius: 0;
}
.es-comments-wrap .feed-more + .es-comment-forms-wrap .es-comments-need-auth {
  margin-top: 0;
}
.es-comments-wrap .es-comment-forms-wrap {
  width: 100%;
}
.es-comments-wrap .es-comment-form .sect-title {
  margin: 0 0 30px;
}
.es-comments-wrap .es-comment-form .pre-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #343a40;
  margin-bottom: 6px;
}
.es-comments-wrap .es-comment-form .button {
  padding: 15px 30px 14px;
  margin-top: 20px;
}
.es-comments-wrap.subComments {
  background-color: rgba(255, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ffffff);
}
.es-comments-wrap.quComments .subComments {
  background-color: rgba(255, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #e9ecef);
}
.es-comments-wrap.quComments .es-comment-form {
  border: solid 1px #E9ECEF;
}
.other-questions-sect {
  margin-bottom: -34px;
}
.other-questions-sect .other-question-body {
  position: relative;
  width: 100%;
  margin-bottom: 34px;
}
.other-questions-sect .other-question-body .oq-title > * {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #343a40;
}
.other-questions-sect .other-question-body .oq-title > *:hover {
  color: #339cd3;
}
.other-questions-sect .other-question-body .oq-info {
  display: block;
  margin-top: 15px;
}
.other-questions-sect .other-question-body .oq-info > * {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #868e96;
  margin-right: 20px;
}
.other-questions-sect .other-question-body .oq-info > *:last-child {
  margin-right: 0!important;
}
.other-questions-sect .other-question-body .oq-info .comments {
  padding-left: 27px;
}
.other-questions-sect .other-question-body .oq-info .comments:before,
.other-questions-sect .other-question-body .oq-info .comments:after {
  position: absolute;
  content: '';
  width: 19px;
  height: 17px;
  top: 50%;
  left: 0;
  margin-top: -8px;
  transition: opacity 0.3s;
}
.other-questions-sect .other-question-body .oq-info .comments:before {
  background: url(/images/svg/comment-icon.svg) center no-repeat;
  opacity: 1;
}
.other-questions-sect .other-question-body .oq-info .comments:after {
  background: url(/images/svg/comment-icon-hover.svg) center no-repeat;
  opacity: 0;
}
.other-questions-sect .other-question-body .oq-info .comments:hover {
  color: #339cd3;
  text-decoration: underline;
}
.other-questions-sect .other-question-body .oq-info .comments:hover:before {
  opacity: 0;
}
.other-questions-sect .other-question-body .oq-info .comments:hover:after {
  opacity: 1;
}
.other-questions-sect > .button {
  margin-top: 10px;
  margin-bottom: 34px;
}
.tag-multiselect {
  display: block;
}
.tag-multiselect .ms-selected-tags-pane {
  position: relative;
  color: #464646;
}
.tag-multiselect .ms-selected-tags-pane > .placeholder {
  font-weight: 300;
  font-size: 16px;
}
.tag-multiselect .ms-tag-list {
  display: none;
  border: 1px solid #ff0000;
  overflow-y: scroll;
  text-align: left;
}
.tag-multiselect .ms-tag-list .ms-tag-item {
  position: relative;
  transition: 0.1s all;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-checkbox {
  width: 100%;
  cursor: pointer;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-checkbox .select-item-label {
  position: relative;
  display: block;
  padding: 8px 0 8px 15px;
  cursor: pointer;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-checkbox .select-item-label .select-item-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-child-list-cell {
  width: 30px;
  height: 100%;
  right: 63px;
  cursor: pointer;
  transition: 0.1s all;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-child-list-cell .ms-tag-child-list-button:after {
  content: '';
  display: block;
  position: relative;
  margin-top: 5px;
  border: 5px solid transparent;
  border-top: 7px solid #868e96;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-child-list-cell:hover {
  background: #ffffff;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-child-count {
  width: 40px;
  height: 100%;
  background: #339cd3;
  cursor: default;
}
.tag-multiselect .ms-tag-list .ms-tag-item .ms-tag-child-count .ms-tag-span {
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.tag-multiselect .ms-tag-list .ms-tag-item:hover {
  background: #c1e1f1;
}
.tag-multiselect .ms-tag-list.opened {
  display: block;
}
.tag-multiselect .ms-tag-list.opened.main {
  max-height: 300px;
}
.tag-multiselect .ms-tag-list.main {
  position: absolute;
  left: 15px;
  right: 15px;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 3px;
  border: solid 1px #ced4da;
  z-index: 1;
}
.tag-multiselect .ms-tag-list.main .ms-tag-list {
  border: none;
  overflow-y: auto;
  margin-bottom: 15px;
}
.tag-multiselect .ms-tag-list.main .ms-tag-list .ms-tag-item .ms-tag-checkbox .select-item-label {
  padding-left: 30px;
}
.tag-multiselect .ms-tag-list.main .ms-tag-list .ms-tag-list .ms-tag-item .ms-tag-checkbox .select-item-label {
  padding-left: 45px;
}
.themes-selector select {
  width: 100%;
}
.selectedQuestionThemes {
  display: none;
  padding: 20px;
  margin: 0;
  border: solid 1px #e9ecef;
}
.selectedQuestionThemes .sqt-header {
  margin-bottom: 10px;
}
.selectedQuestionThemes .sqt-line {
  margin-bottom: 10px;
}
.selectedQuestionThemes .sqt-line:before {
  display: none;
}
.selectedQuestionThemes .sqt-line .sqt-delete {
  float: right;
  margin: 3px 0 0.5rem 1rem;
  color: #257dba;
  cursor: pointer;
}
.relatedDocumentsLinks {
  display: none;
  padding: 20px;
  margin: 0;
  border: solid 1px #e9ecef;
}
.relatedDocumentsLinks .rel-header {
  margin-bottom: 10px;
}
.relatedDocumentsLinks .rel-doc-line {
  margin-bottom: 10px;
}
.relatedDocumentsLinks .rel-doc-line:before {
  display: none;
}
.relatedDocumentsLinks .rel-doc-line .rel-codex-name {
  font-size: 0.8rem;
  color: #444;
}
.relatedDocumentsLinks .rel-doc-line .rel-delete {
  float: right;
  margin: 3px 0 0.5rem 1rem;
  color: #257dba;
  cursor: pointer;
}
.ask-form-container form > *:first-child {
  margin-top: 0;
}
.ask-form-container input,
.ask-form-container select,
.ask-form-container textarea {
  width: 100%;
  min-width: auto;
}
.ask-form-container .button.find-doc {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.ask-form-container .ask-form-line {
  margin-top: 25px;
}
.ask-form-container .GetQuestionTextAndHeader > *:first-child {
  margin-top: 0;
}
.ask-form-container .c-body-inner {
  padding-right: 20px!important;
}
.ask-form-container .c-body-inner > *:first-child {
  margin-top: 0;
}
.ask-form-container .c-body-inner a:not(.button) {
  text-decoration: underline;
}
.ask-form-container .c-body-inner .c-typename {
  position: relative;
  margin-top: 25px;
}
.ask-form-container .c-body-inner .c-typename > .articlesDropdownWrap {
  position: relative;
  width: 100%;
}
.ask-form-container .c-body-inner .c-typename > .articlesDropdownWrap > .articlesDropdown {
  position: absolute;
  width: 100%;
  min-width: 150px;
  max-height: 200px;
  background-color: white;
  border: 2px solid #257dba;
  top: 0;
  left: 0;
  z-index: 1;
}
.ask-form-container .c-body-inner .doc-search-actions {
  display: none;
  margin-top: 20px;
}
.ask-form-container .c-body-inner .doc-search-actions.active {
  display: block;
}
.ask-form-container .c-body-inner .doc-search-actions > a + a {
  margin-top: 15px;
}
.ask-form-container .c-body-inner .doc-search-actions a {
  line-height: 1.32;
}
.ask-form-container .c-body-inner .clean-res {
  position: relative;
}
.ask-form-container .c-body-inner .clean-res strong {
  display: none;
}
.ask-form-container .addCustomDocument {
  padding-top: 40px;
}
.ask-form-container .addCustomDocument .button {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.ask-form-container .search-res-docs {
  display: none;
  margin-top: 40px;
}
.ask-form-container .search-res-docs.active {
  display: block;
}
.ask-form-container .search-res-docs .search-res-doc + .search-res-doc {
  margin-top: 40px;
}
.ask-form-container .search-res-docs .search-res-doc > *:first-child {
  margin-top: 0;
}
.ask-form-container .search-res-docs .search-res-doc > *:last-child {
  margin-bottom: 0;
}
.ask-form-container .search-res-docs .search-res-doc .doc-annot {
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
}
.ask-form-container .search-res-docs .search-res-doc .doc-annot * {
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
}
.ask-form-container .search-res-docs .search-res-doc .doc-annot > *:first-child {
  margin-top: 0;
}
.ask-form-container .search-res-docs .search-res-doc .doc-annot > *:last-child {
  margin-bottom: 0;
}
.ask-form-container .search-res-docs .search-res-doc .doc-actions {
  margin-top: 20px;
}
.ask-form-container .search-res-docs .search-res-doc .doc-actions > a + a {
  margin-top: 15px;
}
.ask-form-container .search-res-docs .search-res-doc .doc-actions a {
  display: inline-block;
  margin-right: 16px;
}
.ask-form-container .search-res-docs .search-res-doc .doc-actions a:last-child {
  margin-right: 0;
}
.ask-form-container .articlesDropdownWrap {
  display: none;
}
.ask-form-container .articlesDropdownWrap.active {
  display: block;
}
.ask-form-container .articlesDropdownWrap .scrollbar-inner > .scroll-element.scroll-y {
  width: 8px;
  height: auto;
  top: 2px;
  bottom: 2px;
  right: 2px;
}
.ask-form-container .articlesDropdownWrap .scrollbar-inner > .scroll-element.scroll-y:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -3px;
  right: -1px;
  background-color: #ffffff;
}
.ask-form-container .articlesDropdownWrap .scrollbar-inner > .scroll-element .scroll-element_track {
  background: none;
}
.ask-form-container .articlesDropdown ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.ask-form-container .articlesDropdown ul li {
  font-size: 14px;
  padding: 4px 10px 3px;
  cursor: pointer;
}
.ask-form-container .articlesDropdown ul li + li {
  margin-top: 0;
}
.ask-form-container .articlesDropdown ul li:hover {
  color: #257dba;
  background-color: #f7f7f7;
}
#login-form .login-buttons > *,
#form-signup .login-buttons > *,
#request-password-reset-form .login-buttons > *,
#reset-password-form .login-buttons > * {
  margin-right: 10px;
}
.contact-redaction {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #e94f37;
}
.contact-redaction .chat-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url(/images/svg/chat.svg) center no-repeat;
  margin-right: 8px;
}
.contact-redaction span {
  display: inline-block;
  vertical-align: middle;
}
.contact-redaction:hover {
  color: #b74e20;
}
.pp-userpic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  margin-right: 4px;
  background: #339cd3;
}
.pp-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.pp-userpic.round {
  border-radius: 50px;
}
.pp-userpic.round img {
  border-radius: 50px;
}
.pp-userpic.woman:after,
.pp-userpic.man:after,
.pp-userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.pp-userpic.woman:after {
  background: url(/images/iconmonstr/generation-12-white.svg) center no-repeat;
  background-size: 18px;
  bottom: 1px;
}
.pp-userpic.man:after {
  background: url(/images/iconmonstr/generation-13-white.svg) center no-repeat;
  background-size: 18px;
}
.pp-userpic.man2:after {
  background: url(/images/iconmonstr/generation-9-white.svg) center no-repeat;
  background-size: 18px;
}
.pp-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.pp-name:hover {
  text-decoration: underline;
}
.profile-inner h1:not(.codesTitle) {
  margin-bottom: 54px;
}
.profile-inner h1,
.profile-inner h2,
.profile-inner h3 {
  color: #868e96;
}
.profile-inner .pp-avatar-line {
  margin-top: 40px;
}
.profile-inner .pp-avatar-line .pp-userpic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  background: #e9ecef;
}
.profile-inner .pp-avatar-line .pp-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.profile-inner .pp-avatar-line .pp-userpic.round {
  border-radius: 50px;
}
.profile-inner .pp-avatar-line .pp-userpic.round img {
  border-radius: 50px;
}
.profile-inner .pp-avatar-line .pp-userpic.woman:after,
.profile-inner .pp-avatar-line .pp-userpic.man:after,
.profile-inner .pp-avatar-line .pp-userpic.man2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
}
.profile-inner .pp-avatar-line .pp-userpic.woman:after {
  background: url(/images/iconmonstr/generation-12.svg) center no-repeat;
  background-size: 35px;
  bottom: 1px;
}
.profile-inner .pp-avatar-line .pp-userpic.man:after {
  background: url(/images/iconmonstr/generation-13.svg) center no-repeat;
  background-size: 35px;
}
.profile-inner .pp-avatar-line .pp-userpic.man2:after {
  background: url(/images/iconmonstr/generation-9.svg) center no-repeat;
  background-size: 35px;
}
.profile-inner .pp-avatar-line .button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.profile-inner .pp-avatar-line .button:last-child {
  margin-right: 0;
}
.profile-inner .pp-about-form {
  margin-top: 40px;
  margin-bottom: -20px;
}
.profile-inner .pp-about-form .input {
  width: 100%;
  min-width: auto;
}
.profile-inner .pp-about-form .button {
  margin-top: 15px;
}
.profile-inner .pp-about-form .form-ln {
  margin-bottom: 20px;
}
.profile-inner .pp-socials-accs {
  margin-top: 20px;
  margin-bottom: -25px;
}
.profile-inner .pp-socials-accs .label,
.profile-inner .pp-socials-accs .input,
.profile-inner .pp-socials-accs .switcher {
  width: 100%;
  min-width: auto;
  margin-bottom: 20px;
}
.profile-inner .pp-socials-accs .label > .input,
.profile-inner .pp-socials-accs .input > .input,
.profile-inner .pp-socials-accs .switcher > .input {
  margin-bottom: 0;
}
.profile-inner .pp-sect-wrap .pp-sect:first-child .ppTitle {
  margin-top: 0;
}
.grey-sect {
  padding: 40px 30px 45px;
  margin-top: 83px;
  background: #e9ecef;
}
.grey-sect > *:first-child {
  margin-top: 0!important;
}
.grey-sect .button {
  margin-top: 20px;
}
.lk-feedback-contact-face {
  margin-top: 40px;
  margin-bottom: 20px;
}
.lk-feedback-contact-face .card-userpic {
  position: relative;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}
.lk-feedback-contact-face .card-userpic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.lk-feedback-contact-face .card-userpic.round {
  border-radius: 50px;
}
.lk-feedback-contact-face .card-userpic.round img {
  border-radius: 50px;
}
.lk-feedback-contact-face .lk-contact-name {
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #212529;
}
.lk-feedback-contact-face .lk-contact-place {
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
}
.lk-cf-contact {
  font-weight: 300;
  line-height: 1.32;
  color: #212529;
  margin-right: 30px;
  margin-top: 5px;
}
.lk-cf-contact:last-child {
  margin-right: 0;
}
.lk-cf-contact span {
  font-size: 14px;
  line-height: 1.14;
  color: #868e96;
  margin-left: 4px;
}
.lk-ntf-menu {
  margin-bottom: 20px;
}
.lk-ntf-menu .hdr-link-bold {
  color: #868e96;
  margin-right: 25px;
}
.lk-ntf-menu .hdr-link-bold:last-child {
  margin-right: 0;
}
.lk-ntf-menu .hdr-link-bold:hover,
.lk-ntf-menu .hdr-link-bold.active {
  color: #343a40;
}
.lk-notifications-wrap {
  position: relative;
}
.lk-notifications-wrap .ntf-empty {
  position: relative;
  padding: 15px 15px 12px 12px;
  background-color: #c1e1f1;
  text-align: left;
}
.lk-notifications-wrap .ntf-empty .ti-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #343a40;
  margin-bottom: 14px;
}
.lk-notifications-wrap .ntf-empty .ti-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #212529;
}
.lk-notifications-wrap .ntf-line .userpic {
  flex: 0 0 44px;
}
.lk-notifications-wrap .ntf-line .textinfo {
  width: 100%;
}
.ntf-settings {
  margin-top: 53px;
}
.ntf-settings-sect + .ntf-settings-sect {
  margin-top: 48px;
  margin-bottom: 1px;
}
.ntf-settings-sect .ntfs-sect-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.2px;
  color: #343a40;
  margin: 0 0 23px;
}
.bookmarks-empty {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  padding: 28px 30px 26px;
  background-color: #c1e1f1;
}
.bookmarks-empty > strong {
  margin-bottom: 6px;
  display: inline-block;
}
.bookmarks-empty > img {
  height: 20px;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.bookmarks-nores {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.bookmarks-nores.nores1 {
  margin-top: -28px;
}
.bookmarks-nores > a {
  display: inline-block;
  margin-top: 6px;
}
.bookmarks-head {
  margin-bottom: 29px;
}
.bookmarks-checkboxes > * {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.container-calendar-contentions {
  width: 100%;
  display: block;
}
.container-calendar-contentions .block-contention {
  display: inline-block;
  font-weight: 300;
  line-height: 1.32;
  margin-right: 30px;
}
.container-calendar-contentions .block-contention span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 1.31;
  padding-top: 6px;
  margin-right: 8px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.4px;
  text-align: center;
}
.container-calendar-contentions .block-contention.daymark span {
  background: #339cd3;
  color: #f8f9fa;
}
.container-calendar-contentions .block-contention.daymark-light span {
  background: #c1e1f1;
}
.container-calendar-contentions .block-contention.corona span {
  background: #e94f37;
  color: #ffffff;
}
.container-work-calendar.single {
  margin-top: 30px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month.single > .quarter-calendar-month-day-week {
  margin-right: 50px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-day-week {
  margin-top: 48px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-day-week span {
  margin-bottom: 4px;
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.4px;
  color: #868e96;
  text-align: center;
  width: 32px;
  height: 24px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack.disabled .quarter-calendar-month-day-week {
  opacity: 0.5;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack.disabled .quarter-calendar-month .month-name > * {
  opacity: 0.5;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack.disabled .quarter-calendar-month-week {
  opacity: 0.5;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month {
  width: 212px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month .month-name {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month .month-name:before {
  position: absolute;
  content: " ";
  height: 100%;
  top: 0;
  right: 0;
  left: -200%;
  background: #c1e1f1;
  z-index: 1;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month .month-name > * {
  position: relative;
  width: 100%;
  display: block;
  padding: 7px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.15;
  color: #212529;
  transition: all 0.3s;
  z-index: 2;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month .month-name > *[href]:hover {
  color: #339cd3;
  text-decoration: underline;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week {
  flex: 1 32px;
  max-width: 32px;
  margin-right: 4px;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week:last-child {
  margin-right: 0;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span,
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a {
  display: block;
  width: 32px;
  height: 24px;
  line-height: 1.5;
  margin-bottom: 4px;
  padding-top: 2px;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #212529;
  letter-spacing: -0.3px;
  transition: all 0.3s;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span.daymark,
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a.daymark {
  background: #339cd3;
  color: #f8f9fa;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span.daymark-light,
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a.daymark-light {
  background: #c1e1f1;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span.corona,
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a.corona {
  background: #e94f37;
  color: #ffffff;
}
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span[href].daymark:hover,
.container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a[href].daymark:hover {
  background: #2f89b8;
}
.calendar-past {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.calendar-past:active,
.calendar-past:focus,
.calendar-past:hover {
  opacity: 1;
}
.calendar-reports .collapse-item {
  margin-bottom: 20px;
}
.calendar-reports .collapse-item .c-body p a:not(.button) {
  color: #339cd3;
}
.calendar-reports .collapse-item .c-body p a:not(.button):hover {
  color: #2f89b8;
}
.cr-group + .cr-group {
  margin-top: 40px;
}
.calendar-col-list {
  display: inline-block;
  width: 100%;
  columns: 1;
}
.calendar-col-list .ccl-link + .ccl-link {
  margin-top: 10px;
}
.calendar-col-list .ccl-link a {
  display: inline-block;
  font-weight: 300;
  line-height: 1.32;
}
.container-work-calendar .calendar-table {
  margin-top: 20px;
}
.container-work-calendar .calendar-table table {
  width: 100%;
}
.container-work-calendar .calendar-table tr > *:first-child {
  width: 139px;
  text-align: left;
}
.container-work-calendar .calendar-table tr > * {
  text-align: center;
}
.container-work-calendar .calendar-table .ct-sect {
  background-color: rgba(51, 156, 211, 0.1);
}
.kbkPage a * {
  font-size: inherit;
}
.kbkPage .kbkTableWrap {
  width: 100%;
  overflow: auto;
}
.kbkPage .kbkTableWrap:first-of-type caption {
  border-top: 0 none;
}
.kbkPage .kbkTable,
.kbkPage .kbkTable2016 {
  margin: 0;
  width: 100%;
  line-height: 24px;
}
.kbkPage .kbkTable caption,
.kbkPage .kbkTable2016 caption {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding-left: 25px;
  padding-bottom: 14px;
  padding-top: 15px;
  border-top: 1px solid #257dba;
  text-align: left;
}
.kbkPage .kbkTable caption:before,
.kbkPage .kbkTable2016 caption:before {
  position: absolute;
  display: block;
  content: "";
  left: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #398ac2;
  top: 23px;
  transition: all 0.3s;
}
.kbkPage .kbkTable caption span,
.kbkPage .kbkTable2016 caption span {
  cursor: pointer;
}
.kbkPage .kbkTable caption ._link,
.kbkPage .kbkTable2016 caption ._link {
  float: right;
  font-size: 16px;
}
.kbkPage .kbkTable caption:hover span,
.kbkPage .kbkTable2016 caption:hover span {
  color: #257dba;
  border-bottom: 1px dashed #257dba;
}
.kbkPage .kbkTable thead,
.kbkPage .kbkTable2016 thead {
  display: none;
}
.kbkPage .kbkTable tbody,
.kbkPage .kbkTable2016 tbody {
  display: none;
}
.kbkPage .kbkTable th,
.kbkPage .kbkTable2016 th {
  background-color: #f6f6f6;
}
.kbkPage .kbkTable td:nth-of-type(2),
.kbkPage .kbkTable2016 td:nth-of-type(2),
.kbkPage .kbkTable td:nth-of-type(3),
.kbkPage .kbkTable2016 td:nth-of-type(3),
.kbkPage .kbkTable td:nth-of-type(4),
.kbkPage .kbkTable2016 td:nth-of-type(4),
.kbkPage .kbkTable td:nth-of-type(5),
.kbkPage .kbkTable2016 td:nth-of-type(5) {
  vertical-align: middle;
}
.kbkPage .kbkTable.opened,
.kbkPage .kbkTable2016.opened {
  margin: 0 0 50px 0;
}
.kbkPage .kbkTable.opened caption,
.kbkPage .kbkTable2016.opened caption {
  margin: 0 0 10px 0;
}
.kbkPage .kbkTable.opened caption:before,
.kbkPage .kbkTable2016.opened caption:before {
  border-bottom: 8px solid #c2c2c2;
  border-top: none;
}
.kbkPage .kbkTable.opened thead,
.kbkPage .kbkTable2016.opened thead {
  display: table-header-group;
}
.kbkPage .kbkTable.opened tbody,
.kbkPage .kbkTable2016.opened tbody {
  display: table-row-group;
}
.kbkPage .kbk-page-text {
  margin: 20px 0;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 19px 0 28px;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap > * + * {
  margin-top: 10px;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap .mf-fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap .input {
  flex-shrink: 0;
  min-width: unset;
  width: 100%;
  height: unset;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  padding: 9px 29px 9px 9px;
  background-color: unset;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border 0.3s;
  text-overflow: ellipsis;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap .input:not(#mf_clear):hover,
.miscellaneous-filter-form .miscellaneous-filters-wrap .input:not(#mf_clear):focus {
  border: 1px solid #868E96;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap select.input {
  cursor: pointer;
  background-image: url(/images/ppt21/svg/arrow-down-dark.svg);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap #btn_filter {
  width: 100%;
  margin-top: 10px;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap #mf_clear {
  cursor: pointer;
  color: #868E96;
  text-align: center;
  padding: 9px 29px;
  border: 1px solid #868E96;
  background-image: url(/images/ppt21/svg/cross-grey.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.miscellaneous-filter-form .miscellaneous-filters-wrap #mf_clear:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .miscellaneous-filter-form .miscellaneous-filters-wrap {
    align-items: center;
    flex-direction: row;
    margin-bottom: 18px;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap > * {
    margin-bottom: 10px;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap > * + * {
    margin-top: 0;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap .mf-fields {
    flex-direction: row;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap select[name="cat"] {
    max-width: unset;
    width: 180px;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap #btn_filter {
    width: auto;
    padding: 10px 15px;
    margin-top: 0;
    margin-left: 10px;
  }
  .miscellaneous-filter-form .miscellaneous-filters-wrap #mf_clear {
    max-width: unset;
    width: unset;
    padding: 9px 29px 9px 14px;
  }
}
.seminar-search-form + h1 {
  margin-top: 19px !important;
}
.seminar-search-form.single-page {
  display: none;
}
.seminar-search-form .form-search .input {
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  min-width: auto;
}
.seminar-search-form .form-search .input--search {
  width: 65%;
  margin: 0 -5px 0 0;
  padding-left: 46px;
  padding-right: 16px;
}
.seminar-search-form .form-search .input--search + .button {
  width: 36%;
  height: 45px;
  min-height: 45px;
  padding: 10px 15px 7px 15px;
}
.seminar-search-form .form-search .input--search + .button:after {
  left: 15px;
  top: 13px;
}
.seminar-search-form .seminar-filters-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin: 19px 0 28px;
}
.seminar-search-form .seminar-filters-wrap > * + * {
  margin-top: 10px;
}
.seminar-search-form .seminar-filters-wrap .input {
  flex-shrink: 0;
  min-width: unset;
  width: 100%;
  height: unset;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  padding: 9px 29px 9px 9px;
  background-color: unset;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 4px;
  transition: border 0.3s;
  text-overflow: ellipsis;
}
.seminar-search-form .seminar-filters-wrap .input:not(#sf_clear):hover,
.seminar-search-form .seminar-filters-wrap .input:not(#sf_clear):focus {
  border: 1px solid #868E96;
}
.seminar-search-form .seminar-filters-wrap select.input,
.seminar-search-form .seminar-filters-wrap .input.dd-type {
  cursor: pointer;
  background-image: url(/images/ppt21/svg/arrow-down-dark.svg);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}
.seminar-search-form .seminar-filters-wrap #sf_clear {
  cursor: pointer;
  color: #868E96;
  border: 1px solid #868E96;
  background-image: url(/images/ppt21/svg/cross-grey.svg);
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.seminar-search-form .seminar-filters-wrap #sf_clear:hover {
  opacity: 1;
}
/*Карточки семинаров*/
.feed-seminar {
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s;
  z-index: 0;
  padding: 20px 18px 15px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.feed-seminar:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.feed-seminar + .feed-seminar {
  margin-top: 20px;
}
.feed-seminar.page-seminar {
  margin-top: 19px;
  box-shadow: none!important;
}
.feed-seminar.page-seminar .seminar-head {
  align-items: flex-start;
  margin-bottom: 16px;
}
.feed-seminar .seminar-head {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  padding-right: 120px;
}
.feed-seminar .seminar-head .sem-lbl {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #343A40;
  margin-bottom: 13px;
}
.feed-seminar .seminar-head .sem-lbl img {
  flex-shrink: 0;
  margin-right: 4px;
}
.feed-seminar .seminar-head .sub-rub {
  display: flex;
  align-items: center;
}
.feed-seminar .seminar-head .sub-rub span {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  background: #E3F5FF;
  border-radius: 4px;
  padding: 3px 14px;
  min-height: 26px;
}
.feed-seminar .seminar-head .share-seminar {
  position: absolute;
  right: 0;
  top: 0;
}
.feed-seminar .seminar-wrap-link {
  overflow: hidden;
}
.feed-seminar .seminar-wrap-link:hover .seminar-title {
  color: #339CD3;
}
.feed-seminar .seminar-wrap-link:hover .seminar-text .detail {
  color: #1780B8;
}
.feed-seminar .seminar-main {
  position: relative;
}
.feed-seminar .seminar-main .seminar-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  transition: color 0.3s;
}
.feed-seminar .seminar-main a.seminar-title:hover {
  color: #339CD3;
}
.feed-seminar .seminar-main .seminar-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
  margin-top: 16px;
}
.feed-seminar .seminar-main .seminar-text * {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
}
.feed-seminar .seminar-main .seminar-text .detail {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #339CD3;
  transition: color 0.3s;
}
.feed-seminar .seminar-main .seminar-text > *:first-child {
  margin-top: 0 !important;
}
.feed-seminar .seminar-main .seminar-text > *:last-child {
  margin-bottom: 0 !important;
}
.feed-seminar .seminar-short {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.feed-seminar .seminar-short * {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.feed-seminar .seminar-short > *:first-child {
  margin-top: 0 !important;
}
.feed-seminar .seminar-short > *:last-child {
  margin-bottom: 0 !important;
}
.feed-seminar .lecturers-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.feed-seminar .lecturers-line .lecturers-title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 8px;
}
.feed-seminar .lecturer-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.feed-seminar .lecturer-wrap + .lecturer-wrap {
  margin-top: 20px;
}
.feed-seminar .lecturer-wrap.wide-line {
  width: 100%;
  margin: 0 0 14px;
}
.feed-seminar .lecturer-pic {
  display: flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  border-radius: 50px;
  background: #CED4DA;
  flex-shrink: 0;
  overflow: hidden;
}
.feed-seminar .lecturer-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.feed-seminar .lecturer-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 3px) no-repeat;
  background-size: 34px;
}
.feed-seminar .lecturer-info {
  display: flex;
  flex-direction: column;
}
.feed-seminar .lecturer-info .lecturer-prof {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
}
.feed-seminar .lecturer-info .lecturer-name {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.feed-seminar .lecturer-info .lecturer-name a {
  color: #343A40;
}
.feed-seminar .lecturer-info .lecturer-name a:hover,
.feed-seminar .lecturer-info .lecturer-name a:focus {
  color: #339CD3;
}
.feed-seminar .bottom-line {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #CED4DA;
}
.feed-seminar .bottom-line span {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-right: 8px;
}
.feed-seminar .bottom-line .date-price {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 15px;
}
.feed-seminar .bottom-line .date-price .date {
  margin-bottom: 5px;
}
.feed-seminar .bottom-line .btn {
  width: 100%;
}
.feed-seminar .blue-line {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 23px;
  background: #E3F5FF;
  border-radius: 4px;
  padding: 8px 15px 12px;
}
.feed-seminar .blue-line span {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-right: 13px;
}
.feed-seminar .blue-line .bl-fields {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 15px;
}
.feed-seminar .blue-line .bl-fields > * {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.feed-seminar .blue-line .bl-fields .price {
  margin-top: 5px;
}
.feed-seminar .blue-line .btn {
  flex-shrink: 0;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.feed-seminar .seminar-full {
  margin-top: 26px;
}
.feed-seminar .seminar-full-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.feed-seminar .seminar-full-head h2,
.feed-seminar .seminar-full-head h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin: 0;
}
.feed-seminar .seminar-full-head .text-actions {
  display: flex;
  margin: 18px 0 10px;
}
.feed-seminar .seminar-full-head .text-actions span,
.feed-seminar .seminar-full-head .text-actions a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #343A40;
  cursor: pointer;
}
.feed-seminar .seminar-full-head .text-actions span#ta_print,
.feed-seminar .seminar-full-head .text-actions a#ta_print {
  display: none;
}
.feed-seminar .seminar-full-head .text-actions span svg,
.feed-seminar .seminar-full-head .text-actions a svg {
  margin-right: 5px;
}
.feed-seminar .seminar-full-head .text-actions span svg path,
.feed-seminar .seminar-full-head .text-actions a svg path {
  transition: fill 0.3s;
}
.feed-seminar .seminar-full-head .text-actions span:hover svg path,
.feed-seminar .seminar-full-head .text-actions a:hover svg path,
.feed-seminar .seminar-full-head .text-actions span:focus svg path,
.feed-seminar .seminar-full-head .text-actions a:focus svg path {
  fill: #339CD3;
}
.feed-seminar .seminar-full-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.feed-seminar .seminar-full-text > *:first-child {
  margin-top: 0 !important;
}
.feed-seminar .seminar-full-text > *:last-child {
  margin-bottom: 0 !important;
}
.feed-seminar .seminar-full-text h2,
.feed-seminar .seminar-full-text .h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin: 30px 0 15px;
}
.feed-seminar .seminar-full-text h3,
.feed-seminar .seminar-full-text .h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #343A40;
  margin: 20px 0 10px!important;
}
.feed-seminar .seminar-full-text h4,
.feed-seminar .seminar-full-text .h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #343A40;
  margin: 16px 0 8px!important;
}
.feed-seminar .seminar-full-text h5,
.feed-seminar .seminar-full-text .h5,
.feed-seminar .seminar-full-text h6,
.feed-seminar .seminar-full-text .h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  margin: 12px 0 5px!important;
}
.feed-seminar .seminar-full-text img {
  max-width: 100%;
  height: auto!important;
}
.feed-seminar .seminar-full-text th * {
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .seminar-search-form.single-page {
    display: block;
  }
  .seminar-search-form .form-search .input {
    min-width: auto;
    width: 100%;
    height: 46px;
    border-radius: 4px 0 0 4px;
    border-right: 0 none;
  }
  .seminar-search-form .form-search .btn {
    height: 46px;
    margin: 0;
    width: 115px;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
  }
  .seminar-search-form .seminar-filters-wrap {
    align-items: center;
    flex-direction: row;
    margin-bottom: 18px;
  }
  .seminar-search-form .seminar-filters-wrap > * {
    margin-bottom: 10px;
  }
  .seminar-search-form .seminar-filters-wrap > * + * {
    margin-top: 0;
  }
  .seminar-search-form .seminar-filters-wrap .input {
    max-width: unset;
    width: calc(33.3333% - 5px);
    flex-shrink: 1;
  }
  .feed-seminar.page-seminar .seminar-head {
    align-items: center;
  }
  .feed-seminar .seminar-head {
    flex-direction: row;
    padding-right: 0;
  }
  .feed-seminar .seminar-head .sem-lbl {
    margin-bottom: 0;
    margin-right: 13px;
  }
  .feed-seminar .seminar-head .share-seminar {
    position: relative;
    display: block;
    margin-top: 0;
    margin-left: auto;
  }
  .feed-seminar .lecturer-wrap {
    width: 261px;
    margin-right: 50px;
  }
  .feed-seminar .lecturer-wrap + .lecturer-wrap {
    margin-top: 0;
  }
  .feed-seminar .lecturer-info .lecturer-prof {
    font-size: 16px;
    line-height: 26px;
  }
  .feed-seminar .lecturer-info .lecturer-name {
    font-size: 16px;
    line-height: 26px;
  }
  .feed-seminar .bottom-line {
    flex-direction: row;
  }
  .feed-seminar .bottom-line .date-price {
    flex-direction: row;
    margin-bottom: 0;
    margin-right: 14px;
  }
  .feed-seminar .bottom-line .date-price .date {
    margin-bottom: 0;
    margin-right: 20px;
  }
  .feed-seminar .bottom-line .btn {
    width: 173px;
  }
  .feed-seminar .blue-line {
    flex-direction: row;
  }
  .feed-seminar .blue-line .bl-fields {
    margin-bottom: 0;
    margin-right: 25px;
  }
  .feed-seminar .blue-line .bl-fields > * {
    flex-direction: row;
  }
  .feed-seminar .blue-line .bl-fields > * span {
    flex-shrink: 0;
    width: 94px;
  }
  .feed-seminar .blue-line .btn {
    width: 173px;
    padding: 10px 20px;
  }
  .feed-seminar .seminar-full-head {
    flex-direction: row;
    align-items: center;
  }
  .feed-seminar .seminar-full-head .text-actions {
    margin: 0 0 0 18px;
  }
  .feed-seminar .seminar-full-head .text-actions span,
  .feed-seminar .seminar-full-head .text-actions a {
    font-size: 12px;
    line-height: 20px;
  }
  .feed-seminar .seminar-full-head .text-actions span#ta_print,
  .feed-seminar .seminar-full-head .text-actions a#ta_print {
    display: flex;
  }
  .feed-seminar .seminar-full-head .text-actions span + span,
  .feed-seminar .seminar-full-head .text-actions a + span,
  .feed-seminar .seminar-full-head .text-actions span + a,
  .feed-seminar .seminar-full-head .text-actions a + a {
    margin-left: 15px;
  }
  .feed-seminar .seminar-full-text h2,
  .feed-seminar .seminar-full-text .h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 30px 0 15px;
  }
  .feed-seminar .seminar-full-text h3,
  .feed-seminar .seminar-full-text .h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 10px!important;
  }
  .feed-seminar .seminar-full-text h4,
  .feed-seminar .seminar-full-text .h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 8px!important;
  }
  .feed-seminar .seminar-full-text h5,
  .feed-seminar .seminar-full-text .h5,
  .feed-seminar .seminar-full-text h6,
  .feed-seminar .seminar-full-text .h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 5px!important;
  }
}
.sem-header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sem-header .card-sem-pic {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}
.sem-header .card-sem-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.sem-header .card-sem-pic.round img {
  border-radius: 50px;
}
.sem-header h2 {
  margin: 15px 0 0;
}
.sem-header table {
  width: 100%;
  margin-top: 30px;
  background-color: #ffffff;
}
.sem-header .button {
  width: 100%;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.sem-body .tab-content {
  background-color: #ffffff;
  padding: 20px 15px 25px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e9ecef;
  -moz-box-shadow: inset 0px 0px 0px 1px #e9ecef;
  box-shadow: inset 0px 0px 0px 1px #e9ecef;
  margin-top: -1px;
}
.sem-body .tab-inner > *:first-child {
  margin-top: 0 !important;
}
.sem-body .tab-inner .actions-line {
  margin-top: 30px;
}
.sem-body .tab-inner .actions-line .button {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.sem-body .tab-inner .actions-line .button + .button {
  margin-top: 10px;
}
#sem-map {
  position: relative;
  width: 100%;
  height: 300px;
}
#sem-request {
  margin-top: 30px;
}
.all-sems {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .sem-header {
    margin-top: 53px;
    margin-bottom: 83px;
  }
  .sem-header .card-sem-pic {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-right: 15px;
  }
  .sem-header h2 {
    margin: 10px 0 0;
  }
  .sem-header table {
    margin-top: 30px;
  }
  .sem-header td {
    font-size: 15px;
    padding: 15px 10px;
  }
  .sem-header td:first-child {
    width: 226px;
  }
  .sem-header .button {
    width: 214px;
    margin-top: 20px;
  }
  .sem-body .tab-content {
    padding: 40px 40px 44px;
  }
  .sem-body .tab-inner .actions-line {
    margin-top: 40px;
  }
  .sem-body .tab-inner .actions-line .button {
    width: auto;
    margin-right: 20px;
  }
  .sem-body .tab-inner .actions-line .button + .button {
    margin-top: 0;
  }
  .sem-body .tab-inner .actions-line .button:last-child {
    margin-right: 0 !important;
  }
  #sem-map {
    position: relative;
    width: 100%;
    height: 400px;
  }
  #sem-request {
    margin-top: 53px;
  }
}
.hub-toc {
  margin-bottom: 24px;
  margin-top: -10px;
}
.hub-toc ul {
  margin: 0;
  padding: 0;
}
.hub-toc ul li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  padding: 0;
}
.hub-toc ul li + li {
  margin-top: 0;
}
.hub-toc ul li a,
.hub-toc ul li:after {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #339CD3;
}
.hub-toc ul li a:hover {
  color: #1780B8;
}
.hub-toc ul li:before {
  display: none;
}
.hub-toc ul li:after {
  position: relative;
  content: "|";
  padding-left: 10px;
}
.hub-toc ul li:last-child:after {
  display: none;
}
#mtop-sum {
  margin-bottom: 24px;
}
.hub-main-column {
  min-height: 100vh;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
}
.hub-wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  max-width: 1420px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.hub-wrap .hub-main {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin-top: 30px;
}
.hub-wrap .hub-main > *:first-child {
  margin-top: 0 !important;
}
.hub-wrap .hub-main > *:last-child {
  margin-bottom: 0 !important;
}
.hub-wrap .hub-main meta + * {
  margin-top: 0;
}
.hub-wrap aside.hub-aside {
  position: relative;
  z-index: 10;
}
.hub-wrap aside.hub-aside .hub-aside-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.hub-wrap aside.hub-aside .hub-aside-sect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.hub-wrap aside.hub-aside .hub-aside-sect + .hub-aside-sect {
  margin-top: 18px;
}
@media (max-width: 1023px) {
  #ha_mtop {
    margin-top: 0 !important;
  }
}
.hpq-wrap {
  width: 100%;
}
.hub-popular-questions {
  margin-top: 11px;
}
.hub-popular-questions + .hub-popular-questions {
  margin-top: -1px;
}
.hub-popular-questions > ul {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CED4DA;
}
.hub-popular-questions > ul li {
  padding: 0;
}
.hub-popular-questions > ul li:before {
  display: none;
}
.hub-popular-questions > ul > li {
  border-top: 1px solid #CED4DA;
  list-style: none;
}
.hub-popular-questions > ul > li + li {
  margin-top: 0;
}
.hub-popular-questions > ul > li.opened .hb-lvl2-btn svg {
  transform: rotate(180deg);
}
.hub-popular-questions > ul > li .hb-lvl2-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  cursor: pointer;
  transition: color 0.3s;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
}
.hub-popular-questions > ul > li .hb-lvl2-btn .hb-lvl2-btn-text {
  font-weight: 500;
}
.hub-popular-questions > ul > li .hb-lvl2-btn svg {
  flex-shrink: 0;
}
.hub-popular-questions > ul > li .hb-lvl2-btn svg path {
  transition: fill 0.3s;
}
.hub-popular-questions > ul > li .hb-lvl2-btn:hover,
.hub-popular-questions > ul > li .hb-lvl2-btn:focus {
  color: #339CD3;
}
.hub-popular-questions > ul > li .hb-lvl2-btn:hover svg path,
.hub-popular-questions > ul > li .hb-lvl2-btn:focus svg path {
  fill: #339CD3;
}
.hub-popular-questions > ul > li .hb-lvl2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content * {
  margin: 0;
  padding: 0;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content > * + * {
  margin-top: 5px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content > *:first-child {
  margin-top: 0 !important;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content > *:last-child {
  margin-bottom: 0 !important;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content > strong:first-child {
  display: block;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ul {
  padding: 0 0 0 20px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ul li {
  list-style: disc;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ul li + li {
  margin-top: 5px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ol {
  padding: 0 0 0 28px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ol li {
  list-style: decimal;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content ol li + li {
  margin-top: 5px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content {
  padding-bottom: 12px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline {
  padding: 8px 10px 10px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block__header,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline__header {
  line-height: 24px;
  margin-bottom: 4px;
  padding-left: 30px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block__header::before,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline__header::before {
  transform: scale(0.8);
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block__content * + *,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline__content * + * {
  margin-top: 4px;
}
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block__content ul li,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline__content ul li,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .important-block__content ol li,
.hub-popular-questions > ul > li .hb-lvl2 .hpq-content .kplus-preview-inline__content ol li {
  display: list-item;
}
.content-zoom-2 .hub-popular-questions > ul > li .hb-lvl2-btn {
  font-size: 20px;
  line-height: 30px;
}
.content-zoom-2 .hub-popular-questions > ul > li .hb-lvl2 .hpq-content {
  padding-bottom: 16px;
}
.content-zoom-3 .hub-popular-questions > ul > li .hb-lvl2-btn {
  font-size: 24px;
  line-height: 34px;
}
.content-zoom-3 .hub-popular-questions > ul > li .hb-lvl2 .hpq-content {
  padding-bottom: 20px;
}
.calc-content .hub-popular-questions > ul > li .hb-lvl2 {
  background: #FBEDB0;
}
.calc-content .hub-popular-questions > ul > li .hb-lvl2 .hpq-content {
  padding: 16px 20px 10px;
}
.calc-content .hub-popular-questions > ul > li .hb-lvl2 .hpq-content .dropDown-box {
  background: none;
  margin: 15px 0;
}
.hub-aside-block {
  box-sizing: border-box;
}
.hub-aside-block > *:first-child {
  margin-top: 0 !important;
}
.hub-aside-block > *:last-child {
  margin-bottom: 0 !important;
}
.hub-aside-block h2 {
  margin: 20px 0 0!important;
}
.hub-aside-block h2.hub-aside-header {
  display: none;
}
.hub-aside-block p {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.hub-aside-block p a img {
  vertical-align: middle;
  margin-right: 10px;
}
.hub-aside-block .hub-aside-photos {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  height: 179px;
  margin-top: 8px;
  overflow-x: scroll;
}
.hub-aside-block .hub-aside-photos > * + * {
  margin-left: 6px;
}
.hub-aside-block .hub-aside-photos .ha-photo {
  background: #C4C4C4;
  border-radius: 3px;
  overflow: hidden;
  width: 135px;
  flex-shrink: 0;
}
.hub-aside-block .hub-aside-photos .ha-photo .dropDown-box {
  width: 100%;
  height: 100%;
}
.hub-aside-block .hub-aside-photos .ha-photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hub-aside-block .hub-aside-photos .ha-photo img {
  object-fit: cover;
  height: 100%!important;
  width: 100%;
}
.hub-aside-block .hub-aside-photos .double-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hub-aside-block .hub-aside-photos .double-img .ha-photo + .ha-photo {
  margin-left: 6px;
}
.hub-aside-block .hub-aside-text > *,
.hub-aside-block .hub-aside-person-info > * {
  margin: 5px 0 0;
}
.hub-aside-block .hub-aside-text > *:first-child,
.hub-aside-block .hub-aside-person-info > *:first-child {
  margin-top: 0 !important;
}
.hub-aside-block .hub-aside-text > *:last-child,
.hub-aside-block .hub-aside-person-info > *:last-child {
  margin-bottom: 0 !important;
}
.hub-aside-block .hub-aside-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hub-aside-block .hub-aside-text a {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.hub-aside-block .hub-aside-text .dropDown-box {
  overflow: hidden;
  flex-shrink: 0;
  width: calc(33.3333% - 4px);
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 5px;
}
.hub-aside-block .hub-aside-text .dropDown-box:nth-child(3n+1) {
  margin-left: 0;
}
.hub-aside-block .hub-aside-text .dropDown-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hub-aside-block .hub-aside-text .dropDown-box img {
  object-fit: cover;
  width: 100%;
}
.hub-aside-block .hub-aside-person-info {
  margin-top: 10px;
}
.hub-aside-block .hub-readalso {
  margin-top: 6px;
}
.hub-aside-block .hub-readalso a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.hub-aside-block .hub-readalso a + a {
  margin-top: 6px;
}
.hub-content-block {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 17px 17px 20px 21px;
}
.hub-content-block > *:first-child {
  margin-top: 0 !important;
}
.hub-content-block > *:last-child {
  margin-bottom: 0 !important;
}
.hub-calcs-feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hub-calc {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  overflow: hidden;
}
.hub-calc + .hub-calc {
  margin-top: 6px;
}
.hub-calc:hover,
.hub-calc:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hub-calc:hover a span,
.hub-calc:focus a span {
  color: #339CD3;
}
.hub-calc a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 9px 13px;
}
.hub-calc a .calc-icon {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
}
.hub-calc a .calc-icon img {
  width: 32px;
  height: 32px;
}
.hub-calc a span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
}
.hub-publications-container {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 17px 17px 20px 21px;
}
.hub-publications-container + .hub-publications-container {
  margin-top: 6px;
}
.hub-publications-container .hub-publication {
  width: 100%;
}
.hub-publications-container .hub-publication + .hub-publication {
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #CED4DA;
}
.hub-publications-container .hub-publication .main-line {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
.hub-publications-container .hub-publication .main-line.bottom-ln {
  margin-top: 5px;
}
.hub-publications-container .hub-publication .main-line.bottom-ln .hp-data {
  justify-content: flex-end;
}
.hub-publications-container .hub-publication .main-line.bottom-ln .hp-icons {
  justify-content: flex-end;
  margin-left: 0;
}
.hub-publications-container .hub-publication .main-line .hp-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #343A40;
}
.hub-publications-container .hub-publication .main-line .hp-title:hover,
.hub-publications-container .hub-publication .main-line .hp-title:focus {
  color: #339CD3;
}
.hub-publications-container .hub-publication .main-line .hp-data {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.hub-publications-container .hub-publication .main-line .hp-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.hub-publications-container .hub-publication .main-line .hp-icons {
  display: flex;
  justify-content: flex-end;
  margin-left: 14px;
}
.hub-publications-container .hub-publication .main-line .hp-icons > span,
.hub-publications-container .hub-publication .main-line .hp-icons > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #CED4DA;
}
.hub-publications-container .hub-publication .main-line .hp-icons > span + *,
.hub-publications-container .hub-publication .main-line .hp-icons > a + * {
  margin-left: 14px;
}
.hub-publications-container .hub-publication .main-line .hp-icons > a:hover {
  color: #339CD3;
}
.hub-publications-container .hub-publication .main-line .hp-icons > a:hover svg path {
  fill: #339CD3;
}
.hub-publications-container .hub-publication .main-line .hp-icons > a:focus {
  color: #1780B8;
}
.hub-publications-container .hub-publication .main-line .hp-icons > a:focus svg path {
  fill: #1780B8;
}
.hub-publications-container .hub-publication .main-line .hp-icons .views svg {
  margin-right: 4px;
}
.hub-publications-container .hub-publication .main-line .hp-icons .comments {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #CED4DA;
}
.hub-publications-container .hub-publication .main-line .hp-icons .comments svg {
  margin-right: 4px;
}
.hub-publications-container .hub-publication .main-line .hp-icons .comments .txt {
  display: none;
}
.hub-publications-container .hub-publication .author-line {
  margin-top: 5px;
}
.hub-publications-container .hub-publication .author-line a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  transition: color 0.3s;
}
.hub-publications-container .hub-publication .description-line {
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
  margin-top: 8px;
}
.hub-publications-container .hub-publication .description-line * {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
}
.hub-publications-container .hub-publication .description-line ul,
.hub-publications-container .hub-publication .description-line ol {
  padding: 0 0 0 30px;
}
.hub-publications-container .hub-publication .description-line ul li + li,
.hub-publications-container .hub-publication .description-line ol li + li {
  margin-top: 0;
}
.hub-publications-container .hub-publication .description-line ul li:before,
.hub-publications-container .hub-publication .description-line ol li:before {
  left: -20px;
}
.hub-publications-container .hub-publication .description-line > :first-child {
  margin-top: 0 !important;
}
.hub-publications-container .hub-publication .description-line > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .hub-limit-w {
    max-width: 580px;
  }
  .hub-toc {
    margin-bottom: 28px;
    margin-top: -13px;
  }
  .hub-toc ul li a,
  .hub-toc ul li:after {
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
  #mtop-sum {
    margin-bottom: 28px;
  }
  .hub-wrap {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hub-wrap .hub-main {
    margin-top: 0;
    flex-shrink: 1;
  }
  .hub-wrap aside.hub-aside {
    margin-left: 21px;
  }
  .hub-wrap aside.hub-aside .hub-aside-inner {
    height: 100%;
    max-width: 430px;
  }
  .hub-wrap aside.hub-aside .hub-aside-sect {
    height: auto!important;
    max-height: 100%;
  }
  .hub-wrap aside.hub-aside .hub-aside-sect .sticky {
    position: -webkit-sticky !important;
    position: sticky!important;
    top: 83px;
    transition: top 0.3s;
  }
  .hub-aside-block {
    background: #FFF;
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    padding: 16px 23px 22px 24px;
    height: 100%;
  }
  .hub-aside-block .hub-aside-limiter {
    position: relative;
    height: 100%;
    padding-right: 21px;
  }
  .hub-aside-block .hub-aside-limiter-inner > *:first-child {
    margin-top: 0!important;
  }
  .hub-aside-block .hub-aside-limiter-inner > *:last-child {
    margin-bottom: 0!important;
  }
  .hub-aside-block h2.hub-aside-header {
    display: block;
  }
  .hub-aside-block .hub-aside-photos {
    height: 179px;
    margin-top: 8px;
    overflow: hidden;
  }
  .hub-aside-block .hub-aside-photos > * + * {
    margin-left: 0;
  }
  .hub-aside-block .hub-aside-photos > *:not(.double-img) {
    width: calc(40% - 3px);
  }
  .hub-aside-block .hub-aside-photos .double-img {
    width: calc(20% - 3px);
    flex-direction: column;
  }
  .hub-aside-block .hub-aside-photos .double-img .ha-photo {
    width: 100%;
    height: calc(50% - 3px);
  }
  .hub-aside-block .hub-aside-photos .double-img .ha-photo + .ha-photo {
    margin-left: 0;
  }
  .hub-aside-block .hub-aside-text,
  .hub-aside-block .hub-aside-person-info {
    margin-top: 8px;
  }
  .hub-aside-block .hub-aside-person-info {
    margin-top: 10px;
  }
  .hub-aside-block .hub-readalso a + a {
    margin-top: 0;
  }
  .hub-calcs-feed {
    margin-bottom: -6px;
  }
  .hub-calc-plug {
    width: calc(33.33333% - 3px);
  }
  .hub-calc {
    width: calc(50% - 5px);
    margin-bottom: 6px;
  }
  .hub-calc + .hub-calc {
    margin-top: 0;
  }
  .hub-calc a {
    padding: 9px 20px;
  }
  .hub-publications-container .hub-publication .main-line {
    flex-direction: row;
    align-items: flex-start;
  }
  .hub-publications-container .hub-publication .main-line.bottom-ln {
    align-items: flex-start;
    justify-content: flex-end;
  }
  .hub-publications-container .hub-publication .main-line.bottom-ln .hp-data {
    margin-left: 0;
  }
  .hub-publications-container .hub-publication .main-line .hp-data {
    width: unset;
    margin-left: 14px;
    margin-top: 0;
  }
  .hub-publications-container .hub-publication .description-line {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .hub-wrap aside.hub-aside {
    flex-shrink: 0;
  }
}
@media (min-width: 1400px) {
  .hub-wrap .hub-main {
    max-width: 680px;
    flex-shrink: 0;
  }
  .hub-wrap aside.hub-aside {
    flex-shrink: 1;
  }
}
.service-content .service-list {
  margin-top: 40px;
}
.service-content .service-list__block + .service-list__block {
  margin-top: 40px;
}
.service-content .service-list__description {
  display: inline-block;
  min-height: 36px;
  border-radius: 2px 2px 2px 0;
  background-color: #339cd3;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 15px;
}
.service-content .service-list__content {
  border-top: 2px solid #339cd3;
}
.service-content .service-list__content > *:first-child {
  margin-top: 30px;
}
.service-content .company-box {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .service-content .service-list {
    margin-top: 40px;
  }
  .service-content .service-list__content > *:first-child {
    margin-top: 30px;
  }
  .service-content .company-box {
    margin-top: 30px;
    margin-bottom: -30px;
  }
}
.uslugi-colored {
  margin-bottom: 40px;
}
.uslugi-colored .uc-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  padding: 20px;
}
.uslugi-colored .uc-line + .uc-line {
  margin-top: 20px;
}
.uslugi-colored .uc-line.clr1 {
  background: #FBEDB0;
}
.uslugi-colored .uc-line.clr2 {
  background: #E3F5FF;
}
.uslugi-colored .uc-line.clr3 {
  background: #F3F1FF;
}
.uslugi-colored .uc-line .info {
  display: flex;
  flex-direction: column;
}
.uslugi-colored .uc-line .icon {
  width: 100%;
  margin-bottom: 10px;
  flex-shrink: 0;
  text-align: center;
}
.uslugi-colored .uc-line .desc-text {
  text-align: center;
}
.uslugi-colored .uc-line .desc-text > *:first-child {
  margin-top: 0 !important;
}
.uslugi-colored .uc-line .desc-text > *:last-child {
  margin-bottom: 0 !important;
}
.uslugi-colored .uc-line .desc-text h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}
.uslugi-colored .uc-line .desc-text p {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  margin-top: 10px;
}
.uslugi-colored .uc-line .actions .btn {
  width: 100%;
  margin-top: 20px;
}
.uslugi-sect {
  margin-bottom: 50px;
}
.uslugi-sect .head-wrap {
  margin-bottom: 20px;
}
.uslugi-sect .head-wrap > *:first-child {
  margin-top: 0 !important;
}
.uslugi-sect .head-wrap > *:last-child {
  margin-bottom: 0 !important;
}
.uslugi-sect .head-wrap strong {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #343A40;
}
.uslugi-sect .head-wrap h2 {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
}
.uslugi-sect .head-wrap p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.uslugi-sect .head-wrap ul li,
.uslugi-sect .head-wrap .ul li,
.uslugi-sect .head-wrap ol li,
.uslugi-sect .head-wrap .ol li {
  font-size: 14px;
  line-height: 20px;
}
.uslugi-sect .head-wrap ul li + li,
.uslugi-sect .head-wrap .ul li + li,
.uslugi-sect .head-wrap ol li + li,
.uslugi-sect .head-wrap .ol li + li {
  margin-top: 0;
}
.uslugi-sect .head-wrap ol li::before,
.uslugi-sect .head-wrap .ol li::before {
  font-size: 14px;
  line-height: 20px;
}
.uslugi-cards-t1 .uc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uslugi-cards-t1 .uc-container .uc-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 250px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.uslugi-cards-t1 .uc-container .uc-card .uc-info-wrap {
  display: flex;
  flex-direction: column;
}
.uslugi-cards-t1 .uc-container .uc-card .icon {
  display: flex;
  width: 140px;
  height: 84px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.uslugi-cards-t1 .uc-container .uc-card .icon img {
  max-height: 100%;
}
.uslugi-cards-t1 .uc-container .uc-card strong {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #343A40;
}
.uslugi-cards-t1 .uc-container .uc-card span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #868E96;
  margin-top: 6px;
}
.uslugi-cards-t1 .uc-container .uc-card .btn {
  display: block;
  width: 100%;
  line-height: 20px;
  margin-top: 14px;
}
.uslugi-cards-t1 .uc-container .uc-card-filler {
  width: 100%;
}
.uslugi-cards-t1 .compare-btn {
  width: 100%;
  height: 40px;
  line-height: 20px;
}
.uslugi-cards-t2 .uc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.uslugi-cards-t2 .uc-container .uc-card {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.uslugi-cards-t2 .uc-container .uc-card .uc-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.uslugi-cards-t2 .uc-container .uc-card .uc-info {
  order: 2;
  text-align: center;
}
.uslugi-cards-t2 .uc-container .uc-card .icon {
  order: 1;
  display: flex;
  flex-shrink: 0;
  width: 140px;
  height: 84px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.uslugi-cards-t2 .uc-container .uc-card .icon img {
  max-height: 100%;
}
.uslugi-cards-t2 .uc-container .uc-card strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #343A40;
}
.uslugi-cards-t2 .uc-container .uc-card span {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #339CD3;
  margin-top: 14px;
}
.uslugi-cards-t2 .uc-container .uc-card .btn {
  display: block;
  width: 100%;
  line-height: 20px;
  margin-top: 20px;
}
.uslugi-cards-t2 .compare-btn {
  width: 100%;
  height: 40px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .uslugi-colored {
    margin-bottom: 59px;
  }
  .uslugi-colored .uc-line {
    flex-direction: row;
    padding: 25px 29px 39px 20px;
  }
  .uslugi-colored .uc-line + .uc-line {
    margin-top: 32px;
  }
  .uslugi-colored .uc-line .info {
    flex-direction: row;
    align-items: flex-start;
  }
  .uslugi-colored .uc-line .icon {
    width: 104px;
    margin-bottom: 0;
    margin-right: 30px;
    text-align: center;
  }
  .uslugi-colored .uc-line .desc-text {
    text-align: left;
  }
  .uslugi-colored .uc-line .desc-text h2 {
    font-size: 32px;
    line-height: 37px;
  }
  .uslugi-colored .uc-line .desc-text p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
  }
  .uslugi-colored .uc-line .actions {
    align-self: flex-end;
  }
  .uslugi-colored .uc-line .actions .btn {
    width: 223px;
    margin-top: 0;
    margin-left: 45px;
  }
  .uslugi-sect {
    margin-bottom: 82px;
  }
  .uslugi-sect .head-wrap {
    margin-bottom: 25px;
  }
  .uslugi-sect .head-wrap strong {
    font-size: 24px;
    line-height: 28px;
  }
  .uslugi-sect .head-wrap strong + h2 {
    margin-top: 6px;
  }
  .uslugi-sect .head-wrap h2 {
    font-size: 32px;
    line-height: 37px;
  }
  .uslugi-sect .head-wrap p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .uslugi-sect .head-wrap ul li,
  .uslugi-sect .head-wrap .ul li,
  .uslugi-sect .head-wrap ol li,
  .uslugi-sect .head-wrap .ol li {
    font-size: 18px;
    line-height: 30px;
  }
  .uslugi-sect .head-wrap ol li::before,
  .uslugi-sect .head-wrap .ol li::before {
    font-size: 18px;
    line-height: 30px;
  }
  .uslugi-cards-t1 .uc-container .uc-card {
    width: calc(33.3333% - 19px);
    padding: 33px 29px 25px;
    margin-bottom: 20px;
  }
  .uslugi-cards-t1 .uc-container .uc-card .icon {
    margin: 0 auto 14px;
  }
  .uslugi-cards-t1 .uc-container .uc-card strong {
    font-size: 28px;
    line-height: 33px;
  }
  .uslugi-cards-t1 .uc-container .uc-card span {
    font-size: 18px;
    line-height: 30px;
    margin-top: 6px;
  }
  .uslugi-cards-t1 .uc-container .uc-card .btn {
    margin-top: 14px;
  }
  .uslugi-cards-t1 .uc-container .uc-card-filler {
    width: calc(33.3333% - 19px);
  }
  .uslugi-cards-t2 .uc-container .uc-card {
    width: calc(50% - 11px);
    padding: 19px 19px 29px;
    margin-bottom: 20px;
  }
  .uslugi-cards-t2 .uc-container .uc-card .uc-info-wrap {
    flex-direction: row;
  }
  .uslugi-cards-t2 .uc-container .uc-card .uc-info {
    order: 1;
    text-align: left;
  }
  .uslugi-cards-t2 .uc-container .uc-card .icon {
    order: 2;
    width: 140px;
    margin: 0 0 0 15px;
  }
  .uslugi-cards-t2 .uc-container .uc-card strong {
    font-size: 28px;
    line-height: 33px;
    margin-top: 26px;
  }
  .uslugi-cards-t2 .uc-container .uc-card span {
    font-size: 18px;
    line-height: 26px;
    margin-top: 22px;
  }
  .uslugi-cards-t2 .uc-container .uc-card .btn {
    margin-top: 28px;
  }
}
.partners-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners-cards .pc-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 250px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.partners-cards .pc-card .pc-info-wrap {
  display: flex;
  flex-direction: column;
}
.partners-cards .pc-card .icon {
  display: flex;
  width: 100%;
  height: 84px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.partners-cards .pc-card .icon img {
  max-height: 100%;
}
.partners-cards .pc-card strong,
.partners-cards .pc-card h2 {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 20px!important;
  line-height: 26px!important;
  color: #343A40;
  margin: 0!important;
  text-align: center;
}
.partners-cards .pc-card span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #868E96;
  margin-top: 6px;
}
.partners-cards .pc-card .btn {
  display: block;
  width: 100%;
  line-height: 20px;
  margin-top: 14px;
}
.partners-cards .pc-card-filler {
  width: 100%;
}
@media (min-width: 1024px) {
  .partners-cards .pc-card {
    width: calc(50% - 8px);
    padding: 33px 29px 25px;
    margin-bottom: 15px;
  }
  .partners-cards .pc-card .icon {
    margin: 0 auto 14px;
  }
  .partners-cards .pc-card strong,
  .partners-cards .pc-card h2 {
    font-size: 24px!important;
    line-height: 30px!important;
  }
  .partners-cards .pc-card .btn {
    margin-top: 14px;
  }
  .partners-cards .pc-card-filler {
    width: calc(33.3333% - 19px);
  }
}
.profstandard-sect .profstandard [class^="ps-section__"] {
  margin-bottom: 40px;
}
.profstandard-sect .profstandard .flex {
  display: flex;
}
.profstandard-sect .profstandard .ps-doc__head {
  width: 214px;
  float: right;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
.profstandard-sect .profstandard .ps-section__kind-activity .description {
  width: 1000px;
  font-size: 18px;
  border-bottom: 1px solid lightgrey;
  padding-left: 20px;
  line-height: 38px;
}
.profstandard-sect .profstandard .ps-section__kind-activity .description-signature {
  font-size: 13px;
  color: #a5a5a5;
  margin-left: 351px;
}
.profstandard-sect .profstandard .ps-section__kind-activity .code {
  text-align: center;
  font-size: 16px;
  width: 200px;
  border: 1px solid lightgrey;
  padding: 10px;
}
.profstandard-sect .profstandard .ps-section__kind-activity .code:after {
  content: "Код";
  position: absolute;
  font-size: 13px;
  margin-top: 29px;
  margin-left: -34px;
  color: #a5a5a5;
}
.profstandard-sect .profstandard .ps-section__purp-activity .description {
  border: 1px solid lightgrey;
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__activities .description,
.profstandard-sect .profstandard .ps-section__ec-activities .description {
  border-bottom: 1px solid lightgrey;
}
.profstandard-sect .profstandard .ps-section__activities .description .description__item .code,
.profstandard-sect .profstandard .ps-section__ec-activities .description .description__item .code {
  width: 200px;
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__activities .description .description__item .name,
.profstandard-sect .profstandard .ps-section__ec-activities .description .description__item .name {
  width: 1000px;
  border-left: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__activities .signature-block *,
.profstandard-sect .profstandard .ps-section__ec-activities .signature-block * {
  font-size: 13px;
  color: #a5a5a5;
  text-align: center;
}
.profstandard-sect .profstandard .ps-section__activities .signature-block .__code,
.profstandard-sect .profstandard .ps-section__ec-activities .signature-block .__code {
  width: 220px;
}
.profstandard-sect .profstandard .ps-section__activities .signature-block .__name,
.profstandard-sect .profstandard .ps-section__ec-activities .signature-block .__name {
  width: 980px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .header [class^="header__"] {
  flex: 0 0 598px;
  text-align: center;
  border: 1px solid lightgrey;
  padding: 10px 0;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .subheader [class*="common__"] {
  text-align: center;
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  padding: 10px;
  font-size: 13px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .common__code,
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .not-common__code {
  flex: 0 0 42px;
  border-right: none;
}
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .common__name,
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .not-common__name {
  flex: 0 0 406px;
  border-right: none;
}
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .common__q-level,
.profstandard-sect .profstandard .ps-section__labor-functions .subheader .not-common__q-level {
  flex: 0 0 88px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item {
  width: 1200px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item [class*="common__"] {
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  padding: 10px;
  font-size: 14px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .common__code,
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .not-common__code {
  text-align: center;
  flex: 0 0 42px;
  border-right: none;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .common__name,
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .not-common__name {
  flex: 0 0 406px;
  border-right: none;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .common__q-level,
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .not-common__q-level {
  text-align: center;
  flex: 0 0 88px;
}
.profstandard-sect .profstandard .ps-section__labor-functions .lf-item .non-common {
  flex: 0 0 598px;
}
.profstandard-sect .profstandard .ps-section__resp-org .description {
  border: 1px solid lightgrey;
}
.profstandard-sect .profstandard .ps-section__resp-org .description [class$="-name"] {
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__resp-org .description .org-name {
  border-bottom: 1px solid lightgrey;
}
.profstandard-sect .profstandard .ps-section__org-list .description {
  border: 1px solid lightgrey;
}
.profstandard-sect .profstandard .ps-section__org-list .description .org-item {
  border-bottom: 1px solid lightgrey;
}
.profstandard-sect .profstandard .ps-section__org-list .description .org-item [class^="org-item__"] {
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .profstandard .ps-section__org-list .description .org-item .org-item__num {
  border-right: 1px solid lightgrey;
  flex: 0 0 30px;
  text-align: center;
}
.profstandard-sect .profstandard .ps-section__org-list .description .org-item:last-child {
  border-bottom: none;
}
.profstandard-sect .labor-function [class^="lf-section__"] {
  margin-bottom: 40px;
}
.profstandard-sect .labor-function .lf-section__common {
  font-size: 20px;
  margin-top: 20px;
}
.profstandard-sect .labor-function .lf-section__common [class^="common__"] {
  margin: 10px 20px;
}
.profstandard-sect .labor-function .lf-section__common .code,
.profstandard-sect .labor-function .lf-section__common .q-level {
  border: 1px solid lightgrey;
  padding: 10px 20px;
  margin-top: -11px;
  margin-left: 10px;
}
.profstandard-sect .labor-function .lf-section__professions {
  font-size: 16px;
}
.profstandard-sect .labor-function .lf-section__professions .prof-item {
  padding: 10px 20px;
  border-left: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
}
.profstandard-sect .labor-function .lf-section__professions .prof-item:last-child {
  border-bottom: 1px solid lightgrey;
}
.profstandard-sect .labor-function .lf-section__require-data [class^="re-"] {
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .labor-function .lf-section__characteristics td {
  padding: 10px 20px;
  font-size: 16px;
}
.profstandard-sect .breadcrumbs ul {
  text-align: center;
}
.profstandard-sect .breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.profstandard-sect .breadcrumbs ul li a {
  font-size: 14px;
}
.profstandard-sect .breadcrumbs ul li::after {
  display: inline-block;
  content: '→';
  margin: 5px 0 0 2px;
  font-size: 18px;
  color: #999;
}
.profstandard-sect .breadcrumbs ul li:last-child::after {
  display: none;
}
.profstandard-sect .pagination {
  margin-top: 30px;
}
.profstandard-sect .pagination ul {
  text-align: center;
}
.profstandard-sect .pagination ul li {
  display: inline-block;
}
.profstandard-sect .pagination ul li a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: underline;
  font-family: PlumbCondensedM, 'Arial Condensed', Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #257dba;
}
.profstandard-sect .pagination ul li a:hover {
  text-decoration: none;
}
.profstandard-sect .main-text {
  font-size: 15px;
  color: #141518;
}
.profstandard-sect .profstandard-list h2 {
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 24px;
}
.profstandard-sect .profstandard-list ul li {
  position: relative;
  padding: 11px 0 10px;
  border-bottom: 1px solid #f1f1f1;
}
.profstandard-sect .profstandard-list ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #141518;
  transition: color 0.2s;
}
.profstandard-sect .profstandard-list ul li a:hover {
  color: #257dba;
  opacity: 1;
}
.profstandard-sect .profstandard-list ul li:hover::before {
  display: inline-block;
  content: '→';
  position: absolute;
  left: -30px;
  top: 2px;
  font-size: 25px;
}
.profstandard-sect .profstandard-list ul li:hover a {
  opacity: 0.8;
}
.profstandard-sect .heading-search {
  line-height: normal;
  padding-bottom: 10px;
  margin: 20px 0 15px 0;
  font-family: PlumbCondensed, 'Arial Condensed', Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: black;
}
.profstandard-sect .heading-search span {
  color: #257dba;
}
.profstandard-sect .search form input {
  font-size: 15px;
}
.profstandard-sect .search form input[name=search] {
  width: 800px;
  padding: 4px 20px 2px 40px;
  line-height: 29px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: url('/images/sprite_icons_2.png') no-repeat 10px -1136px;
}
.profstandard-sect .search form input[name=search]:hover {
  box-shadow: 0 0 8px #e3edef;
}
.profstandard-sect .search form input[name=search]:focus {
  border: 1px solid #257dba;
  box-shadow: 0 0 8px #E3EDEF;
}
.profstandard-sect .search form input[type=submit] {
  margin-left: 5px;
  position: relative;
  top: 2px;
  height: 37px;
  line-height: 36px;
  padding: 3px 20px 0;
  border: none;
  background: #257dba;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.profstandard-sect .search form input[type=submit]:hover {
  box-shadow: 0 2px 10px #ddd;
  cursor: pointer;
}
.okved-sect .okved-table .okved-table__header {
  background: #dbe9f5;
  font-weight: bold;
  height: 30px;
}
.okved-sect .okved-table .okved-table__header .header__row {
  height: 20px;
}
.okved-sect .okved-table .okved-table__header .header__row .header__col {
  padding: 4px 8px;
}
.okved-sect .okved-table .okved-table__header .header__row .header__col:first-child {
  width: 90px;
}
.okved-sect .okved-table .okved-table__body .body__row .body__col {
  padding: 6px 8px;
}
.okved-sect .okved-table .okved-table__body .body__row .body__col a {
  color: #0A246A;
}
.okved-sect .okved-table .okved-table__body .body__row .body__col:first-child {
  padding-left: 14px;
}
.okved-sect .okved-table .okved-table__body .body__row:nth-child(even) {
  background: aliceblue;
}
.etks-sect .etks-table tr td {
  vertical-align: center !important;
  padding: 10px !important;
}
.etks-sect .etks-table tr .etks-table__title {
  font-size: 14px;
  color: grey;
}
.etks-sect .etks-table tr .etks-table__title a {
  color: #0A246A;
}
.etks-sect .etks-table tr:nth-child(2n) {
  background: aliceblue;
}
.egrul-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
.egrul-products .productsItemWrap {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.egrul-products .productsItemWrap:last-child {
  margin-bottom: 0;
}
.egrul-products .productsItemBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 0;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 20px;
  background-color: #FFFFFF;
}
.egrul-products .productsItemBlock .productHead {
  display: flex;
  justify-content: space-between;
}
.egrul-products .productsItemBlock .productsLogo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  flex-shrink: 0;
  margin-left: 10px;
}
.egrul-products .productsItemBlock .productsLogo img {
  max-width: 100%;
}
.egrul-products .productsItemBlock h4 {
  margin: 0;
}
.egrul-products .productsItemBlock h4 + span {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
}
.egrul-products .productsItemBlock .productsPrice {
  margin-top: 10px;
  font-size: 13px;
}
.egrul-products .productsItemBlock .productsListHeader {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #e9ecef;
  margin-top: 15px;
  font-size: 16px;
  color: #212529;
  cursor: pointer;
}
.egrul-products .productsItemBlock .productsListHeader span {
  border-bottom: 1px dashed #212529;
}
.egrul-products .productsItemBlock .productsListHeader:hover {
  color: #2f89b8;
}
.egrul-products .productsItemBlock .productsListHeader:hover span {
  border-bottom: 1px dashed #2f89b8;
}
.egrul-products .productsItemBlock .productsList {
  display: none;
  margin: 10px 0 0;
  padding-left: 15px;
}
.egrul-products .productsItemBlock .productsList li {
  font-size: 14px;
}
.egrul-products .productsItemBlock .productsList li + li {
  margin-top: 8px;
}
.egrul-products .productsItemBlock .productsList li:before {
  left: -15px;
}
.egrul-products .productsItemBlock .btn {
  margin-top: 15px;
  width: 100%;
}
@media (max-width: 1023px) {
  .egrul-products {
    flex-direction: column;
  }
  .egrul-products .productsItemWrap {
    width: 100%;
  }
}
.egrul-products-logos {
  display: flex;
  margin-bottom: 60px;
}
.egrul-products-logos .eOtchFootOne {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 190px;
  min-height: 110px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 15px 15px;
  background-color: #FFFFFF;
  transition: box-shadow 0.3s;
}
.egrul-products-logos .eOtchFootOne + .eOtchFootOne {
  margin-left: 20px;
}
.egrul-products-logos .eOtchFootOne img {
  max-height: 60px;
}
.egrul-products-logos .eOtchFootOne span {
  display: block;
  margin-top: 5px;
}
.egrul-products-logos .eOtchFootOne:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .egrul-products-logos {
    flex-direction: column;
  }
  .egrul-products-logos .eOtchFootOne {
    width: 100%;
  }
  .egrul-products-logos .eOtchFootOne + .eOtchFootOne {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-egrulfocus {
  position: relative;
  z-index: 0;
}
.page-egrulfocus .skrin-cards {
  width: 100%;
  display: block;
  margin-top: 30px;
}
.page-egrulfocus .skrin-cards.with-bg .skrin-card {
  background: #8844a4;
  color: #ffffff;
}
.page-egrulfocus .skrin-cards .skrin-card img {
  display: block;
}
.page-egrulfocus .skrin-cards .skrin-card img.w-100 {
  width: 100%;
}
.page-egrulfocus .skrin-cards .skrin-card.w-18 {
  max-width: 18%;
  text-align: center;
  width: 18%;
}
.page-egrulfocus .skrin-cards .skrin-card.w-18 .skrin-text {
  font-size: 13px;
  line-height: 1.3;
  padding: 10px 10px 15px;
}
.page-egrulfocus .skrin-cards .skrin-card.w-18 .m-a {
  margin: 0 auto;
}
.page-egrulfocus .heading-page {
  text-align: center;
}
.page-egrulfocus .heading-page h1.pageHeader {
  margin-top: 0;
  margin-bottom: 0;
}
.page-egrulfocus .heading-page p.subtitle-page {
  color: #505B61;
}
.page-egrulfocus .heading-page img.logo-kontur {
  max-width: 600px;
}
.page-egrulfocus .heading-page img.logo-screen {
  max-width: 550px;
}
.page-egrulfocus .system-features {
  margin-top: 40px;
  margin-bottom: -30px;
}
.page-egrulfocus .system-features > * {
  margin-bottom: 30px;
}
.page-egrulfocus .system-features .feature-block {
  text-align: center;
}
.page-egrulfocus .system-features .feature-block span {
  display: inline-block;
  padding: 17px 20px;
  border: 2px solid #4C9168;
  border-radius: 50%;
}
.page-egrulfocus .system-features .feature-block h4 {
  margin: 15px 0 0;
}
.page-egrulfocus .system-features .feature-block p {
  margin-top: 5px;
}
.page-egrulfocus .system-features .feature-block > *:last-child {
  margin-bottom: 0;
}
.page-egrulfocus .heading-form-order {
  margin-top: 50px;
}
.page-egrulfocus .heading-form-order > *:first-child {
  margin-top: 0;
}
.page-egrulfocus .heading-form-order > *:last-child {
  margin-bottom: 0;
}
.page-egrulfocus .form-egrul {
  width: 100%;
}
.page-egrulfocus .form-egrul input {
  min-width: auto;
  width: 100%;
}
.sf_field {
  width: 100%;
}
.sf_field + .sf_field {
  margin-top: 10px;
}
.page-nalogika {
  position: relative;
  z-index: 0;
}
.page-nalogika .nalogika-head {
  display: flex;
  position: relative;
}
.page-nalogika .nalogika-head::before {
  position: absolute;
  content: "";
  top: -100%;
  right: -100%;
  bottom: 0;
  left: -100%;
  background: #E3F5FF;
}
.page-nalogika .nalogika-head .nh-desc {
  position: relative;
  padding-bottom: 43px;
}
.page-nalogika .nalogika-head .nh-desc > *:first-child {
  margin-top: 0!important;
}
.page-nalogika .nalogika-head .nh-desc > *:last-child {
  margin-bottom: 0!important;
}
.page-nalogika .nalogika-head h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px!important;
}
.page-nalogika .nalogika-head strong {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin-bottom: 23px;
}
.page-nalogika .nalogika-head p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-bottom: 23px;
}
.page-nalogika .nalogika-head .nh-image {
  display: flex;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  overflow: hidden;
}
.page-nalogika .nalogika-head .nh-image img {
  margin-bottom: -10px;
  align-self: flex-end;
}
.page-nalogika .nalogika-expert {
  display: flex;
  align-items: flex-end;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 64px 34px 53px;
  margin-top: 48px;
}
.page-nalogika .nalogika-expert .ne-image {
  display: flex;
  flex-shrink: 0;
  width: 323px;
  margin-right: 57px;
}
.page-nalogika .nalogika-expert .ne-image img {
  align-self: flex-end;
}
.page-nalogika .nalogika-expert .ne-text > *:first-child {
  margin-top: 0!important;
}
.page-nalogika .nalogika-expert .ne-text > *:last-child {
  margin-bottom: 0!important;
}
.page-nalogika .nalogika-expert .ne-text span.top {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
  margin-bottom: 20px;
}
.page-nalogika .nalogika-expert .ne-text strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin-bottom: 18px;
}
.page-nalogika .nalogika-expert .ne-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin: 0;
}
.page-nalogika .nalogika-expert .ne-text .btn {
  margin-top: 20px;
}
.page-nalogika .nalogika-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 105px 0 110px;
}
.page-nalogika .nalogika-cards .card-block {
  width: calc(33.3333% - 50px);
  margin-bottom: 20px;
  text-align: center;
}
.page-nalogika .nalogika-cards .card-block .icon {
  display: flex;
  width: 141px;
  flex-shrink: 0;
  margin: 0 auto;
}
.page-nalogika .nalogika-cards .card-block strong {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 56px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  margin-bottom: 20px;
}
.page-nalogika .nalogika-cards .card-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #343A40;
  margin: 0;
}
.page-nalogika .nalogika-services .ns-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 25px 11px;
}
.page-nalogika .nalogika-services .ns-line + .ns-line {
  margin-top: 16px;
}
.page-nalogika .nalogika-services .ns-line .ns-group {
  display: flex;
  align-items: center;
}
.page-nalogika .nalogika-services .ns-line .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
}
.page-nalogika .nalogika-services .ns-line .price {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  margin-left: 20px;
}
.page-nalogika .nalogika-services .ns-line .btn {
  flex-shrink: 0;
  width: 180px;
  line-height: 20px;
  padding: 9px 20px;
  margin-left: 48px;
}
.page-konsultation {
  position: relative;
  z-index: 0;
}
.page-konsultation h2 {
  margin-top: 75px;
}
.page-konsultation .konsultation-head {
  display: flex;
  position: relative;
}
.page-konsultation .konsultation-head::before {
  position: absolute;
  content: "";
  top: -100%;
  right: -100%;
  bottom: 0;
  left: -100%;
  background: #F3F1FF;
}
.page-konsultation .konsultation-head .kh-desc {
  position: relative;
  padding-bottom: 57px;
}
.page-konsultation .konsultation-head .kh-desc > *:first-child {
  margin-top: 0!important;
}
.page-konsultation .konsultation-head .kh-desc > *:last-child {
  margin-bottom: 0!important;
}
.page-konsultation .konsultation-head h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 24px!important;
}
.page-konsultation .konsultation-head strong {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  color: #343A40;
  margin-bottom: 23px;
}
.page-konsultation .konsultation-head p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-bottom: 23px;
}
.page-konsultation .konsultation-head .btn {
  font-size: 14px;
  line-height: 20px;
}
.page-konsultation .konsultation-head .kh-image {
  display: flex;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
}
.page-konsultation .konsultation-head .kh-image img {
  margin-top: -30px;
  align-self: flex-end;
}
.page-konsultation .konsultation-experts {
  margin-top: 48px;
}
.page-konsultation .konsultation-expert {
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 24px 29px 20px 24px;
}
.page-konsultation .konsultation-expert + .konsultation-expert {
  margin-top: 20px;
}
.page-konsultation .konsultation-expert .ke-image {
  display: flex;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 90px;
  margin-right: 24px;
  overflow: hidden;
}
.page-konsultation .konsultation-expert .ke-image img {
  align-self: center;
}
.page-konsultation .konsultation-expert .ke-text {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.page-konsultation .konsultation-expert .ke-text > *:first-child {
  margin-top: 0!important;
}
.page-konsultation .konsultation-expert .ke-text > *:last-child {
  margin-bottom: 0!important;
}
.page-konsultation .konsultation-expert .ke-text span.category {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #339CD3;
  margin-bottom: 0;
}
.page-konsultation .konsultation-expert .ke-text strong {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  margin-bottom: 19px;
}
.page-konsultation .konsultation-expert .ke-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
  margin: 0;
}
.page-konsultation .konsultation-expert .ke-text .btn {
  align-self: flex-end;
  width: 223px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.page-konsultation .konsultation-services .ks-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 25px 11px;
}
.page-konsultation .konsultation-services .ks-line + .ks-line {
  margin-top: 16px;
}
.page-konsultation .konsultation-services .ks-line .ks-group {
  display: flex;
  align-items: center;
}
.page-konsultation .konsultation-services .ks-line .title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
}
.page-konsultation .konsultation-services .ks-line .price {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  margin-left: 20px;
}
.page-konsultation .konsultation-services .ks-line .btn {
  flex-shrink: 0;
  width: 180px;
  line-height: 20px;
  padding: 9px 20px;
  margin-left: 48px;
}
.jur-forms-wrap .jur-form-container + .jur-form-container {
  margin-top: 15px;
}
.jur-forms-wrap .jur-form-container:last-child .jf-lvl2 .hpq-content {
  padding-bottom: 0;
}
.jur-forms-wrap .jur-form-container.opened .jf-lvl2-btn svg {
  transform: rotate(180deg);
}
.jur-forms-wrap .jur-form-container .jf-lvl2-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  transition: color 0.3s;
  margin: 0;
  color: #339CD3;
}
.jur-forms-wrap .jur-form-container .jf-lvl2-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 6px;
}
.jur-forms-wrap .jur-form-container .jf-lvl2-btn svg path {
  transition: fill 0.3s;
}
.jur-forms-wrap .jur-form-container .jf-lvl2-btn:hover,
.jur-forms-wrap .jur-form-container .jf-lvl2-btn:focus {
  color: #1780B8;
}
.jur-forms-wrap .jur-form-container .jf-lvl2-btn:hover svg path,
.jur-forms-wrap .jur-form-container .jf-lvl2-btn:focus svg path {
  fill: #1780B8;
}
.jur-forms-wrap .jur-form-container .jf-lvl2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.jur-forms-wrap .jur-form-container .jf-lvl2 .hpq-content {
  padding: 10px 0;
}
.page-publish {
  position: relative;
  z-index: 0;
}
.page-publish + h2 {
  margin-top: 93px;
}
.page-publish h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.page-publish .publish-top-offer {
  width: 100%;
  background: #FBEDB0;
  border-radius: 4px;
  padding: 22px 22px 11px;
  overflow: hidden;
}
.page-publish .publish-top-offer h1 {
  margin: 0;
}
.page-publish .publish-top-offer .pto-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-publish .publish-top-offer .pto-body .pto-text {
  width: 100%;
}
.page-publish .publish-top-offer .pto-body .pto-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #868E96;
  margin: 0;
}
.page-publish .publish-top-offer .pto-body .pto-text .pto-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 19px;
}
@media (min-width: 768px) {
  .page-publish .publish-top-offer .pto-body .pto-text .pto-buttons {
    flex-direction: row;
    align-items: center;
  }
}
.page-publish .publish-top-offer .pto-body .pto-text .btn {
  line-height: 20px;
}
@media (max-width: 1399px) {
  .page-publish .publish-top-offer .pto-body .pto-text .btn {
    padding: 10px 20px;
  }
}
.page-publish .publish-top-offer .pto-body .pto-image {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 -22px 0 16px;
}
.page-publish .you-will-get {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.page-publish .you-will-get .ywg-block {
  width: calc(50% - 10px);
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 14px 30px;
  margin-bottom: 20px;
}
.page-publish .you-will-get .ywg-block .ywg-head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.page-publish .you-will-get .ywg-block .ywg-head .icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 18px;
}
.page-publish .you-will-get .ywg-block .ywg-head .icon img {
  height: 60px !important;
}
.page-publish .you-will-get .ywg-block .ywg-head strong {
  width: 100%;
  max-width: 180px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
.page-publish .you-will-get .ywg-block .ywg-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
}
.page-publish .publication-themes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
}
.page-publish .publication-themes .pth-block {
  width: calc(50% - 11px);
  background: #E3F5FF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px 14px 26px 30px;
  margin-bottom: 24px;
}
.page-publish .publication-themes .pth-block .pth-head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.page-publish .publication-themes .pth-block .pth-head .icon {
  display: flex;
  width: 32px;
  flex-shrink: 0;
  margin-right: 8px;
}
.page-publish .publication-themes .pth-block .pth-head strong {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
.page-publish .publication-themes .pth-block .pth-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
}
.page-publish .publish-useful {
  margin: 23px 0 0;
}
.page-publish .publish-useful .important-block__header {
  padding-left: 0;
}
.page-publish .publish-useful .important-block__header::before {
  display: none;
}
.page-publish .publish-useful .important-block__content {
  font-style: italic;
}
.page-publish .publish-rules {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 23px 36px 40px 26px;
  margin-top: 40px;
}
.page-publish .publish-rules > *:first-child {
  margin-top: 0 !important;
}
.page-publish .publish-rules > *:last-child {
  margin-bottom: 0 !important;
}
.page-publish .publish-rules h2,
.page-publish .publish-rules h3 {
  margin-bottom: 27px;
}
.page-publish .publish-rules ol {
  margin: 0;
  padding: 0 0 0 20px;
}
.page-publish .publish-rules ol > li {
  padding-left: 8px;
}
.page-publish .publish-rules ol li + li {
  margin-top: 28px;
}
.page-publish .publish-rules ol li::marker {
  content: counter(list-item) ".";
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.page-publish .publish-rules ol li strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
.page-publish .publish-rules ol li p {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin: 12px 0 0;
  color: #343A40;
}
.nalogika-form-container {
  position: relative;
  margin-top: 100px;
  padding: 47px 0 49px 40px;
}
.nalogika-form-container.konsultation {
  padding: 27px 0 48px 36px;
  margin-top: 48px;
}
.nalogika-form-container.konsultation::before {
  background: #F3F1FF;
}
.nalogika-form-container.konsultation h2 {
  max-width: 485px;
  font-size: 28px;
  line-height: 33px;
}
.nalogika-form-container.konsultation .nalogika-form-wrap .nalogika-form {
  padding-top: 26px;
}
.nalogika-form-container.publish {
  padding: 29px 44px 58px 26px;
  margin-top: 40px;
  background: #E3F5FF;
  border-radius: 4px;
}
.nalogika-form-container.publish::before {
  display: none;
}
.nalogika-form-container.publish h2 {
  max-width: 374px;
  font-size: 32px;
  line-height: 37px;
}
.nalogika-form-container.publish h2 + p {
  margin-top: 8px;
}
.nalogika-form-container.publish p {
  max-width: 374px;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin: 0;
}
.nalogika-form-container.publish p a {
  font-weight: bold;
  line-height: 26px;
}
.nalogika-form-container.publish .nalogika-form-wrap {
  width: 100%;
}
.nalogika-form-container.publish .nalogika-form-wrap > div {
  width: 100%;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form {
  width: 100%;
  padding-top: 11px;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .input {
  height: 46px;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  padding: 8px 15px;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .input::-webkit-input-placeholder {
  color: #CED4DA;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .input::-moz-placeholder {
  color: #CED4DA;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .input:-moz-placeholder {
  color: #CED4DA;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .input:-ms-input-placeholder {
  color: #CED4DA;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form textarea.input {
  min-height: 105px;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .btn {
  margin-top: 18px;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .publish-form-double {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .publish-form-double .pfd-content {
  width: 100%;
}
.nalogika-form-container.publish .publish-form-image {
  display: flex;
  flex-shrink: 0;
  width: 246px;
  margin: -76px 0 0 11px;
}
.nalogika-form-container.publish .publish-form-image img {
  align-self: flex-start;
}
.nalogika-form-container.seminar-request-form {
  background: #F2F2F2;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 24px 70px 30px;
  margin-top: 5px;
}
.nalogika-form-container.seminar-request-form::before {
  display: none;
}
.nalogika-form-container.seminar-request-form span.form-header {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #868E96;
  margin-bottom: 15px;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap > div {
  width: 100%;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form {
  width: 100%;
  padding-top: 0;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form .help-block {
  font-size: 14px;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form .form-group + .form-group {
  margin-top: 8px;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form .form-group .input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 0 none;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  height: 38px;
  padding: 4px 20px;
  min-width: unset;
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form .form-group .input:focus {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nalogika-form-container.seminar-request-form .nalogika-form-wrap .nalogika-form .btn {
  margin: 15px auto 0;
}
.nalogika-form-container > *:first-child {
  margin-top: 0 !important;
}
.nalogika-form-container > *:last-child {
  margin-bottom: 0 !important;
}
.nalogika-form-container::before {
  position: absolute;
  content: "";
  top: 0;
  right: -50%;
  bottom: 0;
  left: -30px;
  background: #E3F5FF;
}
.nalogika-form-container h2 {
  position: relative;
  margin: 0;
}
.nalogika-form-container h2 span {
  color: #339CD3;
}
.nalogika-form-container .nalogika-form-wrap {
  position: relative;
}
.nalogika-form-wrap {
  display: flex;
  justify-content: space-between;
}
.nalogika-form-wrap .publish-success {
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
}
.nalogika-form-wrap .nalogika-form {
  flex-shrink: 0;
  width: 434px;
  padding-top: 40px;
}
.nalogika-form-wrap .nalogika-form .label {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #343A40;
  cursor: default;
}
.nalogika-form-wrap .nalogika-form .label-sub {
  margin: -10px 0 10px;
  font-size: 15px;
  color: #868e96;
  font-weight: 300;
}
.nalogika-form-wrap .nalogika-form .input {
  width: 100%;
  max-width: 100%;
}
.nalogika-form-wrap .nalogika-form textarea.input {
  min-height: 130px;
}
.nalogika-form-wrap .nalogika-form .help-block {
  margin: 5px 0 0;
  font-size: 15px;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby {
  display: flex;
  justify-content: space-between;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio input[type="radio"],
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio input[type="radio"] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 50px;
  background: #ffffff;
  margin: 0 7px 0 0;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio input[type="radio"] + span,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio input[type="radio"] + span {
  color: #868E96;
  vertical-align: middle;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio input[type="radio"]:checked + span,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio input[type="radio"]:checked + span {
  color: #343A40;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio input[type="radio"]:checked:after,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio input[type="radio"]:checked:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #339CD3;
  top: 2px;
  left: 2px;
  border-radius: 50px;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio label,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.nalogika-form-wrap .nalogika-form #nalogikaform-contactby .radio label .icon,
.nalogika-form-wrap .nalogika-form #konsultationform-contactby .radio label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-bottom: 11px;
  padding-left: 24px;
}
.nalogika-form-wrap .nalogika-form .checkbox input[type="checkbox"] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #CED4DA;
  box-sizing: border-box;
  border-radius: 2px;
  background: #ffffff;
  margin: 0 7px 0 0;
}
.nalogika-form-wrap .nalogika-form .checkbox input[type="checkbox"]:checked:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #339CD3;
  top: 2px;
  left: 2px;
  border-radius: 1px;
}
.nalogika-form-wrap .nalogika-form .checkbox span {
  vertical-align: middle;
  color: #868E96;
}
.nalogika-form-wrap .nalogika-form .checkbox span a {
  color: #868E96;
  text-decoration: underline;
}
.nalogika-form-wrap .nalogika-form .checkbox span a:hover,
.nalogika-form-wrap .nalogika-form .checkbox span a:focus {
  color: #343A40;
}
.nalogika-form-wrap .nalogika-form .btn {
  display: block;
  width: 100%;
  margin: 30px auto 0;
}
.nalogika-form-wrap .nalogika-form .form-group.field-nalogikaform-contactby {
  margin-top: 33px!important;
}
.nalogika-form-wrap .nalogika-form .form-group.field-nalogikaform-contactby .label {
  margin-bottom: 21px;
}
.nalogika-form-wrap .nalogika-form .form-group .help-block {
  display: none;
}
.nalogika-form-wrap .nalogika-form .form-group.has-error .help-block {
  display: block;
  color: #EB5757;
}
.nalogika-form-wrap .nalogika-form .form-group.has-error .checkbox input[type="checkbox"] {
  border-color: #EB5757;
}
.nalogika-form-wrap .nalogika-form .form-group.has-error .checkbox span {
  color: #EB5757;
}
.nalogika-form-wrap .nalogika-form .form-group.has-error .checkbox span a {
  color: #EB5757;
}
.nalogika-form-wrap .nalogika-form .form-group.has-error .checkbox span a:hover,
.nalogika-form-wrap .nalogika-form .form-group.has-error .checkbox span a:focus {
  color: #1780B8;
}
.nalogika-form-wrap .nalogika-form .form-group + .form-group {
  margin-top: 24px;
}
.nalogika-form-wrap .nalogika-form-image {
  display: flex;
  flex-shrink: 0;
  width: 393px;
  margin-left: 20px;
}
.nalogika-form-wrap .nalogika-form-image img {
  align-self: flex-start;
}
.page-offer {
  position: relative;
  z-index: 0;
}
.page-offer .offer-head {
  display: flex;
  position: relative;
}
.page-offer .offer-head::before {
  position: absolute;
  content: "";
  top: -100%;
  right: -100%;
  bottom: 0;
  left: -100%;
  background: #FBEDB0;
}
.page-offer .offer-head .oh-desc {
  position: relative;
  padding-top: 25px;
  padding-bottom: 45px;
  max-width: 600px;
}
.page-offer .offer-head .oh-desc > *:first-child {
  margin-top: 0!important;
}
.page-offer .offer-head .oh-desc > *:last-child {
  margin-bottom: 0!important;
}
.page-offer .offer-head h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px!important;
}
.page-offer .offer-head strong {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 19px;
}
.page-offer .offer-head p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #868E96;
  margin-bottom: 25px;
}
.page-offer .offer-head .btn {
  font-size: 14px;
  line-height: 20px;
}
.page-offer .offer-head .oh-image {
  display: flex;
  position: relative;
  flex-shrink: 0;
  margin-left: 20px;
  overflow: hidden;
}
.page-offer .offer-head .oh-image img {
  align-self: flex-end;
}
.page-offer .offer-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 49px 0 -35px;
}
.page-offer .offer-cards .card-block {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.page-offer .offer-cards .card-block .icon {
  display: flex;
  width: 141px;
  flex-shrink: 0;
  margin: 0 auto 16px;
}
.page-offer .offer-cards .card-block strong {
  display: block;
  height: 56px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #343A40;
  margin-bottom: 16px;
}
.page-offer .offer-cards .card-block p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #343A40;
  margin: 0;
}
@media (max-width: 1023px) {
  .page-offer .offer-head {
    flex-direction: column;
  }
  .page-offer .offer-head .oh-desc {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page-offer .offer-head .btn {
    width: 100%;
  }
  .page-offer .offer-head .oh-image {
    margin-left: 0;
  }
  .page-offer .offer-head .oh-image img {
    width: 300px;
  }
  .page-offer .offer-cards {
    flex-direction: column;
    margin: 40px 0 -35px;
  }
  .page-offer .offer-cards .card-block {
    width: 100%;
  }
  .page-offer .offer-cards .card-block strong {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .page-offer .offer-cards .card-block {
    width: calc(33.3333% - 30px);
  }
}
@media (max-width: 1199px) {
  .page-offer .offer-head::before {
    right: -15px;
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .page-offer .offer-cards .card-block {
    width: calc(33.3333% - 50px);
  }
}
.offer-price-ban {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #E3F5FF;
  border-radius: 4px;
  margin: 60px 0 30px;
}
.offer-price-ban .opb-image {
  display: flex;
  width: 118px;
  flex-shrink: 0;
}
.offer-price-ban .opb-image img {
  width: 100%;
  border-radius: 4px 0 0 0;
}
.offer-price-ban .opb-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}
.offer-price-ban .opb-text {
  display: flex;
  flex-direction: column;
}
.offer-price-ban .opb-text .title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
}
.offer-price-ban .opb-submit {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin-top: 18px;
}
.offer-price-ban .opb-submit .btn {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 30px 10px;
}
.offer-price-ban:hover .opb-submit .btn.filled.blue,
.offer-price-ban:focus .opb-submit .btn.filled.blue {
  background: #1780B8;
}
@media (min-width: 1024px) {
  .offer-price-ban {
    min-height: 99px;
    flex-direction: row;
    align-items: center;
    margin: 87px 0 63px;
  }
  .offer-price-ban .opb-image {
    margin-right: 43px;
  }
  .offer-price-ban .opb-body {
    flex-direction: row;
    align-items: flex-end;
    padding: 33px 42px 24px 0;
  }
  .offer-price-ban .opb-text {
    margin-bottom: 10px;
  }
  .offer-price-ban .opb-text .title {
    font-size: 24px;
    line-height: 28px;
  }
  .offer-price-ban .opb-submit {
    max-width: 260px;
    margin-top: 0;
    margin-left: 123px;
  }
}
.error-wrap {
  display: flex;
  flex-direction: column;
}
.error-wrap .error-info {
  width: 100%;
}
.error-wrap .error-info .error-digit {
  font-weight: bold;
  font-size: 66px;
  line-height: 77px;
  color: #343A40;
  margin-bottom: 8px;
}
.error-wrap .error-info h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
}
.error-wrap .error-info p,
.error-wrap .error-info strong {
  font-size: 18px;
  line-height: 30px;
}
.error-wrap .error-info p {
  font-weight: normal;
  color: #868E96;
}
.error-wrap .error-image {
  margin-top: 10px;
  text-align: center;
}
.error-search {
  margin-top: 31px;
}
.reklama-menu {
  background-color: #e9ecef;
  width: 100%;
  padding: 8px 15px 9px;
}
.reklama-menu a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #868e96;
  text-decoration: underline;
}
.reklama-menu a:hover {
  color: #2f89b8;
  text-decoration: none;
}
.reklama-text img {
  max-width: 100%;
}
.reklama-form {
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #e9ecef;
  border-radius: 3px;
  max-width: 330px;
}
.reklama-form .rf-line + .rf-line {
  margin-top: 25px;
}
.reklama-form .input {
  min-width: unset;
  width: 100%;
}
.reklama-form .button {
  margin-right: 15px;
}
.reklama-form .button:last-child {
  margin-right: 0;
}
.feedback-form {
  max-width: 400px;
}
.feedback-form .ff-line + .ff-line {
  margin-top: 25px;
}
.feedback-form .input {
  min-width: unset;
  width: 100%;
}
.feedback-form .button {
  margin-right: 15px;
}
.feedback-form .button:last-child {
  margin-right: 0;
}
.about-buttons-small {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.about-buttons-small > a {
  font-size: 12px;
  line-height: 18px;
  color: #343A40;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
  background: #ffeead;
  border-radius: 4px;
}
.about-buttons-small > a:hover,
.about-buttons-small > a:focus {
  color: #339CD3;
}
.about-greeting {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  margin-top: 30px;
  background: #F3F1FF;
  border-radius: 4px;
}
.about-greeting .gr-stats {
  display: flex;
  flex-direction: column;
}
.about-greeting .gr-stat-block {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #343A40;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 4px;
  text-align: center;
}
.about-greeting .gr-stat-block + .gr-stat-block {
  margin-top: 15px;
}
.about-greeting .gr-left {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.about-greeting .gr-left .gr-stats {
  display: none !important;
}
.about-greeting .gr-right {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
}
.about-greeting .gr-right.gr-stats {
  display: flex !important;
}
.about-greeting .gr-right .gr-stat-block {
  height: calc(33.3333% - 15px);
}
.about-greeting .gr-main-text {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #343A40;
}
.about-greeting .gr-main-text > * + * {
  margin-top: 10px;
}
.about-greeting .gr-main-text .mt-limit {
  padding-right: 60px;
}
.about-greeting .gr-main-text .gr-top-word {
  font-size: 18px;
  line-height: 22px;
}
.about-greeting .gr-main-text .gr-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
.about-greeting .gr-main-text .gr-slogan {
  font-size: 22px;
  line-height: 26px;
}
.about-greeting .gr-actions {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.about-greeting .gr-actions .gr-socials {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
.about-greeting .gr-actions .gr-socials a {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.about-greeting .gr-actions .gr-socials a.vk {
  padding: 4px;
  background: #4B729F;
}
.about-greeting .gr-actions .gr-socials a.tg {
  padding: 7px;
  background: #039BE5;
}
.about-greeting .gr-actions .gr-socials a.yt {
  padding: 6px;
  background: #ff251b;
}
.about-greeting .gr-actions .gr-socials a.ya {
  padding: 3px;
  background: #060702;
}
.about-greeting .gr-actions .gr-socials a + a {
  margin-left: 10px;
}
.about-greeting .gr-actions .gr-socials a:hover,
.about-greeting .gr-actions .gr-socials a:focus {
  opacity: 0.7;
}
.about-greeting .gr-actions .gr-socials a:hover svg path,
.about-greeting .gr-actions .gr-socials a:focus svg path {
  fill: #FFFFFF;
}
.about-buttons-big {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.about-buttons-big > a {
  width: calc(50% - 7px);
  padding: 15px 20px;
  margin-bottom: 14px;
  background: #F3F1FF;
  border-radius: 4px;
  transition: all 0.3s;
}
.about-buttons-big > a strong {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  margin-bottom: 10px;
  transition: color 0.3s;
}
.about-buttons-big > a span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #868E96;
}
.about-buttons-big > a.ab-yellow {
  background: #ffeead;
}
.about-buttons-big > a.ab-blue {
  background: #ddf4ff;
}
.about-buttons-big > a.ab-green {
  background: #EBF8E7;
}
.about-buttons-big > a:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.about-buttons-big > a:hover strong {
  color: #339CD3;
}
@media (max-width: 1023px) {
  .about-buttons-small {
    margin-bottom: -8px;
  }
  .about-buttons-small > a {
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    margin: 0 8px 8px 0;
  }
  .about-greeting {
    flex-direction: column;
    padding: 25px 30px;
    margin-top: 30px;
  }
  .about-greeting .gr-left {
    padding-right: 0;
  }
  .about-greeting .gr-left .gr-stats {
    display: flex!important;
    margin-top: 15px;
  }
  .about-greeting .gr-right {
    display: none;
  }
  .about-greeting .gr-right.gr-stats {
    display: none !important;
  }
  .about-greeting .gr-main-text {
    font-size: 16px;
    line-height: 22px;
  }
  .about-greeting .gr-main-text > * + * {
    margin-top: 10px;
  }
  .about-greeting .gr-main-text .mt-limit {
    padding-right: 0;
  }
  .about-greeting .gr-main-text .gr-top-word {
    font-size: 18px;
    line-height: 22px;
  }
  .about-greeting .gr-main-text .gr-title {
    font-size: 32px;
    line-height: 38px;
  }
  .about-greeting .gr-main-text .gr-slogan {
    font-size: 22px;
    line-height: 26px;
  }
  .about-greeting .gr-actions {
    flex-direction: column;
    margin-top: 20px;
  }
  .about-greeting .gr-actions .gr-socials {
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-greeting .gr-actions .gr-socials a {
    width: 30px;
    height: 30px;
  }
  .about-greeting .gr-actions .gr-socials a.vk {
    padding: 4px;
  }
  .about-greeting .gr-actions .gr-socials a.tg {
    padding: 7px;
  }
  .about-greeting .gr-actions .gr-socials a.yt {
    padding: 6px;
  }
  .about-greeting .gr-actions .gr-socials a.ya {
    padding: 3px;
  }
  .about-greeting .gr-actions .gr-socials a + a {
    margin-left: 10px;
  }
  .about-buttons-big {
    margin-top: 30px;
  }
  .about-buttons-big > a {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 0;
  }
  .about-buttons-big > a + a {
    margin-top: 14px;
  }
  .about-buttons-big > a strong {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .about-buttons-big > a span {
    font-size: 16px;
    line-height: 20px;
  }
}
section.doc-free-blocks article.oneBlock div.block {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 15px 20px;
}
section.doc-free-blocks article.oneBlock.costs div.block div.doc {
  display: block;
  padding-left: 45px;
  height: 42px;
  background-repeat: no-repeat;
  font-size: 16px;
  text-decoration: none;
  width: 60%;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section.doc-free-blocks article.oneBlock.costs div.block div.doc:hover {
  padding-left: 50px;
}
section.doc-free-blocks article.oneBlock.costs div.block .cost {
  float: right;
  margin-top: -47px;
  background-color: #0389F8;
  padding: 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
}
section.doc-free-blocks article.oneBlock.costs div.block a.cost.orange {
  background-color: #FE7F00;
}
section.doc-free-blocks article.oneBlock.costs div.block a[href="/doc/free"] {
  color: #09F;
}
section.doc-free-blocks article.oneBlock.costs div.block .complekt {
  background-image: url(/images/doc_3.jpg);
}
section.doc-free-blocks article.oneBlock.costs div.block .oneDoc {
  background-image: url(/images/doc_2.jpg);
}
section.doc-free-blocks article.oneBlock.costs div.block .subscribe {
  background-image: url(/images/doc_1.jpg);
}
/* Block my-business */
.rp-tbl-fix img {
  max-width: 100%;
}
.block-my-business {
  width: 880px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 53px auto 40px;
  box-shadow: 0 4px 8px 0 rgba(71, 166, 216, 0.2), 0 2px 4px 0 #dbdfe4;
  border: solid 1px #E9ECEF;
}
.block-my-business .inner-block-my-business {
  flex: 1;
  position: relative;
  padding: 15px 10px 15px 10px;
  border-right: solid 1px #E9ECEF;
}
.block-my-business .inner-block-my-business img {
  max-width: 100%;
}
.block-my-business .inner-block-my-business:first-child {
  position: relative;
  flex: 226px;
  max-width: 226px;
  text-align: center;
}
.block-my-business .inner-block-my-business:first-child:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background: #d9332b;
}
.block-my-business .inner-block-my-business:nth-of-type(2) {
  flex: 207px;
  max-width: 235px;
}
.block-my-business .inner-block-my-business:nth-of-type(4) {
  flex: 194px;
  max-width: 194px;
}
.block-my-business .inner-block-my-business .ul-inner-block {
  margin: 0;
  padding: 0;
}
.block-my-business .inner-block-my-business .ul-inner-block li {
  list-style: none;
  padding-left: 25px;
}
.block-my-business .inner-block-my-business .ul-inner-block li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url('/images/icon-plus-my-business.png');
}
.block-my-business .inner-block-my-business .ol-inner-block {
  margin: 0;
  padding: 0;
}
.block-my-business .inner-block-my-business .ol-inner-block li {
  padding-left: 30px;
}
.block-my-business .inner-block-my-business .ol-inner-block li::marker {
  content: none;
}
.block-my-business .inner-block-my-business .ol-inner-block li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('/images/icon-minus-my-business.png') center center no-repeat;
}
.block-my-business .inner-block-my-business .link-resource {
  display: inline-block;
  font-size: 14px;
  color: #7C8086;
}
.block-my-business .inner-block-my-business .link-resource img {
  margin-right: 8px;
}
.block-my-business .inner-block-my-business .link-resource span {
  vertical-align: top;
}
.block-my-business .inner-block-my-business .link-resource:hover {
  color: #2f89b8;
}
.proverka-item {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 15px 20px;
  width: 100%;
}
.proverka-item > *:first-child {
  margin-top: 0;
}
.proverka-item h2 {
  color: #FE7F00;
}
.proverka-item .pi-toggle {
  border-bottom: 1px dashed;
}
.proverka-item .pi-price {
  font-size: 14px;
}
.proverka-item .pi-price span {
  color: #09F;
}
.ft-row {
  border: 1px solid #E9ECEF;
}
.ft-row + .ft-row {
  margin-top: -1px;
}
.ft-row[href]:hover {
  background-color: #eaf5fa;
}
.ft-row[href]:hover span {
  color: #2f89b8;
  text-decoration: underline;
}
.ft-col {
  flex: 1;
  padding: 15px 10px;
}
.ft-col + .ft-col {
  border-left: 1px solid #E9ECEF;
}
.ft-col span {
  display: block;
  font-size: 13px;
  line-height: 1.15;
  color: #212529;
  transition: all 0.3s;
}
.ft-col.val-col {
  flex: 200px;
  max-width: 200px;
}
.highlightedParagraph {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  color: #343a40;
  padding: 28px 30px;
  margin-bottom: 40px;
  background-color: #c1e1f1;
}
.info-main-content table {
  margin-left: 0;
  width: 100%;
}
.info-main-content table ol,
.info-main-content table .ol {
  padding: 0;
  padding-left: 1rem;
}
.info-main-content table ol > li,
.info-main-content table .ol > li {
  list-style-type: decimal;
  font-size: 13px;
  font-weight: 400;
}
.info-main-content table ol > li:before,
.info-main-content table .ol > li:before {
  display: none;
}
.info-main-content th,
.info-main-content td {
  padding: 16px 10px;
  border: 1px solid #e9ecef;
  font-size: 13px;
  line-height: 1.15;
  color: #212529;
}
.info-main-content th {
  font-size: 15px;
  font-weight: bold;
  color: #717880;
  vertical-align: middle;
}
.info-main-content thead {
  background-color: #e9ecef;
}
.ya-site-form td {
  padding: 0;
  border: 0 none;
}
.ya-site-form td table {
  margin: 0;
}
#ya-site-results td {
  border: 0 none;
}
#ya-site-results .b-pager__title,
#ya-site-results .b-pager__arrow {
  display: inline-block;
}
@media (max-width: 1023px) {
  .sm-header {
    width: 100%;
    font-size: 20px;
    line-height: 1.15;
    margin: 53px 0 16px;
  }
  .sm-header.type3 {
    font-size: 24px;
    line-height: 1.21;
  }
  .sm-header.type4 {
    margin: 0 0 16px;
  }
  .titleTagBtn .button {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sortby-link {
    margin-top: 15px;
    margin-right: 15px;
  }
  .pmc-links-block {
    display: none;
  }
  .doc-nav-tabs .doc-nav-link {
    width: 100%;
    margin-right: 0;
  }
  .doc-nav-tabs .doc-nav-link + .doc-nav-link {
    margin-top: 25px;
  }
  .codes-wrap .actions-line .button {
    width: 100%;
  }
  .codes-wrap .actions-line .button + .button {
    margin-top: 20px;
  }
  .codes-wrap .codes-tab-content {
    margin-top: 53px;
  }
  .codes-articles {
    margin-top: 53px;
  }
  .codes-articles h3 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.2px;
  }
  .codes-articles h3 span {
    margin-bottom: 15px;
  }
  .docs-inner .form-search.bookmarkSearchForm {
    margin-bottom: 40px;
  }
  .docs-inner .form-search .input--search {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 10px;
  }
  .docs-inner .form-search .input--search + .button {
    width: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
  }
  .docs-inner .form-search .input--search + .button:after {
    width: 16px;
    height: 16px;
    left: 14px;
    top: 17px;
  }
  .docs-inner .form-search-by > * + * {
    margin-top: 20px;
  }
  .docs-inner .document-content h1 {
    text-align: left!important;
    font-size: 28px;
    line-height: 1.07;
  }
  .docs-inner .document-content h2 {
    text-align: left!important;
    font-size: 20px;
    margin: 30px 0 18px;
  }
  .docs-inner .document-content p {
    margin: 10px 0 10px;
  }
  .cat-selector.pagination {
    padding: 8px 5px;
  }
  .cat-selector.pagination ul li:not(.active) {
    display: none;
  }
  .cat-selector.pagination ul li:not(.active) a,
  .cat-selector.pagination ul li:not(.active) span {
    display: none;
  }
  .cat-selector.pagination ul li:not(.active):first-child {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):first-child a,
  .cat-selector.pagination ul li:not(.active):first-child span {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):last-child {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):last-child a,
  .cat-selector.pagination ul li:not(.active):last-child span {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-child(2) {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-child(2) a,
  .cat-selector.pagination ul li:not(.active):nth-child(2) span {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-child(3) {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-child(3) a,
  .cat-selector.pagination ul li:not(.active):nth-child(3) span {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-last-child(2) {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-last-child(2) a,
  .cat-selector.pagination ul li:not(.active):nth-last-child(2) span {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-last-child(3) {
    display: inline-block;
  }
  .cat-selector.pagination ul li:not(.active):nth-last-child(3):before {
    position: relative;
    content: "...";
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-size: inherit;
    left: inherit;
    top: inherit;
  }
  .cat-selector.chapters {
    padding: 8px 5px;
  }
  .cat-selector.quarters {
    padding: 8px 5px;
  }
  .cat-selector.years ul li:first-child {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child a,
  .cat-selector.years ul li:first-child span {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child.years-prev {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li:first-child.years-prev a,
  .cat-selector.years ul li:first-child.years-prev span {
    display: inline-block;
  }
  .cat-selector.years ul li:last-child.years-next {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li:last-child.years-next a,
  .cat-selector.years ul li:last-child.years-next span {
    display: inline-block;
  }
  .quote-block .quote-userpic {
    text-align: center;
  }
  .quote-block .quote-container {
    margin-top: 10px;
    text-align: center;
  }
  .quote-block .quote-author {
    font-size: 14px;
  }
  .quote-block .quote-author-place {
    font-size: 12px;
  }
  .quote-block .quote-text {
    font-size: 14px;
  }
  .question-sect .question-block .lnk-date > .dtsect + .dtsect {
    margin-top: 8px;
  }
  .question-sect .question-forms-wrap .question-form .button {
    width: 100%;
  }
  .question-sect .question-forms-wrap .question-form .button + .button {
    margin-top: 15px;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form .button {
    width: 100%;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form .button + .button {
    margin-top: 15px;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .button {
    width: 100%;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .button + .button {
    margin-top: 15px;
  }
  #login-form .input,
  #form-signup .input,
  #request-password-reset-form .input,
  #reset-password-form .input {
    width: 100%;
  }
  #login-form .login-buttons > *,
  #form-signup .login-buttons > *,
  #request-password-reset-form .login-buttons > *,
  #reset-password-form .login-buttons > * {
    width: 100%;
    margin-right: 0;
  }
  #login-form .login-buttons > * + *,
  #form-signup .login-buttons > * + *,
  #request-password-reset-form .login-buttons > * + *,
  #reset-password-form .login-buttons > * + * {
    margin-top: 10px;
  }
  .collapse-bottom {
    margin-bottom: -130px;
  }
  .profile-inner h1:not(.codesTitle) {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.3px;
  }
  .profile-inner .pp-avatar-line .pp-userpic {
    margin-right: 0;
    display: block;
  }
  .profile-inner .pp-avatar-line .button {
    margin-top: 20px;
  }
  .grey-sect-wrap {
    padding-right: 0;
  }
  .grey-sect {
    padding: 40px 15px 45px;
    margin-top: 53px;
  }
  .lk-feedback-contact-face {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .lk-feedback-contact-face .card-userpic {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .lk-cf-contact {
    line-height: 1.5;
    margin-right: 0;
  }
  .lk-cf-contact span {
    display: block;
    margin-left: 0;
  }
  .lk-notifications-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lk-notifications-wrap .ntf-line {
    padding: 15px 15px 10px 12px;
  }
  .ntf-settings {
    margin-top: 28px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .ntf-settings-sect .ntfs-sect-title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.16;
    letter-spacing: -0.1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bookmarks-empty {
    padding: 18px 15px 16px;
  }
  .bookmarks-nores.nores1 {
    margin-top: -15px;
  }
  .bookmarks-head {
    margin-bottom: 25px;
  }
  .bookmarks-checkboxes > * {
    margin-bottom: 8px;
  }
  .container-calendar-contentions .block-contention + .block-contention {
    margin-top: 15px;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-months {
    width: 100%;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack {
    margin-bottom: 20px;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack:last-child {
    margin-bottom: 0;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month {
    width: auto;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week span,
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-week a {
    width: 30px;
  }
  .sect-page.calendar-sect {
    background-color: #f8f9fa;
  }
  .kbkPage .kbkTable caption,
  .kbkPage .kbkTable2016 caption {
    font-size: 16px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-top: 10px;
    line-height: 18px;
  }
  .kbkPage .kbkTable caption:before,
  .kbkPage .kbkTable2016 caption:before {
    left: 0;
    top: 50%;
    margin-top: -5px;
  }
  .kbkPage .kbkTable caption ._link,
  .kbkPage .kbkTable2016 caption ._link {
    float: none;
    font-size: 14px;
    display: block;
    margin-top: 10px;
  }
  .page-egrulfocus .heading-page img.logo-kontur {
    max-width: 100%;
  }
  .page-egrulfocus .heading-page img.logo-screen {
    max-width: 100%;
  }
  .page-egrulfocus .skrin-cards .skrin-card.w-18 {
    max-width: 100%;
    width: 100%;
  }
  .page-egrulfocus .system-features .feature-block span {
    width: 70px;
    padding: 7px 10px;
  }
  .page-egrulfocus .system-features .feature-block p {
    font-size: 14px;
  }
  .page-nalogika .nalogika-head {
    flex-direction: column;
  }
  .page-nalogika .nalogika-head .nh-desc {
    padding-bottom: 0;
  }
  .page-nalogika .nalogika-head .nh-image {
    margin-left: 0;
  }
  .page-nalogika .nalogika-head .nh-image img {
    width: 300px;
  }
  .page-nalogika .nalogika-expert {
    flex-direction: column;
    margin-top: 30px;
    padding: 20px 20px 30px;
  }
  .page-nalogika .nalogika-expert .ne-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-nalogika .nalogika-expert .ne-image img {
    width: 200px;
  }
  .page-nalogika .nalogika-cards {
    flex-direction: column;
    margin: 50px 0 70px;
  }
  .page-nalogika .nalogika-cards .card-block {
    width: 100%;
  }
  .page-nalogika .nalogika-cards .card-block strong {
    height: auto;
  }
  .page-nalogika .nalogika-services .ns-line {
    flex-direction: column;
    padding: 14px 25px 20px;
  }
  .page-nalogika .nalogika-services .ns-line .ns-group {
    flex-direction: column;
  }
  .page-nalogika .nalogika-services .ns-line .title {
    text-align: center;
  }
  .page-nalogika .nalogika-services .ns-line .price {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-nalogika .nalogika-services .ns-line .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-konsultation h2 {
    margin-top: 53px;
  }
  .page-konsultation .konsultation-head {
    flex-direction: column;
  }
  .page-konsultation .konsultation-head .kh-desc {
    padding-bottom: 0;
  }
  .page-konsultation .konsultation-head .kh-image {
    margin-left: 0;
  }
  .page-konsultation .konsultation-head .kh-image img {
    width: 300px;
    margin-top: 10px;
  }
  .page-konsultation .konsultation-experts {
    margin-top: 30px;
  }
  .page-konsultation .konsultation-expert {
    flex-direction: column;
    padding: 20px 20px 30px;
  }
  .page-konsultation .konsultation-expert .ke-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-konsultation .konsultation-expert .ke-text {
    margin-top: 0;
  }
  .page-konsultation .konsultation-expert .ke-text .btn {
    align-self: flex-start;
    margin-top: 19px;
  }
  .page-konsultation .konsultation-services .ks-line {
    flex-direction: column;
    padding: 14px 25px 20px;
  }
  .page-konsultation .konsultation-services .ks-line .ks-group {
    flex-direction: column;
  }
  .page-konsultation .konsultation-services .ks-line .title {
    text-align: center;
  }
  .page-konsultation .konsultation-services .ks-line .price {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-konsultation .konsultation-services .ks-line .btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-publish + h2 {
    margin-top: 40px;
  }
  .page-publish .publish-top-offer {
    padding: 22px 22px 11px;
  }
  .page-publish .publish-top-offer h1 {
    margin-bottom: 8px;
  }
  .page-publish .publish-top-offer .pto-body {
    flex-direction: column;
    align-items: flex-end;
  }
  .page-publish .publish-top-offer .pto-body .pto-image {
    margin-top: 18px;
  }
  .page-publish .you-will-get .ywg-block {
    width: 100%;
    padding: 14px;
  }
  .page-publish .publication-themes .pth-block {
    width: 100%;
    padding: 14px 18px 18px 20px;
  }
  .page-publish .publish-rules {
    padding: 23px 20px;
  }
  .page-publish .publish-rules h2,
  .page-publish .publish-rules h3 {
    margin-bottom: 18px;
  }
  .page-publish .publish-rules ol li + li {
    margin-top: 18px;
  }
  .nalogika-form-container {
    margin-top: 50px;
    padding: 30px 0 40px 0;
  }
  .nalogika-form-container.konsultation {
    padding: 30px 0 40px;
    margin-top: 48px;
  }
  .nalogika-form-container.konsultation h2 {
    max-width: unset;
  }
  .nalogika-form-container.publish {
    padding: 25px 20px 35px;
  }
  .nalogika-form-container.publish h2 {
    max-width: unset;
  }
  .nalogika-form-container.publish p {
    max-width: unset;
  }
  .nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .publish-form-double {
    flex-direction: column;
  }
  .nalogika-form-container.publish .nalogika-form-wrap .nalogika-form .publish-form-double .pfd-content {
    order: 1;
  }
  .nalogika-form-container.publish .publish-form-image {
    margin: 0 0 24px;
  }
  .nalogika-form-container.seminar-request-form {
    padding: 24px 30px 30px;
    margin-top: 5px;
  }
  .nalogika-form-container.seminar-request-form span.form-header {
    max-width: unset;
  }
  .nalogika-form-wrap {
    flex-direction: column;
  }
  .nalogika-form-wrap .nalogika-form {
    width: 100%;
  }
  .nalogika-form-wrap .nalogika-form-image {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
  }
  .nalogika-form-wrap .nalogika-form-image img {
    width: 300px;
  }
  section.doc-free-blocks article.oneBlock div.block {
    padding: 10px 15px;
  }
  section.doc-free-blocks article.oneBlock.costs div.block div.doc {
    font-size: 14px;
    padding-top: 2px;
  }
  /* Block my-business */
  .block-my-business {
    width: 100%;
    flex-direction: column;
    margin: 53px auto 40px;
  }
  .block-my-business .inner-block-my-business {
    flex: 1;
    padding: 15px 10px 15px 10px;
    border-right: 0 none;
    border-bottom: solid 1px #E9ECEF;
  }
  .block-my-business .inner-block-my-business:first-child {
    flex: 1;
    max-width: 100%;
  }
  .block-my-business .inner-block-my-business:first-child:before {
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
  }
  .block-my-business .inner-block-my-business:nth-of-type(2) {
    flex: 1;
    max-width: 100%;
  }
  .block-my-business .inner-block-my-business:nth-of-type(4) {
    flex: 1;
    max-width: 100%;
  }
  .block-my-business .inner-block-my-business .ol-inner-block li {
    padding-left: 25px;
  }
  .block-my-business .inner-block-my-business .ol-inner-block li:before {
    width: 16px;
  }
  .block-my-business .inner-block-my-business .link-resource img {
    margin-right: 2px;
  }
  .ft-col {
    padding: 10px 10px;
  }
  .ft-col + .ft-col {
    border-left: 0 none;
    padding-top: 0;
  }
  .ft-col.val-col {
    flex: 1;
    max-width: 100%;
  }
  .highlightedParagraph {
    font-size: 16px;
    line-height: 1.15;
    padding: 18px 15px;
  }
  .info-main-content table {
    margin-left: 0;
    width: 100%;
  }
  .info-main-content th,
  .info-main-content td {
    padding: 10px 10px;
  }
  .info-main-content th {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .page-nalogika .nalogika-cards .card-block {
    width: calc(33.3333% - 30px);
  }
}
@media (min-width: 768px) {
  .sect-page {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .codesTitle {
    font-size: 27px;
    line-height: 1.07;
    letter-spacing: -0.2px;
  }
  .sect-title {
    font-size: 27px;
    line-height: 1.07;
  }
  .codes-wrap .actions-line .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 26px;
  }
  .codes-wrap .actions-line > *:last-child {
    margin-right: 0;
  }
  .docs-categories {
    columns: 4;
  }
  .page-inner h1 {
    margin: 0 0 20px;
  }
  .page-inner h1 + .cards-feed {
    margin-top: 30px;
  }
  .docs-inner h2,
  .docs-inner .h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 40px 0 20px;
  }
  .docs-inner h1 {
    margin: 0 0 30px;
  }
  .docs-inner h1.esTitle {
    margin: 0 0 0;
  }
  .docs-inner .codesTitle {
    margin: 83px 0 30px;
  }
  .docs-inner .codesTitle.esTitle {
    margin: 25px 0 -10px;
  }
  .docs-inner .codesTitle.ppTitle {
    margin: 83px 0 14px;
  }
  .docs-inner .form-search-by .select {
    flex: 0 0 270px;
    width: 270px;
  }
  .docs-inner .form-search-by .fsb-input-wrap {
    padding: 0 20px;
  }
  .docs-inner .form-search-by .button {
    flex: 0 0 136px;
    width: 136px;
  }
  .cat-selector.pagination ul li {
    padding: 2px 13px 2px 0;
    margin-right: 7px;
  }
  .cat-selector.pagination.react-pagination ul li {
    margin-right: 11px;
  }
  .cat-selector.chapters ul li {
    padding: 2px 13px 2px 0;
    margin-right: 7px;
  }
  .cat-selector.quarters ul li {
    padding: 2px 13px 2px 0;
    margin-right: 7px;
  }
  .blue-card {
    padding: 28px 30px 30px;
  }
  .quote-block {
    padding: 30px;
  }
  .quote-block + .quote-block {
    margin-top: 40px;
  }
  .quote-block .quote-userpic {
    margin-right: 30px;
  }
  .quote-block .quote-container {
    padding-right: 100px;
  }
  .quote-block .quote-main {
    margin-left: 90px;
  }
  .quote-block .quote-text {
    line-height: 1.32;
  }
  .collapse-item .c-head,
  .dropdown-block .c-head,
  .collapse-item .dropdown-block__header,
  .dropdown-block .dropdown-block__header {
    padding: 12px 50px 15px 20px;
  }
  .collapse-item .c-body .c-body-inner,
  .dropdown-block .c-body .c-body-inner,
  .collapse-item .dropdown-block__content .c-body-inner,
  .dropdown-block .dropdown-block__content .c-body-inner,
  .collapse-item .c-body .dropdown-block__inner,
  .dropdown-block .c-body .dropdown-block__inner,
  .collapse-item .dropdown-block__content .dropdown-block__inner,
  .dropdown-block .dropdown-block__content .dropdown-block__inner {
    padding: 40px 50px 45px 20px;
  }
  .collapse-item .c-body .h2,
  .dropdown-block .c-body .h2,
  .collapse-item .dropdown-block__content .h2,
  .dropdown-block .dropdown-block__content .h2,
  .collapse-item .c-body h2,
  .dropdown-block .c-body h2,
  .collapse-item .dropdown-block__content h2,
  .dropdown-block .dropdown-block__content h2 {
    font-size: 27px;
    line-height: 1.07;
    margin-bottom: 36px;
  }
  .collapse-item .c-body .h3,
  .dropdown-block .c-body .h3,
  .collapse-item .dropdown-block__content .h3,
  .dropdown-block .dropdown-block__content .h3,
  .collapse-item .c-body h3,
  .dropdown-block .c-body h3,
  .collapse-item .dropdown-block__content h3,
  .dropdown-block .dropdown-block__content h3 {
    font-size: 24px;
    line-height: 1.21;
    margin-bottom: 16px;
  }
  .collapse-item .c-body .collapse-more,
  .dropdown-block .c-body .collapse-more,
  .collapse-item .dropdown-block__content .collapse-more,
  .dropdown-block .dropdown-block__content .collapse-more {
    margin-top: 24px;
  }
  .content-zoom-2 .collapse-item .c-body .h2,
  .content-zoom-2 .dropdown-block .c-body .h2,
  .content-zoom-2 .collapse-item .dropdown-block__content .h2,
  .content-zoom-2 .dropdown-block .dropdown-block__content .h2,
  .content-zoom-2 .collapse-item .c-body h2,
  .content-zoom-2 .dropdown-block .c-body h2,
  .content-zoom-2 .collapse-item .dropdown-block__content h2,
  .content-zoom-2 .dropdown-block .dropdown-block__content h2 {
    font-size: 30px;
    line-height: 1.07;
  }
  .content-zoom-2 .collapse-item .c-body .h3,
  .content-zoom-2 .dropdown-block .c-body .h3,
  .content-zoom-2 .collapse-item .dropdown-block__content .h3,
  .content-zoom-2 .dropdown-block .dropdown-block__content .h3,
  .content-zoom-2 .collapse-item .c-body h3,
  .content-zoom-2 .dropdown-block .c-body h3,
  .content-zoom-2 .collapse-item .dropdown-block__content h3,
  .content-zoom-2 .dropdown-block .dropdown-block__content h3 {
    font-size: 28px;
    line-height: 1.21;
  }
  .content-zoom-3 .collapse-item .c-body .h2,
  .content-zoom-3 .dropdown-block .c-body .h2,
  .content-zoom-3 .collapse-item .dropdown-block__content .h2,
  .content-zoom-3 .dropdown-block .dropdown-block__content .h2,
  .content-zoom-3 .collapse-item .c-body h2,
  .content-zoom-3 .dropdown-block .c-body h2,
  .content-zoom-3 .collapse-item .dropdown-block__content h2,
  .content-zoom-3 .dropdown-block .dropdown-block__content h2 {
    font-size: 34px;
    line-height: 1.07;
  }
  .content-zoom-3 .collapse-item .c-body .h3,
  .content-zoom-3 .dropdown-block .c-body .h3,
  .content-zoom-3 .collapse-item .dropdown-block__content .h3,
  .content-zoom-3 .dropdown-block .dropdown-block__content .h3,
  .content-zoom-3 .collapse-item .c-body h3,
  .content-zoom-3 .dropdown-block .c-body h3,
  .content-zoom-3 .collapse-item .dropdown-block__content h3,
  .content-zoom-3 .dropdown-block .dropdown-block__content h3 {
    font-size: 32px;
    line-height: 1.21;
  }
  .zoom-pic {
    width: 635px;
    margin-top: 40px;
  }
  .zoom-pic .pic-body {
    height: 365px;
  }
  .publication-content .text-sect h2,
  .hub-wrap h2,
  .publication-content .text-sect .h2,
  .hub-wrap .h2 {
    font-size: 28px;
    line-height: 33px;
    margin: 40px 0 20px;
  }
  .publication-content .text-sect h3,
  .hub-wrap h3,
  .publication-content .text-sect .h3,
  .hub-wrap .h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0 10px!important;
  }
  .publication-content .text-sect h4,
  .hub-wrap h4,
  .publication-content .text-sect .h4,
  .hub-wrap .h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0 8px!important;
  }
  .publication-content .text-sect h5,
  .hub-wrap h5,
  .publication-content .text-sect .h5,
  .hub-wrap .h5,
  .publication-content .text-sect h6,
  .hub-wrap h6,
  .publication-content .text-sect .h6,
  .hub-wrap .h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 5px!important;
  }
  .publication-content .text-sect.content-zoom-2 h2,
  .publication-content .text-sect.content-zoom-2 .h2 {
    font-size: 32px;
    line-height: 37px;
  }
  .publication-content .text-sect.content-zoom-2 h3,
  .publication-content .text-sect.content-zoom-2 .h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .publication-content .text-sect.content-zoom-2 h4,
  .publication-content .text-sect.content-zoom-2 .h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .publication-content .text-sect.content-zoom-2 h5,
  .publication-content .text-sect.content-zoom-2 .h5,
  .publication-content .text-sect.content-zoom-2 h6,
  .publication-content .text-sect.content-zoom-2 .h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .publication-content .text-sect.content-zoom-3 h2,
  .publication-content .text-sect.content-zoom-3 .h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .publication-content .text-sect.content-zoom-3 h3,
  .publication-content .text-sect.content-zoom-3 .h3 {
    font-size: 30px;
    line-height: 36px;
  }
  .publication-content .text-sect.content-zoom-3 h4,
  .publication-content .text-sect.content-zoom-3 .h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .publication-content .text-sect.content-zoom-3 h5,
  .publication-content .text-sect.content-zoom-3 .h5,
  .publication-content .text-sect.content-zoom-3 h6,
  .publication-content .text-sect.content-zoom-3 .h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .sect-page.docs-sect .main-content {
    padding-top: 25px;
  }
  .sect-page.lk-sect .main-content {
    padding-top: 53px;
  }
  .question-sect {
    margin-top: 40px;
  }
  .question-sect .question-block .question-main {
    margin-left: 68px;
  }
  .question-sect .question-block .lnk-date > .dtsect {
    display: inline-block;
    margin-right: 15px;
  }
  .question-sect .question-block .lnk-date > .dtsect:last-child {
    margin-right: 0;
  }
  .question-sect .question-block .question-text {
    margin-top: 15px;
  }
  .question-sect .question-block .question-actions .button {
    margin-top: 0;
  }
  .question-sect .question-block .question-actions .QuestionControls {
    margin-top: 15px;
  }
  .question-sect .question-block .question-actions .QuestionControls .buttonWrap {
    margin-right: 20px;
  }
  .question-sect .question-block .question-actions .QuestionControls .buttonWrap:last-child {
    margin-right: 0;
  }
  .question-sect .question-block .question-actions .qa-answer-to {
    width: 140px;
  }
  .question-sect .question-block .question-actions .qa-details {
    width: 216px;
  }
  .question-sect .question-block .question-actions .qa-edit {
    width: 180px;
  }
  .question-sect .question-block .question-actions .qa-close {
    width: 110px;
  }
  .question-sect .question-forms-wrap .question-form {
    margin-top: 30px;
    padding: 20px;
  }
  .question-sect .question-forms-wrap .question-form .qf-line + .qf-line {
    margin-top: 25px;
  }
  .question-sect .question-forms-wrap .question-form .button {
    margin-right: 15px;
  }
  .question-sect .question-forms-wrap .question-form .button:last-child {
    margin-right: 0;
  }
  .answers-wrap .answers-list .answer-line-wrap + .answer-line-wrap {
    margin-top: 30px;
  }
  .answers-wrap .answers-list .answer-line {
    padding: 40px 40px 45px;
  }
  .answers-wrap .answers-list .answer-line .answer-main {
    margin-left: 68px;
  }
  .answers-wrap .answers-list .answer-line .answer-text {
    margin-top: 15px;
  }
  .answers-wrap .answers-list .answer-line .answer-actions .rate-answer {
    width: auto;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form {
    margin-top: 30px;
    padding: 20px;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form .af-line + .af-line {
    margin-top: 25px;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form .button {
    margin-right: 15px;
  }
  .answers-wrap .answers-list .answer-forms-wrap .answer-form .button:last-child {
    margin-right: 0;
  }
  .answers-wrap .feed-more {
    margin-top: 50px;
  }
  .answers-need-auth .regular-auth {
    padding: 48px 40px 50px 40px;
  }
  .answers-need-auth .regular-auth h3 {
    margin: 0 0 21px;
  }
  .answers-need-auth .regular-auth .button {
    width: 170px;
    margin-top: 30px;
  }
  .answers-need-auth .socials-auth {
    width: 270px;
    flex: 0 0 270px;
    padding: 50px 40px 40px 51px;
  }
  .answers-need-auth .socials-auth:before {
    width: 1px;
    height: auto;
    left: 0;
    right: auto;
    top: 5px;
    bottom: 5px;
  }
  .answers-need-auth .socials-auth .soc-line {
    margin: 18px 0 0 4px;
  }
  .es-comments-wrap .es-comments-list .es-comment-line-wrap + .es-comment-line-wrap {
    margin-top: 15px;
  }
  .es-comments-wrap .es-comments-list .es-comment-line .es-comment-main {
    margin-left: 68px;
  }
  .es-comments-wrap .es-comments-list .es-comment-line .es-comment-text {
    margin-top: 15px;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form {
    padding: 20px;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .ecf-line + .ecf-line {
    margin-top: 25px;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .button {
    margin-right: 15px;
  }
  .es-comments-wrap .es-comments-list .es-comment-forms-wrap .es-comment-form .button:last-child {
    margin-right: 0;
  }
  .es-comments-wrap .feed-more {
    margin-top: 50px;
  }
  .es-comments-wrap .es-comments-need-auth .regular-auth {
    padding: 48px 40px 50px 40px;
  }
  .es-comments-wrap .es-comments-need-auth .regular-auth h3 {
    margin: 0 0 21px;
  }
  .es-comments-wrap .es-comments-need-auth .regular-auth .button {
    width: 170px;
    margin-top: 30px;
  }
  .es-comments-wrap .es-comments-need-auth .socials-auth {
    width: 270px;
    flex: 0 0 270px;
    padding: 50px 40px 40px 51px;
  }
  .es-comments-wrap .es-comments-need-auth .socials-auth:before {
    width: 1px;
    height: auto;
    left: 0;
    right: auto;
    top: 5px;
    bottom: 5px;
  }
  .es-comments-wrap .es-comments-need-auth .socials-auth .soc-line {
    margin: 18px 0 0 4px;
  }
  .es-comments-wrap.subComments {
    margin-left: 68px;
    margin-top: 15px;
  }
  .other-questions-sect {
    margin-bottom: -54px;
  }
  .other-questions-sect .other-question-body {
    margin-bottom: 54px;
  }
  .other-questions-sect > .button {
    margin-top: 10px;
    margin-bottom: 54px;
  }
  .ask-form-container .button.find-doc {
    margin-top: 0;
  }
  .ask-form-container .c-body-inner .c-typename {
    margin-top: 0;
  }
  .ask-form-container .c-body-inner .doc-search-actions > a + a {
    margin-top: 0;
  }
  .ask-form-container .c-body-inner .clean-res strong {
    position: absolute;
    display: block;
    top: 0;
    left: -30px;
    line-height: 26px;
    font-size: 26px;
    height: 24px;
    width: 22px;
    padding-right: 8px;
    box-sizing: content-box;
  }
  .ask-form-container .addCustomDocument .button {
    width: 180px;
  }
  .ask-form-container .search-res-docs .search-res-doc .doc-actions > a + a {
    margin-top: 0;
  }
  .lk-ntf-menu + .lk-notifications-wrap:not(.empty) {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
  }
  .lk-notifications-wrap .ntf-empty {
    padding: 28px 30px 33px;
  }
  .lk-notifications-wrap .ntf-empty .ti-title {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.2px;
    margin-bottom: 14px;
  }
  .lk-notifications-wrap .ntf-empty .ti-desc {
    font-size: 18px;
    line-height: 1.25;
  }
  .container-work-calendar.single {
    margin-top: 53px;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack {
    margin-right: 20px;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack:last-child {
    margin-right: 0;
  }
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month {
    width: auto;
  }
  .calendar-col-list {
    columns: 3;
  }
}
@media (min-width: 1400px) {
  .sect-page {
    padding: 0 40px 0 30px;
  }
}
@media (min-width: 1900px) {
  .sect-page {
    padding: 0 180px 0 60px;
  }
}
@media (max-width: 1023px) {
  .error-search .form-search .input {
    font-size: 16px;
    font-weight: 300;
    height: 45px;
    min-width: auto;
  }
  .error-search .form-search .input--search {
    width: 65%;
    margin: 0 -5px 0 0;
    padding-left: 46px;
    padding-right: 16px;
  }
  .error-search .form-search .input--search + .button {
    width: 36%;
    height: 45px;
    min-height: 45px;
    padding: 10px 15px 7px 15px;
  }
  .error-search .form-search .input--search + .button:after {
    left: 15px;
    top: 13px;
  }
}
@media (min-width: 1024px) {
  .codes-wrap .codes-inner {
    margin-top: 10px;
  }
  .lk-ntf-menu {
    margin-bottom: 53px;
  }
  .error-wrap {
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0 0 38px;
    margin-bottom: 60px;
  }
  .error-wrap .error-info {
    width: 400px;
    padding-top: 30px;
  }
  .error-wrap .error-info .error-digit {
    font-size: 66px;
    line-height: 77px;
    margin-bottom: 8px;
  }
  .error-wrap .error-info h1 {
    font-size: 32px;
    line-height: 37px;
  }
  .error-wrap .error-info p,
  .error-wrap .error-info strong {
    font-size: 18px;
    line-height: 30px;
  }
  .error-wrap .error-info p a,
  .error-wrap .error-info strong a {
    font-weight: bold;
    line-height: 26px;
  }
  .error-wrap .error-image {
    margin-left: 49px;
  }
  .error-search {
    margin-top: 31px;
  }
  .error-search .form-search .input {
    min-width: auto;
    width: 100%;
    height: 46px;
    border-radius: 4px 0 0 4px;
    border-right: 0 none;
  }
  .error-search .form-search .btn {
    height: 46px;
    margin: 0;
    width: 115px;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .cat-selector.years ul li {
    display: none;
  }
  .cat-selector.years ul li a {
    display: none;
  }
  .cat-selector.years ul li:first-child {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child a {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(2),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(3),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(4),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(5),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(6),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(7),
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(8) {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(2) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(3) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(4) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(5) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(6) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(7) a,
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(8) a {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(9) {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(9):after {
    display: none;
  }
  .cat-selector.years ul li:first-child.years-prev ~ li:nth-child(9) a {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(2),
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(3),
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(4),
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(5),
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(6),
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(7) {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(2) a,
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(3) a,
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(4) a,
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(5) a,
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(6) a,
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(7) a {
    display: inline-block;
  }
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(8) {
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(8):after {
    display: none;
  }
  .cat-selector.years ul li:first-child:not(.years-prev) ~ li:nth-child(8) a {
    display: inline-block;
  }
  .cat-selector.years ul li:last-child.years-next {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li:last-child.years-next a {
    display: inline-block;
  }
  .page-egrulfocus .skrin-cards .skrin-card.w-18 {
    max-width: 48%;
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .page-nalogika .nalogika-head::before {
    right: -15px;
    left: -15px;
  }
  .page-konsultation .konsultation-head::before {
    right: -15px;
    left: -15px;
  }
  .nalogika-form-container::before {
    right: -15px;
    left: -15px;
  }
  .cat-selector.chapters ul li {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.chapters ul li:after {
    display: none;
  }
  .cat-selector.years ul li {
    padding: 2px 9px 2px 0;
    margin-right: 3px;
  }
  .cat-selector.years ul li.years-prev,
  .cat-selector.years ul li.years-next {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .cat-selector.years ul li.years-prev:after,
  .cat-selector.years ul li.years-next:after {
    display: none;
  }
  .page-egrulfocus .skrin-cards {
    margin-bottom: -30px;
  }
  .page-egrulfocus .skrin-cards .skrin-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .container-work-calendar .work-calendar .quarter-calendar .quarter-calendar-wrap-month .quarter-calendar-month-pack {
    margin-right: 35px;
  }
  .error-search .form-search {
    margin-left: 0;
  }
}
/*КАРТОЧКА СТАТЬИ В ФИДЕ*/
.feed-article {
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s;
  padding-top: 22px;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
}
.feed-article.feed-main .activity-line .al-tag-group {
  margin-left: -14px;
}
.feed-article.feed-main .activity-line .al-tag-group > span {
  margin-left: 14px;
}
.feed-article.feed-vo span.vo-count {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #868E96;
}
.feed-article.feed-vo .article-head span.vo-count {
  display: none;
}
.feed-article.feed-vo .article-head .article-data {
  margin: 0;
}
.feed-article.feed-vo .article-main {
  margin: 0;
}
.feed-article.feed-vo .activity-line {
  justify-content: space-between;
}
.feed-article.feed-vo .activity-line .vo-al-sect {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.feed-article.feed-vo .activity-line .vo-al-sect > span,
.feed-article.feed-vo .activity-line .vo-al-sect > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #343A40;
}
.feed-article.feed-vo .activity-line .vo-al-sect > span + *,
.feed-article.feed-vo .activity-line .vo-al-sect > a + * {
  margin-left: 14px;
}
.feed-article.feed-vo .activity-line .vo-al-sect > span svg,
.feed-article.feed-vo .activity-line .vo-al-sect > a svg,
.feed-article.feed-vo .activity-line .vo-al-sect > span img,
.feed-article.feed-vo .activity-line .vo-al-sect > a img {
  margin-right: 4px;
}
.feed-article.feed-vo .activity-line .vo-al-sect > a:hover svg path:not(.thumb-bg),
.feed-article.feed-vo .activity-line .vo-al-sect > a.voted svg path:not(.thumb-bg) {
  fill: #339CD3;
}
.feed-article.feed-vo .activity-line .vo-al-sect .tolstoycomments-rc {
  margin-left: 0;
}
.feed-article.subdoc-card {
  padding-bottom: 22px;
}
.feed-article.subdoc-card.hidden {
  display: none;
}
.feed-article.subdoc-card .article-main {
  margin: 0;
}
.feed-article.subdoc-card .article-main .article-title,
.feed-article.subdoc-card .article-main h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
.feed-article + .feed-article {
  margin-top: 20px;
}
.feed-article .al-tag-group {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
}
.feed-article .al-tag-group > span,
.feed-article .al-tag-group > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #343A40;
}
.feed-article .al-tag-group > span + *,
.feed-article .al-tag-group > a + * {
  margin-left: 14px;
}
.feed-article .al-tag-group > span svg,
.feed-article .al-tag-group > a svg,
.feed-article .al-tag-group > span img,
.feed-article .al-tag-group > a img {
  margin-right: 4px;
}
.feed-article .al-tag-group > a:hover svg path:not(.thumb-bg),
.feed-article .al-tag-group > a.voted svg path:not(.thumb-bg) {
  fill: #339CD3;
}
.feed-article .al-share {
  margin-left: 14px;
}
.feed-article .al-share .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover .ya-share2__badge_more {
  color: #1780B8;
}
.feed-article .al-share .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover .ya-share2__icon_more {
  background-color: #1780B8;
}
.feed-article .al-share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  height: 22px;
  width: 22px;
  background-color: #CED4DA;
}
.feed-article .author-part {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.feed-article .author-pic {
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 50px;
  background: #CED4DA;
  flex-shrink: 0;
}
.feed-article .author-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 50px;
}
.feed-article .author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 2px) no-repeat;
  background-size: 18px;
}
.feed-article .author-info {
  display: flex;
  flex-direction: column;
}
.feed-article .author-info .author-prof {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #868E96;
  margin-bottom: 2px;
}
.feed-article .author-info .author-name {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #343A40;
}
.feed-article .author-info .author-name a {
  color: #343A40;
}
.feed-article .author-info .author-name a:hover,
.feed-article .author-info .author-name a:focus {
  color: #339CD3;
}
.feed-article .article-head {
  position: relative;
  padding: 0 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.feed-article .article-head .article-data {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.feed-article .article-head .article-data .al-tag-group {
  margin-right: 15px;
}
.feed-article .article-head .article-data .al-tag-group a {
  color: #343A40;
}
.feed-article .article-head .article-data .al-tag-group a:hover {
  color: #339CD3;
}
.feed-article .article-head .article-data .al-tag-group .tag::after {
  content: "/";
  margin-left: 8px;
}
.feed-article .article-head .article-data .al-tag-group .tag:last-child {
  margin-right: 0;
}
.feed-article .article-head .article-data .al-tag-group .tag:last-child::after {
  display: none;
}
.feed-article .article-head .article-data .tag {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  margin-right: 8px;
  margin-left: 0;
}
.feed-article .article-head .article-data a.tag:hover,
.feed-article .article-head .article-data a.tag.voted {
  color: #339CD3 !important;
}
.feed-article .article-head .article-data .date {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #868E96;
}
.feed-article .article-wrap-link {
  overflow: hidden;
}
.feed-article .article-main {
  position: relative;
  padding: 0 18px;
  margin-bottom: 18px;
}
.feed-article .article-main .article-title,
.feed-article .article-main h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #343A40;
  transition: color 0.3s;
}
.feed-article .article-main a.article-title:hover {
  color: #339CD3;
}
.feed-article .article-main .article-tag {
  color: #CED4DA;
}
.feed-article .article-main .article-text {
  margin-top: 18px;
  color: #343A40;
  font-size: 16px;
  line-height: 26px;
}
.feed-article .article-main .article-text > *:first-child {
  margin-top: 0 !important;
}
.feed-article .article-main .article-text > *:last-child {
  margin-bottom: 0 !important;
}
.feed-article .article-main .kodeks-tags {
  margin-top: 24px;
}
.feed-article .article-main .kodeks-tags a,
.feed-article .article-main .kodeks-tags span {
  font-size: 16px;
  line-height: 26px;
}
.feed-article .article-main .kodeks-tags a:hover {
  text-decoration: underline;
}
.feed-article .article-main .kodeks-tags span {
  color: #868E96;
}
.feed-article .thumbnail {
  display: flex;
  overflow: hidden;
}
.feed-article .thumbnail.covered {
  height: 156px;
  justify-content: center;
}
.feed-article .thumbnail.covered img {
  align-self: center;
  max-width: unset!important;
  height: 176%!important;
}
.feed-article .activity-line {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
}
.feed-article .activity-line > span,
.feed-article .activity-line > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #343A40;
}
.feed-article .activity-line > span + *,
.feed-article .activity-line > a + * {
  margin-left: 14px;
}
.feed-article .activity-line > span svg,
.feed-article .activity-line > a svg,
.feed-article .activity-line > span img,
.feed-article .activity-line > a img {
  margin-right: 4px;
}
.feed-article .activity-line > a:hover svg path:not(.thumb-bg),
.feed-article .activity-line > a.voted svg path:not(.thumb-bg) {
  fill: #339CD3;
}
.feed-article .activity-line .tolstoycomments-rc {
  margin-left: 0!important;
}
.feed-article .activity-line .tolstoycomments-rc > span {
  display: flex;
  align-items: center;
  margin-left: 14px;
}
.feed-article .activity-line .tag {
  color: #CED4DA !important;
}
.feed-article .activity-line a.tag:hover,
.feed-article .activity-line a.tag.voted {
  color: #339CD3 !important;
}
.feed-article .activity-line .comments svg {
  margin-right: 0 !important;
}
.feed-article .activity-line .comments .tc-pre {
  margin-left: 4px;
}
.feed-article .activity-line .comments .txt {
  display: none;
}
@media (min-width: 768px) {
  .feed-article .thumbnail.covered {
    height: 290px;
  }
}
@media (min-width: 1024px) {
  .feed-article.feed-vo .article-head {
    align-items: center;
  }
  .feed-article.feed-vo .article-head span.vo-count {
    display: inline;
  }
  .feed-article.feed-vo .activity-line {
    justify-content: flex-end;
  }
  .feed-article.feed-vo .activity-line span.vo-count {
    display: none;
  }
  .feed-article:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .feed-article .author-part {
    margin: 0;
  }
  .feed-article .author-info .author-prof {
    font-size: 12px;
  }
  .feed-article .author-info .author-name {
    font-size: 12px;
  }
  .feed-article .article-head {
    flex-direction: row;
  }
  .feed-article .article-head .article-data {
    width: unset;
  }
  .feed-article .article-head .article-data .date {
    font-size: 12px;
    margin-right: 0;
  }
  .feed-article .article-wrap-link:hover .article-title,
  .feed-article .article-wrap-link:hover h2 {
    color: #339CD3;
  }
  .feed-article .article-wrap-link:hover .article-title svg path,
  .feed-article .article-wrap-link:hover h2 svg path {
    fill: #339CD3;
  }
  .feed-article .thumbnail.covered {
    height: 280px;
  }
}
.main-feed {
  /*
    с 1400 и выше по две карточки в строку,
    но первая в списке всегда во всю строку и шрифт крупнее.
    наверное, такая карточка будет определяться в процессе вывода
    а не стилями, но лучше если можно будет стилями
  */
  display: grid;
  gap: 16px;
}
@media (min-width: 1400px) {
  .main-feed {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .main-feed > .feed-card:first-child {
    grid-column: 1 / -1;
  }
  .main-feed > .feed-card:first-child a.fc-thumbnail-img {
    height: unset;
  }
  .main-feed > .feed-card:first-child a.fc-thumbnail-img.covered {
    height: 270px;
  }
  .main-feed > .feed-card:first-child a.fc-thumbnail-img > img {
    min-width: 100%;
  }
  .main-feed > .feed-card:first-child .fc-content {
    padding: 24px 16px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head {
    margin-bottom: 16px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap {
    gap: 8px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-pic {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-pic:after {
    background-position: center calc(100% - 3px);
    background-size: 20px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-name {
    font-size: 14px;
    line-height: 20px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head span.fc-date {
    font-size: 14px;
    line-height: 20px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text {
    gap: 8px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text strong.fc-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text .fc-shortdesc {
    font-size: 16px;
    line-height: 1.4;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text .fc-shortdesc * {
    font-size: 16px;
    line-height: 1.4;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text .fc-shortdesc.limit {
    -webkit-line-clamp: 2;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags {
    gap: 8px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags .fc-tag {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom {
    gap: 16px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-comments,
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-likes,
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-views {
    font-size: 14px;
    line-height: 20px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-comments .tc-pre,
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-likes .tc-pre {
    margin-left: 4px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-views {
    gap: 4px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-actions {
    gap: 16px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags-n-actions {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags-n-actions .fc-bottom {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1900px) {
  .main-feed > .feed-card:first-child .fc-content {
    padding: 24px 20px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head {
    margin-bottom: 18px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap {
    gap: 12px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-pic {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-pic:after {
    background-position: center calc(100% - 3px);
    background-size: 26px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head .fc-author-wrap .fc-author-name {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-head span.fc-date {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text strong.fc-title {
    font-size: 28px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text .fc-shortdesc {
    font-size: 18px;
    line-height: 30px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-text .fc-shortdesc * {
    font-size: 18px;
    line-height: 30px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags {
    gap: 12px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-tags .fc-tag {
    font-size: 16px;
    line-height: 1.2;
    padding: 8px 16px;
  }
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-comments,
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-likes,
  .main-feed > .feed-card:first-child .fc-content .fc-bottom .fc-views {
    font-size: 16px;
    line-height: 1.4;
  }
}
.category-feed {
  /*
    конкретно в разделах (колонки и т.п.)
    -- по две карточки в строку на десктопе

    + картинки выводятся целиком (этот класс только на главной колонок и miscellaneous)
    fc-thumbnail-img без covered выводится без обрезания
  */
  display: grid;
  gap: 16px;
}
@media (min-width: 1400px) {
  .category-feed {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
.category-feed .feed-card a.fc-thumbnail-img:not(.covered) {
  height: unset;
}
.category-feed .feed-card a.fc-thumbnail-img:not(.covered) > img {
  min-width: 100%;
}
.page-inner.bg-wrap .feed-card {
  border: 1px solid #E9ECEF;
}
.feed-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.feed-card.feed-vo span.vo-count {
  display: inline-block;
  white-space: nowrap;
  color: #868E96;
  font-size: 12px;
  line-height: 1.2;
}
.feed-card a.fc-thumbnail-img {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.feed-card a.fc-thumbnail-img.covered {
  height: 162px;
  justify-content: center;
}
.feed-card a.fc-thumbnail-img.covered > img {
  align-self: center;
  max-width: unset!important;
  height: 176%!important;
  object-fit: cover;
}
.feed-card a.fc-thumbnail-img > img {
  width: auto;
  max-width: unset;
  height: 100% !important;
  min-width: 100%;
}
.feed-card a.fc-thumbnail-img .fc-video-action {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: background 0.3s;
}
.feed-card a.fc-thumbnail-img .fc-video-action .fc-play-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.feed-card a.fc-thumbnail-img .fc-video-action .fc-play-icon svg,
.feed-card a.fc-thumbnail-img .fc-video-action .fc-play-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.feed-card .fc-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 16px 16px;
}
.feed-card .fc-content .fc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.feed-card .fc-content .fc-head .fc-author-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 20px;
  background: #E9ECEF;
}
.feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/svg/user-default.svg) center calc(100% - 2px) no-repeat;
  background-size: 16px;
}
.feed-card .fc-content .fc-head .fc-author-wrap .fc-author-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #343A40;
  text-decoration: none;
}
.feed-card .fc-content .fc-head span.fc-date {
  display: inline-block;
  white-space: nowrap;
  color: #868E96;
  font-size: 12px;
  line-height: 1.2;
}
.feed-card .fc-content .fc-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feed-card .fc-content .fc-text strong.fc-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #343A40;
  transition: color 0.3s;
}
.feed-card .fc-content .fc-text .fc-shortdesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #868E96;
}
.feed-card .fc-content .fc-text .fc-shortdesc * {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #868E96;
}
.feed-card .fc-content .fc-text .fc-shortdesc > *:first-child {
  margin-top: 0 !important;
}
.feed-card .fc-content .fc-text .fc-shortdesc > *:last-child {
  margin-bottom: 0 !important;
}
.feed-card .fc-content .fc-text .fc-shortdesc.limit {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-card .fc-content .fc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.feed-card .fc-content .fc-tags .fc-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #339CD3;
  background: #E3F5FF;
  border-radius: 30px;
  padding: 4px 12px;
  cursor: default;
}
.feed-card .fc-content .fc-tags .fc-tag.video {
  background: #F3F1FF;
  color: #6858E8;
}
.feed-card .fc-content .fc-tags a.fc-tag {
  cursor: pointer;
}
.feed-card .fc-content .fc-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.feed-card .fc-content .fc-bottom .fc-comments,
.feed-card .fc-content .fc-bottom .fc-likes,
.feed-card .fc-content .fc-bottom .fc-views {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #343A40;
  cursor: default;
}
.feed-card .fc-content .fc-bottom .fc-comments svg,
.feed-card .fc-content .fc-bottom .fc-likes svg,
.feed-card .fc-content .fc-bottom .fc-views svg,
.feed-card .fc-content .fc-bottom .fc-comments img,
.feed-card .fc-content .fc-bottom .fc-likes img,
.feed-card .fc-content .fc-bottom .fc-views img {
  width: 20px;
  height: 20px;
}
.feed-card .fc-content .fc-bottom .fc-comments svg path,
.feed-card .fc-content .fc-bottom .fc-likes svg path,
.feed-card .fc-content .fc-bottom .fc-views svg path,
.feed-card .fc-content .fc-bottom .fc-comments img path,
.feed-card .fc-content .fc-bottom .fc-likes img path,
.feed-card .fc-content .fc-bottom .fc-views img path {
  transition: all 0.3s;
}
.feed-card .fc-content .fc-bottom .fc-comments .tc-pre,
.feed-card .fc-content .fc-bottom .fc-likes .tc-pre {
  margin-left: 4px;
}
.feed-card .fc-content .fc-bottom .fc-comments .txt,
.feed-card .fc-content .fc-bottom .fc-likes .txt {
  display: none;
}
.feed-card .fc-content .fc-bottom .fc-views {
  gap: 4px;
}
.feed-card .fc-content .fc-bottom .fc-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feed-card .fc-content .fc-bottom .fc-actions > a {
  cursor: pointer;
}
.feed-card .fc-content .fc-tags-n-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .feed-card .fc-content .fc-tags-n-actions {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .feed-card .fc-content .fc-tags-n-actions .fc-bottom {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .feed-card.feed-vo span.vo-count {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card a.fc-thumbnail-img.covered {
    height: 270px;
  }
  .feed-card .fc-content {
    padding: 24px 16px;
  }
  .feed-card .fc-content .fc-head {
    margin-bottom: 16px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap {
    gap: 8px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic:after {
    background-position: center calc(100% - 3px);
    background-size: 20px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap .fc-author-name {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card .fc-content .fc-head span.fc-date {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card .fc-content .fc-text strong.fc-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc * {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card .fc-content .fc-tags .fc-tag {
    font-size: 14px;
    line-height: 20px;
  }
  .feed-card .fc-content .fc-bottom .fc-comments,
  .feed-card .fc-content .fc-bottom .fc-likes,
  .feed-card .fc-content .fc-bottom .fc-views {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .feed-card a.fc-thumbnail-img:hover .fc-video-action {
    background: rgba(255, 255, 255, 0.3);
  }
  .feed-card a.fc-thumbnail-img:hover .fc-video-action .fc-play-icon {
    transform: scale(1.15);
  }
  .feed-card .fc-content .fc-head .fc-author-wrap a.fc-author-name:hover {
    color: #339CD3;
  }
  .feed-card .fc-content .fc-text:hover strong.fc-title {
    color: #339CD3;
  }
  .feed-card .fc-content .fc-tags a.fc-tag:hover {
    filter: hue-rotate(45deg);
  }
  .feed-card .fc-content .fc-bottom .fc-actions > a:hover {
    color: #339CD3;
  }
  .feed-card .fc-content .fc-bottom .fc-actions > a.fc-comments:hover svg path {
    stroke: #339CD3;
    fill: none;
  }
}
@media (min-width: 1400px) {
  .feed-card a.fc-thumbnail-img {
    height: 270px;
  }
  .feed-card a.fc-thumbnail-img.covered > img {
    min-width: 100%;
  }
  .feed-card a.fc-thumbnail-img > img {
    min-width: unset;
  }
  .feed-card .fc-content {
    padding: 16px 16px;
  }
  .feed-card .fc-content .fc-text strong.fc-title {
    font-size: 18px;
    line-height: 1.2;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc {
    font-size: 16px;
    line-height: 1.4;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc * {
    font-size: 16px;
    line-height: 1.4;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc.limit {
    -webkit-line-clamp: 2;
  }
  .feed-card .fc-content .fc-tags {
    gap: 12px;
  }
}
@media (min-width: 1900px) {
  .feed-card .fc-content {
    padding: 20px 20px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap {
    gap: 12px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .feed-card .fc-content .fc-head .fc-author-wrap .fc-author-pic:after {
    background-position: center calc(100% - 3px);
    background-size: 26px;
  }
  .feed-card .fc-content .fc-text strong.fc-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc {
    line-height: 1.5;
  }
  .feed-card .fc-content .fc-text .fc-shortdesc * {
    line-height: 1.5;
  }
  .feed-card .fc-content .fc-tags .fc-tag {
    padding: 8px 16px;
  }
}
.columns-feed {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feed-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .feed-column {
    flex-direction: row;
    align-items: stretch;
  }
}
.feed-column .fc-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .feed-column .fc-info {
    flex: 1 1 auto;
    align-items: stretch;
  }
  .feed-column .fc-info .fci-thumb {
    align-self: flex-start;
  }
  .feed-column .fc-info .fci-text-tags {
    align-self: stretch;
    height: 100%;
  }
}
.feed-column .fc-info .fci-thumb {
  flex-shrink: 0;
}
.feed-column .fc-info .fci-thumb .fci-author-pic {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 54px;
  background: #E9ECEF;
}
.feed-column .fc-info .fci-thumb .fci-author-pic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.feed-column .fc-info .fci-thumb .fci-author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/svg/user-default.svg) center calc(100% - 7px) no-repeat;
  background-size: 38px;
}
.feed-column .fc-info .fci-text-tags {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.feed-column .fc-info .fci-text-tags .fci-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.feed-column .fc-info .fci-text-tags .fci-text .fci-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #343A40;
}
@media (min-width: 1024px) {
  .feed-column .fc-info .fci-text-tags .fci-text a.fci-title:hover {
    color: #339CD3;
  }
}
.feed-column .fc-info .fci-text-tags .fci-text .fci-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.feed-column .fc-info .fci-text-tags .fci-text .fci-desc > *:first-child {
  margin-top: 0 !important;
}
.feed-column .fc-info .fci-text-tags .fci-text .fci-desc > *:last-child {
  margin-bottom: 0 !important;
}
.feed-column .fc-info .fci-text-tags .fci-text .fci-desc * {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.feed-column .fc-info .fci-text-tags .fci-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.feed-column .fc-info .fci-text-tags .fci-tags .fci-tag {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #339CD3;
  background: #E3F5FF;
  border-radius: 30px;
  padding: 4px 12px;
  cursor: default;
}
.feed-column .fc-info .fci-text-tags .fci-tags .fci-tag.video {
  background: #F3F1FF;
  color: #6858E8;
}
.feed-column .fc-info .fci-text-tags .fci-tags a.fci-tag {
  cursor: pointer;
}
@media (min-width: 768px) {
  .feed-column .fc-info .fci-text-tags .fci-tags .fci-tag {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .feed-column .fc-info .fci-text-tags .fci-tags a.fci-tag:hover {
    filter: hue-rotate(45deg);
  }
}
@media (min-width: 1400px) {
  .feed-column .fc-info .fci-text-tags .fci-tags {
    gap: 12px;
  }
}
@media (min-width: 1900px) {
  .feed-column .fc-info .fci-text-tags .fci-tags .fci-tag {
    padding: 8px 16px;
  }
}
.feed-column .fc-action-stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
  gap: 24px;
}
@media (min-width: 1024px) {
  .feed-column .fc-action-stats {
    width: 282px;
    justify-content: center;
    margin: 8px 0 9px;
  }
  .feed-column .fc-action-stats .fc-stats {
    justify-content: space-between;
  }
}
.feed-column .fc-action-stats .fc-stats {
  display: flex;
  justify-content: space-evenly;
}
.feed-column .fc-action-stats .fc-stats .stat-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
  color: #343A40;
}
.feed-column .fc-action-stats .fc-stats .stat-col strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
.feed-column .fc-action-stats .fc-stats .stat-col span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.feed-column .fc-action-stats .fc-stats .separator {
  width: 1px;
  background-color: #CED4DA;
  margin: 0 10px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .feed-column .fc-action-stats .fc-stats .separator {
    margin: 0 16px;
  }
}
.feed-column .fc-action-stats .fc-action .btn {
  width: 100%;
  margin: 0;
}
#bugTrackerPopup {
  max-width: 500px;
}
#bugTrackerPopup .input {
  width: 100%;
  min-width: auto;
}
#bugTrackerPopup textarea {
  min-height: 100px;
}
#bugTrackerPopup .button {
  width: 100%;
  margin-top: 10px;
}
#bannerModal {
  padding: 0;
  max-width: 500px;
  width: 100%;
}
.kpBanModal {
  width: 100%;
  text-align: center;
  background: #cee1f2;
  padding: 20px;
}
.kpBanModal img {
  max-width: 100%;
  width: 70px;
  margin-right: 15px;
}
.kpBanModal span {
  font-weight: 500;
  font-size: 18px;
}
.kpBanModal .button {
  width: 150px;
}
#bannerPopup,
#bannerPopupNY,
#bannerPopupDL,
#bannerModalFile,
#offerPopup {
  padding: 0;
  max-width: 800px;
  width: 100%;
  background: none;
}
#bannerPopup .cross-box,
#bannerPopupNY .cross-box,
#bannerPopupDL .cross-box,
#bannerModalFile .cross-box,
#offerPopup .cross-box {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
}
#bannerPopup .cross-box .cross-inner,
#bannerPopupNY .cross-box .cross-inner,
#bannerPopupDL .cross-box .cross-inner,
#bannerModalFile .cross-box .cross-inner,
#offerPopup .cross-box .cross-inner {
  top: 10px;
  left: 8px;
}
#bannerPopupNY .cross-box .cross-inner,
#bannerPopupDL .cross-box .cross-inner,
#bannerModalFile .cross-box .cross-inner,
#offerPopup .cross-box .cross-inner {
  background-color: #ffffff;
}
#bannerPopupNY .cross-box .cross-inner:after,
#bannerPopupDL .cross-box .cross-inner:after,
#bannerModalFile .cross-box .cross-inner:after,
#offerPopup .cross-box .cross-inner:after,
#bannerPopupNY .cross-box .cross-inner:before,
#bannerPopupDL .cross-box .cross-inner:before,
#bannerModalFile .cross-box .cross-inner:before,
#offerPopup .cross-box .cross-inner:before {
  background-color: #ffffff;
}
#bannerPopupNY,
#bannerPopupDL,
#bannerModalFile {
  max-width: 700px;
}
#offerPopup {
  max-width: 500px;
}
.kpBanPopup {
  width: 100%;
}
.kpBanPopup img {
  max-width: 100%;
}
#downloadSelect {
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 4px;
}
#downloadSelect .btn + .btn {
  margin-top: 15px;
}
#downloadSelect .cross-box {
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
}
#downloadSelect .cross-box .cross-inner {
  top: 10px;
  left: 8px;
  background-color: #ffffff;
}
#downloadSelect .cross-box .cross-inner:after,
#downloadSelect .cross-box .cross-inner:before {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  #downloadSelect {
    padding: 20px;
  }
  #downloadSelect .btn + .btn {
    margin-top: 15px;
  }
  #downloadSelect .cross-box {
    width: 40px;
    height: 40px;
    right: -40px;
    top: 0;
  }
  #downloadSelect .cross-box .cross-inner {
    top: 10px;
    left: 8px;
  }
}
#getSeminarOnEmail {
  max-width: 350px;
}
#getSeminarOnEmail .input {
  width: 100%;
  min-width: auto;
}
#getSeminarOnEmail textarea {
  min-height: 100px;
}
#getSeminarOnEmail .button {
  width: 100%;
  margin-top: 10px;
}
#ContactTinkoff,
#ContactWInn,
#ContactWOInn {
  max-width: 380px;
}
#ContactTinkoff .input,
#ContactWInn .input,
#ContactWOInn .input {
  width: 100%;
  min-width: auto;
}
#ContactTinkoff textarea,
#ContactWInn textarea,
#ContactWOInn textarea {
  min-height: 100px;
}
#ContactTinkoff .button,
#ContactWInn .button,
#ContactWOInn .button {
  width: 100%;
  margin-top: 10px;
}
#customMessage {
  max-width: 300px;
}
#customMessage .input {
  width: 100%;
  min-width: auto;
}
#customMessage textarea {
  min-height: 100px;
}
#customMessage .button {
  width: 100%;
  margin-top: 10px;
}
#rmAvatar,
#mfpLogOut,
#mfpRmBookmark {
  max-width: 570px;
  text-align: center;
  padding: 60px 60px 62px;
}
#rmAvatar h2,
#mfpLogOut h2,
#mfpRmBookmark h2 {
  color: #868e96;
}
#rmAvatar .rma-btns,
#mfpLogOut .rma-btns,
#mfpRmBookmark .rma-btns {
  width: 100%;
  margin-top: 30px;
}
#rmAvatar .button,
#mfpLogOut .button,
#mfpRmBookmark .button {
  margin-top: 10px;
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
#rmAvatar .button + .button,
#mfpLogOut .button + .button,
#mfpRmBookmark .button + .button {
  margin-right: 0;
}
#resetPass,
#lkFdbSend,
#commentSend {
  max-width: 570px;
  text-align: center;
  padding: 60px 70px 62px;
}
#resetPass h2,
#lkFdbSend h2,
#commentSend h2 {
  color: #868e96;
}
#resetPass .button,
#lkFdbSend .button,
#commentSend .button {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
#commentSend {
  max-width: 460px;
  padding: 30px 40px 32px;
}
@media (max-width: 767px) {
  #rmAvatar,
  #mfpLogOut,
  #mfpRmBookmark {
    padding: 60px 15px 62px;
  }
  #rmAvatar .button,
  #mfpLogOut .button,
  #mfpRmBookmark .button {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #rmAvatar .button + .button,
  #mfpLogOut .button + .button,
  #mfpRmBookmark .button + .button {
    margin-top: 10px;
  }
  #resetPass,
  #lkFdbSend,
  #commentSend {
    padding: 60px 15px 62px;
  }
  #resetPass .button,
  #lkFdbSend .button,
  #commentSend .button {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #commentSend {
    padding: 24px 15px 22px;
  }
  #getSeminarOnEmail {
    padding: 30px 15px 22px;
  }
  #getSeminarOnEmail .button {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  #ContactTinkoff,
  #ContactWInn,
  #ContactWOInn {
    padding: 30px 15px 22px;
  }
  #ContactTinkoff .button,
  #ContactWInn .button,
  #ContactWOInn .button {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer {
  padding: 0;
  background-color: #272B30;
}
footer .ftr-wrap {
  position: relative;
  background-color: #272B30;
  padding: 0 20px;
}
footer .ftr-main {
  position: relative;
  width: 100%;
  padding: 20px 0 30px;
  max-width: 1420px;
  margin: 0 auto;
}
footer .ftr-main .ftr-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ftr-main ul.footer-links {
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
footer .ftr-main ul.footer-links > li {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  list-style: none;
  padding: 0;
}
footer .ftr-main ul.footer-links > li + li {
  margin-top: 15px;
}
footer .ftr-main ul.footer-links > li:before {
  display: none;
}
footer .ftr-main ul.footer-links > li > a,
footer .ftr-main ul.footer-links > li > span {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
footer .ftr-main ul.footer-links > li > a:hover,
footer .ftr-main ul.footer-links > li > span:hover {
  color: #339CD3;
}
footer .ftr-main ul.footer-links > li > a:hover svg path,
footer .ftr-main ul.footer-links > li > span:hover svg path {
  fill: #339CD3;
}
footer .ftr-main ul.footer-links > li > a:focus,
footer .ftr-main ul.footer-links > li > span:focus {
  color: #1780B8;
}
footer .ftr-main ul.footer-links > li > a:focus svg path,
footer .ftr-main ul.footer-links > li > span:focus svg path {
  fill: #1780B8;
}
footer .ftr-main ul.footer-links > li > a span,
footer .ftr-main ul.footer-links > li > span span {
  display: flex;
  align-items: center;
}
footer .ftr-main ul.footer-links > li > a span svg,
footer .ftr-main ul.footer-links > li > span span svg {
  margin-left: 5px;
}
footer .ftr-main ul.footer-links > li > a:hover .lvl2,
footer .ftr-main ul.footer-links > li > span:hover .lvl2 {
  display: block;
}
footer .ftr-main ul.footer-links > li .lvl2 {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-bottom: 8px;
  z-index: 10;
}
footer .ftr-main ul.footer-links > li ul {
  background: #343A40;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 15px;
  margin: 0;
  white-space: nowrap;
  cursor: default;
}
footer .ftr-main ul.footer-links > li ul li {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  padding: 0;
}
footer .ftr-main ul.footer-links > li ul li + li {
  margin-top: 8px;
}
footer .ftr-main ul.footer-links > li ul li:before {
  display: none;
}
footer .ftr-main ul.footer-links > li ul li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
footer .ftr-main ul.footer-links > li ul li a:hover {
  color: #339CD3;
}
footer .ftr-main ul.footer-links > li ul li a:focus {
  color: #1780B8;
}
footer .ftr-main .ftr-socials {
  display: flex;
  justify-content: space-between;
}
footer .ftr-main .ftr-socials a {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
footer .ftr-main .ftr-socials a.tw {
  background: #03A9F4;
}
footer .ftr-main .ftr-socials a.fb {
  background: #3B5998;
}
footer .ftr-main .ftr-socials a.vk {
  background: #4B729F;
}
footer .ftr-main .ftr-socials a.tg {
  background: #039BE5;
}
footer .ftr-main .ftr-socials a.yt {
  background: #ff251b;
}
footer .ftr-main .ftr-socials a.yt svg {
  padding: 2px;
}
footer .ftr-main .ftr-socials a.ya {
  background: #FFFFFF;
}
footer .ftr-main .ftr-socials a.ya svg {
  padding: 1px;
}
footer .ftr-main .ftr-socials a + a {
  margin-left: 16px;
}
footer .ftr-main .ftr-socials a:hover,
footer .ftr-main .ftr-socials a:focus {
  opacity: 0.7;
}
footer .ftr-main .ftr-socials a:hover svg path,
footer .ftr-main .ftr-socials a:focus svg path {
  fill: #FFFFFF;
}
footer .ftr-main .ftr-socials a:hover.ya,
footer .ftr-main .ftr-socials a:focus.ya {
  background: #FFFFFF;
}
footer .ftr-main .ftr-socials a:hover.ya svg path,
footer .ftr-main .ftr-socials a:focus.ya svg path {
  fill: #060702;
}
footer .ftr-main .ftr-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ftr-main .copyright {
  width: 100%;
  color: #868E96;
  max-width: 928px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
footer .ftr-main .copyright a {
  color: #FFFFFF;
}
footer .ftr-main .copyright a:hover {
  color: #339CD3;
}
footer .ftr-main .copyright a:focus {
  color: #1780B8;
}
@media (min-width: 1024px) {
  footer .ftr-wrap {
    padding: 0 15px;
  }
  footer .ftr-main {
    padding: 29px 0;
  }
  footer .ftr-main ul.footer-links {
    flex-direction: row;
    margin: 0 0 40px;
    flex-shrink: 0;
  }
  footer .ftr-main ul.footer-links > li {
    margin: 0;
  }
  footer .ftr-main ul.footer-links > li + li {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-left: 185px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer .ftr-main {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  footer {
    padding-left: 244px;
  }
  footer .ftr-wrap {
    padding: 0 40px 0 30px;
  }
}
@media (min-width: 1900px) {
  footer {
    padding-left: 330px;
  }
  footer .ftr-wrap {
    padding: 0 180px 0 60px;
  }
}
.topbar + .row + .content {
  width: 100%;
}
.container--flex {
  display: flex;
  flex-direction: row-reverse;
}
.main__body {
  padding: 0 30px 0 15px;
  flex: 1;
}
.main__body:first-child {
  padding: 0 15px;
}
.main--internal .container--flex {
  flex-direction: row;
}
.main--internal .main__body {
  padding: 0 115px 0 65px;
}
.main--internal .main__body:only-child {
  margin-left: 235px;
}
.insert {
  max-width: 410px;
  padding-left: 100px;
  float: right;
}
.content > .button--mobile {
  margin-bottom: 30px;
}
.content__title {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.3px;
  color: #343a40;
}
.content__subtitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  margin: 0 0 36px;
}
.content__title ~ .content__section,
.content__subtitle ~ .content__section {
  padding: 0 0 50px 0;
}
.content__section {
  padding: 50px 0;
}
.content__section:first-child {
  padding: 0 0 50px 0;
}
.content__section--even {
  background-color: #f8f9fa;
}
.menu {
  overflow: auto;
  position: relative;
  max-height: inherit;
  border-right: 1px solid #ced4da;
  padding: 0 10px 10px 0;
}
.menu__list {
  padding: 0 30px 0 0;
}
.menu__list > * + * {
  margin-top: 20px;
}
.menu__item {
  list-style-type: none;
  line-height: 1.31;
  letter-spacing: -0.4px;
  font-size: 16px;
  font-weight: 400;
}
.menu__item:before {
  display: none;
}
.menu__link {
  color: #868e96;
  text-decoration: none;
}
.menu__link:hover {
  color: #212529;
}
.menu__wrapper {
  background-color: #ffffff;
  height: 100%;
  position: relative;
}
.menu__actions {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.constructor__intro {
  height: 300px;
  background: url(/images/bg-docs__intro.jpg) 100% 100% no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15px 5px;
}
.constructor__intro .title {
  font-size: 33px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1.08;
  color: #f8f9fa;
  margin: 0;
}
.constructor__intro p {
  color: #f8f9fa;
  margin: 20px 0 30px;
}
.constructor__intro .button {
  padding-left: 20px;
  padding-right: 20px;
}
.constructor__intro .button:hover {
  box-shadow: none;
}
.how-list .how-line {
  padding: 23px 0;
  border-top: 1px solid #e6e9ed;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.how-list .how-line .how-icon {
  width: 70px;
  min-width: 70px;
  text-align: center;
  margin-right: 30px;
  margin-top: 5px;
}
.how-list .how-line .how-icon img {
  max-width: 100%;
}
.how-list .how-line .how-content {
  width: 470px;
  max-width: 470px;
}
.how-list .how-line p {
  margin-top: 0;
  margin-bottom: 0;
}
.how-list .how-line p + p {
  margin-top: 20px;
}
.how-list .how-line.v-top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.how-list .how-line:last-child {
  border-bottom: 1px solid #e6e9ed;
}
.constructor__aside {
  margin-top: 5px;
}
.constructor__item {
  background-color: #ced4da;
  padding: 25px;
  color: #343a40;
}
.constructor__item > * + * {
  margin-top: 12px;
}
.constructor__item h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: -0.2px;
  text-align: left;
  color: #343a40;
  margin: 0;
}
.constructor__item + .constructor__item {
  margin-top: 27px;
}
.constructor__item p {
  font-weight: 300;
}
.constructor__item .adv-line {
  margin-bottom: 5px;
  margin-top: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.constructor__item .adv-line .adv-icon {
  width: 45px;
  text-align: center;
  margin-right: 18px;
}
.constructor__item .adv-line .adv-icon img {
  max-width: 100%;
}
.constructor__item .adv-line p {
  width: 250px;
  max-width: 250px;
  margin: 0;
}
.constructor__item .adv-line.v-top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.constructor-tabs {
  border-bottom: 4px solid #e9ecef;
}
.constructor-tabs .container {
  width: 100%;
  display: flex;
}
.constructor-tabs__item {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  padding: 16px 0 15px;
  letter-spacing: 1;
  text-align: center;
  color: #868e96;
  text-transform: uppercase;
  text-decoration: none;
}
.constructor-tabs__item.is-active,
.constructor-tabs__item:hover {
  color: #212529;
  box-shadow: 0 4px 0 0 #339cd3;
}
.constructor-content {
  padding: 36px 0 120px;
}
.constructor-content__main-title ~ p + .constructor-content__subsection {
  margin-top: 70px;
}
.constructor-content__section .constructor__tab > *:first-child {
  margin-top: 0;
}
.constructor-content__subsection > *:first-child {
  margin-top: 83px;
}
.constructor-content__subsection > h3 + p {
  margin: 0 0 40px;
}
.constructor-content__subsection form {
  margin: 50px 0;
  max-width: 470px;
}
.constructor-content__subsection form .input--default {
  width: 100%;
  margin-bottom: 25px;
}
.constructor-content__subsection > *:last-child {
  margin-bottom: 0;
}
.constructor-content__title {
  margin: 0 0 40px;
}
.constructor-content__subtitle {
  margin: 0 0 15px;
}
.constructor-content__column ul {
  padding: 0;
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
}
.constructor-content__column ul li:before {
  display: none;
}
.constructor-content__column > *:last-child {
  margin-bottom: 0;
}
.constructor__deflist {
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.constructor__deflist .deflist {
  border-bottom: 2px dotted #ced4da;
  /* Необязателен. Здесь задается толщина, тип и цвет точек */
  position: relative;
  padding: 0;
  margin-top: 0;
  padding-right: 8em;
}
.constructor__deflist .deflist + li {
  margin-top: 28px;
}
.constructor__deflist .deflist span,
.constructor__deflist .deflist a {
  background-color: #ffffff;
  /* Это необходимо, чтобы перекрыть точки фоном */
  margin: 0;
  bottom: -5px;
  /* Смещаем значимые блоки, чтобы они перекрыли точки */
}
.constructor__deflist .deflist__dt {
  position: relative;
  margin-right: 7em;
  /* Задается чтобы текст не заходил на номера страниц */
  padding-right: 2px;
  /* Необязателен. Задается чтобы точки не подходили вплотную к концу текста */
}
.constructor__deflist .deflist__dt[href] {
  text-decoration: underline;
  color: #333;
}
.constructor__deflist .deflist__dt[href]:hover {
  color: #2f89b8;
}
.constructor__deflist .deflist__dd {
  font-weight: bold;
  position: absolute;
  right: 0;
  padding-left: 2px;
  /* Необязателен. Задается чтобы точки не подходили вплотную к номерам страниц */
}
.constructor__deflist .deflist__dd--free {
  color: #82c91e;
}
ul.constructor__deflist {
  padding: 0;
  display: inline-block;
  margin: 20px 0 55px;
}
ul.constructor__deflist li:before {
  display: none;
}
@media (max-width: 767px) {
  .pt-xs-0 {
    padding-top: 0!important;
  }
  .mt-xs-30 {
    margin-top: 30px!important;
  }
  .insert {
    width: 100%;
    padding: 28px 0 0 0;
  }
  .menu {
    overflow: auto;
    position: absolute;
    top: 80px;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu__actions {
    display: flex;
  }
  .menu__wrapper {
    max-width: 290px;
  }
  .main--internal .main__body {
    padding: 0 15px !important;
  }
  .main--internal .main__body:only-child {
    margin-left: 0;
  }
  .constructor-content__main-title ~ p + .constructor-content__subsection {
    margin-top: 70px;
  }
  .constructor-content__subsection > *:first-child {
    margin-top: 63px;
  }
  .constructor-content__subsection form .button {
    width: 100%;
  }
  .constructor-content ul {
    display: block;
  }
  .constructor__aside {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .constructor__intro {
    height: 424px;
    padding: 0 15px;
  }
  .constructor__intro .title {
    font-size: 48px;
    line-height: 1.08;
  }
  .constructor__intro p {
    margin: 20px 0 30px;
  }
  .constructor-content {
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .button--mobile {
    display: block;
    visibility: visible;
  }
  .constructor-content__row {
    column-count: 1;
  }
  .constructor-content__row--big .constructor-content__column + .constructor-content__column {
    border-top: 1px solid #e6e9ed;
    padding-top: 17px;
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  .button--small.button--social:not(.locked):hover {
    padding: 9px 25px 9px 20px;
  }
  .button--small.button--social:not(.locked):hover span {
    margin-left: 14px;
    margin-top: 2px;
  }
  .button--social:not(.locked):hover {
    padding: 12px 25px;
  }
  .button--social:not(.locked):hover span {
    display: inline-block;
    margin-left: 20px;
    margin-top: 4px;
    opacity: 1;
    vertical-align: top;
    visibility: visible;
  }
  .button--social.button--disabled:not(.locked):hover {
    padding: 12px 16px;
  }
  .button--favorite {
    padding: 12px 16px;
  }
  .button--favorite .fa {
    font-size: 25px;
  }
  .button--favorite:hover {
    padding: 12px 25px;
  }
  .button--favorite:hover span {
    margin-left: 20px;
    margin-top: 4px;
  }
  .button--favorite.button--disabled:hover {
    padding: 12px 16px;
  }
  .button--favorite.button--load {
    padding: 12px 25px;
  }
  .button--favorite.button--load span {
    margin-left: 20px;
    margin-top: 4px;
  }
  .button--favorite.button--finished {
    min-width: 180px;
  }
  .button--finished {
    max-width: 150px;
  }
  .button--finished:after {
    height: 12px;
    left: 43%;
    top: 30%;
    width: 20px;
  }
  .button--scrolltop {
    height: 40px;
    max-width: 40px;
    margin-top: 15px;
    padding: 11px 10px;
    min-height: 40px;
    line-height: 14px;
    font-size: 20px;
  }
  .button--scrolltop:hover b {
    margin-top: -2px;
  }
  .button--close {
    min-height: 40px;
    max-width: 40px;
    padding: 3px 0 3px 3px;
    font-size: 34px;
    line-height: 34px;
  }
  .constructor-content__row {
    column-count: 2;
  }
  .constructor-content__row--big .constructor-content__column:nth-child(2n) {
    border-top: 1px solid #e6e9ed;
    padding-top: 17px;
    margin-top: 18px;
  }
  .constructor-content__column {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .main__body {
    padding: 0 15px;
  }
  .insert {
    width: 328px;
    padding-left: 42px;
  }
}
.divider {
  height: 1px;
  background-color: #b3d4fc;
  margin: 1rem 0;
}
.cell {
  background-color: #cccccc;
  display: block;
  margin: 0 0 10px;
}
.docs-forms > div {
  margin: 1rem 0 2rem;
}
.docs-forms .button {
  margin: 0 1rem 1rem 0;
}
.docs-navigation {
  position: fixed;
  top: 0;
  right: 0;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #339cd3;
  z-index: 5;
}
.docs-navigation ul {
  padding-left: 0;
}
.docs-navigation ul li {
  list-style-type: none;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}
.docs-navigation ul li:before {
  display: none;
}
.docs-navigation ul li a {
  color: #464646;
  font-weight: bold;
}
.colored-block {
  background-color: orange;
  margin-bottom: 1rem;
  min-height: 3rem;
}
.colored-block2 {
  background-color: deepskyblue;
}
.more-color {
  filter: saturate(1.3);
}
html {
  font-size: 16px;
  color: #343A40;
  line-height: 1.5;
  font-family: 'Roboto', serif;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 1.45;
  background: #F4F7FA;
  transition: margin-top 0.3s;
}
@media (max-width: 1199px) {
  body.no-scroll {
    overflow: hidden;
  }
}
/*дефолтный стиль ссылки с ховерами (в т.ч. если в ней svg иконка)*/
a {
  color: #339CD3;
  transition: all 0.3s;
}
a svg path,
a svg rect,
a svg circle {
  transition: all 0.3s;
}
a:focus {
  color: #339CD3;
}
a:focus svg path {
  fill: #339CD3;
}
@media (min-width: 1024px) {
  a:hover {
    color: #1780B8;
  }
  a:hover svg path {
    fill: #1780B8;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #343A40;
}
h1 {
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 32px;
  line-height: 37px;
}
h3 {
  font-size: 28px;
  line-height: 33px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
i {
  font-style: italic;
}
strong,
b {
  font-weight: 500;
}
img {
  align-self: center;
  max-width: 100%;
}
main {
  padding: 84px 0 0 0;
}
main .page-main-column {
  min-height: 100vh;
  -ms-flex-positive: 1;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
}
main .page-main-column .main-col-wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  margin: 0 auto;
  max-width: 1420px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  main {
    padding: 56px 0 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  main .page-main-column .main-col-wrap {
    max-width: none;
  }
}
@media (min-width: 1400px) {
  main {
    padding-top: 92px;
    padding-left: 244px;
  }
  main.pravo-main {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  main.pravo-main .page-main-column .main-col-wrap {
    max-width: none;
  }
}
@media (min-width: 1900px) {
  main {
    padding-top: 100px;
    padding-left: 330px;
  }
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: unset;
}
.rubrika-menu a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  padding: 3px 13px;
  background: #FFFFFF;
  border: 1px solid #CED4DAB2;
  min-height: unset;
  border-radius: 30px;
  margin: 0 16px 0 0;
  transition: all 0.3s;
  flex-shrink: 0;
}
.rubrika-menu a:hover {
  color: #343A40;
  background: #E3F5FF;
  border-color: #E3F5FF;
}
.rubrika-menu a:focus {
  background: #C4EBFF;
  border-color: #C4EBFF;
}
.rubrika-menu a svg {
  margin: 0 0 0 4px;
}
.rubrika-menu a svg path {
  transition: all 0.3s;
}
.rubrika-menu a.link-all {
  border: 1px solid #339CD3;
  color: #339CD3;
  margin-right: 0;
}
.rubrika-menu a.link-all:hover,
.rubrika-menu a.link-all:focus {
  color: #1780B8;
  background: #FFFFFF;
  border-color: #1780B8;
}
.rubrika-menu a.link-all:hover svg path,
.rubrika-menu a.link-all:focus svg path {
  fill: #1780B8;
}
nav.nav-sidebar {
  position: relative;
  z-index: 30;
}
nav.nav-sidebar.open .sidebar-overlay {
  display: block;
}
nav.nav-sidebar.open .sidebar-container {
  transform: none;
}
nav.nav-sidebar .sidebar-block {
  height: 100%;
  flex-grow: 1;
}
nav.nav-sidebar .sidebar-wrapper {
  position: fixed;
  left: 0;
  z-index: 4;
  top: 40px;
  transition: top 0.3s;
}
nav.nav-sidebar .sidebar-overlay {
  display: none;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343A40;
  opacity: 0.25;
  transition: top 0.3s;
}
nav.nav-sidebar .sidebar-container {
  height: calc(100% - 40px);
  position: fixed;
  top: 40px;
  left: 0;
  transition: transform 0.3s ease-in-out, height 0.3s, top 0.3s;
  width: 100%;
  transform: translate3d(-104%, 0, 0);
  padding: 0 0 0 10px;
  background-color: #FFFFFF;
}
nav.nav-sidebar .sibebar-inner {
  display: block;
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  position: relative;
  height: 100%;
}
nav.nav-sidebar .sidebar-body {
  box-sizing: border-box;
  min-height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  padding: 23px 10px 130px 0;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
nav.nav-sidebar .rubrika-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0 16px 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
nav.nav-sidebar .rubrika-menu a {
  margin: 0 16px 16px 0;
}
nav.nav-sidebar .rubrika-menu a + a {
  margin: 0 16px 16px 0;
}
nav.nav-sidebar ul.sidebar-menu {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
nav.nav-sidebar ul.sidebar-menu .tag_special_container {
  margin-left: 6px;
}
nav.nav-sidebar ul.sidebar-menu .tag_special {
  padding: 2px 3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  color: #FFFFFF;
}
nav.nav-sidebar ul.sidebar-menu .tag_special.green {
  background-color: #4bb34b;
}
nav.nav-sidebar ul.sidebar-menu li {
  padding: 0;
  list-style: none;
}
nav.nav-sidebar ul.sidebar-menu li:before {
  display: none;
}
nav.nav-sidebar ul.sidebar-menu li::marker {
  content: none;
}
nav.nav-sidebar ul.sidebar-menu li a,
nav.nav-sidebar ul.sidebar-menu li span.lvl3-lnk {
  display: block;
  color: #343A40;
}
nav.nav-sidebar ul.sidebar-menu li a.active,
nav.nav-sidebar ul.sidebar-menu li span.lvl3-lnk.active {
  color: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li + li {
  margin-top: 0;
}
nav.nav-sidebar ul.sidebar-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.15;
  min-height: 44px;
  padding: 11px 10px;
  transition: background 0.3s;
  border-radius: 12px;
  overflow: hidden;
}
nav.nav-sidebar ul.sidebar-menu > li > a .lnk-wrap {
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown):not(.h-stroke) path,
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown):not(.h-stroke) rect,
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown):not(.h-stroke) circle {
  fill: #343A40;
}
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown).h-stroke path,
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown).h-stroke rect {
  stroke: #343A40;
  fill: none;
}
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown).h-stroke circle {
  fill: #343A40;
}
nav.nav-sidebar ul.sidebar-menu > li > a svg.dropdown path,
nav.nav-sidebar ul.sidebar-menu > li > a svg.dropdown rect {
  fill: #868E96;
}
nav.nav-sidebar ul.sidebar-menu > li > a svg:not(.dropdown),
nav.nav-sidebar ul.sidebar-menu > li > a img {
  margin-right: 6px;
  flex-shrink: 0;
}
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) path,
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) rect,
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) circle {
  fill: #343A40;
}
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke path,
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke rect {
  stroke: #343A40;
  fill: none;
}
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke circle {
  fill: #343A40;
}
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg.dropdown path,
nav.nav-sidebar ul.sidebar-menu > li > a:hover svg.dropdown rect {
  fill: #868E96;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk .l2-dd {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  margin-left: 8px;
  position: relative;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk .l2-dd::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -8px;
  bottom: -12px;
  right: -800px;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk .l2-dd svg.dropdown {
  width: 20px;
  height: 20px;
  padding: 0 4px;
  box-sizing: border-box;
  z-index: 1;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened {
  color: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown):not(.h-stroke) path,
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown):not(.h-stroke) rect,
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown):not(.h-stroke) circle {
  fill: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown).h-stroke path,
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown).h-stroke rect {
  stroke: #339CD3;
  fill: none;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg:not(.dropdown).h-stroke circle {
  fill: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened svg.dropdown {
  transform: rotate(180deg);
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2:not(.ext-lvl2) ul {
  margin: 8px 0 0;
  padding: 0;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2:not(.ext-lvl2) ul > li a {
  min-height: 34px;
  padding: 7px 10px 7px 36px;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul {
  margin: 8px 0 0;
  padding: 0;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk {
  width: 100%;
  padding-right: 0;
  cursor: pointer;
  transition: color 0.3s;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk .l3-dd {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: content-box;
  min-height: 34px;
  padding: 7px 10px 7px 36px;
  box-sizing: border-box;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk .l3-dd svg.dropdown {
  margin-left: 8px;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk svg path {
  fill: #868E96;
  transition: all 0.3s;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened {
  color: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened svg path {
  fill: #339CD3;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened svg.dropdown {
  transform: rotate(180deg);
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li .lvl3 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li .lvl3 ul {
  margin: 8px 0 0;
}
nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li .lvl3 ul > li a {
  min-height: 34px;
  padding: 7px 10px 7px 50px;
}
nav.nav-sidebar ul.sidebar-menu > li ul > li + li {
  margin-top: 0;
}
nav.nav-sidebar ul.sidebar-menu > li ul > li > a,
nav.nav-sidebar ul.sidebar-menu > li ul > li span.lvl3-lnk {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
nav.nav-sidebar .sidebar-socials-wrap {
  margin: 24px 10px 0;
}
nav.nav-sidebar .sidebar-socials-wrap span.intro {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
  margin-bottom: 16px;
  max-width: 150px;
}
nav.nav-sidebar .sidebar-socials {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
nav.nav-sidebar .sidebar-socials a {
  display: flex;
  width: 28px;
  height: 28px;
  transition: opacity 0.3s;
}
nav.nav-sidebar .sidebar-socials a + a {
  margin-left: 20px;
}
nav.nav-sidebar .sidebar-socials a svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  nav.nav-sidebar .sibebar-inner .ps__rail-x,
  nav.nav-sidebar .sibebar-inner .ps__rail-y {
    display: none;
  }
}
@media (min-width: 768px) {
  nav.nav-sidebar .sidebar-overlay {
    top: 60px;
  }
  nav.nav-sidebar .sidebar-container {
    height: calc(100% - 60px);
    top: 60px;
  }
}
@media (min-width: 1024px) {
  nav.nav-sidebar .sidebar-container {
    width: 215px;
    transform: translate3d(-215px, 0, 0);
  }
  nav.nav-sidebar .rubrika-menu {
    display: none;
  }
  nav.nav-sidebar ul.sidebar-menu li a:hover,
  nav.nav-sidebar ul.sidebar-menu li span.lvl3-lnk:hover {
    color: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.min-font {
    font-size: 14px;
    line-height: 1;
    padding: 8px 10px;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a:hover {
    background: #E3F5FF;
    color: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) path,
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) rect,
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown):not(.h-stroke) circle {
    fill: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke path,
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke rect {
    stroke: #339CD3;
    fill: none;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg:not(.dropdown).h-stroke circle {
    fill: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg.dropdown path,
  nav.nav-sidebar ul.sidebar-menu > li > a:hover svg.dropdown rect {
    fill: #868E96;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk .l2-dd:hover svg path {
    fill: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover {
    color: #1780B8;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown):not(.h-stroke) path,
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown):not(.h-stroke) rect,
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown):not(.h-stroke) circle {
    fill: #1780B8;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown).h-stroke path,
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown).h-stroke rect {
    stroke: #1780B8;
    fill: none;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened:hover svg:not(.dropdown).h-stroke circle {
    fill: #1780B8;
  }
  nav.nav-sidebar ul.sidebar-menu > li > a.lvl2-lnk.opened .l2-dd:hover svg path {
    fill: #1780B8;
  }
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk:hover,
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk:focus {
    color: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk:hover svg path,
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk:focus svg path {
    fill: #339CD3;
  }
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened:hover,
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened:focus {
    color: #1780B8;
  }
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened:hover svg path,
  nav.nav-sidebar ul.sidebar-menu > li .lvl2.ext-lvl2 ul > li > .lvl3-lnk.opened:focus svg path {
    fill: #1780B8;
  }
  nav.nav-sidebar .sidebar-socials-wrap {
    margin: 32px 10px 0;
  }
  nav.nav-sidebar .sidebar-socials a + a {
    margin-left: 14px;
  }
  nav.nav-sidebar .sidebar-socials a:hover {
    opacity: 0.7;
  }
  nav.nav-sidebar .sidebar-socials a:hover svg path {
    fill: revert-layer;
  }
}
@media (min-width: 1400px) {
  nav.nav-sidebar .sidebar-overlay {
    display: none !important;
  }
  nav.nav-sidebar .sidebar-container {
    transform: none;
    width: 244px;
    height: calc(100% - 92px);
    top: 92px;
    background: none;
    padding: 0 0 0 30px;
  }
  nav.nav-sidebar .sidebar-container::before {
    content: "";
    position: absolute;
    background: #FFFFFF;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 16px 16px 0;
    overflow: hidden;
  }
  nav.nav-sidebar .sidebar-socials-wrap span.intro {
    margin-bottom: 12px;
  }
  nav.nav-sidebar .sidebar-socials a {
    width: 24px;
    height: 24px;
  }
  nav.nav-sidebar .sidebar-body {
    padding: 10px 10px 68px 0;
    background: none;
  }
}
@media (min-width: 1900px) {
  nav.nav-sidebar .sidebar-container {
    width: 330px;
    padding: 0 0 0 80px;
    top: 100px;
  }
  nav.nav-sidebar .sidebar-body {
    padding: 10px 46px 124px 0;
  }
}
.center-main {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
}
.center-main > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .center-main {
    width: calc(100% - 228px - 32px);
  }
}
@media (min-width: 1400px) {
  .center-main {
    width: calc(100% - 290px - 30px);
  }
}
@media (min-width: 1900px) {
  .center-main {
    width: calc(100% - 358px - 80px);
  }
}
.page-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #339CD3;
}
.page-link svg {
  margin-left: 4px;
}
.page-link:hover {
  color: #1780B8;
}
.page-link:hover svg path {
  fill: #1780B8;
}
.index-main-header {
  font-size: 27px;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .index-main-header {
    font-size: 30px;
    line-height: 34px;
  }
}
.feed-sect-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.feed-sect-header strong,
.feed-sect-header h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #343A40;
  margin: 0;
}
@media (min-width: 768px) {
  .feed-sect-header strong,
  .feed-sect-header h2 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .feed-sect-header {
    margin-bottom: 24px;
  }
  .feed-sect-header strong,
  .feed-sect-header h2 {
    font-size: 28px;
  }
}
@media (min-width: 1900px) {
  .feed-sect-header {
    margin-bottom: 32px;
  }
  .feed-sect-header strong,
  .feed-sect-header h2 {
    font-size: 32px;
  }
}
.feed-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 20px;
}
@media (min-width: 1024px) {
  .feed-actions {
    gap: 24px 24px;
  }
}
@media (min-width: 1400px) {
  .feed-actions {
    gap: 24px 32px;
  }
}
@media (min-width: 1900px) {
  .feed-actions {
    gap: 24px 40px;
  }
}
.feed-actions > * {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .feed-actions > * {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .feed-actions > * {
    margin-top: 32px;
  }
}
@media (min-width: 1900px) {
  .feed-actions > * {
    margin-top: 40px;
  }
}
/* RUBRIKATOR */
.rubrikator-search {
  margin: 40px 0 16px;
}
.rubrikator-search .search-field {
  position: relative;
  width: 100%;
}
.rubrikator-search .search-field .input--search,
.rubrikator-search .search-field input[type=search] {
  padding: 11px 60px 11px 48px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  color: #343A40;
  border-radius: 8px;
  background: #FFFFFF url("/images/svg/s-icon-grey.svg") 16px 50% no-repeat;
  background-size: 24px 24px;
  width: 100%;
}
.rubrikator-search .search-field .input--search:focus,
.rubrikator-search .search-field input[type=search]:focus {
  background: #FFFFFF url("/images/svg/s-icon-blue.svg") 16px 50% no-repeat;
  background-size: 24px 24px;
}
.rubrikator-search .search-field .input--search::-webkit-input-placeholder,
.rubrikator-search .search-field input[type=search]::-webkit-input-placeholder {
  color: #CED4DA;
}
.rubrikator-search .search-field .input--search::-moz-placeholder,
.rubrikator-search .search-field input[type=search]::-moz-placeholder {
  color: #CED4DA;
}
.rubrikator-search .search-field .input--search:-moz-placeholder,
.rubrikator-search .search-field input[type=search]:-moz-placeholder {
  color: #CED4DA;
}
.rubrikator-search .search-field .input--search:-ms-input-placeholder,
.rubrikator-search .search-field input[type=search]:-ms-input-placeholder {
  color: #CED4DA;
}
.rubrikator-search .search-field button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .rubrikator-search .search-field .input--search,
  .rubrikator-search .search-field input[type=search] {
    padding: 12px 60px 12px 48px;
    font-size: 14px;
    line-height: 20px;
  }
}
.rubrikator-main {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
/* прелоадер поверх всего блока */
.rubrika-loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(110%) blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.rubrika-loader.on {
  display: flex;
}
.rubrika-loader .spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #eaf6ff;
  border-top-color: #0ea5e9;
  animation: spin 800ms linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.rubrika-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 24px;
  position: relative;
  overflow: clip;
  /* контейнер колонок */
  /* строка пункта */
  /* кнопка-стрелка раскрытия */
  /* маркеры подпунктов */
  /* контейнер скрываемого блока — плавная анимация */
  /* кнопка Показать ещё */
}
.rubrika-card + .rubrika-card {
  margin-top: 30px;
}
.rubrika-card a {
  color: #343A40;
  text-decoration: none!important;
}
.rubrika-card a:hover {
  color: #339CD3;
}
.rubrika-card a:focus {
  color: #1780B8;
}
.rubrika-card .head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.rubrika-card .head h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}
.rubrika-card .head .total {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #339CD3;
  background: #F8F9FA;
  border-radius: 4px;
  padding: 0 4px;
  cursor: default;
}
.rubrika-card .cols {
  column-count: 2;
  column-gap: 24px;
  column-fill: balance;
}
.rubrika-card ul {
  margin: 0;
  padding: 0;
}
.rubrika-card ul li {
  margin: 0;
  padding: 0;
}
.rubrika-card ul li + li {
  margin-top: 12px;
}
.rubrika-card ul > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  width: 100%;
}
.rubrika-card .rubrika-row {
  display: block;
  line-height: 20px;
  position: relative;
  padding-right: 30px;
}
.rubrika-card .rubrika-row a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.rubrika-card .dt_pub {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #868E96;
  white-space: nowrap;
  cursor: default;
  vertical-align: middle;
}
.rubrika-card .count {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #339CD3;
  background: #F8F9FA;
  border-radius: 4px;
  padding: 0 4px;
  white-space: nowrap;
  cursor: default;
  margin-left: 8px;
  vertical-align: middle;
}
.rubrika-card .toggle {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  border-radius: 4px;
  border: 0 none;
  background: none;
  padding: 0;
  cursor: pointer;
  margin-left: 12px;
  vertical-align: middle;
  transition: all 0.3s;
}
.rubrika-card .toggle:focus-visible {
  outline: 2px solid #339CD3;
  outline-offset: 2px;
}
.rubrika-card .toggle:hover {
  background: #E3F5FF;
}
.rubrika-card .toggle[aria-expanded="true"] .chev {
  transform: rotate(-135deg);
  margin-top: 3px;
}
.rubrika-card .chev {
  width: 6px;
  height: 6px;
  border-right: 2px solid #339CD3;
  border-bottom: 2px solid #339CD3;
  transform: rotate(45deg);
  margin-top: -2px;
}
.rubrika-card .lvl-1 {
  list-style: none;
}
.rubrika-card .lvl-1 > .panel {
  margin-left: 14px;
}
.rubrika-card .lvl-2::marker,
.rubrika-card .lvl-3::marker {
  line-height: 20px;
}
.rubrika-card .panel {
  overflow: hidden;
  height: 0;
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  color: #868E96;
}
.rubrika-card .panel.open {
  /* будет выставляться высота скриптом */
}
.rubrika-card .panel > ul {
  margin-top: 12px;
  padding-left: 14px;
}
.rubrika-card .panel ul li {
  color: #868E96;
}
.rubrika-card .panel a {
  color: #868E96;
}
.rubrika-card .panel a:hover {
  color: #339CD3;
}
.rubrika-card .panel a:focus {
  color: #1780B8;
}
.rubrika-card .more-wrap {
  margin-top: 14px;
}
.rubrika-card .more-btn {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #339CD3;
}
.rubrika-card .more-btn svg {
  margin-left: 8px;
}
.rubrika-card .more-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}
.rubrika-card .more-btn[disabled] {
  color: #868E96 !important;
}
@media (max-width: 767px) {
  .rubrika-card {
    /* на мобильных — одна колонка */
  }
  .rubrika-card .cols {
    column-count: 1;
  }
}
@media (min-width: 1024px) {
  .rubrika-card .more-btn:hover {
    color: #1780B8;
  }
  .rubrika-card .more-btn:hover svg path {
    fill: #1780B8;
  }
}
@media (min-width: 1900px) {
  .rubrika-card .more-btn {
    font-size: 16px;
    line-height: 30px;
  }
}
aside.center-aside {
  display: none;
  position: relative;
  z-index: 10;
}
aside.center-aside ul {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
aside.center-aside ul li {
  list-style: none;
  padding: 0;
}
aside.center-aside ul li:before {
  display: none;
}
aside.center-aside .center-aside-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 300px;
}
aside.center-aside .aside-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: auto!important;
  max-height: 100%;
}
aside.center-aside .aside-card + .aside-card {
  margin-top: 24px;
}
aside.center-aside .aside-card .sticky {
  position: -webkit-sticky !important;
  position: sticky!important;
  top: 83px;
  transition: top 0.3s;
}
aside.center-aside .aside-card .aside-card-inner {
  box-sizing: border-box;
}
aside.center-aside .aside-card .aside-card-inner .card-title {
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
}
aside.center-aside .aside-card .aside-card-inner .card-title svg {
  flex-shrink: 0;
  margin: 3px 4px 0 0;
}
aside.center-aside .aside-card .aside-card-inner .card-title img {
  flex-shrink: 0;
  margin: 0 4px 0 0;
}
aside.center-aside .aside-card .aside-card-inner .card-title[href]:hover {
  color: #339CD3;
}
aside.center-aside .aside-card .aside-card-inner .card-title[href]:hover svg path {
  fill: #339CD3;
}
aside.center-aside .aside-card.type-color .aside-card-inner {
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
aside.center-aside .aside-card.type-color .aside-card-inner .card-title {
  padding: 12px 12px 0;
}
aside.center-aside .aside-card.type-color .aside-card-inner ul {
  padding: 16px 36px;
}
aside.center-aside .aside-card.type-color .aside-card-inner ul li + li {
  margin-top: 16px;
}
aside.center-aside .aside-card.type-color .aside-card-inner ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
aside.center-aside .aside-card.type-color .aside-card-inner .show-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 36px;
  background: #FFFFFF;
}
aside.center-aside .aside-card.type-color .aside-card-inner .show-more svg {
  margin-left: 4px;
}
aside.center-aside .aside-card.type-color.clr1 .aside-card-inner {
  background: #E3F5FF;
}
aside.center-aside .aside-card.type-color.clr2 .aside-card-inner {
  background: #F3F1FF;
}
aside.center-aside .aside-card.type-color.clr3 .aside-card-inner {
  background: #EBF8E7;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .card-title {
  padding: 12px 12px 0;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner ul {
  padding: 17px 12px 0;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner ul li + li {
  margin-top: 22px;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner a.thumb-link {
  display: flex;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner a.thumb-link > * {
  position: relative;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner a.thumb-link:hover .lnk-data strong {
  color: #339CD3;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner a.thumb-link:hover .lnk-data span.link {
  color: #1780B8;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .thumbnail {
  width: 133px;
  flex-shrink: 0;
  margin-right: 8px;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .lnk-data {
  display: flex;
  flex-direction: column;
  width: 100%;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .lnk-data strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #343A40;
  margin-bottom: 2px;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .lnk-data span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #343A40;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .lnk-data span.event-type {
  color: #868E96;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .lnk-data span.link {
  line-height: 24px;
  text-align: right;
  color: #339CD3;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .show-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 12px 17px;
  background: #FFFFFF;
}
aside.center-aside .aside-card.type-thumb .aside-card-inner .show-more svg {
  margin-left: 4px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner .card-title {
  padding: 12px 12px 0;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul.scols-cats {
  padding: 10px 16px 26px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul.scols-cats strong {
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul.scols-cats > li + li {
  margin-top: 20px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul.scols-cats > li ul {
  padding: 0 0 0 20px;
  margin-top: 9px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner .show-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #339CD3;
  background: #FFFFFF;
}
aside.center-aside .aside-card.type-articles .aside-card-inner .show-more svg {
  margin-left: 4px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner .show-more:hover,
aside.center-aside .aside-card.type-articles .aside-card-inner .show-more:focus {
  color: #1780B8;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul {
  padding: 10px 16px 26px 36px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li {
  display: flex;
  flex-direction: column;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li + li {
  margin-top: 9px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li span.date {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #CED4DA;
  margin-bottom: 4px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #343A40;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li a:hover {
  color: #1780B8;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li a:focus {
  color: #339CD3;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > span,
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #CED4DA;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > span + *,
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a + * {
  margin-left: 10px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > span svg,
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a svg {
  margin-right: 4px;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a:hover {
  color: #339CD3;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a:hover svg path {
  fill: #339CD3;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a:focus {
  color: #1780B8;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel > a:focus svg path {
  fill: #1780B8;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel .comments .txt {
  display: none;
}
aside.center-aside .aside-card.type-articles .aside-card-inner ul li .icons-panel .comments .dgt {
  display: inline!important;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner .card-title {
  padding: 12px 12px 0;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner ul {
  padding: 16px 36px;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner ul li {
  font-size: 14px;
  line-height: 1.45;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner ul li + li {
  margin-top: 16px;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner ul li.active a {
  color: #343A40;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner .code-menu ul {
  margin: 0;
  padding: 0;
}
aside.center-aside .aside-card.type-sect-menu .aside-card-inner .code-menu ul li + li {
  margin-top: 0;
}
aside.center-aside .aside-card.type-authors .aside-card-inner ul {
  margin-top: 11px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner ul li + li {
  margin-top: 16px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author {
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 12px 10px 18px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author:hover .info-area .author-name {
  color: #339CD3;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area {
  margin-right: 17px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .author-image {
  display: flex;
  position: relative;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  background: #CED4DA;
  flex-shrink: 0;
  overflow: hidden;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .author-image img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 50px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .author-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 5px) no-repeat;
  background-size: 35px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .stars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 5px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .stars i {
  font-style: normal;
  width: 15px;
  height: 14px;
  background: url(/images/ppt21/svg/gold-star.svg) 0 0 no-repeat;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .icon-area .stars i:nth-child(2) {
  margin-top: 5px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-position {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #CED4DA;
  margin-bottom: 6px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-name {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #343A40;
  transition: color 0.3s;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #CED4DA;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span + * {
  margin-left: 8px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span img {
  margin-right: 4px;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span .hint {
  display: none;
  position: absolute;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  white-space: nowrap;
  bottom: -24px;
  left: -32px;
  background: #272B30;
  opacity: 0.9;
  border-radius: 2px;
  padding: 0 5px;
  z-index: 10;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span .hint::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -6px;
  left: 30px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #272B30;
  z-index: -1;
}
aside.center-aside .aside-card.type-authors .aside-card-inner .best-author .info-area .author-stats > span:hover .hint {
  display: block;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantages {
  width: 100%;
  background: #EBF8E7;
  border: 1px solid #E9ECEF;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 21px 19px;
  margin-top: 11px;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner ul li + li {
  margin-top: 26px;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage .advantage-icon {
  display: flex;
  flex-shrink: 0;
  margin-right: 26px;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage .advantage-info {
  width: 100%;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage .advantage-info strong {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #343A40;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage .advantage-info strong.count {
  font-size: 24px;
  line-height: 24px;
}
aside.center-aside .aside-card.type-advantages .aside-card-inner .aside-advantage .advantage-info span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #868E96;
}
@media (min-width: 1024px) {
  aside.center-aside {
    display: block;
    margin-left: 32px;
    margin-bottom: 32px;
  }
  aside.center-aside .center-aside-inner {
    width: 228px;
  }
  aside.center-aside .aside-card + .aside-card {
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  aside.center-aside {
    margin-left: 30px;
    margin-bottom: 30px;
  }
  aside.center-aside .center-aside-inner {
    width: 290px;
  }
}
@media (min-width: 1900px) {
  aside.center-aside {
    margin-left: 80px;
    margin-bottom: 80px;
  }
  aside.center-aside .center-aside-inner {
    width: 358px;
  }
  aside.center-aside .aside-card + .aside-card {
    margin-top: 32px;
  }
}
.tabs-mini-aside {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  background: #FFFFFF;
  padding: 8px 8px;
  overflow: hidden;
}
.tabs-mini-aside a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 7px);
  border-radius: 8px;
  padding: 4px 4px 3px;
  transition: background 0.3s;
}
.tabs-mini-aside a:hover,
.tabs-mini-aside a:focus {
  background: #E3F5FF;
}
.tabs-mini-aside a:hover svg.tc-svg-fill path,
.tabs-mini-aside a:focus svg.tc-svg-fill path {
  fill: #339CD3;
  stroke: inherit;
}
.tabs-mini-aside a:hover svg:not(.tc-svg-fill) path,
.tabs-mini-aside a:focus svg:not(.tc-svg-fill) path {
  stroke: #339CD3;
  fill: inherit;
}
.tabs-mini-aside a:hover strong,
.tabs-mini-aside a:focus strong {
  color: #339CD3;
}
.tabs-mini-aside a .tab-icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.tabs-mini-aside a svg {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.tabs-mini-aside a svg path {
  transition: all 0.3s;
}
.tabs-mini-aside a strong {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #343A40;
  transition: color 0.3s;
}
.tabs-mini-aside a .mini-tab-count {
  position: absolute;
  top: 0;
  left: calc(50% + 5px);
}
.tabs-mini-aside a i {
  display: block;
  font-weight: 400;
  font-size: 9px;
  line-height: 10px;
  font-style: normal;
  color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FAFBFD;
  background: #339CD3;
  padding: 1px 3px;
}
@media (max-width: 1023px) {
  .tabs-mini-aside {
    display: none;
  }
}
.col-card-container {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.col-card-container.col-card-colored ul {
  padding: 0;
  margin: 20px 0 0;
}
.col-card-container.col-card-colored ul li {
  list-style: none;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.col-card-container.col-card-colored ul li + li {
  margin-top: 8px;
}
.col-card-container.col-card-colored .col-card-footlink {
  border: none;
}
.col-card-container .col-card-illustration-top {
  position: relative;
  float: right;
  width: 62px;
  height: 62px;
  top: 8px;
  right: 8px;
}
.col-card-container .col-card-illustration-top img {
  width: 100%;
  height: auto;
}
.col-card-container .col-card-illustration-top + .col-card-body .col-card-header {
  padding-right: 56px;
}
.col-card-container .col-card-body {
  padding: 24px 16px;
}
.col-card-container .col-card-header {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #343A40;
}
.col-card-container .col-card-footlink {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 16px;
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.col-card-container .col-card-footlink svg {
  margin-left: 8px;
}
@media (min-width: 1400px) {
  .col-card-container .col-card-illustration-top {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 10px;
  }
  .col-card-container .col-card-illustration-top + .col-card-body .col-card-header {
    padding-right: 74px;
  }
  .col-card-container .col-card-header {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .col-card-container.col-card-colored ul {
    margin: 16px 0 0;
  }
  .col-card-container.col-card-colored ul li {
    font-size: 16px;
    line-height: 1.4;
  }
  .col-card-container .col-card-illustration-top {
    width: 86px;
    height: 86px;
    top: 14px;
    right: 14px;
  }
  .col-card-container .col-card-illustration-top + .col-card-body .col-card-header {
    padding-right: 80px;
  }
  .col-card-container .col-card-body {
    padding: 32px 28px;
  }
  .col-card-container .col-card-header {
    font-size: 24px;
  }
  .col-card-container .col-card-footlink {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 28px;
  }
  .col-card-container .col-card-footlink svg {
    margin-left: 11px;
  }
}
.col-contacts .col-contacts-list {
  margin-top: 24px;
}
.col-contacts .col-contacts-list .ccl-row {
  display: flex;
}
.col-contacts .col-contacts-list .ccl-row + .ccl-row {
  margin-top: 18px;
}
.col-contacts .col-contacts-list .contact-left {
  margin-right: 10px;
}
.col-contacts .col-contacts-list .contact-left .contact-image {
  display: flex;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.col-contacts .col-contacts-list .contact-left .contact-image img {
  width: 100%;
  height: auto;
}
.col-contacts .col-contacts-list .contact-info strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
}
.col-contacts .col-contacts-list .contact-info span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #868E96;
  margin-top: 2px;
}
.col-contacts .col-contacts-list .contact-links {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.col-contacts .col-contacts-list .contact-links .cl-item {
  height: 24px;
}
.col-contacts .col-contacts-list .contact-links .cl-item + .cl-item {
  margin-left: 12px;
}
.col-contacts .col-contacts-list .contact-links .cl-item:hover svg.spec-hover .sh-stroke,
.col-contacts .col-contacts-list .contact-links .cl-item:focus svg.spec-hover .sh-stroke {
  stroke: #1780B8;
  fill: none;
}
.col-contacts .col-contacts-list .contact-links .cl-item:hover svg.spec-hover .sh-fill,
.col-contacts .col-contacts-list .contact-links .cl-item:focus svg.spec-hover .sh-fill {
  fill: #1780B8;
}
@media (min-width: 1900px) {
  .col-contacts .col-contacts-list .ccl-row + .ccl-row {
    margin-top: 24px;
  }
  .col-contacts .col-contacts-list .contact-left {
    margin-right: 12px;
  }
  .col-contacts .col-contacts-list .contact-left .contact-image {
    width: 48px;
  }
  .col-contacts .col-contacts-list .contact-info strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
  }
  .col-contacts .col-contacts-list .contact-info span {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
  }
  .col-contacts .col-contacts-list .contact-links {
    margin-top: 4px;
  }
  .col-contacts .col-contacts-list .contact-links .cl-item {
    height: 28px;
  }
  .col-contacts .col-contacts-list .contact-links .cl-item svg {
    width: 28px;
    height: 28px;
  }
  .col-contacts .col-contacts-list .contact-links .cl-item + .cl-item {
    margin-left: 8px;
  }
}
.col-calculators {
  background: #E3F5FF;
  background: linear-gradient(227.95deg, rgba(255, 255, 255, 0.2) 1.54%, rgba(57, 162, 220, 0.2) 97.49%), #E3F5FF;
}
.col-calculators ul a {
  color: #343A40;
}
.col-calculators ul a:hover,
.col-calculators ul a:focus {
  color: #339CD3;
}
.col-services {
  background: #EBF8E7;
  background: linear-gradient(228.41deg, rgba(255, 255, 255, 0.2) 1%, rgba(132, 203, 110, 0.2) 97.76%), #EBF8E7;
}
.col-services ul a {
  color: #343A40;
}
.col-services ul a:hover,
.col-services ul a:focus {
  color: #1EA355;
}
.col-services .col-card-footlink {
  color: #1EA355;
}
.col-services .col-card-footlink svg path {
  fill: #1EA355;
}
.col-uslugi {
  background: #F3F1FF;
  background: linear-gradient(228.41deg, rgba(255, 255, 255, 0.2) 1%, rgba(181, 175, 219, 0.2) 97.76%), #F3F1FF;
}
.col-uslugi ul a {
  color: #343A40;
}
.col-uslugi ul a:hover,
.col-uslugi ul a:focus {
  color: #6858E8;
}
.col-uslugi .col-card-footlink {
  color: #6858E8;
}
.col-uslugi .col-card-footlink svg path {
  fill: #6858E8;
}
.col-advice {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343A40;
  padding: 16px 12px;
  border-radius: 16px;
  background: #FFFFFF;
}
.col-advice span {
  color: #339CD3;
}
.col-advice svg {
  flex-shrink: 0;
  margin-right: 6px;
}
@media (min-width: 1900px) {
  .col-advice {
    font-size: 16px;
    line-height: 1.2;
    padding: 18px 16px;
  }
  .col-advice svg {
    margin-right: 8px;
  }
}
.team-menu-bottom {
  margin-top: 20px;
  padding: 0 12px 12px;
}
.team-menu-bottom .btn {
  width: 100%;
  margin: 0;
}
.col-cards-main {
  display: grid;
  margin: 24px 0;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px;
}
@media (max-width: 767px) {
  .col-cards-main {
    display: flex;
    overflow-x: scroll;
    margin: 24px -16px;
    padding: 0 16px;
    grid-gap: unset;
  }
  .col-cards-main .ccm-card {
    display: none;
  }
  .col-cards-main .col-card-chibi {
    width: 154px;
    flex-shrink: 0;
  }
  .col-cards-main .col-card-chibi + .col-card-chibi {
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .col-cards-main {
    display: none;
  }
}
.col-card-chibi {
  border-radius: 16px;
  overflow: hidden;
}
.col-card-chibi .col-card-illustration-top {
  width: 80px;
  height: 80px;
  padding: 13px 37px 14px;
  box-sizing: content-box;
}
.col-card-chibi .col-card-illustration-top img {
  width: 100%;
  height: auto;
}
.col-card-chibi .col-card-illustration-top + .col-card-body .col-card-header {
  padding-right: 56px;
}
.col-card-chibi .col-card-footlink {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #343A40;
  padding: 11px 16px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .col-card-chibi {
    display: none;
  }
}
.page-comments {
  margin-top: 24px;
}
.page-comments .sect-container {
  display: block;
  height: auto;
  width: 100%;
}
.page-comments .sect-container ul {
  margin: 0;
  padding: 0;
}
.page-comments .sect-container ul li {
  list-style: none;
  padding: 0;
}
.page-comments .sect-container ul li + li {
  margin-top: 32px;
}
.page-comments .sect-container ul li::before {
  display: none;
}
.page-comments .btn {
  margin-top: 20px;
}
.page-comments .page-url {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #343A40;
  margin-bottom: 10px;
}
.page-comments .page-url:hover {
  color: #339CD3;
}
.page-comments .author-line {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.page-comments .author-pic {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50px;
  background: #D2E2D5;
}
.page-comments .author-pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  border-radius: 50px;
}
.page-comments .author-pic:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/images/ppt21/svg/user-default.svg) center calc(100% - 3px) no-repeat;
  background-size: 30px;
}
.page-comments .author-info {
  display: flex;
  flex-direction: column;
}
.page-comments .author-info .author-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #343A40;
}
.page-comments .author-info .comment-date {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #868E96;
}
.page-comments .comment-body {
  position: relative;
  border-radius: 12px;
  background: #FFFFFF;
  transition: all 0.3s;
  display: block;
  border: 1px solid #E9ECEF;
}
.page-comments .comment-body::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  top: -14px;
  right: 18px;
  background: url(/images/ppt21/svg/comment-triangle.svg) center no-repeat;
}
.page-comments .comment-body .comment-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #343A40;
  padding: 18px 20px 0;
}
.page-comments .comment-body .comment-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px 8px;
  margin-top: 4px;
}
.page-comments .comment-body .comment-actions span {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #339CD3;
}
.page-comments .comment-body .comment-actions span + * {
  margin-left: 8px;
}
.page-comments .comment-body:hover {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.page-comments .comment-body:hover .comment-actions span {
  color: #1780B8;
}
.topline-ban {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  background: #FFFFFF;
  z-index: 100;
  overflow: hidden;
  transition: height 0.3s;
}
.topline-ban-inner {
  width: 100%;
  text-align: center;
}
body.topline-active {
  margin-top: 50px;
}
body.topline-active .topline-ban {
  height: 50px;
}
@media (max-width: 1023px) {
  body.topline-fix-m {
    margin-top: 50px;
  }
  body.topline-fix-m .topline-ban {
    height: 50px;
  }
}
@media (min-width: 1024px) {
  body.topline-active {
    margin-top: 60px;
  }
  body.topline-active .topline-ban {
    height: 60px;
  }
}
.topHeaderBlock {
  background-color: #fff7d6;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  z-index: 30;
  position: fixed;
  width: -webkit-fill-available;
  margin: 0;
  top: 0;
  padding: 7px 90px 7px 13px;
}
@media screen and (min-width: 1024px) {
  .topHeaderBlock {
    left: 186px;
  }
}
@media screen and (max-width: 480px) {
  .topHeaderBlock {
    height: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  .topHeaderBlock {
    height: 42px;
    padding: 7px 13px;
  }
}
@media screen and (min-width: 768px) {
  .topHeaderBlock {
    height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  .topHeaderBlock {
    width: 100%;
  }
}
.topHeaderBlock a:not(.btn) {
  font-weight: 500;
}
.topHeaderBlock a:not(.btn):hover {
  border-bottom-color: transparent;
}
.topHeaderBlock .btn {
  padding: 8px 14px 6px;
  line-height: 18px;
}
.topHeaderBlock .row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .topHeaderBlock .row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .topHeaderBlock .btn-desk {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .topHeaderBlock .btn-mob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topHeaderBlock .pull-right {
    float: left !important;
  }
}
/* HEADER.LESS */
body.topline-active header {
  top: 50px;
}
body.reg-banner-active.topline-active header {
  top: 96px;
}
body.reg-banner-active.topline-active header .search-wrap {
  top: 136px;
}
body.reg-banner-active.topline-active .topHeaderBlock {
  top: 50px;
}
body.reg-banner-active header {
  top: 46px;
}
body.reg-banner-active header .logo-container {
  height: 40px;
}
body.reg-banner-active header .search-wrap {
  top: 82px;
}
body.reg-banner-active .topHeaderBlock {
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  body.reg-banner-active.topline-active header,
  body.reg-banner-active.topline-fix-m header {
    top: 106px!important;
  }
  body.reg-banner-active.topline-active header .search-wrap,
  body.reg-banner-active.topline-fix-m header .search-wrap {
    top: 146px !important;
  }
  body.reg-banner-active.topline-active .topHeaderBlock,
  body.reg-banner-active.topline-fix-m .topHeaderBlock {
    top: 50px !important;
  }
  body.reg-banner-active header {
    top: 56px!important;
  }
  body.reg-banner-active header .search-wrap {
    top: 96px !important;
  }
}
@media (max-width: 1023px) {
  body.topline-fix-m header {
    top: 50px;
  }
  body.reg-banner-active.topline-fix-m header {
    top: 96px;
  }
  body.reg-banner-active.topline-fix-m header .search-wrap {
    top: 136px;
  }
  body.reg-banner-active.topline-fix-m .topHeaderBlock {
    top: 50px;
  }
}
@media (max-width: 767px) {
  body.reg-banner-active.topline-active header,
  body.reg-banner-active.topline-fix-m header {
    top: 92px;
  }
  body.reg-banner-active.topline-active header .search-wrap,
  body.reg-banner-active.topline-fix-m header .search-wrap {
    top: 132px;
  }
  body.reg-banner-active header {
    top: 42px;
  }
}
@media (max-width: 1023px) {
  body.topline-active header .search-wrap,
  body.topline-fix-m header .search-wrap {
    top: 90px;
  }
}
@media (min-width: 768px) {
  body.reg-banner-active header .search-wrap {
    top: 86px;
  }
}
@media (min-width: 1024px) {
  body.topline-active header {
    top: 60px;
  }
  body.reg-banner-active.topline-active header {
    top: 60px;
  }
  body.reg-banner-active.topline-active .topHeaderBlock {
    top: 60px;
  }
  body.reg-banner-active header {
    height: 86px;
    top: 0;
    padding-left: 0;
  }
  body.reg-banner-active header .nav-wrapper {
    margin-top: 46px;
  }
  body.reg-banner-active header .search-wrap {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  body.reg-banner-active header {
    padding-left: 41px;
  }
}
@media (min-width: 1400px) {
  body.reg-banner-active header {
    padding-left: 186px;
  }
}
/* PAGES.LESS */
@media (min-width: 1024px) {
  body.topline-active .doc-warning-fixed.active {
    top: 100px;
  }
  body.newsmin-active.topline-active .doc-warning-fixed.active {
    top: 140px;
  }
  body.newsmin-active .doc-warning-fixed.active {
    top: 100px;
  }
  body.reg-banner-active.topline-active .doc-warning-fixed.active {
    top: 146px;
  }
  body.reg-banner-active.topline-active.newsmin-active .doc-warning-fixed.active {
    top: 186px;
  }
  body.reg-banner-active.newsmin-active .doc-warning-fixed.active {
    top: 126px;
  }
  body.reg-banner-active .doc-warning-fixed.active {
    top: 86px;
  }
}
/* STYLES.LESS */
body.newsmin-active {
  padding-top: 40px;
}
@media (max-width: 767px) {
  body.newsmin-active {
    padding-top: 48px;
  }
}
@media (min-width: 1400px) {
  body.newsmin-active {
    padding-top: 32px;
  }
}
body.reg-banner-active {
  padding-top: 42px;
}
body.reg-banner-active.topline-active.newsmin-active {
  padding-top: 82px;
}
body.reg-banner-active.newsmin-active {
  padding-top: 82px;
}
@media (max-width: 480px) {
  body.reg-banner-active {
    padding-top: 56px!important;
  }
  body.reg-banner-active.topline-active.newsmin-active {
    padding-top: 96px !important;
  }
  body.reg-banner-active.newsmin-active {
    padding-top: 96px !important;
  }
}
@media (min-width: 768px) {
  body.reg-banner-active {
    padding-top: 46px;
  }
  body.reg-banner-active.topline-active.newsmin-active {
    padding-top: 86px;
  }
  body.reg-banner-active.newsmin-active {
    padding-top: 86px;
  }
}
body.topline-active nav.nav-sidebar .sidebar-wrapper {
  top: 90px;
}
body.topline-active nav.nav-sidebar .sidebar-overlay {
  top: 90px;
}
body.topline-active nav.nav-sidebar .sidebar-container {
  height: calc(100% - 90px);
  top: 90px;
}
body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-wrapper {
  top: 132px;
}
body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-overlay {
  top: 132px;
}
body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-container {
  height: calc(100% - 132px);
  top: 132px;
}
body.reg-banner-active nav.nav-sidebar .sidebar-wrapper {
  top: 82px;
}
body.reg-banner-active nav.nav-sidebar .sidebar-overlay {
  top: 82px;
}
body.reg-banner-active nav.nav-sidebar .sidebar-container {
  height: calc(100% - 82px);
  top: 82px;
}
@media (max-width: 480px) {
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-wrapper {
    top: 146px !important;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-overlay {
    top: 146px !important;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 146px) !important;
    top: 146px!important;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-wrapper {
    top: 96px !important;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-overlay {
    top: 96px !important;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 96px) !important;
    top: 96px!important;
  }
}
@media (max-width: 1023px) {
  body.topline-fix-m nav.nav-sidebar .sidebar-wrapper {
    top: 90px;
  }
  body.topline-fix-m nav.nav-sidebar .sidebar-overlay {
    top: 90px;
  }
  body.topline-fix-m nav.nav-sidebar .sidebar-container {
    height: calc(100% - 90px);
    top: 90px;
  }
}
@media (min-width: 768px) {
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-wrapper {
    top: 136px;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-overlay {
    top: 136px;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 136px);
    top: 136px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-wrapper {
    top: 86px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-overlay {
    top: 86px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 86px);
    top: 86px;
  }
}
@media (min-width: 1024px) {
  body.topline-active nav.nav-sidebar .sidebar-wrapper {
    top: 100px;
  }
  body.topline-active nav.nav-sidebar .sidebar-overlay {
    top: 100px;
  }
  body.topline-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 100px);
    top: 100px;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-wrapper {
    top: 100px;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-overlay {
    top: 100px;
  }
  body.reg-banner-active.topline-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 100px);
    top: 100px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-wrapper {
    top: 40px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-overlay {
    top: 40px;
  }
  body.reg-banner-active nav.nav-sidebar .sidebar-container {
    height: calc(100% - 40px);
    top: 40px;
  }
}
@media (min-width: 1024px) {
  body.topline-active aside.center-aside .aside-card .sticky {
    top: 123px;
  }
  body.newsmin-active.topline-active aside.center-aside .aside-card .sticky {
    top: 163px;
  }
  body.newsmin-active aside.center-aside .aside-card .sticky {
    top: 123px;
  }
  body.reg-banner-active.topline-active aside.center-aside .aside-card .sticky {
    top: 169px;
  }
  body.reg-banner-active.topline-active.newsmin-active aside.center-aside .aside-card .sticky {
    top: 209px;
  }
  body.reg-banner-active.newsmin-active aside.center-aside .aside-card .sticky {
    top: 149px;
  }
  body.reg-banner-active aside.center-aside .aside-card .sticky {
    top: 109px;
  }
}
/* WIDGET CURRENCYCONTROLLER.LESS */
@media (min-width: 1024px) {
  body.topline-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 394px;
  }
  body.newsmin-active.topline-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 434px;
  }
  body.newsmin-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 394px;
  }
  body.reg-banner-active.topline-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 438px;
  }
  body.reg-banner-active.topline-active.newsmin-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 478px;
  }
  body.reg-banner-active.newsmin-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 418px;
  }
  body.reg-banner-active aside.center-aside .converter-parent + .center-aside-inner .aside-card .sticky {
    top: 374px;
  }
}
/* WIDGET NEWSMINWIDGET.LESS */
body.topline-active .news-min-widget {
  top: 90px;
}
body.reg-banner-active.topline-active .news-min-widget {
  top: 136px;
}
body.reg-banner-active .news-min-widget {
  top: 86px;
}
@media (max-width: 480px) {
  body.reg-banner-active.topline-active .news-min-widget,
  body.reg-banner-active.topline-fix-m .news-min-widget {
    top: 146px !important;
  }
  body.reg-banner-active .news-min-widget {
    top: 96px !important;
  }
}
@media (max-width: 767px) {
  body.reg-banner-active.topline-active .news-min-widget,
  body.reg-banner-active.topline-fix-m .news-min-widget {
    top: 132px;
  }
  body.reg-banner-active .news-min-widget {
    top: 82px;
  }
}
@media (max-width: 1023px) {
  body.topline-fix-m .news-min-widget {
    top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.reg-banner-active.topline-fix-m .news-min-widget {
    top: 136px;
  }
}
@media (min-width: 1024px) {
  body.topline-active .news-min-widget {
    top: 100px;
  }
  body.reg-banner-active.topline-active .news-min-widget {
    top: 146px;
  }
}
body.fullscreen-page main {
  padding: 60px 0 0;
}
body.fullscreen-page main .page-main-column .main-col-wrap {
  max-width: unset;
}
body.fullscreen-page .sect-page {
  padding: 0;
}
body.fullscreen-page nav.nav-sidebar.open .sidebar-overlay {
  display: block !important;
}
body.fullscreen-page nav.nav-sidebar.open .sidebar-container {
  transform: none;
}
body.fullscreen-page nav.nav-sidebar.open .sidebar-container::before {
  display: none;
}
@media (max-width: 767px) {
  body.fullscreen-page main {
    padding: 40px 0 0;
  }
}
@media (min-width: 768px) {
  body.fullscreen-page .sect-page {
    padding: 0;
  }
}
@media (min-width: 1400px) {
  body.fullscreen-page main {
    padding-top: 60px;
    padding-left: 0;
  }
  body.fullscreen-page header #hamburger_btn + label {
    display: flex;
  }
  body.fullscreen-page .sect-page {
    padding: 0;
  }
  body.fullscreen-page nav.nav-sidebar .sidebar-container {
    width: 244px;
    transform: translate3d(-244px, 0, 0);
    background-color: #FFF;
    top: 60px;
    height: calc(100% - 60px);
  }
  body.fullscreen-page footer {
    padding-left: 0;
  }
}
@media (min-width: 1900px) {
  body.fullscreen-page main {
    padding-top: 60px;
    padding-left: 0;
  }
  body.fullscreen-page .sect-page {
    padding: 0;
  }
  body.fullscreen-page nav.nav-sidebar .sidebar-container {
    width: 330px;
    transform: translate3d(-330px, 0, 0);
  }
  body.fullscreen-page footer {
    padding-left: 0;
  }
}
@media print {
  body {
    background: none;
    margin: 0!important;
  }
  .mfp-bg,
  .mfp-wrap {
    display: none !important;
  }
  .topline-ban {
    display: none !important;
  }
  .banner67 {
    display: none !important;
  }
  #tolstoycomments-profile {
    display: none !important;
  }
  .sect-page .__lxG__multi {
    display: none !important;
  }
  .sect-page .__lxG__multi_align_center {
    display: none !important;
  }
  .sect-page .__lxG__double {
    display: none !important;
  }
  .cookie-conscent {
    display: none !important;
  }
  .news-min-widget {
    display: none !important;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
  }
  main {
    padding: 0;
  }
  header {
    top: 0!important;
    left: 0;
    justify-content: flex-start;
    position: relative;
    height: auto;
    background: #343A40;
    padding: 0 15px;
    box-shadow: none;
    margin-bottom: 20px;
  }
  header .logo-container {
    width: 215px;
    height: 60px;
    background: none;
    position: relative;
    align-items: center;
    padding-left: 0;
  }
  header .ppt-logo {
    width: 108px;
    height: 31px;
  }
  header #hamburger_btn,
  header #hamburger_btn_desktop,
  header nav,
  header #search_btn,
  header .search-wrap {
    display: none !important;
  }
  header #hamburger_btn + label,
  header #hamburger_btn_desktop + label,
  header #search_btn + label {
    display: none !important;
  }
  .sect-page {
    padding: 0;
  }
  nav.nav-sidebar {
    display: none !important;
  }
  .center-main {
    width: 100%;
  }
  .hot-banner {
    display: none !important;
  }
  .pub-data-actions .ard-buttons {
    display: none !important;
  }
  .poor-vision {
    display: none !important;
  }
  .pub-toc {
    min-height: unset;
  }
  .pub-toc .toc-body {
    min-height: unset;
  }
  .pub-toc .toc-more-wrap {
    display: none;
  }
  .under-doc-banner {
    display: none !important;
  }
  .article-activity-line {
    display: none !important;
  }
  .comments-sect {
    display: none !important;
  }
  .underdoc-banner {
    display: none !important;
  }
  .sub-article-sect-header:not(.vo-authors-header) {
    display: none !important;
  }
  #id-C-A-83219-77 {
    display: none !important;
  }
  #yandex_rtb_C-A-4332055-2 {
    display: none !important;
  }
  .sub-tg {
    display: none;
  }
  aside.center-aside {
    display: none !important;
  }
  .pub-rubrikator-wrap {
    display: none !important;
  }
  .lm-docs-wrap {
    display: none !important;
  }
  .subscribe-newsletter {
    display: none !important;
  }
  footer .ftr-main .ftr-top {
    display: none;
  }
  .seminar-search-form.single-page {
    display: none!important;
  }
  .feed-seminar .seminar-head .share-seminar {
    display: none!important;
  }
  .feed-seminar .blue-line .bl-fields {
    margin-bottom: 0;
    margin-right: 0;
  }
  .feed-seminar .blue-line .btn {
    display: none!important;
  }
  .feed-seminar .seminar-full-head .text-actions {
    display: none!important;
  }
  .nalogika-form-container.seminar-request-form {
    display: none!important;
  }
}
