@charset "UTF-8";
/*===== _reset ======*/
img {
  border: 0; }

body, table, form, img {
  margin: 0px;
  padding: 0px; }

div, a, img, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

div.clear {
  clear: both;
  height: 0px; }

div.center {
  margin: auto; }

div.align_center_to_left {
  position: relative;
  right: 50%;
  float: right; }

div.align_center_to_right {
  position: relative;
  right: -50%; }

.column {
  float: left;
  overflow: hidden; }

/*! jQuery UI - v1.13.3 - 2024-06-19
* https://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=888888&bgTextureHeader=highlight_hard&bgImgOpacityHeader=15&borderColorHeader=404040&fcHeader=ffffff&iconColorHeader=cccccc&bgColorContent=121212&bgTextureContent=gloss_wave&bgImgOpacityContent=16&borderColorContent=404040&fcContent=eeeeee&iconColorContent=777777&bgColorDefault=adadad&bgTextureDefault=highlight_soft&bgImgOpacityDefault=35&borderColorDefault=cccccc&fcDefault=333333&iconColorDefault=666666&bgColorHover=dddddd&bgTextureHover=highlight_soft&bgImgOpacityHover=60&borderColorHover=dddddd&fcHover=000000&iconColorHover=c98000&bgColorActive=121212&bgTextureActive=inset_soft&bgImgOpacityActive=15&borderColorActive=000000&fcActive=ffffff&iconColorActive=f29a00&bgColorHighlight=555555&bgTextureHighlight=highlight_hard&bgImgOpacityHighlight=55&borderColorHighlight=404040&fcHighlight=cccccc&iconColorHighlight=aaaaaa&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
  border: none !important;
  background: #4e4743;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  padding-bottom: 15px;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #000 !important;
  background: #fff !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.ui-widget-content {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #4e4743; }

.ui-widget-content a {
  color: #4e4743; }

.ui-widget-header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: #fff; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #cccccc;
  background: #adadad url("images/ui-bg_highlight-soft_35_adadad_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #333333; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #333333;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #dddddd;
  background: #dddddd url("images/ui-bg_highlight-soft_60_dddddd_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #000000; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #000000;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #000000;
  background: #121212 url("images/ui-bg_inset-soft_15_121212_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #000000;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #404040;
  background: #555555 url("images/ui-bg_highlight-hard_55_555555_1x100.png") 50% top repeat-x;
  color: #cccccc; }

.ui-state-checked {
  border: 1px solid #404040;
  background: #555555; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #cccccc; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_cccccc_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_c98000_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_f29a00_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_aaaaaa_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_666666_256x240.png"); }

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: "alpha(opacity=30)";
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.dialog-quiz-btns .btn {
  background: #4e4743;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px 7px 15px; }

.ui-dialog-titlebar-close {
  background: none !important;
  background-image: url("../images/close_btn.png") !important;
  border: none !important; }

.ui-dialog-titlebar-close::before {
  content: "тЬЦ"; }

/*============= MODULS =====================*/
/*============= BASE: /moduls/base/_base =====================*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*elements*/
/*===== elements/_headers ======*/
h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  color: #4e4743;
  margin-bottom: 10px; }

h1 {
  font-size: 1.8em;
  margin-top: 20px; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.0em; }

.blockUI {
  padding-bottom: 5px !important; }
  .blockUI h1 {
    font-size: 1.2em; }

/*parts*/
.header {
  width: 100%;
  position: relative;
  height: 260px;
  /* ╨Э╨░╨▓╨╕╨│╨░╤Ж╨╕╤П  ================== */
  /* ╨Я╨╛╨╕╤Б╨║ ================== */ }
  .header .columns {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0; }
    .header .columns .left_column, .header .columns .right_column {
      height: 200px; }
  .header .left_column .header_column_cont {
    display: flex;
    justify-content: space-between; }
  .header .header_nav {
    width: 40%; }
  .header .about_menu {
    margin-top: 30px;
    margin-left: 30px;
    color: #4e4743; }
    .header .about_menu a {
      color: #4e4743; }
    .header .about_menu a:hover {
      color: #bd0102; }
  .header .enter_nav {
    color: #fff;
    margin-top: 30px;
    margin-left: 30px; }
    .header .enter_nav a {
      color: #fff; }
    .header .enter_nav .enter_social {
      margin-top: 25px;
      display: flex; }
      .header .enter_nav .enter_social .social_icon {
        width: 39px;
        height: 39px;
        display: block;
        margin-right: 4px; }
      .header .enter_nav .enter_social .vk {
        background-image: url(../images/vk.png); }
      .header .enter_nav .enter_social .ya {
        background-image: url(../images/ya.png); }
      .header .enter_nav .enter_social .ok {
        background-image: url(../images/ok.png); }
      .header .enter_nav .enter_social .mr {
        background-image: url(../images/vk.png); }
    .header .enter_nav .sel_other_social {
      margin-top: 10px; }
  .header .search {
    margin-top: 20px;
    margin-left: 30px; }
    .header .search .search_line {
      display: flex; }
    .header .search .search_message {
      font-weight: 500;
      margin-bottom: 5px; }
    .header .search input {
      width: 350px;
      border: #4e4743 1px solid; }
    .header .search .loop {
      width: 35px;
      height: 34px;
      background: #4e4743;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-left: -1px;
      flex: 0 0 auto; }

/* ╨Т╨╡╤А╤Е╨╜╨╡╨╡ ╨╝╨╡╨╜╤О ================== */
.top_menu_back {
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 200px;
  height: 60px;
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
  background: #4e4743;
  color: #4e4743;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.top_menu {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 200px;
  font-family: 'Roboto Condensed', sans-serif; }
  .top_menu .top_menu_items {
    display: flex;
    height: 60px; }
  .top_menu .top_menu_left,
  .top_menu .top_menu_right {
    flex: 1 1 auto;
    position: relative; }
    .top_menu .top_menu_left div,
    .top_menu .top_menu_right div {
      border-bottom: #fff 1px solid;
      height: 30px; }
    .top_menu .top_menu_left img,
    .top_menu .top_menu_right img {
      position: absolute;
      top: 13px; }
  .top_menu .top_menu_left {
    padding-right: 15px; }
    .top_menu .top_menu_left img {
      right: 15px; }
  .top_menu .top_menu_right {
    padding-left: 15px; }
    .top_menu .top_menu_right img {
      left: 15px; }
  .top_menu .top_menu_center {
    height: 60px;
    flex: 0 0 auto;
    display: flex; }
    .top_menu .top_menu_center a {
      color: #fff;
      text-decoration: none;
      font-size: 25px;
      padding: 13px 25px 0 25px;
      font-weight: 300;
      display: block; }

/* ╨Ф╨╕╨╜╨╛ ╨╕ ╨╗╨╛╨│╨╛ ================== */
.zavr_logo {
  width: 58%;
  display: flex;
  justify-content: flex-end; }
  .zavr_logo .logo {
    margin-left: 30px;
    display: flex;
    align-items: center;
    height: 200px; }
    .zavr_logo .logo img {
      width: 100%;
      height: auto; }
  .zavr_logo .zavr {
    margin-right: 30px;
    margin-top: 24px; }
    .zavr_logo .zavr img {
      width: 226px;
      height: auto; }

@media screen and (max-width: 1400px) {
  .zavr_logo {
    width: 60%; }
    .zavr_logo .zavr {
      margin-top: 37px;
      margin-right: 35px; }
      .zavr_logo .zavr img {
        width: 210px; } }
@media screen and (max-width: 1300px) {
  .header {
    height: 216px; }
    .header .columns {
      display: flex;
      justify-content: space-between; }
      .header .columns .left_column, .header .columns .right_column {
        height: 156px; }
      .header .columns .right_column {
        width: 225px !important;
        flex: 0 0 auto; }
        .header .columns .right_column .column_cont {
          width: 100%; }
      .header .columns .left_column {
        width: auto !important; }
    .header .about_menu {
      font-size: 15px; }
    .header .enter_nav {
      font-size: 15px; }
    .header .search .search_message {
      font-size: 15px; }
    .header .header_nav {
      width: 36%; }
    .header .about_menu {
      margin-top: 20px; }
    .header .enter_nav {
      margin-top: 20px; }

  .top_menu_back {
    top: 156px;
    height: 50px; }

  .top_menu {
    top: 156px; }
    .top_menu .top_menu_items {
      height: 50px; }
    .top_menu .top_menu_center a {
      font-size: 20px;
      padding: 13px 20px 0 20px; }
    .top_menu .top_menu_left div, .top_menu .top_menu_right div {
      height: 25px; }
    .top_menu .top_menu_left img, .top_menu .top_menu_right img {
      height: 24px; }

  .zavr_logo {
    width: 54%; }
    .zavr_logo .logo {
      height: 156px; }
    .zavr_logo .zavr {
      margin-top: 17px;
      margin-right: 45px; }
      .zavr_logo .zavr img {
        width: 180px; } }
@media screen and (max-width: 1200px) {
  .header .zavr_logo {
    width: 59%; } }
@media screen and (max-width: 1060px) {
  .header .zavr_logo {
    width: 61%; } }
@media screen and (max-width: 1000px) {
  .header .columns .right_column {
    width: 200px !important; }
  .header .header_nav .about_menu {
    margin-top: 28px; }
  .header .enter_nav {
    margin-top: 28px;
    margin-left: 15px; }
    .header .enter_nav .enter_social {
      margin-top: 15px;
      display: flex; } }
@media screen and (max-width: 980px) {
  .header {
    height: 200px; }
    .header .columns .left_column, .header .columns .right_column {
      height: 140px; }
    .header .header_nav .about_menu {
      margin-top: 20px; }
    .header .enter_nav {
      margin-top: 20px; }

  .top_menu_back {
    top: 140px; }

  .top_menu {
    top: 140px; }
    .top_menu .top_menu_center a {
      font-size: 18px;
      padding: 14px 15px 0 15px; }

  .zavr_logo .logo {
    height: 140px; }
  .zavr_logo .zavr {
    margin-top: 17px;
    margin-right: 20px; }
    .zavr_logo .zavr img {
      width: 160px; } }
@media screen and (max-width: 900px) {
  .header {
    height: 170px; }
    .header .columns .left_column, .header .columns .right_column {
      height: 110px; }
    .header .search_message {
      display: none; }
    .header .header_nav {
      width: 44%; }
    .header .enter_nav {
      margin-top: 12px;
      margin-left: 15px; }
      .header .enter_nav .enter_social {
        margin-top: 8px; }
      .header .enter_nav .sel_other_social {
        margin-top: 7px; }

  .top_menu_back {
    top: 110px; }

  .top_menu {
    top: 110px; }
    .top_menu .top_menu_center a {
      padding: 14px 10px 0 10px; }

  .zavr_logo {
    width: 54%; }
    .zavr_logo .logo {
      height: 110px; }
    .zavr_logo .zavr {
      margin-top: 17px;
      margin-right: 20px; }
      .zavr_logo .zavr img {
        width: 120px; } }
@media screen and (max-width: 800px) {
  .header {
    display: none; } }
.header_mobile {
  display: none;
  background: #4e4743;
  height: 45px;
  margin-bottom: 10px; }
  .header_mobile .header_mobile_left, .header_mobile .header_mobile_left {
    display: flex; }
  .header_mobile .enter_mobile {
    background: #938e8c;
    color: #fff;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center; }
    .header_mobile .enter_mobile a {
      color: #fff;
      font-size: 15px; }
  .header_mobile .enter_mobile_min {
    background: #938e8c;
    height: 45px;
    width: 45px;
    display: none;
    align-items: center; }
  .header_mobile .search_mobile {
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center; }
  .header_mobile .logo_mobile_min {
    display: none; }
  .header_mobile .nav_mobile {
    padding: 12px 7px 7px 7px;
    display: block;
    width: 45px; }
    .header_mobile .nav_mobile .nav_line {
      background: #e1d5ce;
      height: 3px;
      margin-bottom: 6px;
      width: 30px; }

.srch_panel_mobile {
  width: 100%;
  min-height: 45px;
  background: #d1c8c4;
  border-top: 1px solid #938e8c;
  border-bottom: 1px solid #938e8c;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2000;
  display: none; }
  .srch_panel_mobile form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .srch_panel_mobile form input[type="text"] {
      margin-left: 4px;
      height: 32px;
      flex: 1 1 auto; }
    .srch_panel_mobile form a {
      height: 32px;
      width: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #4e4743;
      color: #fff;
      text-decoration: none;
      margin-right: 4px; }

.menu_panel_mobile {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2000;
  background: #4e4743;
  display: none;
  flex-direction: column;
  padding: 20px;
  border-top: 1px solid #938e8c; }
  .menu_panel_mobile a {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.2em; }

.enter_panel_mobile {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2000;
  background: #d1c8c4;
  border-top: 1px solid #938e8c;
  border-bottom: 1px solid #938e8c;
  display: none;
  justify-content: center;
  padding: 20px; }
  .enter_panel_mobile form {
    display: flex;
    flex-direction: column; }
    .enter_panel_mobile form a {
      height: 32px;
      width: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #4e4743;
      color: #fff;
      text-decoration: none;
      margin-right: 4px;
      margin-top: 5px; }
    .enter_panel_mobile form .pas_mobile {
      margin-top: 5px; }

@media screen and (max-width: 800px) {
  .header_mobile {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 700px) {
  .header_mobile .enter_mobile {
    display: none; }
  .header_mobile .enter_mobile_min {
    display: flex;
    justify-content: center; }
  .header_mobile .logo_mobile {
    display: none; }
  .header_mobile .logo_mobile_min {
    display: block; } }
body {
  font-family: Open Sans, sans-serif;
  line-height: 1.3; }

a {
  color: #000; }

.content {
  display: flex; }
  .content a {
    color: #a63b00; }
  .content a:hover {
    color: #bd0102; }
  .content ul li {
    margin-bottom: 5px; }
  .content ul li:last-child {
    margin-bottom: 0; }

.column_cont {
  /*border: 1px solid #ccc;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.left_column {
  float: left;
  background: #fff;
  box-sizing: border-box;
  height: 100%; }

.left_column .column_cont {
  width: 100%;
  max-width: 1100px;
  float: right; }

.right_column {
  background: #938e8c;
  float: right;
  box-sizing: border-box; }
  .right_column .column_cont {
    width: 100%;
    min-width: 300px; }
  .right_column .fix_r {
    width: 100%; }
    .right_column .fix_r .r_block {
      margin-bottom: 10px; }
    .right_column .fix_r img {
      width: 100%;
      height: auto; }

.right_column_header {
  display: block; }

@media screen and (max-width: 1200px) {
  .right_column .column_cont {
    width: 300px; } }
@media screen and (max-width: 800px) {
  .right_column {
    display: none; }

  .left_column {
    width: 100% !important; } }
.footer {
  margin-top: 20px;
  padding: 20px;
  border-top: #4e4743 solid 1px; }
  .footer .footer_menu {
    text-align: center; }
    .footer .footer_menu a {
      color: #4e4743; }
    .footer .footer_menu a:hover {
      color: #bd0102; }
  .footer .footer_social {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .footer .social_icons {
    display: flex; }
    .footer .social_icons .social_icon {
      width: 39px;
      height: 39px;
      display: block;
      margin-right: 4px; }
    .footer .social_icons .vk {
      background-image: url(../images/vk.png); }
    .footer .social_icons .ya {
      background-image: url(../images/ya.png); }
    .footer .social_icons .ok {
      background-image: url(../images/ok.png); }
    .footer .social_icons .mr {
      background-image: url(../images/vk.png); }

@media screen and (max-width: 800px) {
  .footer .footer_menu {
    line-height: 1.8;
    display: flex;
    font-size: 1.2em;
    flex-direction: column; }
    .footer .footer_menu span {
      display: none; } }
.offer-right {
  width: 100%;
  max-width: 500px;
  z-index: 100000; }
  .offer-right div {
    display: flex; }

/*pages*/
/* ╨Т╨╕╤В╤А╨╕╨╜╤Л ================== */
.showcase {
  display: flex;
  width: 100%;
  padding: 0 20px 20px 20px; }
  .showcase .showcase_new {
    flex: 1 1 auto;
    position: relative; }
    .showcase .showcase_new .showcase_new_block {
      width: 100%;
      display: flex; }
    .showcase .showcase_new .sc_item_small {
      flex: 1 1 auto;
      height: 300px; }
    .showcase .showcase_new .show_all {
      position: absolute;
      right: 10px;
      top: 27px;
      font-size: 16px; }
      .showcase .showcase_new .show_all a {
        color: #4e4743; }
    .showcase .showcase_new .show_all:hover {
      color: #bd0102; }
  .showcase .showcase_day {
    width: 300px;
    flex-shrink: 0;
    margin-left: 25px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .showcase .sc_item_big {
    width: 300px;
    height: 300px;
    flex: 0 0 auto;
    margin-right: 10px;
    border: #4e4743 solid 1px;
    position: relative; }
    .showcase .sc_item_big img {
      width: 100%;
      height: auto; }
    .showcase .sc_item_big .sc_item_name {
      width: 100%;
      position: absolute;
      padding: 50px 15px 15px 15px;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
      color: #fff;
      font-weight: 600; }
    .showcase .sc_item_big .sc_white {
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
      color: #000; }
  .showcase .sc_item_small {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    .showcase .sc_item_small .sc_item {
      align-items: center;
      display: flex;
      align-items: stretch;
      height: 94px; }
      .showcase .sc_item_small .sc_item img {
        height: 92px;
        width: 92px; }
      .showcase .sc_item_small .sc_item .sc_item_name {
        display: flex;
        align-items: center;
        flex: 1 1 auto;
        padding: 15px;
        text-decoration: underline;
        color: #000;
        line-height: 1.4;
        font-size: 16px;
        background: #f6f6f8; }
      .showcase .sc_item_small .sc_item .sc_item_name:hover {
        color: #bd0102; }
    .showcase .sc_item_small .sc_first {
      background: linear-gradient(90deg, #ecedf1 0%, rgba(255, 255, 255, 0) 100%); }
    .showcase .sc_item_small .sc_second {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ecedf1 100%); }
    .showcase .sc_item_small .sc_third {
      background: linear-gradient(90deg, #ecedf1 0%, rgba(255, 255, 255, 0) 100%); }

.sc_grey {
  background: #ecedf1;
  border-top: #ecedf1 solid 1px;
  border-bottom: #ecedf1 solid 1px; }
  .sc_grey .sc_item {
    background: #fff;
    border: #ecedf1 solid 1px; }

@media screen and (max-width: 1400px) {
  .showcase .sc_item_small .sc_item .sc_item_name {
    font-size: 14px; }
  .showcase .sc_item_small .sc_item img {
    display: none; } }
@media screen and (max-width: 1330px) {
  .showcase .sc_item_small .sc_item img {
    display: block; }
  .showcase .sc_new_big {
    display: none; }
  .showcase .showcase_new .show_all {
    font-size: 14px;
    right: 0; }
  .showcase h2 {
    font-size: 1.3em; } }
@media screen and (max-width: 1100px) {
  .showcase {
    padding: 0 0 20px 0;
    justify-content: space-evenly; }
    .showcase .sc_item_small {
      display: none; }
    .showcase .sc_item_big {
      width: 100%;
      height: auto; }
    .showcase .sc_new_big {
      display: block;
      margin: 0; }
    .showcase .showcase_new {
      width: 46%;
      flex: 0 1 auto; }
      .showcase .showcase_new .show_all {
        display: none; }
    .showcase .showcase_day {
      width: 46%;
      margin: 0; } }
@media screen and (max-width: 800px) {
  .showcase h2 {
    font-size: 1.2em; } }
.entity_content {
  padding-left: 30px;
  min-height: 600px; }
  .entity_content .entity_top {
    display: flex;
    padding-bottom: 15px;
    border-bottom: #4e4743 solid 1px;
    margin-top: 20px; }
    .entity_content .entity_top .entity_img {
      display: flex; }
      .entity_content .entity_top .entity_img img {
        width: 300px; }
    .entity_content .entity_top .entity_info {
      padding: 0 25px 0 15px;
      line-height: 1.5; }
      .entity_content .entity_top .entity_info a {
        color: #bd0102;
        margin-left: 7px;
        margin-right: 7px; }
      .entity_content .entity_top .entity_info .entity_link {
        display: flex;
        flex-wrap: wrap;
        width: 80%; }
      .entity_content .entity_top .entity_info h1 {
        margin-top: 0;
        line-height: 1.2; }
      .entity_content .entity_top .entity_info .entity_autor {
        margin-bottom: 15px; }
        .entity_content .entity_top .entity_info .entity_autor span {
          font-weight: 400; }
  .entity_content .img_lic {
    font-size: 12px;
    padding-top: 3px;
    color: #777; }
    .entity_content .img_lic a {
      margin-right: 5px;
      color: #555; }
  .entity_content .tags {
    margin-top: 20px;
    margin-bottom: 15px; }
    .entity_content .tags a {
      color: #000;
      font-size: 14px;
      margin-right: 15px; }
  .entity_content .entity_body {
    padding-right: 30px; }
  .entity_content .controls {
    display: flex;
    margin-top: 20px;
    display: flex; }
    .entity_content .controls .grey_btn {
      background-color: #4e4743; }
    .entity_content .controls a {
      display: flex;
      height: 40px;
      padding-left: 40px;
      padding-right: 40px;
      align-items: center;
      text-decoration: none;
      color: #fff !important;
      background-color: #bd0102;
      margin-right: 3px !important;
      margin-left: 0 !important;
      justify-content: center; }
    .entity_content .controls a:last-child {
      margin-right: 0 !important; }
    .entity_content .controls .answers_btn {
      background-color: #4e4743; }
    .entity_content .controls .like_fav {
      display: flex;
      height: 40px;
      padding-right: 20px;
      align-items: center; }
      .entity_content .controls .like_fav .like {
        background-image: url("../images/sprite.png");
        background-position: 0 -200px;
        width: 24px;
        height: 22px;
        margin-right: 20px;
        cursor: pointer; }
      .entity_content .controls .like_fav .like_coint {
        margin-right: 20px;
        padding-top: 3px; }
      .entity_content .controls .like_fav .like_active {
        background-position: 0 -223px; }
      .entity_content .controls .like_fav .fav {
        background-image: url("../images/sprite.png");
        background-position: 0 -245px;
        width: 24px;
        height: 22px;
        cursor: pointer; }
      .entity_content .controls .like_fav .fav_active {
        background-position: 0 -268px;
        align-items: center; }
    .entity_content .controls .result {
      display: flex;
      height: 40px;
      padding-left: 10px;
      align-items: center; }
      .entity_content .controls .result .star {
        background-image: url("../images/sprite.png");
        background-position: 0 -291px;
        width: 24px;
        height: 24px;
        margin-right: 5px;
        margin-top: -2px;
        flex-shrink: 0; }
      .entity_content .controls .result .star_active {
        background-position: 0 -314px; }
  .entity_content .top_controls {
    flex-wrap: wrap; }
    .entity_content .top_controls div {
      display: flex; }
    .entity_content .top_controls .crl_left {
      margin-right: 20px; }
      .entity_content .top_controls .crl_left a {
        margin-bottom: 10px; }
  .entity_content .botom_controls {
    margin-top: 40px;
    margin-bottom: 20px;
    justify-content: space-between;
    padding-right: 30px;
    flex-wrap: wrap; }
    .entity_content .botom_controls div {
      display: flex; }
    .entity_content .botom_controls .crl_left {
      margin-bottom: 15px; }
      .entity_content .botom_controls .crl_left a {
        width: 200px; }
    .entity_content .botom_controls .crl_right a {
      background-color: #4e4743; }
  .entity_content .related {
    display: flex;
    flex-direction: column;
    border-top: #4e4743 solid 1px; }
    .entity_content .related .rel_block {
      display: flex;
      flex-direction: column;
      padding-right: 30px; }
      .entity_content .related .rel_block .rel_line {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px; }
        .entity_content .related .rel_block .rel_line .rel_item {
          width: 32%;
          border: #4e4743 solid 1px;
          display: flex;
          flex-direction: column;
          color: #000;
          text-decoration: none; }
          .entity_content .related .rel_block .rel_line .rel_item img {
            width: 100%;
            /*height: 242px;*/ }
          .entity_content .related .rel_block .rel_line .rel_item .rel_title {
            padding: 10px 15px 10px 15px;
            font-size: 18px; }

@media screen and (max-width: 1100px) {
  .entity_content .entity_top .entity_info {
    padding: 0 0 0 15px; }
    .entity_content .entity_top .entity_info h1 {
      font-size: 1.5em; }
  .entity_content .entity_top .entity_img img {
    width: 250px;
    height: 250px; }
  .entity_content .entity_top .entity_img .entity_soc .entity_share {
    margin-top: 35px; } }
@media screen and (max-width: 920px) {
  .entity_content {
    padding-right: 30px; }
    .entity_content .entity_top {
      flex-direction: column; }
      .entity_content .entity_top .entity_img img {
        width: 300px;
        height: 300px; }
      .entity_content .entity_top .entity_info {
        padding: 15px 0 15px 0; }
    .entity_content .entity_body {
      padding-right: 0; }
    .entity_content .controls {
      padding-right: 0; }
    .entity_content .related .rel_block {
      padding-right: 0; }
      .entity_content .related .rel_block .rel_line .rel_item {
        width: 49%; }
      .entity_content .related .rel_block .rel_line .rel_item:last-child {
        display: none; } }
@media screen and (max-width: 560px) {
  .entity_content {
    padding: 0; }
    .entity_content .breadcrumbs_mobile {
      padding: 0 20px 0 20px; }
    .entity_content .controls {
      justify-content: center; }
      .entity_content .controls .crl_left {
        margin-right: 0;
        width: 100%;
        justify-content: space-between; }
        .entity_content .controls .crl_left a {
          width: 49.5%; }
      .entity_content .controls .like_fav .like {
        margin-right: 10px; }
      .entity_content .controls .like_fav .like_coint {
        margin-right: 10px; }
    .entity_content .img_lic {
      padding-left: 20px;
      padding-right: 20px; }
    .entity_content .tags {
      padding-left: 20px;
      padding-right: 20px; }
    .entity_content .entity_body {
      padding-left: 20px;
      padding-right: 20px; }
    .entity_content .related {
      padding-left: 20px;
      padding-right: 20px; }
    .entity_content .tags {
      text-align: left; }
      .entity_content .tags a:last-child {
        margin-right: 0; }
    .entity_content .botom_controls {
      padding-right: 0;
      flex-direction: column;
      align-content: center;
      padding-right: 20px;
      padding-left: 20px; }
      .entity_content .botom_controls .crl_left {
        width: 100%;
        align-content: center; }
        .entity_content .botom_controls .crl_left a {
          width: 100%;
          margin-right: 0; }
      .entity_content .botom_controls .crl_right {
        justify-content: space-between;
        width: 100%; }
        .entity_content .botom_controls .crl_right a {
          width: 49%;
          margin-right: 0;
          padding: 0; }
    .entity_content .entity_top {
      margin-top: 10px; }
      .entity_content .entity_top .entity_info {
        padding: 20px 20px 5px 20px; }
      .entity_content .entity_top .entity_img {
        flex-direction: column; }
        .entity_content .entity_top .entity_img img {
          width: 100%;
          height: auto; }
        .entity_content .entity_top .entity_img .entity_soc {
          display: flex;
          flex-direction: row;
          margin-top: 10px;
          padding-bottom: 10px;
          justify-content: center;
          width: 100%;
          margin-left: 0;
          border-bottom: #4e4743 solid 1px; }
          .entity_content .entity_top .entity_img .entity_soc .entity_soc_icon {
            margin-right: 5px;
            margin-bottom: 0; }
          .entity_content .entity_top .entity_img .entity_soc .entity_share {
            margin-top: 0;
            margin-left: 30px; } }
.test_body .question {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px; }
  .test_body .question .question_num {
    display: flex;
    background-color: #4e4743;
    color: #fff;
    font-size: 18px;
    align-content: center;
    flex-wrap: wrap;
    height: 42px;
    width: 65px;
    justify-content: center; }
  .test_body .question .question_cont {
    display: flex;
    align-items: stretch;
    margin-top: 10px; }
    .test_body .question .question_cont picture {
      width: 45%; }
      .test_body .question .question_cont picture img {
        width: 100%; }
    .test_body .question .question_cont .answers {
      width: 55%;
      display: flex;
      align-items: stretch;
      padding-left: 10px;
      margin-top: 0; }
      .test_body .question .question_cont .answers .answer {
        padding-top: 10px;
        padding-bottom: 10px; }
  .test_body .question .question_text {
    padding: 20px;
    border: #4e4743 solid 1px;
    flex: 1 1 auto;
    align-content: center;
    flex-wrap: wrap; }
.test_body .answers {
  display: flex;
  margin-top: 10px;
  justify-content: space-between; }
  .test_body .answers .answer {
    display: flex;
    padding: 20px;
    align-content: center;
    background-color: #e9e4e2;
    border: #8d8a89 solid 1px;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative; }
    .test_body .answers .answer picture {
      width: 100%; }
    .test_body .answers .answer img {
      width: 100%;
      filter: grayscale(0%);
      display: block; }
    .test_body .answers .answer .right {
      color: #fff;
      font-size: 23px;
      background: #008b32;
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center; }
  .test_body .answers .answer:hover {
    background-color: #dbcac3; }
  .test_body .answers .selected {
    background-color: #dbcac3; }
    .test_body .answers .selected img {
      filter: grayscale(0%); }
  .test_body .answers .not_selected img {
    filter: grayscale(100%); }
.test_body .in_row_1, .test_body .in_row_2, .test_body .in_row_3 {
  flex-wrap: wrap; }
  .test_body .in_row_1 .answer, .test_body .in_row_2 .answer, .test_body .in_row_3 .answer {
    display: flex;
    margin-bottom: 5px;
    /*align-content: flex-start;*/
    align-content: center; }
.test_body .in_row_1 .answer {
  width: 100%;
  text-align: left;
  justify-content: left; }
.test_body .in_row_2 .answer {
  width: 49.7%;
  justify-content: center;
  text-align: center; }
.test_body .in_row_3 .answer {
  width: 33%;
  justify-content: center;
  text-align: center; }
.test_body .answer_images .answer {
  padding: 0;
  display: flex;
  align-content: stretch; }
  .test_body .answer_images .answer picture {
    display: flex; }
  .test_body .answer_images .answer img {
    display: block; }
.test_body .correct_answer {
  display: flex;
  flex-direction: column; }
  .test_body .correct_answer .answer img {
    height: 200px;
    width: auto;
    display: block; }
  .test_body .correct_answer .answer .right {
    color: #008b32; }
  .test_body .correct_answer .answer .wrong {
    color: #bd0102; }
.test_body .correct_image_answer {
  flex-direction: column; }
  .test_body .correct_image_answer .answer {
    display: flex; }
    .test_body .correct_image_answer .answer div {
      position: relative; }
    .test_body .correct_image_answer .answer div:first-child {
      margin-right: 20px; }
    .test_body .correct_image_answer .answer .right, .test_body .correct_image_answer .answer .wrong {
      color: #fff;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 54px;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center; }
    .test_body .correct_image_answer .answer .right {
      background: #008b32; }
    .test_body .correct_image_answer .answer .wrong {
      background: #bd0102;
      font-size: 20px; }

.entity_content .test_controls .crl_left a {
  width: auto; }
.entity_content .test_controls .crl_right a {
  padding-left: 30px;
  padding-right: 30px; }

.result {
  width: 100%;
  max-width: 500px;
  border: #4e4743 solid 2px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px; }
  .result h2 {
    margin: 0;
    margin-bottom: 15px;
    text-align: center; }
  .result img {
    margin-bottom: 15px; }
  .result .result_info {
    margin-bottom: 10px;
    text-align: center; }
  .result .result_answers {
    display: flex; }
    .result .result_answers div:first-child {
      margin-right: 20px; }
  .result .right {
    color: #008b32; }
  .result .wrong {
    color: #bd0102; }
  .result .controls a:first-child {
    margin-right: 15px; }
  .result .controls .show_answer {
    background-color: #4e4743; }

@media screen and (max-width: 950px) {
  .test_body .question .in_row_1 .answer {
    width: 100%;
    text-align: center;
    justify-content: center; } }
@media screen and (max-width: 850px) {
  .entity_content .result .controls a {
    padding-left: 20px;
    padding-right: 20px; }
  .entity_content .test_controls .crl_left a {
    padding-left: 20px;
    padding-right: 20px; }
  .entity_content .test_controls .crl_right a {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 560px) {
  .test_body .question .question_cont {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
    .test_body .question .question_cont picture {
      width: 100%;
      padding-top: 0; }
    .test_body .question .question_cont .answers {
      width: 100%;
      padding-left: 0;
      margin-top: 6px; }
      .test_body .question .question_cont .answers .answer {
        padding: 20px; }

  .entity_content .test_controls {
    margin-top: 20px; }
    .entity_content .test_controls .crl_left {
      margin-bottom: 7px; }
      .entity_content .test_controls .crl_left a {
        width: 100%; }
    .entity_content .test_controls .crl_right a {
      padding-left: 0;
      padding-right: 0; }
    .entity_content .test_controls .crl_right a:first-child {
      width: 40%; }
    .entity_content .test_controls .crl_right a:last-child {
      width: 59%; } }
@media screen and (max-width: 560px) {
  .test_body .question .correct_image_answer .answer div {
    width: 49%; }
    .test_body .question .correct_image_answer .answer div img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 420px) {
  .entity_content .result .controls a {
    width: 85%; }
  .entity_content .result .controls a:first-child {
    margin-bottom: 5px; } }
.article_content .entity_top {
  flex-direction: column; }
  .article_content .entity_top .entity_info {
    padding-left: 0; }
.article_content .article_body {
  padding-right: 30px; }
  .article_content .article_body .isbold {
    font-weight: bold; }
  .article_content .article_body .top_article_img {
    width: 100%; }
    .article_content .article_body .top_article_img img {
      width: 100%; }
  .article_content .article_body .content_links {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap; }
    .article_content .article_body .content_links a {
      margin-right: 5px;
      margin-bottom: 4px;
      padding: 4px 15px 5px 15px;
      color: #000;
      border: #4e4743 1px solid;
      text-decoration: none;
      border-left-width: 3px;
      white-space: nowrap; }
    .article_content .article_body .content_links a:hover {
      border-left-color: #bd0102;
      color: #bd0102; }
  .article_content .article_body .article_img_right, .article_content .article_body .article_img_left {
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
    .article_content .article_body .article_img_right img, .article_content .article_body .article_img_left img {
      width: 100%;
      height: auto; }
    .article_content .article_body .article_img_right div, .article_content .article_body .article_img_left div {
      padding: 10px;
      background: #eee;
      font-size: 0.9em; }
  .article_content .article_body .article_img_right {
    float: right;
    margin-left: 15px; }
  .article_content .article_body .article_img_left {
    float: left;
    margin-right: 15px; }
  .article_content .article_body .portret_img {
    width: 30%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
  .article_content .article_body table {
    width: 100%;
    border-collapse: collapse; }
    .article_content .article_body table th, .article_content .article_body table td {
      padding: 10px;
      border: 1px #4e4743 solid; }
    .article_content .article_body table th {
      background: #f0f0f0; }
.article_content .arrow-up {
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 22px;
  text-decoration: none;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
.article_content .arrow-up:hover {
  color: #fff; }

@media screen and (max-width: 920px) {
  .article_content .entity_top {
    padding: 0px 20px 20px 20px; }
  .article_content h1 {
    margin-bottom: 0; }
  .article_content .article_body {
    padding-right: 0; }
    .article_content .article_body .portret_img, .article_content .article_body .article_img_left, .article_content .article_body .article_img_right {
      width: 40%; }

  .article_content .entity_top .entity_img .entity_soc {
    padding-bottom: 0;
    border-bottom: none; } }
@media screen and (max-width: 560px) {
  .article_content h1 {
    margin-bottom: 10px;
    line-height: 1.2; }
  .article_content .article_body {
    padding-left: 20px;
    padding-right: 20px; }
    .article_content .article_body .portret_img, .article_content .article_body .article_img_left, .article_content .article_body .article_img_right {
      width: 100%; } }
.dif_content .dif_body img {
  width: 100%;
  border: #4e4743 solid 1px; }

@media screen and (max-width: 920px) {
  .dif_content .dif_controls {
    justify-content: space-between; }
    .dif_content .dif_controls a {
      width: 49.5%;
      margin-right: 0; } }
.cross_body .cross_block {
  display: flex;
  margin-top: 30px;
  justify-content: center; }
  .cross_body .cross_block .definition {
    width: 100%;
    display: none;
    border: #158c00 solid 2px;
    margin-bottom: 15px;
    padding: 15px; }
  .cross_body .cross_block .cross {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    width: 55%; }
    .cross_body .cross_block .cross .cross_line {
      display: flex;
      position: relative; }
      .cross_body .cross_block .cross .cross_line span {
        position: absolute;
        font-size: 11px;
        left: 2px;
        top: 2px;
        font-weight: 600;
        cursor: pointer;
        user-select: none; }
      .cross_body .cross_block .cross .cross_line input[type="text"]:first-child {
        margin-left: 0; }
      .cross_body .cross_block .cross .cross_line input[type="text"] {
        cursor: pointer;
        border: #4e4743 solid 1px;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        text-align: center;
        font-size: 0.9em;
        width: 40px;
        height: 40px;
        margin-left: -1px;
        margin-bottom: 3px;
        background: #eee;
        text-transform: uppercase;
        outline: none; }
      .cross_body .cross_block .cross .cross_line input[type="text"].cross_key_letter {
        cursor: pointer;
        border: #4e4743 solid 2px;
        background: #fff;
        font-weight: 600;
        padding-right: 3px;
        color: #158c00; }
      .cross_body .cross_block .cross .cross_line input[type="text"].error_letter {
        color: #bd0102;
        background: #ffecec; }
      .cross_body .cross_block .cross .cross_line input[type="text"].wite_select {
        background: #d2e5f7 !important;
        border: #4e4743 solid 1px !important;
        color: #000 !important; }
      .cross_body .cross_block .cross .cross_line input[type="text"].cross_key_letter.wite_select {
        border: #4e4743 solid 2px !important; }
        .cross_body .cross_block .cross .cross_line input[type="text"].cross_key_letter.wite_select span {
          color: #fff; }
    .cross_body .cross_block .cross .cross_line.active input[type="text"] {
      background: #756868;
      color: #fff;
      border: #756868 solid 1px;
      border-left: #fff solid 1px; }
    .cross_body .cross_block .cross .cross_line.active input[type="text"]:first-child {
      border-left-color: #756868; }
    .cross_body .cross_block .cross .cross_line.active input[type="text"].cross_key_letter {
      background: #158c00;
      border: #158c00 solid 1px;
      border-left: #fff solid 1px; }
    .cross_body .cross_block .cross .cross_line.active span {
      color: #fff; }
  .cross_body .cross_block .cross_text {
    width: 45%; }
    .cross_body .cross_block .cross_text a {
      color: #fff;
      text-decoration: none;
      padding: 3px 12px 3px 12px; }
    .cross_body .cross_block .cross_text .key_btn {
      background-color: #a63b00; }
    .cross_body .cross_block .cross_text .letter_btn {
      background-color: #165795; }
    .cross_body .cross_block .cross_text div {
      cursor: pointer;
      margin-bottom: 10px; }
    .cross_body .cross_block .cross_text span {
      margin-bottom: 20px;
      display: block; }
    .cross_body .cross_block .cross_text div.active {
      color: #bd0102; }

@media screen and (max-width: 1300px) {
  .cross_body .cross_block {
    flex-wrap: wrap; }
    .cross_body .cross_block .definition {
      display: block; }
    .cross_body .cross_block .cross {
      width: 100%;
      padding-right: 0; }
      .cross_body .cross_block .cross .cross_line input[type="text"] {
        font-size: 0.9em; }
      .cross_body .cross_block .cross .cross_line span {
        display: none; }
    .cross_body .cross_block .cross_text {
      margin-top: 20px;
      width: 100%; } }
@media screen and (max-width: 560px) {
  .entity_content .cross_body {
    padding-left: 20px;
    padding-right: 20px; }

  .cross_content .top_controls .crl_left a {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
    font-size: 0.9em; }
  .cross_content .botom_controls {
    margin-top: 20px; }
    .cross_content .botom_controls .crl_right {
      justify-content: center; }
      .cross_content .botom_controls .crl_right a {
        width: 75%; }

  .cross_body .cross_block .cross_text span {
    text-align: center; } }
@media screen and (max-width: 380px) {
  .cross_content .botom_controls .crl_right a {
    width: 100%; } }
.cross_body .cross_block .chainword {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  max-width: 500px;
  width: 50%; }
  .cross_body .cross_block .chainword span {
    position: absolute;
    font-size: 13px;
    left: 2px;
    top: 2px;
    font-weight: 600;
    cursor: pointer;
    user-select: none; }
  .cross_body .cross_block .chainword .row {
    display: flex;
    width: 100%; }
    .cross_body .cross_block .chainword .row .cell {
      width: 41px;
      height: 41px;
      box-sizing: border-box;
      border: #000 solid 1px;
      margin-left: -1px;
      margin-top: -1px;
      cursor: pointer;
      display: flex;
      align-items: center;
      align-content: center;
      text-align: center;
      font-size: 1.0em;
      background: #fff;
      text-transform: uppercase;
      outline: none; }
    .cross_body .cross_block .chainword .row .cell.off {
      border: none;
      cursor: auto;
      margin-left: 0;
      margin-top: 0; }
    .cross_body .cross_block .chainword .row .t_b_l {
      border-width: 3px 1px 3px 3px; }
    .cross_body .cross_block .chainword .row .b {
      border-width: 1px 1px 3px 1px; }
    .cross_body .cross_block .chainword .row .b_l {
      border-width: 1px 1px 3px 3px; }
    .cross_body .cross_block .chainword .row .r {
      border-width: 1px 3px 1px 1px; }
    .cross_body .cross_block .chainword .row .r_b {
      border-width: 1px 3px 3px 1px; }
    .cross_body .cross_block .chainword .row .l {
      border-width: 1px 1px 1px 3px; }
    .cross_body .cross_block .chainword .row .t {
      border-width: 3px 1px 1px 1px; }
    .cross_body .cross_block .chainword .row .t_r {
      border-width: 3px 3px 1px 1px; }
    .cross_body .cross_block .chainword .row .t_l {
      border-width: 3px 1px 1px 3px; }
    .cross_body .cross_block .chainword .row .l {
      border-width: 1px 1px 1px 3px; }

@media screen and (max-width: 1300px) {
  .cross_body .cross_block .chainword {
    width: 100%;
    padding-right: 0; } }
.section_content {
  padding: 0 30px 5px 30px;
  position: relative; }
  .section_content .breadcrumbs_mobile {
    padding: 0; }
  .section_content .subdivs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .section_content .subdivs a {
      display: flex;
      justify-content: flex-start;
      height: 58px;
      margin-right: 7px;
      text-decoration: none;
      color: #fff;
      background: #4e4743;
      align-items: center;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400;
      margin-bottom: 10px;
      font-size: 1.4em; }
      .section_content .subdivs a .audiobook_icon, .section_content .subdivs a .audioshow_icon {
        background-image: url("../images/sprite.png");
        height: 40px;
        width: 28px;
        margin: 0 15px; }
      .section_content .subdivs a .audiobook_icon {
        background-position: -69px 0; }
      .section_content .subdivs a .audioshow_icon {
        background-position: -40px 0; }
      .section_content .subdivs a span {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 58px;
        border-left: #fff solid 1px;
        padding: 0 25px; }
    .section_content .subdivs a:last-child {
      margin-right: 0; }
    .section_content .subdivs a:hover span, .section_content .subdivs .active span {
      background: #bd0102; }
  .section_content .section_h2 {
    display: flex;
    justify-content: space-between;
    border-bottom: #777 solid 1px;
    margin-bottom: 20px; }
    .section_content .section_h2 h2 {
      margin: 0;
      color: #bd0102; }
    .section_content .section_h2 a {
      display: flex;
      color: #000;
      border: #777 solid 1px;
      padding: 7px 15px 7px 15px;
      margin-top: 2px;
      border-bottom: none; }
    .section_content .section_h2 a:hover {
      color: #bd0102; }
  .section_content .section_description {
    margin-bottom: 20px;
    font-size: 15px; }
  .section_content .entity_soc {
    margin-bottom: 20px; }
  .section_content .cat_line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    .section_content .cat_line .cat_item {
      width: 49%;
      border: #4e4743 solid 1px;
      color: #000;
      text-decoration: none; }
      .section_content .cat_line .cat_item picture {
        width: 100%;
        display: block; }
      .section_content .cat_line .cat_item img {
        width: 100%;
        display: block; }
      .section_content .cat_line .cat_item .cat_title {
        padding: 12px 15px 10px 15px;
        font-size: 20px; }
      .section_content .cat_line .cat_item .cat_text {
        padding: 0 15px 15px 15px;
        color: #667; }
  .section_content .cat_list {
    color: #000;
    line-height: 2.35;
    font-size: 17px;
    margin-bottom: 20px; }
    .section_content .cat_list a {
      margin-right: 0;
      padding: 4px 15px 5px 15px;
      color: #000;
      border: #4e4743 1px solid;
      text-decoration: none;
      border-left-width: 3px;
      white-space: nowrap; }
    .section_content .cat_list a:hover {
      border-left-color: #bd0102;
      color: #bd0102; }
  .section_content .cat_r {
    width: 100%;
    height: 200px;
    background-color: #ddd;
    margin-bottom: 20px; }

@media screen and (max-width: 920px) {
  .section_content .subdivs a {
    font-size: 1.2em; } }
@media screen and (max-width: 560px) {
  .section_content {
    padding: 0 20px 5px 20px; }
    .section_content .cat_line {
      margin-bottom: 0; }
      .section_content .cat_line .cat_item {
        width: 100%;
        margin-bottom: 15px; }
    .section_content .subdivs a {
      width: 100%;
      margin-right: 0; } }
.book_body .book_table ul a {
  color: #000; }
.book_body .book_table ul a:hover {
  color: #bd0102; }
.book_body .book_table ul li {
  margin-bottom: 7px; }
.book_body .book_table .book_parts a {
  color: #000;
  font-size: 1.2em; }
.book_body .book_table .book_chapters {
  margin-top: 7px; }
  .book_body .book_table .book_chapters a {
    color: #555;
    font-size: 1em; }
.book_body .book_text {
  margin-top: 40px;
  margin-bottom: 40px; }
  .book_body .book_text p {
    text-indent: 40px; }
.book_body .pagenation_top {
  border-top: #4e4743 solid 1px;
  padding-top: 20px; }
.book_body .pagenation_bottom {
  padding-bottom: 20px;
  border-bottom: #4e4743 solid 1px; }

.feedback_body form {
  margin-top: 15px;
  display: flex;
  flex-direction: column; }
.feedback_body input[type="text"], .feedback_body input[type="password"] {
  height: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 300px; }

@media screen and (max-width: 560px) {
  .feedback_body .feedback_controls a {
    width: 100%;
    margin-right: 0; }
  .feedback_body input[type="text"], .feedback_body input[type="password"] {
    width: 100%; } }
.list_body {
  display: flex;
  flex-direction: column;
  padding-right: 30px; }
  .list_body a {
    display: flex;
    border: #ccc solid 1px;
    margin-top: -1px;
    padding: 10px 10px 10px 10px;
    color: #000; }
  .list_body a:hover {
    color: #fff;
    background: #bd0102;
    border: #bd0102 solid 1px; }

@media screen and (max-width: 920px) {
  .list_body {
    padding: 10px 0 10px 0; } }
@media screen and (max-width: 560px) {
  .list_body {
    padding: 10px 20px 10px 20px; } }
.presentation_body {
  display: flex;
  border: #ccc solid 1px;
  height: 700px;
  overflow: hidden;
  background: #fff; }
  .presentation_body .next, .presentation_body .previous {
    display: flex;
    width: 40px;
    background: #ccc;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0; }
  .presentation_body .next:hover, .presentation_body .previous:hover {
    background: #4e4743;
    color: #fff; }
  .presentation_body .previous {
    padding-right: 4px; }
  .presentation_body .slide {
    flex: 1 1 auto;
    display: flex;
    min-width: 40px; }
    .presentation_body .slide .left {
      width: 35%; }
      .presentation_body .slide .left img {
        width: 100%; }
    .presentation_body .slide .right {
      width: 65%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .presentation_body .slide .right h2 {
        font-size: 2em;
        margin: 0;
        font-weight: 400;
        margin-bottom: 15px; }
      .presentation_body .slide .right .venzel {
        display: flex;
        justify-content: center;
        width: 100%; }
      .presentation_body .slide .right .venzel_top {
        padding-top: 10px; }
      .presentation_body .slide .right .venzel_bottom {
        padding-bottom: 10px; }
      .presentation_body .slide .right .slide_body {
        width: 100%;
        padding: 20px 30px 20px 30px; }
      .presentation_body .slide .right p {
        text-indent: 20px;
        text-align: justify; }

.presentation_body.fullscreen .slide .right h2 {
  font-size: 3em; }
.presentation_body.fullscreen .slide .right p {
  font-size: 1.5em; }
.presentation_body.fullscreen .slide .right .slide_body {
  width: 100%;
  padding: 30px 50px 30px 50px; }

.hidden_slides {
  display: none; }

.encyclopedia_page_content .entity_link {
  flex-direction: column; }
.encyclopedia_page_content .entity_info .ep_top_text {
  margin-top: 20px; }

.sitemap_content .sitemap_body {
  padding-right: 30px; }
  .sitemap_content .sitemap_body ul a {
    color: #000; }
  .sitemap_content .sitemap_body ul a:hover {
    color: #bd0102; }
  .sitemap_content .sitemap_body ul li {
    margin-bottom: 7px; }
  .sitemap_content .sitemap_body .sm_div a {
    color: #000;
    font-size: 1.2em; }
  .sitemap_content .sitemap_body .sm_subdiv {
    margin-top: 7px; }
    .sitemap_content .sitemap_body .sm_subdiv a {
      color: #555;
      font-size: 1em; }

@media screen and (max-width: 560px) {
  .sitemap_content {
    padding-left: 20px;
    padding-right: 20px; } }
.tags_cloud_content .tags_cloud_body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 30px; }
  .tags_cloud_content .tags_cloud_body a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-basis: 31%;
    margin-right: 3.5%;
    border-bottom: #4e4743 dotted 2px;
    margin-bottom: 20px;
    color: #000;
    text-decoration: none; }
  .tags_cloud_content .tags_cloud_body a:nth-child(3n+3) {
    margin-right: 0; }
  .tags_cloud_content .tags_cloud_body a:hover {
    color: #bd0102;
    border-bottom: #bd0102 dotted 2px; }
  .tags_cloud_content .tags_cloud_body span:first-child {
    margin-right: 7px; }
.tags_cloud_content .pagenation {
  padding-right: 30px; }
.tags_cloud_content .pagenation_top {
  margin-bottom: 40px; }

@media screen and (max-width: 1100px) {
  .tags_cloud_content .tags_cloud_body a {
    flex-basis: 48%;
    margin-right: 4%; }
  .tags_cloud_content .tags_cloud_body a:nth-child(3n+3) {
    margin-right: 4%; }
  .tags_cloud_content .tags_cloud_body a:nth-child(2n+2) {
    margin-right: 0; } }
@media screen and (max-width: 560px) {
  .tags_cloud_content {
    padding-left: 20px;
    padding-right: 0; }
    .tags_cloud_content .pagenation {
      padding-left: 0;
      padding-right: 20px; }
    .tags_cloud_content .tags_cloud_body {
      padding-right: 20px; }
      .tags_cloud_content .tags_cloud_body a {
        flex-basis: 100%;
        margin-right: 0; }
      .tags_cloud_content .tags_cloud_body a:nth-child(2n+2) {
        margin-right: 0; }
      .tags_cloud_content .tags_cloud_body a:nth-child(3n+3) {
        margin-right: 0; } }
.audio_body, .video_body {
  width: 100%; }
  .audio_body .vi_youtube, .audio_body .vk_audio, .video_body .vi_youtube, .video_body .vk_audio {
    width: 100%;
    border: #4e4743 solid 1px; }
  .audio_body .video-cont, .video_body .video-cont {
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .audio_body .video-cont iframe, .video_body .video-cont iframe {
      /*background: #fff url(../images/ajax-loader.gif) no-repeat 50%;*/
      border: none;
      height: 100%;
      left: 0;
      max-width: 100%;
      position: absolute;
      top: 0;
      width: 100%; }

.enter_body .enter_blocks {
  display: flex; }
  .enter_body .enter_blocks h2 {
    margin-top: 0;
    color: #bd0102; }
  .enter_body .enter_blocks .enter_left {
    margin-right: 30px;
    max-width: 50%; }
  .enter_body .enter_blocks .enter_right {
    border: #4e4743 solid 1px;
    padding: 20px;
    background: #fbfbfb;
    margin-bottom: 20px;
    margin-right: 20px;
    flex: 1 1 auto; }
.enter_body .soc_enter {
  display: flex; }
  .enter_body .soc_enter a {
    margin-right: 5px;
    background-image: url("../images/sprite.png");
    width: 39px;
    height: 39px; }
  .enter_body .soc_enter .enter_vk {
    background-position: -40px -41px; }
  .enter_body .soc_enter .enter_ya {
    background-position: -80px -41px; }
  .enter_body .soc_enter .enter_ok {
    background-position: -120px -41px; }
  .enter_body .soc_enter .enter_mail {
    background-position: -160px -41px; }
  .enter_body .soc_enter .enter_google {
    background-position: -200px -41px; }
.enter_body .enter_header {
  display: flex;
  margin-top: 20px; }
  .enter_body .enter_header h1 {
    margin: 0; }
  .enter_body .enter_header a {
    color: #bd0102;
    margin-left: 25px;
    margin-top: 10px; }
.enter_body .links {
  display: flex;
  padding-right: 20px; }
  .enter_body .links div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px; }
    .enter_body .links div input[type="checkbox"] {
      transform: scale(1.6);
      margin-right: 12px;
      margin-top: 4px;
      margin-left: 4px; }
    .enter_body .links div span {
      margin-top: 2px; }
  .enter_body .links a {
    color: #32679a;
    margin-left: 20px;
    margin-top: 2px; }
.enter_body .controls {
  margin-top: -5px;
  margin-bottom: 20px; }
.enter_body .reg_links {
  flex-direction: column; }

@media screen and (max-width: 1100px) {
  .enter_body .enter_blocks {
    flex-wrap: wrap; }
    .enter_body .enter_blocks .enter_left, .enter_body .enter_blocks .enter_right {
      max-width: 100%;
      flex-basis: 100%; } }
@media screen and (max-width: 560px) {
  .enter_body {
    margin-left: 20px;
    margin-right: 20px; }
    .enter_body .enter_blocks .enter_left, .enter_body .enter_blocks .enter_right {
      margin-right: 0; } }
.cross_create_btn {
  display: flex;
  height: 40px;
  padding-top: 1px;
  align-items: center;
  text-decoration: none;
  color: #000;
  border: #4e4743 solid 1px;
  margin-right: 3px;
  justify-content: center;
  width: 200px;
  cursor: pointer;
  margin-top: 20px; }

.cross_body .cross_create_btn {
  margin-top: 0; }

.cross_create_btn:hover {
  background: #bd0102;
  border: none;
  color: #fff; }

.cross_create_body {
  margin-bottom: 30px; }
  .cross_create_body h1 {
    margin-bottom: 30px; }
  .cross_create_body input[type="text"] {
    height: 30px;
    width: 300px; }
  .cross_create_body .messages {
    margin-bottom: 20px; }
  .cross_create_body .error {
    color: #bd0102;
    margin-bottom: 20px; }
  .cross_create_body .mes {
    color: #008b32; }
  .cross_create_body .cross_body .cross_block .cross .lines {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    justify-content: space-between; }
    .cross_create_body .cross_body .cross_block .cross .lines div {
      width: 49%; }
      .cross_create_body .cross_body .cross_block .cross .lines div textarea {
        width: 100%; }
    .cross_create_body .cross_body .cross_block .cross .lines .cross_line .num {
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-right: 15px;
      margin-top: -1px; }
    .cross_create_body .cross_body .cross_block .cross .lines .cross_line input[type="text"].word {
      width: 85%;
      text-align: left;
      text-transform: none;
      margin-left: 10px; }
    .cross_create_body .cross_body .cross_block .cross .lines .discr {
      margin-top: -32px; }
    .cross_create_body .cross_body .cross_block .cross .lines .error_word {
      border: #bd0102 solid 2px; }
  .cross_create_body .cross_body .cross_block .cross_edit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0; }
  .cross_create_body .cross_body .cross_block .lines:last-child {
    margin-bottom: 0; }
  .cross_create_body .cross_body h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 400; }
  .cross_create_body .cross_body .cross_discr {
    margin-bottom: 30px; }

@media screen and (max-width: 1100px) {
  .cross_create_body .cross_body .cross_block .cross .lines {
    flex-wrap: wrap; }
    .cross_create_body .cross_body .cross_block .cross .lines div {
      width: 100%; }
    .cross_create_body .cross_body .cross_block .cross .lines .discr {
      margin-top: 10px; }
    .cross_create_body .cross_body .cross_block .cross .lines .cross_line input[type="text"].word {
      width: 90%; } }
.map a {
  color: #000; }
.map a:hover, .map a:visited {
  color: #000; }
.map ul {
  list-style-type: none;
  padding-left: 20px; }
  .map ul li {
    margin-bottom: 10px; }
  .map ul h3 {
    font-family: "Roboto", sans-serif;
    margin: 0; }

.entity_content .entity_body .not_game {
  margin-top: 0; }
  .entity_content .entity_body .not_game .tags {
    margin-top: 0; }
    .entity_content .entity_body .not_game .tags a {
      margin-left: 5px;
      margin-right: 5px; }
    .entity_content .entity_body .not_game .tags span {
      font-weight: bold; }
  .entity_content .entity_body .not_game h1 {
    margin-top: 0; }
  .entity_content .entity_body .not_game .answer_notgame {
    border: #000 solid 1px;
    padding: 20px;
    margin-top: 20px;
    width: 100%; }
    .entity_content .entity_body .not_game .answer_notgame span {
      font-weight: bold; }
  .entity_content .entity_body .not_game .answers {
    flex-direction: column; }
    .entity_content .entity_body .not_game .answers img {
      width: 100%;
      max-width: 500px;
      height: auto; }
  .entity_content .entity_body .not_game .answer_notgame_img {
    font-weight: bold;
    margin-bottom: 10px; }
  .entity_content .entity_body .not_game .question_info {
    margin-top: 20px; }
    .entity_content .entity_body .not_game .question_info span {
      font-weight: bold; }
  .entity_content .entity_body .not_game .botom_controls {
    margin-top: 20px; }
  .entity_content .entity_body .not_game .answer_images {
    margin-top: 20px; }
    .entity_content .entity_body .not_game .answer_images .right {
      display: none; }

.question_content .entity_top {
  border-bottom: none; }
  .question_content .entity_top .entity_info {
    padding: 0 25px 0 0; }

@media screen and (max-width: 560px) {
  .question_content .entity_top .entity_info {
    padding: 0 20px 0 20px; }

  .entity_content .entity_body .not_game .botom_controls {
    padding-left: 0;
    padding-right: 0; }

  .entity_content .entity_body .not_game .tags {
    padding-left: 0;
    padding-right: 0; } }
.dif_body .play_cont {
  display: none; }
.dif_body .answers_cont {
  /*display: none;*/ }
  .dif_body .answers_cont .dif_img {
    position: relative; }
    .dif_body .answers_cont .dif_img .dif_cont {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .dif_body .answers_cont .dif_img .dif_cont .dif_pointer {
        position: absolute;
        left: 200px;
        top: 200px; }
        .dif_body .answers_cont .dif_img .dif_cont .dif_pointer svg {
          transform-origin: 49px 49px;
          left: -49px;
          top: -49px;
          transform: rotate(45deg); }
          .dif_body .answers_cont .dif_img .dif_cont .dif_pointer svg .circle {
            fill: #FFFFFF;
            stroke: #ff0000;
            cursor: pointer; }
          .dif_body .answers_cont .dif_img .dif_cont .dif_pointer svg .line {
            stroke: #ff0000; }
          .dif_body .answers_cont .dif_img .dif_cont .dif_pointer svg .arr {
            fill: #ff0000; }
        .dif_body .answers_cont .dif_img .dif_cont .dif_pointer .text {
          position: absolute;
          width: 98px;
          height: 98px;
          left: 0;
          top: 0;
          display: flex;
          justify-content: center;
          font-size: 50px;
          align-items: center;
          cursor: pointer; }

.treniruem_mozg_content h2 a {
  text-decoration: none; }
.treniruem_mozg_content .see_all {
  display: flex;
  justify-content: center; }
  .treniruem_mozg_content .see_all a {
    display: flex;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background-color: #bd0102;
    justify-content: center; }
.treniruem_mozg_content .tm_tests_btns {
  color: #000;
  line-height: 2.35;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 6px; }
  .treniruem_mozg_content .tm_tests_btns a {
    margin-right: 0;
    padding: 4px 15px 5px 15px;
    color: #000;
    border: #4e4743 1px solid;
    text-decoration: none;
    border-left-width: 3px;
    white-space: nowrap; }
  .treniruem_mozg_content .tm_tests_btns a:hover {
    border-left-color: #bd0102;
    color: #bd0102; }

@media screen and (max-width: 560px) {
  .page_header {
    padding-left: 20px;
    padding-right: 20px; } }
.game_block {
  width: 100%;
  border: #4e4743 solid 1px; }

.playing_field {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .playing_field .game_object {
    border: none !important;
    width: 40% !important;
    height: auto;
    margin: 60px; }
  .playing_field .shadows_block {
    display: flex;
    flex-wrap: wrap; }
    .playing_field .shadows_block .shadow {
      display: flex;
      width: 33%;
      justify-content: center;
      margin-bottom: 30px;
      cursor: pointer; }
      .playing_field .shadows_block .shadow img {
        width: 70%;
        height: auto;
        border: none;
        pointer-events: none; }
    .playing_field .shadows_block .shadow_on {
      display: none; }
    .playing_field .shadows_block .shadow:hover .shadow_on {
      display: block; }
    .playing_field .shadows_block .shadow:hover .shadow_off {
      display: none; }

.answer_window {
  border: #aaa29d solid 1px;
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  justify-content: center; }
  .answer_window .answer_message {
    display: flex;
    padding: 15px;
    justify-content: center; }
  .answer_window .answer_controls div {
    cursor: pointer;
    background-color: #4e4743;
    color: #fff;
    padding: 7px 20px;
    margin-right: 5px; }
  .answer_window .answer_controls div:last-child {
    margin-right: 0;
    background-color: #bd0102; }
  .answer_window .right {
    color: #008b32; }
  .answer_window .wrong {
    color: #bd0102; }
  .answer_window h2 {
    margin: 0;
    margin-bottom: 5px;
    text-align: center; }

@media screen and (max-width: 850px) {
  .playing_field .game_object {
    margin: 30px; }

  .answer_window {
    padding: 20px;
    height: 100%;
    width: 100%;
    border: none; }
    .answer_window .answer_controls {
      flex-wrap: wrap;
      justify-content: space-between; }
      .answer_window .answer_controls div {
        width: 49.5%;
        margin-right: 0;
        display: flex;
        justify-content: center; }
      .answer_window .answer_controls div:last-child {
        width: 100%;
        margin-top: 3px; } }
@media screen and (max-width: 360px) {
  .answer_window h2 {
    margin-bottom: 0; }
  .answer_window .answer_message {
    padding: 10px 15px; } }
.search_content .search_select {
  margin-top: 20px; }
.search_content #ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  font-size: 1.3em !important;
  height: 32px;
  border: #000 solid 1px !important; }
.search_content #ya-site-form0 .ya-site-form__search-precise, .search_content #ya-site-form0 .ya-site-form__submit {
  height: 32px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4e4743;
  color: #fff;
  text-decoration: none;
  margin-right: 4px;
  border: 0;
  color: #fff !important;
  font-size: 1.3em !important;
  text-transform: lowercase; }
.search_content .b-head__l, .search_content .b-head__specify {
  padding: 0 1em 0 0 !important; }

.quiz-manager {
  padding: 20px; }
  .quiz-manager .mce-label {
    display: none; }
  .quiz-manager .answer-block {
    margin-bottom: 15px; }
  .quiz-manager .mce-tinymce {
    width: 100% !important; }
  .quiz-manager .answer-sort-handler {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #4e4743 1px solid; }
  .quiz-manager .q_num {
    display: flex;
    background-color: #4e4743;
    color: #fff;
    font-size: 18px;
    align-content: center;
    flex-wrap: wrap;
    height: 42px;
    width: 65px;
    justify-content: center; }
  .quiz-manager .controls {
    display: flex; }
    .quiz-manager .controls .btn {
      padding: 10px 20px;
      display: flex;
      align-content: center;
      justify-content: center;
      text-decoration: none;
      margin-right: 10px;
      border: #4e4743 1px solid;
      color: #000; }

.entity_soc {
  margin-left: 7px;
  display: flex;
  flex-direction: column;
  width: 40px; }
  .entity_soc div {
    /*display: flex;*/ }
  .entity_soc .soc_right {
    display: flex; }
    .entity_soc .soc_right .ya-share2__icon {
      height: 38px !important;
      width: 38px !important; }
  .entity_soc .ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_bottom, .entity_soc .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
    top: 45px !important; }
  .entity_soc .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 32px 32px !important; }
  .entity_soc .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
    background: transparent !important;
    margin-top: -7px !important;
    margin-left: -8px !important; }
  .entity_soc .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    width: 40px !important;
    height: 40px !important; }
  .entity_soc .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 40px !important;
    width: 40px !important;
    background-size: 24px 24px !important; }
  .entity_soc .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    border-radius: 40px; }
  .entity_soc .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEyLjg3OCAxNy4zMDRjLTUuNDExIDAtOC42OTUtMy43NTUtOC44MjMtOS45OTRoMi43NGMuMDg2IDQuNTgzIDIuMTcxIDYuNTI4IDMuNzcgNi45MjVWNy4zMWgyLjYyN3YzLjk1NGMxLjU0Mi0uMTcgMy4xNTUtMS45NyAzLjY5OC0zLjk1NGgyLjU4NGMtLjQxNCAyLjQ0MS0yLjE3IDQuMjQtMy40MTIgNC45ODMgMS4yNDIuNiAzLjI0IDIuMTcgNC4wMTEgNS4wMWgtMi44NGMtLjYtMS44OTgtMi4wNy0zLjM2OS00LjA0LTMuNTY5djMuNTdoLS4zMTVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+") center center no-repeat !important;
    background-size: 32px 32px !important; }
  .entity_soc .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE0LjgzIDEwLjc3YTMuOTUxIDMuOTUxIDAgMCAxLTUuNjA0IDAgMy45NTEgMy45NTEgMCAwIDEgMC01LjYwNCAzLjk1IDMuOTUgMCAwIDEgNS42MDQgMCAzLjk1MSAzLjk1MSAwIDAgMSAwIDUuNjA0Wm0tMi44MDItNC42MTVjLS40OTQgMC0uOTQyLjItMS4yNzEuNTNhMS43OSAxLjc5IDAgMCAwIDAgMi41NDIgMS43ODkgMS43ODkgMCAwIDAgMi41NDMgMCAxLjc4OSAxLjc4OSAwIDAgMCAwLTIuNTQzIDEuODM5IDEuODM5IDAgMCAwLTEuMjcyLS41M3ptNC4xNjggNS43OTIgMS4xNjYgMS41OWMuMDU5LjA4Mi4wNDcuMTg4LS4wMzYuMjQ3LS45NzcuOC0yLjExOSAxLjMzLTMuMzA4IDEuNjEzbDIuMjQ5IDQuMzMyYy4wNTkuMTMtLjAyNC4yNzEtLjE2NS4yNzFIMTMuN2EuMjA2LjIwNiAwIDAgMS0uMTc2LS4xMThsLTEuNDk2LTMuNTc5LTEuNTA3IDMuNTY3YS4xODEuMTgxIDAgMCAxLS4xNzYuMTE4SDcuOTQzYy0uMTQxIDAtLjIyNC0uMTUzLS4xNjUtLjI3bDIuMjQ5LTQuMzIxYTguMjYyIDguMjYyIDAgMCAxLTMuMzA4LTEuNjEzYy0uMDcxLS4wNi0uMDk1LS4xNzctLjAzNi0uMjQ4bDEuMTY2LTEuNTg5Yy4wNy0uMDk0LjE4OC0uMTA2LjI3LS4wMzUgMS4wOTYuOTMgMi40NSAxLjU0MiAzLjg5OCAxLjU0MnMyLjc5LS42IDMuODk3LTEuNTQyYy4wOTQtLjA3LjIyMy0uMDYuMjgyLjAzNVoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") center center no-repeat !important;
    background-size: 32px 32px !important; }
  .entity_soc .ya-share2__item_service_pinterest .ya-share2__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYgOS43NDJjMCAxLjU4LjU5OSAyLjk4NiAxLjg4NCAzLjUxLjIxLjA4Ny40LjAwMy40Ni0uMjMuMDQzLS4xNi4xNDQtLjU2OC4xODktLjczOC4wNi0uMjMuMDM3LS4zMS0uMTMzLS41MTItLjM3LS40MzYtLjYwOC0xLjAwMS0uNjA4LTEuODAyIDAtMi4zMjIgMS43NC00LjQwMiA0LjUzLTQuNDAyIDIuNDcxIDAgMy44MjkgMS41MDggMy44MjkgMy41MjIgMCAyLjY1LTEuMTc0IDQuODg3LTIuOTE3IDQuODg3LS45NjMgMC0xLjY4My0uNzk1LTEuNDUyLTEuNzcuMjc2LTEuMTY1LjgxMi0yLjQyMS44MTItMy4yNjIgMC0uNzUyLS40MDUtMS4zOC0xLjI0LTEuMzgtLjk4NSAwLTEuNzc1IDEuMDE3LTEuNzc1IDIuMzggMCAuODY3LjI5MyAxLjQ1NC4yOTMgMS40NTRMOC42OSAxNi40MDZjLS4zNTIgMS40ODctLjA1MyAzLjMwOS0uMDI4IDMuNDkyLjAxNS4xMS4xNTUuMTM2LjIyLjA1NC4wOS0uMTE5IDEuMjYyLTEuNTY0IDEuNjYtMy4wMDguMTEzLS40MDkuNjQ3LTIuNTI2LjY0Ny0yLjUyNi4zMi42MSAxLjI1NCAxLjE0NSAyLjI0OCAxLjE0NSAyLjk1NyAwIDQuOTY0LTIuNjkzIDQuOTY0LTYuMjk4QzE4LjQgNi41MzkgMTYuMDg5IDQgMTIuNTc2IDQgOC4yMDQgNCA2IDcuMTMgNiA5Ljc0MnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") center center no-repeat !important;
    background-size: 32px 32px !important; }
  .entity_soc .ya-share2__item_service_telegram .ya-share2__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTE4LjkyIDYuMDg5TDQuNzQ3IDExLjU1NWMtLjk2Ny4zODgtLjk2Mi45MjgtLjE3NiAxLjE2OGwzLjUzNCAxLjEwNCAxLjM1MyA0LjE0NmMuMTY0LjQ1NC4wODMuNjM0LjU2LjYzNC4zNjggMCAuNTMtLjE2OC43MzYtLjM2OC4xMy0uMTI3LjkwMy0uODggMS43NjctMS43MTlsMy42NzcgMi43MTdjLjY3Ni4zNzMgMS4xNjUuMTggMS4zMzMtLjYyOGwyLjQxNC0xMS4zNzRjLjI0Ny0uOTktLjM3OC0xLjQ0LTEuMDI1LTEuMTQ2ek04LjY2IDEzLjU3M2w3Ljk2Ny01LjAyNmMuMzk4LS4yNDIuNzYzLS4xMTIuNDYzLjE1NGwtNi44MjIgNi4xNTVsLS4yNjUgMi44MzNsLTEuMzQzLTQuMTE2eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center center no-repeat !important;
    background-size: 32px 32px !important; }
  .entity_soc .ya-share2__item_service_whatsapp .ya-share2__icon {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIwIDExLjc5NGMwIDQuMzA0LTMuNTE3IDcuNzk0LTcuODU1IDcuNzk0YTcuODcgNy44NyAwIDAxLTMuNzk2LS45N0w0IDIwbDEuNDE4LTQuMTgyYTcuNzE0IDcuNzE0IDAgMDEtMS4xMjctNC4wMjRjMC00LjMwNCAzLjUxNy03Ljc5NCA3Ljg1NC03Ljc5NFMyMCA3LjQ5IDIwIDExLjc5NHptLTcuODU1LTYuNTUzYy0zLjY0MSAwLTYuNjAzIDIuOTQtNi42MDMgNi41NTNhNi40OCA2LjQ4IDAgMDAuOTU4IDMuNDQ1bC0uODI1IDIuNDMzIDIuNTM3LS44MDZhNi42IDYuNiAwIDAwMy42MzMgMS4wODRjMy42NDIgMCA2LjYwNC0yLjk0IDYuNjA0LTYuNTUzcy0yLjk2Mi02LjU1My02LjYwNC02LjU1M3ptMy45NjcgOC4zNDhjLS4wNDktLjA4LS4xNzctLjEyOC0uMzctLjIyMy0uMTkyLS4wOTUtMS4xMzktLjU1OC0xLjMxNS0uNjIxLS4xNzctLjA2NC0uMzA1LS4wOTYtLjQzNC4wOTVhMTAuOTIgMTAuOTIgMCAwMS0uNjEuNzQ5Yy0uMTEyLjEyOC0uMjI0LjE0My0uNDE2LjA0OC0uMTkzLS4wOTYtLjgxMy0uMjk3LTEuNTQ5LS45NDhhNS43NiA1Ljc2IDAgMDEtMS4wNy0xLjMyM2MtLjExMy0uMTkxLS4wMTMtLjI5NS4wODQtLjM5LjA4Ni0uMDg2LjE5Mi0uMjIzLjI4OS0uMzM0LjA5Ni0uMTEyLjEyOC0uMTkxLjE5Mi0uMzE5cy4wMzItLjIzOS0uMDE2LS4zMzVjLS4wNDgtLjA5NS0uNDMzLTEuMDM1LS41OTQtMS40MTgtLjE2LS4zODItLjMyLS4zMTgtLjQzMy0uMzE4LS4xMTIgMC0uMjQtLjAxNi0uMzY5LS4wMTZhLjcxLjcxIDAgMDAtLjUxMy4yMzljLS4xNzcuMTktLjY3NC42NTMtLjY3NCAxLjU5M3MuNjkgMS44NDguNzg2IDEuOTc2Yy4wOTYuMTI3IDEuMzMyIDIuMTE5IDMuMjg5IDIuODg0IDEuOTU4Ljc2NCAxLjk1OC41MSAyLjMxLjQ3Ny4zNTMtLjAzMSAxLjE0LS40NjEgMS4zLS45MDguMTYtLjQ0Ni4xNi0uODI5LjExMy0uOTA4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center center no-repeat !important;
    background-size: 32px 32px !important; }
  .entity_soc .entity_soc_icon {
    width: 39px;
    height: 39px;
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    background-image: url("../images/sprite.png"); }
  .entity_soc .entity_vk {
    background-position: 0 0; }
  .entity_soc .entity_ok {
    background-position: 0 -40px; }
  .entity_soc .entity_mail {
    background-position: 0 -80px; }
  .entity_soc .entity_pin {
    background-position: 0 -120px; }
  .entity_soc .entity_share {
    background-position: 0 -160px;
    margin-top: 86px; }
  .entity_soc .filter_icon {
    background-position: -40px -160px; }
  .entity_soc .filter_active {
    background-position: -80px -160px; }

.question_content .entity_soc {
  width: 100%;
  flex-direction: row;
  margin-top: 15px; }

.soc_long {
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  margin-left: 0; }
  .soc_long a {
    margin-right: 3px; }
  .soc_long .soc_right a {
    margin-right: 0;
    margin-left: 3px; }
  .soc_long .entity_share {
    margin-top: 0;
    margin-left: 30px; }

@media screen and (max-width: 560px) {
  .section_content .ya-share2__list.ya-share2__list_direction_horizontal li:nth-child(6) {
    display: none; }

  .ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge, .ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge {
    width: 40px;
    height: 40px; } }
.filter {
  display: flex;
  flex-direction: column;
  position: absolute;
  border: #4e4743 solid 1px;
  background: #fff;
  top: 0;
  right: 30px;
  z-index: 10000;
  padding: 20px; }
  .filter .filter_close {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    height: 26px;
    width: 26px;
    text-decoration: none;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .filter h3 {
    border-bottom: #4e4743 solid 1px; }
  .filter .themes {
    display: flex;
    flex-direction: column; }
    .filter .themes .themes_header {
      display: flex;
      margin-top: 0; }
      .filter .themes .themes_header a {
        display: flex;
        margin-top: 2px;
        color: #bd0102; }
    .filter .themes .themes_sel_link {
      display: flex;
      color: #bd0102;
      cursor: pointer; }
      .filter .themes .themes_sel_link .link {
        text-decoration: underline; }
      .filter .themes .themes_sel_link .arr {
        margin-top: 6px;
        margin-left: 5px; }
    .filter .themes .themes_seleted, .filter .themes .themes_items {
      display: flex;
      padding-bottom: 5px;
      flex-wrap: wrap; }
    .filter .themes .themes_items {
      margin-top: 8px; }
    .filter .themes .themes_items_active {
      background: #eee; }
    .filter .themes .themes_item {
      text-decoration: none;
      display: flex;
      padding: 7px 32px 7px 10px;
      border: #4e4743 solid 1px;
      margin-right: 5px;
      margin-bottom: 5px;
      position: relative; }
      .filter .themes .themes_item .filter_close {
        height: 32px;
        width: 32px; }
  .filter a {
    color: #000; }
  .filter .filter_reset {
    color: #000;
    cursor: pointer;
    margin-top: 15px;
    text-decoration: underline; }
  .filter .filter_done {
    display: flex;
    color: #fff;
    background: #bd0102;
    width: 200px;
    height: 35px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    cursor: pointer; }
  .filter .show_by {
    display: flex;
    flex-direction: column; }
    .filter .show_by div {
      display: flex; }
    .filter .show_by a {
      display: flex;
      padding: 7px 15px 7px 15px;
      border: #4e4743 solid 1px;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      margin-right: 5px; }
    .filter .show_by a.active {
      background: #4e4743;
      color: #fff; }
  .filter input[type="text"] {
    height: 30px;
    width: 100%; }

@media screen and (max-width: 560px) {
  .filter {
    width: 100%;
    right: 0; }
    .filter .filter_done {
      width: 100%; } }
.breadcrumbs, .breadcrumbs_mobile {
  margin-top: 15px; }
  .breadcrumbs a, .breadcrumbs_mobile a {
    font-size: 14px;
    color: #000;
    margin-right: 7px;
    margin-left: 2px; }
  .breadcrumbs a:last-child, .breadcrumbs_mobile a:last-child {
    margin-right: 0; }
  .breadcrumbs .breadcrumbs_close, .breadcrumbs_mobile .breadcrumbs_close {
    display: none; }

.breadcrumbs_mobile {
  display: none;
  margin-top: 0;
  /* margin-left: 20px; */ }

.all_breadcrumbs {
  border: #4e4743 solid 1px;
  position: absolute;
  top: 30px;
  left: 0;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 15px 15px 10px 15px;
  z-index: 1000; }
  .all_breadcrumbs .breadcrumbs_close {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    height: 26px;
    width: 26px;
    text-decoration: none;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .all_breadcrumbs a {
    display: block;
    margin-bottom: 5px;
    font-size: 16px; }
  .all_breadcrumbs span {
    display: none; }

@media screen and (max-width: 560px) {
  .breadcrumbs {
    display: none; }

  .breadcrumbs_mobile {
    display: block; } }
.pagenation {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  .pagenation .arrows {
    display: flex;
    justify-content: space-between;
    width: 62px; }
  .pagenation .first_page, .pagenation .prev, .pagenation .next {
    display: flex;
    color: #000;
    height: 30px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagenation .first_page:hover {
    color: #bd0102; }
  .pagenation .prev, .pagenation .next {
    border: #4e4743 solid 1px;
    text-decoration: none;
    width: 30px;
    padding-top: 1px;
    background: url(../images/sprite.png); }
  .pagenation .next {
    background-position: -96px 2px; }
  .pagenation .prev {
    background-position: -118px 2px; }
  .pagenation .prev:hover, .pagenation .next:hover {
    background-color: #bd0102;
    border-color: #bd0102; }
  .pagenation .next:hover {
    background-position: -158px 2px; }
  .pagenation .prev:hover {
    background-position: -180px 2px; }
  .pagenation .sel_page {
    display: flex;
    align-items: center; }
    .pagenation .sel_page input[type="number"] {
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 55px; }
    .pagenation .sel_page a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #4e4743;
      color: #fff;
      width: 24px;
      height: 30px;
      margin-left: -1px;
      text-decoration: none;
      padding-top: 1px; }
    .pagenation .sel_page a:hover {
      background: #bd0102;
      color: #fff; }

.hidden {
  display: none !important; }

.errors {
  color: #bd0102; }

input.error {
  color: #bd0102;
  border-color: #bd0102;
  border-style: solid; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  clear: both;
  height: 0; }

@media print {
  .header, .footer, .right_column, .header_mobile, .menu_panel_mobile, .srch_panel_mobile, .enter_panel_mobile {
    display: none; }

  .entity_content > * {
    display: none !important; }
  .entity_content .entity_body {
    display: block !important;
    border: none;
    padding: 0;
    margin: 0; }
    .entity_content .entity_body > * {
      display: none !important; }
    .entity_content .entity_body .printable {
      display: block !important;
      border: none; }
    .entity_content .entity_body .printable_flex {
      display: flex !important; }

  .cross_body .cross_block .cross {
    width: 100%; }
  .cross_body .cross_block .cross_text {
    width: 100%;
    margin-top: 20px; }
    .cross_body .cross_block .cross_text .key_btn {
      display: none; }

  .content .left_column {
    width: 100% !important; } }
/*============= DEVELOPER STYLES =====================*/

/*# sourceMappingURL=style.css.map */
