@charset "UTF-8";
/* line 21, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * This css file is part of jquery terminal
 *
 * Licensed under GNU LGPL Version 3 license
 * Copyright (c) 2011-2013 Jakub Jankiewicz <http://jcubic.pl>
 *
 */
/* line 8, ../sass/_terminal.scss */
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div {
  display: inline-block;
}

/* line 12, ../sass/_terminal.scss */
.cmd .clipboard {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.01;
  filter: alpha(opacity=0.01);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);
  width: 2px;
}

/* line 21, ../sass/_terminal.scss */
.cmd > .clipboard {
  position: fixed;
}

/* line 24, ../sass/_terminal.scss */
.terminal {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

/* line 29, ../sass/_terminal.scss */
.cmd {
  padding: 0;
  margin: 0;
  height: 1.3em;
  /*margin-top: 3px; */
}

/* line 35, ../sass/_terminal.scss */
.cmd .cursor.blink {
  -webkit-animation: blink 1s infinite steps(1, start);
  -moz-animation: blink 1s infinite steps(1, start);
  -ms-animation: blink 1s infinite steps(1, start);
  animation: blink 1s infinite steps(1, start);
}

@keyframes blink {
  0%, 100% {
    background-color: #000;
    color: #aaa;
  }
  50% {
    background-color: #bbb;
    /* not #aaa because it's seem there is Google Chrome bug */
    color: #000;
  }
}
@-webkit-keyframes blink {
  0%, 100% {
    background-color: #000;
    color: #aaa;
  }
  50% {
    background-color: #bbb;
    color: #000;
  }
}
@-ms-keyframes blink {
  0%, 100% {
    background-color: #000;
    color: #aaa;
  }
  50% {
    background-color: #bbb;
    color: #000;
  }
}
@-moz-keyframes blink {
  0%, 100% {
    background-color: #000;
    color: #aaa;
  }
  50% {
    background-color: #bbb;
    color: #000;
  }
}
/* line 81, ../sass/_terminal.scss */
.terminal .terminal-output div div, .cmd .prompt {
  display: block;
  line-height: 14px;
  height: auto;
}

/* line 86, ../sass/_terminal.scss */
.cmd .prompt {
  float: left;
}

/* line 89, ../sass/_terminal.scss */
.terminal, .cmd {
  font-family: FreeMono, monospace;
  color: #aaa;
  background-color: #000;
  font-size: 12px;
  line-height: 14px;
}

/* line 96, ../sass/_terminal.scss */
.terminal-output > div {
  /*padding-top: 3px;*/
  min-height: 14px;
}

/* line 100, ../sass/_terminal.scss */
.terminal .terminal-output div span {
  display: inline-block;
}

/* line 103, ../sass/_terminal.scss */
.cmd span {
  float: left;
  /*display: inline-block; */
}

/* line 107, ../sass/_terminal.scss */
.terminal .inverted, .cmd .inverted, .cmd .cursor.blink {
  background-color: #aaa;
  color: #000;
}

/* line 111, ../sass/_terminal.scss */
.terminal .terminal-output div div::-moz-selection,
.terminal .terminal-output div span::-moz-selection,
.terminal .terminal-output div div a::-moz-selection {
  background-color: #aaa;
  color: #000;
}

/* line 117, ../sass/_terminal.scss */
.terminal .terminal-output div div::selection,
.terminal .terminal-output div div a::selection,
.terminal .terminal-output div span::selection,
.cmd > span::selection,
.cmd .prompt span::selection {
  background-color: #aaa;
  color: #000;
}

/* line 125, ../sass/_terminal.scss */
.terminal .terminal-output div.error, .terminal .terminal-output div.error div {
  color: red;
}

/* line 128, ../sass/_terminal.scss */
.tilda {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}

/* line 135, ../sass/_terminal.scss */
.clear {
  clear: both;
}

/* line 138, ../sass/_terminal.scss */
.terminal a {
  color: #0F60FF;
}

/* line 141, ../sass/_terminal.scss */
.terminal a:hover {
  color: red;
}

/* line 14, ../sass/style.scss */
.desktop-mode-icon, .search-show-icon, .comments-show-icon {
  display: none;
}

/* line 18, ../sass/style.scss */
.mobile-only, .mobile-only-inline {
  display: none;
}

/* line 22, ../sass/style.scss */
a {
  color: #303060;
}

/* line 25, ../sass/style.scss */
a:visited {
  color: #304050;
}

/* line 28, ../sass/style.scss */
.maximize-width-icon {
  position: absolute;
  top: -5px;
  right: 2px;
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  display: block;
}

/* line 39, ../sass/style.scss */
.swipebox-title a {
  color: white;
}

/* line 43, ../sass/style.scss */
html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5em;
}

/* line 49, ../sass/style.scss */
body {
  min-width: 768px;
  margin: 0;
  font-size: 16px;
}

/* line 55, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 10, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.main {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -3rem;
}
/* line 18, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.main .bottom-prefooter {
  height: 3rem;
}

/* line 20, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
.bottom {
  clear: both;
  position: relative;
  height: 3rem;
}

/* line 60, ../sass/style.scss */
.img_holder {
  margin-top: 16px;
  margin-top: 1rem;
  overflow: hidden;
  *zoom: 1;
}
/* line 61, ../sass/style.scss */
.img_holder .item {
  width: 16.66667%;
  float: left;
  margin-right: 4.16667%;
}
/* line 64, ../sass/style.scss */
.img_holder .item .title {
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  display: inline-block;
}
/* line 74, ../sass/style.scss */
.img_holder .item.last {
  width: 16.66667%;
  float: right;
  margin-right: 0;
}
/* line 79, ../sass/style.scss */
.img_holder img {
  max-width: 100%;
}

/* line 87, ../sass/style.scss */
.wrapper, .menu-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  float: right;
  margin-right: 0;
}
/* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.wrapper:after, .menu-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 93, ../sass/style.scss */
.menu-wrapper {
  background-color: #547ba9;
  color: #fff;
}

/* line 97, ../sass/style.scss */
.top {
  margin-top: 16px;
  margin-top: 1rem;
}
/* line 100, ../sass/style.scss */
.top .twrapper {
  min-height: 28.8px;
  min-height: 1.8rem;
  padding-top: 3.2px;
  padding-top: 0.2rem;
  text-align: right;
  width: 100%;
  float: right;
  margin-right: 0;
  margin-right: 16px;
  margin-right: 1rem;
}
/* line 101, ../sass/style.scss */
.top .twrapper a {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* line 114, ../sass/style.scss */
.breads {
  background-color: #fbfbfb;
  color: black;
}
/* line 116, ../sass/style.scss */
.breads.setbreads {
  background-color: #fbfbfb;
  color: black;
}
/* line 120, ../sass/style.scss */
.breads.figbreads {
  background-color: #fbfbfb;
  color: black;
}
/* line 123, ../sass/style.scss */
.breads.partbreads {
  background-color: #fbfbfb;
  color: black;
}
/* line 126, ../sass/style.scss */
.breads.contestbreads {
  background-color: #fbfbfb;
  color: black;
}
/* line 130, ../sass/style.scss */
.breads a {
  background-color: #fbfbfb;
  color: black;
  text-decoration: none;
}
/* line 133, ../sass/style.scss */
.breads a:hover {
  text-decoration: underline;
}
/* line 137, ../sass/style.scss */
.breads .bwrapper {
  margin-left: 16px;
  margin-left: 1rem;
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
}

/* line 142, ../sass/style.scss */
.entry-content img {
  max-width: 100%;
}

/* line 146, ../sass/style.scss */
.msgs_marks {
  background-color: #eee772;
  color: #81272e;
  /*
      border-radius: 10px;
      padding: 1px;
      font-size: 0.9rem;
      margin-left: 5px;
      */
  border-radius: 50px;
  padding: 2px;
  font-size: 1.1rem;
  margin-left: 5px;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2rem;
  min-width: 2rem;
  border-radius: 2rem;
  line-height: 1.9rem;
}

/* line 169, ../sass/style.scss */
.links {
  padding-top: 3.2px;
  padding-top: 0.2rem;
  background-color: #656161;
  background-color: #656161;
  color: #fff;
}
/* line 173, ../sass/style.scss */
.links a {
  font-size: 12.8px;
  font-size: 0.8rem;
  background-color: #656161;
  color: #fff;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
/* line 180, ../sass/style.scss */
.links span.item {
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  text-align: left;
  display: block;
  float: left;
}
/* line 188, ../sass/style.scss */
.links span.lastitem {
  text-align: right;
  float: right;
  margin-right: 3rem;
}

/* line 196, ../sass/style.scss */
.middle {
  margin-bottom: -16px;
  margin-bottom: -1rem;
}

/* line 200, ../sass/style.scss */
html, .wrapper {
  background-color: #bbd0dd;
}

/* line 204, ../sass/style.scss */
.main {
  min-height: 50%;
}

/* line 208, ../sass/style.scss */
.expanded-title:before {
  content: attr(data-mainselected);
}

/* line 213, ../sass/style.scss */
.right .collapse_control {
  float: left;
  padding-right: 0.5rem;
  padding-left: -0.5rem;
  cursor: pointer;
}
/* line 219, ../sass/style.scss */
.right .sidebar-block {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-block .block-header, .right .sidebar-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-block .block-header a, .right .sidebar-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: white;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #d4efd4;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}

/* line 230, ../sass/style.scss */
.left .collapse_control {
  float: right;
  padding-right: 0.5rem;
  cursor: pointer;
}
/* line 235, ../sass/style.scss */
.left .sidebar-block {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.left .sidebar-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.left .sidebar-block .block-header, .left .sidebar-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.left .sidebar-block .block-header a, .left .sidebar-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.left .sidebar-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-left: 0.8rem solid #bbd0dd;
  border-right: none;
  background-color: white;
}
/* line 84, ../sass/_mixins2.scss */
.left .sidebar-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.left .sidebar-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-right: 0.8rem solid #d4efd4;
  border-left: none;
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
}

/* line 244, ../sass/style.scss */
.active .lower-block.set {
  background-color: #91d691;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #91d691), color-stop(100%, #91d691));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #91d691 71%, #91d691 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #91d691 71%, #91d691 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #91d691 71%, #91d691 100%);
}
/* line 17, ../sass/_mixins2.scss */
.active .lower-block.set:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #91d691), color-stop(100%, #91d691));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #91d691 51%, #91d691 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #91d691 51%, #91d691 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #91d691 51%, #91d691 100%);
}
/* line 247, ../sass/style.scss */
.active .lower-block.part {
  background-color: #6bc5bc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #6bc5bc), color-stop(100%, #6bc5bc));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #6bc5bc 71%, #6bc5bc 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #6bc5bc 71%, #6bc5bc 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #6bc5bc 71%, #6bc5bc 100%);
}
/* line 17, ../sass/_mixins2.scss */
.active .lower-block.part:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #6bc5bc), color-stop(100%, #6bc5bc));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #6bc5bc 51%, #6bc5bc 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #6bc5bc 51%, #6bc5bc 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #6bc5bc 51%, #6bc5bc 100%);
}
/* line 250, ../sass/style.scss */
.active .lower-block.fig {
  background-color: #f3889e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #f3889e), color-stop(100%, #f3889e));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #f3889e 71%, #f3889e 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #f3889e 71%, #f3889e 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #f3889e 71%, #f3889e 100%);
}
/* line 17, ../sass/_mixins2.scss */
.active .lower-block.fig:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #f3889e), color-stop(100%, #f3889e));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #f3889e 51%, #f3889e 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #f3889e 51%, #f3889e 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #f3889e 51%, #f3889e 100%);
}

/* line 256, ../sass/style.scss */
.lower-block {
  height: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-size: 11.2px;
  font-size: 0.7rem;
  outline: none;
}
/* line 261, ../sass/style.scss */
.lower-block:focus {
  background-color: #88417d;
}
/* line 264, ../sass/style.scss */
.lower-block.set {
  background-color: #91d691;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(70%, #547ba9), color-stop(71%, #91d691), color-stop(100%, #91d691));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 70%, #91d691 71%, #91d691 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 70%, #91d691 71%, #91d691 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 70%, #91d691 71%, #91d691 100%);
  background-color: #91d691;
}
/* line 17, ../sass/_mixins2.scss */
.lower-block.set:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MWQ2OTEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(50%, #547ba9), color-stop(51%, #91d691), color-stop(100%, #91d691));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 50%, #91d691 51%, #91d691 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 50%, #91d691 51%, #91d691 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 50%, #91d691 51%, #91d691 100%);
}
/* line 269, ../sass/style.scss */
.lower-block.set.active {
  background-color: #77cc77;
}
/* line 275, ../sass/style.scss */
.lower-block.part {
  background-color: #6bc5bc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(70%, #547ba9), color-stop(71%, #6bc5bc), color-stop(100%, #6bc5bc));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 70%, #6bc5bc 71%, #6bc5bc 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 70%, #6bc5bc 71%, #6bc5bc 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 70%, #6bc5bc 71%, #6bc5bc 100%);
  background-color: #6bc5bc;
}
/* line 17, ../sass/_mixins2.scss */
.lower-block.part:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YmM1YmMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(50%, #547ba9), color-stop(51%, #6bc5bc), color-stop(100%, #6bc5bc));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 50%, #6bc5bc 51%, #6bc5bc 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 50%, #6bc5bc 51%, #6bc5bc 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 50%, #6bc5bc 51%, #6bc5bc 100%);
}
/* line 279, ../sass/style.scss */
.lower-block.part.active {
  background-color: #51bbb0;
}
/* line 285, ../sass/style.scss */
.lower-block.fig {
  background-color: #f3889e;
  background-color: #f3889e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(70%, #547ba9), color-stop(71%, #f3889e), color-stop(100%, #f3889e));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 70%, #f3889e 71%, #f3889e 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 70%, #f3889e 71%, #f3889e 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 70%, #f3889e 71%, #f3889e 100%);
}
/* line 17, ../sass/_mixins2.scss */
.lower-block.fig:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0N2JhOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTQ3YmE5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzg4OWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #547ba9), color-stop(50%, #547ba9), color-stop(51%, #f3889e), color-stop(100%, #f3889e));
  background-image: -moz-linear-gradient(top, #547ba9 0%, #547ba9 50%, #f3889e 51%, #f3889e 100%);
  background-image: -webkit-linear-gradient(top, #547ba9 0%, #547ba9 50%, #f3889e 51%, #f3889e 100%);
  background-image: linear-gradient(to bottom, #547ba9 0%, #547ba9 50%, #f3889e 51%, #f3889e 100%);
}
/* line 289, ../sass/style.scss */
.lower-block.fig.active {
  background-color: #f06783;
}

/* line 298, ../sass/style.scss */
.tab-header:hover + .tab.lower-block.fig {
  background-color: #f06783;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiNmMDY3ODMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDY3ODMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #f06783), color-stop(100%, #f06783));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #f06783 71%, #f06783 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #f06783 71%, #f06783 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #f06783 71%, #f06783 100%);
}
/* line 17, ../sass/_mixins2.scss */
.tab-header:hover + .tab.lower-block.fig:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMDY3ODMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDY3ODMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #f06783), color-stop(100%, #f06783));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #f06783 51%, #f06783 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #f06783 51%, #f06783 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #f06783 51%, #f06783 100%);
}

/* line 303, ../sass/style.scss */
.tab-header:hover + .tab.lower-block.part {
  background-color: #51bbb0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM1MWJiYjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJiYjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #51bbb0), color-stop(100%, #51bbb0));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #51bbb0 71%, #51bbb0 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #51bbb0 71%, #51bbb0 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #51bbb0 71%, #51bbb0 100%);
}
/* line 17, ../sass/_mixins2.scss */
.tab-header:hover + .tab.lower-block.part:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM1MWJiYjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MWJiYjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #51bbb0), color-stop(100%, #51bbb0));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #51bbb0 51%, #51bbb0 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #51bbb0 51%, #51bbb0 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #51bbb0 51%, #51bbb0 100%);
}

/* line 308, ../sass/style.scss */
.tab-header:hover + .tab.lower-block.set {
  background-color: #77cc77;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI3MSUiIHN0b3AtY29sb3I9IiM3N2NjNzciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2NjNzciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(70%, #5a80ae), color-stop(71%, #77cc77), color-stop(100%, #77cc77));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #77cc77 71%, #77cc77 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 70%, #77cc77 71%, #77cc77 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 70%, #77cc77 71%, #77cc77 100%);
}
/* line 17, ../sass/_mixins2.scss */
.tab-header:hover + .tab.lower-block.set:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODBhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNWE4MGFlIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM3N2NjNzciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3N2NjNzciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a80ae), color-stop(50%, #5a80ae), color-stop(51%, #77cc77), color-stop(100%, #77cc77));
  background-image: -moz-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #77cc77 51%, #77cc77 100%);
  background-image: -webkit-linear-gradient(top, #5a80ae 0%, #5a80ae 50%, #77cc77 51%, #77cc77 100%);
  background-image: linear-gradient(to bottom, #5a80ae 0%, #5a80ae 50%, #77cc77 51%, #77cc77 100%);
}

/* line 313, ../sass/style.scss */
.menuitem-block, .logo-block {
  width: 12.82051%;
  float: left;
  height: 96px;
  height: 6rem;
}

/* line 317, ../sass/style.scss */
.menuitem-block {
  width: 8.40336%;
  float: left;
}

@media (min-width: 768px) {
  /* line 322, ../sass/style.scss */
  .menuitem-block .tab-header a {
    display: block;
    width: 100%;
    height: 100%;
  }
  /* line 327, ../sass/style.scss */
  .menuitem-block .tab-header.sets {
    position: relative;
    font-size: 0;
  }
  /* line 332, ../sass/style.scss */
  .menuitem-block .tab-header.sets:after {
    content: '';
    display: block;
    background-image: url(/images/box.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    height: 70%;
    width: 100%;
    top: 30%;
    cursor: pointer;
    opacity: 0.6;
    pointer-events: none;
    filter: sepia(100%) saturate(600%) hue-rotate(40deg);
  }
  /* line 349, ../sass/style.scss */
  .menuitem-block .tab-header.sets:hover:after {
    opacity: 1;
  }
  /* line 353, ../sass/style.scss */
  .menuitem-block .tab-header.figs {
    position: relative;
    font-size: 0;
  }
  /* line 357, ../sass/style.scss */
  .menuitem-block .tab-header.figs:after {
    content: '';
    display: block;
    background-image: url(/images/hbricks.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    height: 80%;
    width: 100%;
    top: 25%;
    cursor: pointer;
    opacity: 0.6;
    pointer-events: none;
    filter: sepia(100%) saturate(600%) hue-rotate(240deg);
  }
  /* line 374, ../sass/style.scss */
  .menuitem-block .tab-header.figs:hover:after {
    opacity: 1;
  }
  /* line 378, ../sass/style.scss */
  .menuitem-block .tab-header.parts {
    position: relative;
    font-size: 0;
  }
  /* line 382, ../sass/style.scss */
  .menuitem-block .tab-header.parts:after {
    content: '';
    display: block;
    background-image: url(/images/dbrick7.png);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    height: 80%;
    width: 100%;
    top: 25%;
    cursor: pointer;
    opacity: 0.6;
    pointer-events: none;
    filter: sepia(100%) saturate(600%) hue-rotate(140deg);
  }
  /* line 399, ../sass/style.scss */
  .menuitem-block .tab-header.parts:hover:after {
    opacity: 1;
  }
  /* line 403, ../sass/style.scss */
  .menuitem-block.active .tab-header.active:after {
    opacity: 0.9;
  }
}

/* line 410, ../sass/style.scss */
.logo-block {
  border-right: 1px solid #5a80ae;
}
/* line 412, ../sass/style.scss */
.logo-block .logo {
  display: block;
  text-decoration: none;
  color: #fff8c0;
  height: 64px;
  height: 4rem;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  padding-top: 17.6px;
  padding-top: 1.1rem;
}
@media (max-width: 1060px) {
  /* line 412, ../sass/style.scss */
  .logo-block .logo {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1060px) and (max-width: 1260px) {
  /* line 412, ../sass/style.scss */
  .logo-block .logo {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 430, ../sass/style.scss */
.logo-block .selector {
  text-align: center;
  position: relative;
}
/* line 433, ../sass/style.scss */
.logo-block .selector .arrow {
  display: none;
  position: absolute;
  top: 2px;
  right: 20%;
  font-size: 9.6px;
  font-size: 0.6rem;
}
/* line 441, ../sass/style.scss */
.logo-block select {
  height: 12.8px;
  height: 0.8rem;
  width: 70%;
  font-size: 11.2px;
  font-size: 0.7rem;
  border: none;
  background-color: #547ba9;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
}

@-moz-document url-prefix() {
  /* line 453, ../sass/style.scss */
  .logo-block select {
    -moz-appearance: none;
    padding-right: 25px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-repeat: no-repeat;
    background-position: 95% -5%;
  }
}
/* line 461, ../sass/style.scss */
.glossary {
  background-color: #77396D;
  color: #fff;
  height: 25.6px;
  height: 1.6rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  margin-left: 16px;
  margin-left: 1rem;
  overflow: visible;
  /* first level */
  /* second level */
  /* third level */
}
/* line 462, ../sass/style.scss */
.glossary li.letter {
  padding-left: 7px;
  padding-right: 7px !important;
}
/* line 463, ../sass/style.scss */
.glossary li.letter:first-child {
  margin-left: -5px;
}
/* line 475, ../sass/style.scss */
.glossary.set {
  background-color: #77cc77;
  color: #000;
}
/* line 478, ../sass/style.scss */
.glossary.part {
  background-color: #51bbb0;
  color: #000;
}
/* line 481, ../sass/style.scss */
.glossary .menu.set, .glossary .menu.set ul {
  background-color: #77cc77;
  color: #000;
  width: auto;
}
/* line 485, ../sass/style.scss */
.glossary .menu.set li, .glossary .menu.set ul li {
  padding-right: 10px;
}
/* line 488, ../sass/style.scss */
.glossary .menu.set li:hover, .glossary .menu.set ul li:hover {
  background: #52be52;
}
/* line 492, ../sass/style.scss */
.glossary .menu.part {
  display: none;
  background-color: #51bbb0;
  color: #000;
}
/* line 497, ../sass/style.scss */
.glossary .menu.part ul {
  background-color: #51bbb0;
  color: #000;
  width: auto;
}
/* line 500, ../sass/style.scss */
.glossary .menu.part ul li {
  padding-right: 10px;
}
/* line 503, ../sass/style.scss */
.glossary .menu.part ul li:hover {
  background: #3d9d93;
}
/* line 507, ../sass/style.scss */
.glossary.fig {
  background-color: #f06783;
  color: #000;
}
/* line 510, ../sass/style.scss */
.glossary .menu.fig {
  display: none;
  background-color: #f06783;
  color: #000;
}
/* line 515, ../sass/style.scss */
.glossary .menu.fig ul {
  background-color: #f06783;
  color: #000;
  width: auto;
}
/* line 518, ../sass/style.scss */
.glossary .menu.fig ul li {
  padding-right: 10px;
}
/* line 521, ../sass/style.scss */
.glossary .menu.fig ul li:hover {
  background: #ec395d;
}
/* line 526, ../sass/style.scss */
.glossary .letter {
  font-size: 11.2px;
  font-size: 0.7rem;
  float: left;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 1rem;
}
/* line 532, ../sass/style.scss */
.glossary .letter:nth-of-type(1) {
  margin-left: 16px;
  margin-left: 1rem;
}
@media (max-width: 1060px) {
  /* line 526, ../sass/style.scss */
  .glossary .letter {
    font-size: 9.6px;
    font-size: 0.6rem;
    padding-right: 6.4px;
    padding-right: 0.4rem;
  }
}
/* line 540, ../sass/style.scss */
.glossary ul.menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 545, ../sass/style.scss */
.glossary a {
  color: black;
  text-decoration: none;
}
/* line 548, ../sass/style.scss */
.glossary a:hover {
  text-decoration: underline;
}
/* line 552, ../sass/style.scss */
.glossary li {
  position: relative;
  list-style-type: none;
}
/* line 562, ../sass/style.scss */
.glossary li ul {
  display: block;
  position: absolute;
  top: 100%;
  padding: 0;
  width: 100%;
  text-align: left;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
/* line 576, ../sass/style.scss */
.glossary li ul li {
  padding-left: 5px;
}
/* line 581, ../sass/style.scss */
.glossary li:hover ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
/* line 589, ../sass/style.scss */
.glossary li ul li ul {
  width: 200%;
  display: block;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: visibility 0s, opacity 0.3s linear;
  left: 100%;
  top: 0%;
  z-index: 999;
  padding-top: 5px;
  margin-top: -5px;
}
/* line 602, ../sass/style.scss */
.glossary li ul li ul li {
  padding-left: 16px;
  padding-left: 1rem;
}
/* line 606, ../sass/style.scss */
.glossary li ul li:hover ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* line 613, ../sass/style.scss */
.glossary li ul li ul li {
  float: left;
  width: 100%;
  display: block;
}
/* line 618, ../sass/style.scss */
.glossary li ul li ul li a {
  display: block;
  margin: 0 !important;
  width: 100%;
}

/* line 627, ../sass/style.scss */
.tab-header {
  height: 56px;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-right: 1px solid #5a80ae;
  background-color: #547ba9;
  color: #fff;
}
@media (max-width: 1060px) {
  /* line 627, ../sass/style.scss */
  .tab-header {
    font-size: 11.2px;
    font-size: 0.7rem;
  }
}
@media (min-width: 1060px) and (max-width: 1260px) {
  /* line 627, ../sass/style.scss */
  .tab-header {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1260px) and (max-width: 1420px) {
  /* line 627, ../sass/style.scss */
  .tab-header {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1460px) and (max-width: 1620px) {
  /* line 627, ../sass/style.scss */
  .tab-header {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1620px) {
  /* line 627, ../sass/style.scss */
  .tab-header {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
/* line 652, ../sass/style.scss */
.tab-header:hover {
  background-color: #5a80ae;
  color: #fff;
}
/* line 655, ../sass/style.scss */
.tab-header:hover + .tab.lower-block {
  background-color: #5a80ae;
  color: #fff;
}
/* line 659, ../sass/style.scss */
.tab-header.active {
  background-color: #5a80ae;
  color: #fff;
}
/* line 662, ../sass/style.scss */
.tab-header a {
  color: white;
  text-decoration: none;
}

/* line 671, ../sass/style.scss */
.tab {
  height: 24px;
  height: 1.5rem;
  background-color: #959595;
  cursor: pointer;
}
/* line 676, ../sass/style.scss */
.tab:hover {
  background-color: #888888;
}

/* line 682, ../sass/style.scss */
.tab.active {
  background-color: #77396D;
}

/* line 686, ../sass/style.scss */
.auxilary {
  color: #bbd0dd;
}

/* line 690, ../sass/style.scss */
.search-block {
  width: 42.85714%;
  float: left;
  margin-right: 0.82645%;
  height: 96px;
  height: 6rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media (max-width: 1060px) {
  /* line 695, ../sass/style.scss */
  .search-block .lower-block {
    display: none;
  }
}
/* line 700, ../sass/style.scss */
.search-block .subform {
  max-width: 100%;
  height: 1rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: right;
  width: 100%;
  line-height: 16px;
  line-height: 1rem;
  /* padding-right: 2.5rem;*/
  /* border-bottom: 1px solid gray; */
}
/* line 701, ../sass/style.scss */
.search-block .subform a {
  color: white;
  text-decoration: none;
}
@media (max-width: 1060px) {
  /* line 700, ../sass/style.scss */
  .search-block .subform {
    margin-top: 0px;
    margin-top: 0rem;
    padding-right: 0px;
    padding-right: 0rem;
    max-width: 100%;
  }
}
/* line 721, ../sass/style.scss */
.search-block form {
  color: black;
  height: 48px;
  height: 3rem;
  padding-top: 16px;
  padding-top: 1rem;
}
/* line 725, ../sass/style.scss */
.search-block form input {
  width: 70%;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 1060px) {
  /* line 725, ../sass/style.scss */
  .search-block form input {
    width: 70%;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1060px) and (max-width: 1260px) {
  /* line 725, ../sass/style.scss */
  .search-block form input {
    width: 70%;
  }
}
@media (min-width: 1260px) and (max-width: 1420px) {
  /* line 725, ../sass/style.scss */
  .search-block form input {
    width: 70%;
  }
}
@media (min-width: 1620px) {
  /* line 725, ../sass/style.scss */
  .search-block form input {
    width: 80%;
  }
}
/* line 745, ../sass/style.scss */
.search-block form .select_div {
  display: inline-block;
  position: relative;
  width: 30%;
}
@media (min-width: 1620px) {
  /* line 745, ../sass/style.scss */
  .search-block form .select_div {
    width: 20%;
  }
}
/* line 752, ../sass/style.scss */
.search-block form .select_div:after {
  content: '';
  font: 1em "Consolas", monospace;
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 40%;
  padding: 0 0 -25% 0;
  margin-right: 3px;
  border-width: 8px 8px 0px 8px;
  border-style: solid;
  border-color: black transparent;
  pointer-events: none;
}
/* line 768, ../sass/style.scss */
.search-block form select {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 140px;
  -webkit-appearance: none;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding-left: 1rem;
  border-radius: 0 5px 5px 0;
}
@media (max-width: 1060px) {
  /* line 768, ../sass/style.scss */
  .search-block form select {
    width: 100%;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/* line 783, ../sass/style.scss */
.search-block form select.set {
  background-color: #d4efd4;
}
/* line 786, ../sass/style.scss */
.search-block form select.part {
  background-color: #addfda;
}
/* line 789, ../sass/style.scss */
.search-block form select.fig {
  background-color: #fcdbe2;
}
/* line 794, ../sass/style.scss */
.search-block form input, .search-block form select {
  height: 24px;
  height: 1.5rem;
  border: none;
}
/* line 798, ../sass/style.scss */
.search-block form select {
  height: 24px;
  height: 1.5rem;
  border-left: 1px solid gray;
  border-left: 0px;
}
/* line 803, ../sass/style.scss */
.search-block form input[type=submit] {
  display: none;
}

/* line 809, ../sass/style.scss */
.auth-block {
  width: 15.38462%;
  float: right;
  margin-right: 0;
  padding-top: 12.8px;
  padding-top: 0.8rem;
  height: 96px;
  height: 6rem;
}
/* line 813, ../sass/style.scss */
.auth-block a {
  color: #ffffff;
  text-decoration: none;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media (max-width: 1060px) {
  /* line 813, ../sass/style.scss */
  .auth-block a {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
}
/* line 821, ../sass/style.scss */
.auth-block a.logout {
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1060px) {
  /* line 821, ../sass/style.scss */
  .auth-block a.logout {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
/* line 828, ../sass/style.scss */
.auth-block img {
  float: left;
  max-width: 56px;
  max-width: 3.5rem;
}
@media (max-width: 1060px) {
  /* line 828, ../sass/style.scss */
  .auth-block img {
    max-width: 40px;
    max-width: 2.5rem;
  }
}
/* line 835, ../sass/style.scss */
.auth-block div {
  float: left;
  padding-left: 4.8px;
  padding-left: 0.3rem;
  text-align: center;
  width: 64px;
  width: 4rem;
}

/* line 843, ../sass/style.scss */
.main-sidebar-right {
  margin-top: 16px;
  margin-top: 1rem;
  width: 15.25424%;
  float: right;
  margin-right: 0;
}

/* line 849, ../sass/style.scss */
.main-sidebar {
  margin-top: 16px;
  margin-top: 1rem;
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}

/* line 856, ../sass/style.scss */
.columns .col_left {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  padding: 0.5rem;
}
/* line 861, ../sass/style.scss */
.columns .col_right {
  width: 74.57627%;
  float: right;
  margin-right: 0;
  padding: 0.5rem;
}

/* line 868, ../sass/style.scss */
.main-content {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
/* line 870, ../sass/style.scss */
.main-content .news img {
  max-width: 160px;
}
/* line 873, ../sass/style.scss */
.main-content .news .text_block {
  font-size: 1rem;
  width: 100%;
  padding-left: 1rem;
}
/* line 879, ../sass/style.scss */
.main-content .news .news_title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
/* line 880, ../sass/style.scss */
.main-content .news .news_title:hover {
  text-decoration: underline;
}
/* line 892, ../sass/style.scss */
.main-content .collapse_control {
  display: none;
}
/* line 900, ../sass/style.scss */
.main-content .infoblock {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
  margin-left: 0px;
  margin-left: 0rem;
  margin-right: 0px;
  margin-right: 0rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
/* line 41, ../sass/_mixins2.scss */
.main-content .infoblock h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.main-content .infoblock .block-header, .main-content .infoblock h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.main-content .infoblock .block-header a, .main-content .infoblock h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.main-content .infoblock .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  background-color: #faf5e3;
}
/* line 84, ../sass/_mixins2.scss */
.main-content .infoblock .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.main-content .infoblock .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border: none;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 2, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table th {
  background-color: #fffefd;
}
/* line 4, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table th.even, .main-content table th:nth-child(2n) {
  background-color: #fffefd-NULL;
}
/* line 8, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tr.odd td, .main-content table tr:nth-child(2n+1) td {
  background-color: #fffefd;
}
/* line 10, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tr.odd td.even, .main-content table tr.odd td:nth-child(2n), .main-content table tr:nth-child(2n+1) td.even, .main-content table tr:nth-child(2n+1) td:nth-child(2n) {
  background-color: #fffefd-NULL;
}
/* line 14, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tr.even td {
  background-color: #faf5e3;
}
/* line 16, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tr.even td.even, .main-content table tr.even td:nth-child(2n) {
  background-color: #faf5e3-NULL;
}
/* line 19, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tfoot th, .main-content table tfoot td {
  background-color: white;
}
/* line 21, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
.main-content table tfoot th.even, .main-content table tfoot th:nth-child(2n), .main-content table tfoot td.even, .main-content table tfoot td:nth-child(2n) {
  background-color: white-NULL;
}
/* line 2, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
.main-content table th {
  text-align: center;
  font-weight: bold;
}
/* line 5, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
.main-content table td,
.main-content table th {
  padding: 2px;
}
/* line 8, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
.main-content table td.numeric,
.main-content table th.numeric {
  text-align: right;
}
/* line 915, ../sass/style.scss */
.main-content table td, .main-content table th {
  border: none;
}
/* line 918, ../sass/style.scss */
.main-content table a {
  color: #626262;
}
/* line 921, ../sass/style.scss */
.main-content table th {
  color: #626262;
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 40px;
  line-height: 2.5rem;
}

/* line 931, ../sass/style.scss */
.bottom {
  background-color: #656161;
  color: #fff;
  /*@include border-bottom-radius(25px);*/
}
/* line 933, ../sass/style.scss */
.bottom a {
  background-color: #656161;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1060px) {
  /* line 933, ../sass/style.scss */
  .bottom a {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
/* line 940, ../sass/style.scss */
.bottom .footer-links {
  overflow: hidden;
  *zoom: 1;
}
/* line 941, ../sass/style.scss */
.bottom .footer-links .item {
  margin-left: 16px;
  margin-left: 1rem;
  padding-top: 11.2px;
  padding-top: 0.7rem;
  width: 31.03448%;
  float: left;
  margin-right: 3.44828%;
}
/* line 945, ../sass/style.scss */
.bottom .footer-links .item:last-child {
  text-align: right;
  width: 13.7931%;
  float: right;
  margin-right: 0;
  margin-right: 16px;
  margin-right: 1rem;
}

/* line 956, ../sass/style.scss */
.top, .main {
  background-color: #faf5e3;
}

/*.bottom
{
		 background-color: $back-color;
}*/
/* line 964, ../sass/style.scss */
.top, .menu, .main, .footer-links {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  min-height: 24px;
  min-height: 1.5rem;
}
/* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.top:after, .menu:after, .main:after, .footer-links:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 480px) and (max-width: 1060px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 2200px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 2100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1060px) and (max-width: 1260px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1260px) and (max-width: 1420px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1421px) and (max-width: 1459px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1460px) and (max-width: 1620px) {
  /* line 964, ../sass/style.scss */
  .top, .menu, .main, .footer-links {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .top:after, .menu:after, .main:after, .footer-links:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 971, ../sass/style.scss */
.max .top, .max .menu, .max .main, .max .footer-links {
  max-width: 100%;
}

/* line 977, ../sass/style.scss */
.container {
  background-color: #fbeecb;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../var/lib/gems/2.1.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/**
 * Text Styles
 */
/* line 985, ../sass/style.scss */
h2 {
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

/* line 997, ../sass/style.scss */
.with-b-shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 1px 1px 15px;
}

/*
//dirty ie hack
_:-ms-input-placeholder, :root .with-shadow
{
	@include box-shadow(rgba(0,0,0,0.35) 1px 1px 15px);
}

html[lang='\
en'] .with-shadow
{
	@include box-shadow(rgba(0,0,0,0.35) 1px 1px 15px);
}*/
/* line 1, ../sass/_setdetails.scss */
.image-prev {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  margin-left: -12.8px;
  margin-left: -0.8rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: 0.1rem;
}
/* line 11, ../sass/_setdetails.scss */
.image-prev.block {
  filter: none;
}
/* line 15, ../sass/_setdetails.scss */
.image-prev.block .block__header {
  padding-left: 0;
  height: 120px;
  background: linear-gradient(to left, #ffffff, #d4efd4);
  -webkit-clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
  clip-path: polygon(10% 0%, 100% 1%, 100% 100%, 10% 100%, 0% 50%);
  clip-path: url("#ff-left-bigger-arrow");
}

/* line 28, ../sass/_setdetails.scss */
.max .image-prev {
  margin-left: 0;
}
/* line 32, ../sass/_setdetails.scss */
.max .image-next {
  margin-right: 0;
}
/* line 36, ../sass/_setdetails.scss */
.max .image-prev .block-arrow, .max .image-next .block-arrow {
  display: none;
}

/* line 42, ../sass/_setdetails.scss */
.image-next {
  width: 15.96639%;
  float: right;
  margin-right: 0;
  margin-right: -12.8px;
  margin-right: -0.8rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-right: 0.1rem;
}
/* line 51, ../sass/_setdetails.scss */
.image-next.block {
  filter: none;
}
/* line 55, ../sass/_setdetails.scss */
.image-next.block .block__header {
  padding-left: 0;
  height: 120px;
  background: linear-gradient(to right, #ffffff, #d4efd4);
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: url("#ff-right-bigger-arrow");
}

/* line 66, ../sass/_setdetails.scss */
.info table {
  line-height: 1.5;
}

/* line 71, ../sass/_setdetails.scss */
.comments-block {
  width: 100%;
  float: right;
  margin-right: 0;
  background-color: white;
  margin-right: -16px;
  margin-right: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  height: 100%;
}
/* line 80, ../sass/_setdetails.scss */
.comments-block:last {
  margin-bottom: 0;
}
/* line 84, ../sass/_setdetails.scss */
.comments-block .comments_table {
  padding-left: 11.2px;
  padding-left: 0.7rem;
  padding-right: 11.2px;
  padding-right: 0.7rem;
}
/* line 89, ../sass/_setdetails.scss */
.comments-block .comments-mark {
  display: inline-block;
  margin-right: 10px;
}
/* line 94, ../sass/_setdetails.scss */
.comments-block .comments-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #626262;
  background-color: #d4efd4;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0px;
  height: 48px;
  height: 3rem;
  padding-top: 11.2px;
  padding-top: 0.7rem;
}

/* line 111, ../sass/_setdetails.scss */
.set-data {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-right: -16px;
  margin-right: -1rem;
  float: right;
  background-color: white;
  margin-left: 48px;
  margin-left: 3rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
/* line 116, ../sass/_setdetails.scss */
.set-data .auxilary-block {
  clear: both;
}
/* line 120, ../sass/_setdetails.scss */
.set-data .center-subdata {
  float: left;
  width: 64%;
  margin-left: 1rem;
}
/* line 127, ../sass/_setdetails.scss */
.set-data .set-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #4e4e6b;
  background-color: #d4efd4;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0px;
  height: 48px;
  height: 3rem;
  padding-top: 11.2px;
  padding-top: 0.7rem;
}
/* line 142, ../sass/_setdetails.scss */
.set-data .entry-title {
  width: 100%;
  font-weight: bold;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #4e4e6b;
  background-color: #d4efd4;
  padding-top: 0.7rem;
  height: 3rem;
  font-size: 100%;
  line-height: 1.5em;
}
/* line 157, ../sass/_setdetails.scss */
.set-data .image {
  width: 58.33333%;
  float: right;
  margin-right: 0;
}
/* line 161, ../sass/_setdetails.scss */
.set-data .info {
  padding-left: 16px;
  padding-left: 1rem;
  width: 37.5%;
  float: left;
  margin-right: 4.16667%;
}
/* line 165, ../sass/_setdetails.scss */
.set-data .info .property {
  color: gray;
}
/* line 180, ../sass/_setdetails.scss */
.set-data.right-block {
  margin-right: -1rem !important;
  margin-left: 1rem;
}
/* line 185, ../sass/_setdetails.scss */
.set-data article {
  padding-left: 0rem;
}
/* line 189, ../sass/_setdetails.scss */
.set-data article .entry-content, .set-data .comments {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* line 194, ../sass/_setdetails.scss */
.set-data .article_comment img, .set-data .article_comment iframe {
  max-width: 100%;
}

/* line 201, ../sass/_setdetails.scss */
.set-data-wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
}
/* line 206, ../sass/_setdetails.scss */
.set-data-wrapper .collection-selector {
  padding-left: 16px;
  padding-left: 1rem;
  clear: both;
  font-size: 13px;
  color: darkgray;
}
/* line 214, ../sass/_setdetails.scss */
.set-data-wrapper .collection-selector .collection-block a {
  color: gray;
}
/* line 219, ../sass/_setdetails.scss */
.set-data-wrapper .collection-selector a {
  color: lightgray;
}
/* line 222, ../sass/_setdetails.scss */
.set-data-wrapper .collection-selector a.active {
  color: gray;
}

/* line 230, ../sass/_setdetails.scss */
.alternate-images {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: white;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  *zoom: 1;
  margin-right: -16px;
  margin-right: -1rem;
  float: right;
  overflow: visible;
  position: relative;
}
/* line 242, ../sass/_setdetails.scss */
.alternate-images .left {
  margin-left: -16px;
  margin-left: -1rem;
  width: 16px;
  width: 1rem;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
}
/* line 253, ../sass/_setdetails.scss */
.alternate-images .right {
  margin-right: -16px;
  margin-right: -1rem;
  width: 16px;
  width: 1rem;
  background-color: white;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 266, ../sass/_setdetails.scss */
.alternate-images .elastislide-wrapper {
  background-color: white;
  box-shadow: none;
}
/* line 271, ../sass/_setdetails.scss */
.alternate-images .elastislide-horizontal ul li {
  margin-right: 16px;
  margin-right: 1rem;
}

/* line 278, ../sass/_setdetails.scss */
.set-description {
  width: 100%;
  clear: both;
  padding-top: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* line 287, ../sass/_setdetails.scss */
.tab-content iframe {
  max-width: 100%;
  max-height: 100%;
}

/* line 292, ../sass/_setdetails.scss */
.set-additional {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* line 297, ../sass/_setdetails.scss */
.set-additional .side-block {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
}
/* line 300, ../sass/_setdetails.scss */
.set-additional .side-block .collapse_control {
  float: right;
  padding-right: 0.5rem;
  cursor: pointer;
  height: 100%;
  padding-left: 0.5rem;
}
/* line 308, ../sass/_setdetails.scss */
.set-additional .side-block .sidebar-block {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block .block-header, .set-additional .side-block .sidebar-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block .block-header a, .set-additional .side-block .sidebar-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-left: 0.8rem solid #bbd0dd;
  border-right: none;
  background-color: white;
}
/* line 84, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.set-additional .side-block .sidebar-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-right: 0.8rem solid #d4efd4;
  border-left: none;
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 314, ../sass/_setdetails.scss */
.set-additional .left-block {
  /*height:100%;*/
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  background-color: white;
  margin-left: -16px;
  margin-left: -1rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  /*position: absolute;*/
}
/* line 323, ../sass/_setdetails.scss */
.set-additional .left-block h4 {
  color: #626262;
  text-transform: uppercase;
}
/* line 330, ../sass/_setdetails.scss */
.set-additional .left-block #resources .property {
  color: #626262;
  font-weight: bold;
}
/* line 335, ../sass/_setdetails.scss */
.set-additional .left-block #resources ul {
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
/* line 343, ../sass/_setdetails.scss */
.set-additional .right-block {
  width: 74.57627%;
  float: right;
  margin-right: 0;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
/* line 349, ../sass/_setdetails.scss */
.set-additional .right-block .infoblock {
  width: 100%;
  float: right;
  margin-right: 0;
  background-color: white;
  margin-right: -16px;
  margin-right: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  height: 100%;
}
/* line 358, ../sass/_setdetails.scss */
.set-additional .right-block .infoblock:last {
  margin-bottom: 0;
}

/* line 365, ../sass/_setdetails.scss */
.tabs input[type=radio] {
  position: absolute;
  display: none;
  top: -9999px;
  left: -9999px;
}

/* line 371, ../sass/_setdetails.scss */
.tabs {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  float: right;
  margin-right: 0;
  margin-right: -16px;
  margin-right: -1rem;
  height: 864px;
  height: 54rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
  height: 95vh;
}

/* line 383, ../sass/_setdetails.scss */
.tabs li {
  float: left;
}

/* line 386, ../sass/_setdetails.scss */
.tabs label {
  display: block;
  padding: 10px 20px;
  border-radius: 2px 2px 0 0;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 403, ../sass/_setdetails.scss */
.tabs label:hover {
  background: rgba(255, 255, 255, 0.5);
  top: 0;
}

/* line 408, ../sass/_setdetails.scss */
[id^=tab]:checked + label {
  background: white;
  color: black;
  top: 0;
}

/* line 414, ../sass/_setdetails.scss */
[id^=tab]:checked ~ [id^=tab-content] {
  display: block;
  overflow-y: auto;
}

/* line 418, ../sass/_setdetails.scss */
.tab-content {
  z-index: 2;
  display: none;
  text-align: left;
  width: 100%;
  height: 90vh;
  line-height: 140%;
  padding-top: 10px;
  background: white;
  padding: 15px;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* line 438, ../sass/_setdetails.scss */
.tab-content table tr.odd td, .tab-content table tr:nth-child(2n+1) td {
  background-color: white;
}

/* line 444, ../sass/_setdetails.scss */
.comment_table {
  background: #f8f0d6;
  margin-bottom: 1rem;
}
/* line 448, ../sass/_setdetails.scss */
.comment_table form {
  position: relative;
}
/* line 451, ../sass/_setdetails.scss */
.comment_table form textarea {
  height: 100px;
  width: 99%;
  background: #fbf8eb;
}
/* line 457, ../sass/_setdetails.scss */
.comment_table form input[type=submit] {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-right: 8px;
  margin-bottom: 7px;
}

/* line 2, ../sass/_userprofile.scss */
.only_desktop_padding {
  padding: 1rem;
}

/* line 6, ../sass/_userprofile.scss */
.with-graphs .bar-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5rem;
  width: 100%;
}
/* line 28, ../sass/_userprofile.scss */
.with-graphs .bar-block-percentage, .with-graphs .bar-block-qty {
  -webkit-flex: 2 1 5rem;
  -ms-flex: 2 1 5rem;
  flex: 2 1 5rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 0.1rem 0.5rem;
  text-align: center;
}
/* line 40, ../sass/_userprofile.scss */
.with-graphs .bar-block-title {
  -webkit-flex: 2 1 70%;
  -ms-flex: 2 1 70%;
  flex: 2 1 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 0.1rem 0.5rem;
  background-color: #accdce;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0 round 5px);
  clip-path: inset(0 0 0 0 round 5px);
}
/* line 56, ../sass/_userprofile.scss */
.with-graphs .bar-block-title-size {
  -webkit-flex: 2 1 70%;
  -ms-flex: 2 1 70%;
  flex: 2 1 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 0.5rem;
  text-align: center;
}
/* line 67, ../sass/_userprofile.scss */
.with-graphs .bar-block-title__colored {
  background-color: cadetblue;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
/* line 71, ../sass/_userprofile.scss */
.with-graphs .bar-block-title-label {
  z-index: 1;
  position: relative;
}
/* line 75, ../sass/_userprofile.scss */
.with-graphs .bar-block-wrapper {
  background-color: #ededed;
  -webkit-clip-path: inset(0 0 0 0 round 5px);
  clip-path: inset(0 0 0 0 round 5px);
  margin-left: 7%;
  margin-right: 7%;
}
/* line 82, ../sass/_userprofile.scss */
.with-graphs .bar-block-wrapper-title {
  background-color: #b9c9dd;
  width: 100%;
  text-align: center;
  color: grey;
  height: 1.5rem;
}
/* line 89, ../sass/_userprofile.scss */
.with-graphs .bar-block-wrapper-subtitle {
  background-color: #89a5c5;
  color: #d4efd4;
  height: 1.5rem;
}
/* line 94, ../sass/_userprofile.scss */
.with-graphs .bar-block-wrapper-subtitle span {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px), screen and (max-device-width: 1024px) {
  /* line 101, ../sass/_userprofile.scss */
  .with-graphs .bar-block-wrapper {
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 680px), screen and (max-device-width: 680px) {
  /* line 109, ../sass/_userprofile.scss */
  .with-graphs .bar-block-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }
}
/* line 117, ../sass/_userprofile.scss */
.left .profile-info-block {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.left .profile-info-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.left .profile-info-block .block-header, .left .profile-info-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.left .profile-info-block .block-header a, .left .profile-info-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.left .profile-info-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-left: 0.8rem solid #bbd0dd;
  border-right: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.left .profile-info-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.left .profile-info-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-right: 0.8rem solid #d4efd4;
  border-left: none;
  left: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 120, ../sass/_userprofile.scss */
.left .profile-info-block h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}
/* line 127, ../sass/_userprofile.scss */
.left .profile-info-block .settings_link {
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
}
/* line 134, ../sass/_userprofile.scss */
.left .profile-info-block .block-body {
  position: relative;
  min-height: 432px;
  min-height: 27rem;
}

/* line 141, ../sass/_userprofile.scss */
#tab-contentsetratings #container1 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

/* line 148, ../sass/_userprofile.scss */
.ext_profile_link {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.7rem;
}
/* line 155, ../sass/_userprofile.scss */
.ext_profile_link img {
  max-width: 100%;
}

/* line 160, ../sass/_userprofile.scss */
.profile-sidebar-right {
  margin-top: 16px;
  margin-top: 1rem;
  width: 23.72881%;
  float: right;
  margin-right: 0;
  min-height: 448px;
  min-height: 28rem;
}

/* line 168, ../sass/_userprofile.scss */
.profile-full-width-block {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  margin-right: -8px;
  margin-right: -0.5rem;
  background: white;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
/* line 178, ../sass/_userprofile.scss */
.profile-full-width-block h4 {
  text-align: center;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 185, ../sass/_userprofile.scss */
.profile-full-width-block .elastislide-wrapper {
  box-shadow: none;
}
/* line 189, ../sass/_userprofile.scss */
.profile-full-width-block .elastislide-carousel ul li a {
  display: inline-block;
  width: auto;
  max-height: none;
}
/* line 195, ../sass/_userprofile.scss */
.profile-full-width-block .elastislide-carousel ul li a img {
  border: 2px solid transparent;
}
/* line 199, ../sass/_userprofile.scss */
.profile-full-width-block .elastislide-horizontal ul li {
  margin-right: 48px;
  margin-right: 3rem;
  padding: 0px;
  padding: 0rem;
  background: lightblue;
  text-align: center;
}
/* line 207, ../sass/_userprofile.scss */
.profile-full-width-block li {
  color: black;
}
/* line 210, ../sass/_userprofile.scss */
.profile-full-width-block li b {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  display: inline-block;
}
/* line 218, ../sass/_userprofile.scss */
.profile-full-width-block:first-of-type {
  margin-top: 16px;
  margin-top: 1rem;
}
/* line 223, ../sass/_userprofile.scss */
.profile-full-width-block.lastsets {
  background-color: #d4efd4;
}
/* line 226, ../sass/_userprofile.scss */
.profile-full-width-block.lastsets h4 {
  color: #235e23;
}
/* line 230, ../sass/_userprofile.scss */
.profile-full-width-block.lastsets .elastislide-wrapper {
  background-color: #d4efd4;
}
/* line 235, ../sass/_userprofile.scss */
.profile-full-width-block.lastsets .elastislide-horizontal ul li {
  background: #86d286;
}
/* line 240, ../sass/_userprofile.scss */
.profile-full-width-block.lastsets li {
  color: white;
}
/* line 247, ../sass/_userprofile.scss */
.profile-full-width-block.posts {
  background-color: #f4ef99;
}
/* line 250, ../sass/_userprofile.scss */
.profile-full-width-block.posts h4 {
  color: #49581a;
}
/* line 254, ../sass/_userprofile.scss */
.profile-full-width-block.posts .elastislide-wrapper {
  background-color: #f4ef99;
}
/* line 259, ../sass/_userprofile.scss */
.profile-full-width-block.posts .elastislide-horizontal ul li {
  background: #dec072;
}
/* line 264, ../sass/_userprofile.scss */
.profile-full-width-block.posts li {
  color: white;
}
/* line 270, ../sass/_userprofile.scss */
.profile-full-width-block.reviews {
  margin-top: 16px;
  margin-top: 1rem;
  background-color: #deecad;
}
/* line 274, ../sass/_userprofile.scss */
.profile-full-width-block.reviews h4 {
  color: #49581a;
}
/* line 278, ../sass/_userprofile.scss */
.profile-full-width-block.reviews .elastislide-wrapper {
  background-color: #deecad;
}
/* line 282, ../sass/_userprofile.scss */
.profile-full-width-block.reviews .elastislide-horizontal ul li {
  background: #bad36b;
}
/* line 287, ../sass/_userprofile.scss */
.profile-full-width-block.reviews li {
  color: white;
}
/* line 292, ../sass/_userprofile.scss */
.profile-full-width-block.achievements {
  background-color: #dbe4ee;
}
/* line 295, ../sass/_userprofile.scss */
.profile-full-width-block.achievements h4 {
  color: #2e445e;
}
/* line 299, ../sass/_userprofile.scss */
.profile-full-width-block.achievements .elastislide-horizontal ul li {
  background: #9eb4cf;
}
/* line 304, ../sass/_userprofile.scss */
.profile-full-width-block.achievements .elastislide-wrapper {
  background-color: #dbe4ee;
}
/* line 308, ../sass/_userprofile.scss */
.profile-full-width-block.achievements li {
  color: #fffa82;
}
/* line 313, ../sass/_userprofile.scss */
.profile-full-width-block.mocs {
  background-color: #fce5bf;
}
/* line 316, ../sass/_userprofile.scss */
.profile-full-width-block.mocs h4 {
  color: #986106;
}
/* line 320, ../sass/_userprofile.scss */
.profile-full-width-block.mocs .elastislide-horizontal ul li {
  background: #f8bc58;
}
/* line 325, ../sass/_userprofile.scss */
.profile-full-width-block.mocs .elastislide-wrapper {
  background-color: #fce5bf;
}
/* line 329, ../sass/_userprofile.scss */
.profile-full-width-block.mocs li {
  color: white;
}

/* line 335, ../sass/_userprofile.scss */
.profile-sidebar-right {
  margin-top: 16px;
  margin-top: 1rem;
  width: 15.25424%;
  float: right;
  margin-right: 0;
}

/* line 341, ../sass/_userprofile.scss */
.profile-sidebar {
  margin-top: 16px;
  margin-top: 1rem;
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  margin-right: 0.3%;
}

/* line 346, ../sass/_userprofile.scss */
.profile-content {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  width: 58%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-top: 16px;
  padding-top: 1rem;
  height: 448px;
  height: 28rem;
}
/* line 348, ../sass/_userprofile.scss */
.profile-content .collapse_control {
  display: none;
}
/* line 361, ../sass/_userprofile.scss */
.profile-content .tab-content {
  height: 24.3rem;
  background-color: #dbe4ee;
}
/* line 366, ../sass/_userprofile.scss */
.profile-content .tabs .label {
  padding: 5px 15px;
}
/* line 371, ../sass/_userprofile.scss */
.profile-content .tabs [id^=tab]:checked + label {
  background-color: #dbe4ee;
}
/* line 376, ../sass/_userprofile.scss */
.profile-content .horizontal-graph {
  width: 100%;
}
/* line 380, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 {
  width: 10%;
  float: left;
  position: relative;
  height: 21.4rem;
}
/* line 386, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .title {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /*				border-top: 1px solid gray;	 */
  background: #89a5c5;
  color: #d4efd4;
  /*			    padding-top: 1px;*/
  height: 1.4rem;
}
/* line 400, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .title:after {
  content: '★';
  color: #c1e8c1;
}
/* line 406, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .bar {
  height: 19rem;
  background: #ededed;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAKCAYAAAAHHVb8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThBQUI5RkQ5RTJEMTFFNDlDOTBDQjJBMEY1MjhCNkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThBQUI5RkU5RTJEMTFFNDlDOTBDQjJBMEY1MjhCNkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEFBQjlGQjlFMkQxMUU0OUM5MENCMkEwRjUyOEI2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEFBQjlGQzlFMkQxMUU0OUM5MENCMkEwRjUyOEI2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PteWCHgAAAAtSURBVHjaYvz//z/DSANMDCMQjHp61NOjnh719KinRz09RAAjEKuNNE8DBBgAIRoDNumZS0kAAAAASUVORK5CYII=");
  background-position: bottom;
  background-repeat: repeat-y;
  background-size: 72%;
}
/* line 415, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .bar .bar-value {
  width: 72%;
  /*  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAKCAYAAAAHHVb8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThBQUI5RkQ5RTJEMTFFNDlDOTBDQjJBMEY1MjhCNkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThBQUI5RkU5RTJEMTFFNDlDOTBDQjJBMEY1MjhCNkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEFBQjlGQjlFMkQxMUU0OUM5MENCMkEwRjUyOEI2RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEFBQjlGQzlFMkQxMUU0OUM5MENCMkEwRjUyOEI2RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PteWCHgAAAAtSURBVHjaYvz//z/DSANMDCMQjHp61NOjnh719KinRz09RAAjEKuNNE8DBBgAIRoDNumZS0kAAAAASUVORK5CYII=");
    background-position: bottom;
    background-repeat: repeat-y;*/
  background-color: #a4dda4;
  position: absolute;
  bottom: 1.4rem;
  left: 30%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  height: 0;
  transition: height 1s,background-color 1s linear;
  animation: 1s ease-in 0s 1 dropHeader;
}
/* line 433, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .bar .bar-value:hover {
  background: #86d286;
}
/* line 441, ../sass/_userprofile.scss */
.profile-content .horizontal-graph .column10 .value {
  text-align: center;
  color: grey;
  border-bottom: 1px solid gray;
  width: 100%;
  display: inline-block;
  background: #b9c9dd;
}
@keyframes dropHeader {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 471, ../sass/_userprofile.scss */
.bottom_button {
  display: block;
  text-align: center;
  padding: 0.7rem;
  width: 13.7931%;
  float: left;
  margin-right: 3.44828%;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 481, ../sass/_userprofile.scss */
.bottom_button.first {
  margin-left: -1rem;
}
/* line 485, ../sass/_userprofile.scss */
.bottom_button.last {
  margin-left: 0;
  width: 13.7931%;
  float: right;
  margin-right: 0;
  margin-right: -1rem;
}
/* line 491, ../sass/_userprofile.scss */
.bottom_button.sets_button {
  background: #afe1af;
}
/* line 495, ../sass/_userprofile.scss */
.bottom_button.figs_button {
  background: #f9c4cf;
}
/* line 499, ../sass/_userprofile.scss */
.bottom_button.parts_button {
  background: #addfda;
}
/* line 503, ../sass/_userprofile.scss */
.bottom_button.mocs_button {
  background: #fad089;
}
/* line 507, ../sass/_userprofile.scss */
.bottom_button.reviews_button {
  background: #cbe17b;
}
/* line 511, ../sass/_userprofile.scss */
.bottom_button.articles_button {
  background: #eee762;
}

/* line 519, ../sass/_userprofile.scss */
.color_selector {
  width: 98%;
  float: right;
  border-left: 3px solid brown;
  margin-right: 0rem;
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 1rem;
}
/* line 530, ../sass/_userprofile.scss */
.color_selector .color_selector-qty {
  float: right;
}
/* line 533, ../sass/_userprofile.scss */
.color_selector.active {
  margin-right: 0.5rem;
}
/* line 537, ../sass/_userprofile.scss */
.color_selector .color_selector-title {
  padding-left: 0.5rem;
}

/* line 546, ../sass/_userprofile.scss */
.right .block-header a span.counter {
  float: right;
  margin-right: 24px;
  margin-right: 1.5rem;
  font-weight: normal;
}
/* line 553, ../sass/_userprofile.scss */
.right .profile-info-block {
  background-color: #d4efd4;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .profile-info-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .profile-info-block .block-header, .right .profile-info-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .profile-info-block .block-header a, .right .profile-info-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .profile-info-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .profile-info-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .profile-info-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #d4efd4;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 557, ../sass/_userprofile.scss */
.right .sidebar-sets-block {
  background-color: #afe1af;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-sets-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-sets-block .block-header, .right .sidebar-sets-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-sets-block .block-header a, .right .sidebar-sets-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-sets-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-sets-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-sets-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #afe1af;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 561, ../sass/_userprofile.scss */
.right .sidebar-figs-block {
  background-color: #f9c4cf;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-figs-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-figs-block .block-header, .right .sidebar-figs-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-figs-block .block-header a, .right .sidebar-figs-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-figs-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-figs-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-figs-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #f9c4cf;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 565, ../sass/_userprofile.scss */
.right .sidebar-parts-block {
  background-color: #addfda;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-parts-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-parts-block .block-header, .right .sidebar-parts-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-parts-block .block-header a, .right .sidebar-parts-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-parts-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-parts-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-parts-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #addfda;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 570, ../sass/_userprofile.scss */
.right .sidebar-mocs-block {
  background-color: #fad089;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-mocs-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-mocs-block .block-header, .right .sidebar-mocs-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-mocs-block .block-header a, .right .sidebar-mocs-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-mocs-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-mocs-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-mocs-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #fad089;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 574, ../sass/_userprofile.scss */
.right .sidebar-reviews-block {
  background-color: #cbe17b;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-reviews-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-reviews-block .block-header, .right .sidebar-reviews-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-reviews-block .block-header a, .right .sidebar-reviews-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-reviews-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-reviews-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-reviews-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #cbe17b;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 578, ../sass/_userprofile.scss */
.right .sidebar-articles-block {
  background-color: #eee762;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-articles-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-articles-block .block-header, .right .sidebar-articles-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-articles-block .block-header a, .right .sidebar-articles-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-articles-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-articles-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-articles-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #eee762;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}
/* line 583, ../sass/_userprofile.scss */
.right .sidebar-achievements-block {
  background-color: #d1dce8;
  /*    @if $direction == "right" {
          @include border-right-radius(5px);
      }
      @else if $direction == "left" {
          @include border-left-radius(5px);
      }
      @else if $direction == "center" {
          @include border-radius(5px);
      }*/
  position: relative;
  margin-bottom: 1rem;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}
/* line 41, ../sass/_mixins2.scss */
.right .sidebar-achievements-block h2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
/* line 58, ../sass/_mixins2.scss */
.right .sidebar-achievements-block .block-header, .right .sidebar-achievements-block h4 {
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  color: #4e4e6b;
  font-weight: bold;
}
/* line 64, ../sass/_mixins2.scss */
.right .sidebar-achievements-block .block-header a, .right .sidebar-achievements-block h4 a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}
/* line 70, ../sass/_mixins2.scss */
.right .sidebar-achievements-block .block-body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-right: 0.8rem solid #bbd0dd;
  border-left: none;
  background-color: #c1e8c1;
}
/* line 84, ../sass/_mixins2.scss */
.right .sidebar-achievements-block .block-body p {
  margin-top: 0;
}
/* line 89, ../sass/_mixins2.scss */
.right .sidebar-achievements-block .block-arrow {
  width: 0;
  border-bottom: 1.5rem solid #bbd0dd;
  border-top: 1.5rem solid #bbd0dd;
  border-left: 0.8rem solid #d1dce8;
  border-right: none;
  right: 0;
  height: 0;
  position: absolute;
  top: 0;
}

/* theme selector */
/* line 592, ../sass/_userprofile.scss */
.theme-selector-wrapper li {
  list-style-type: none;
  font-size: 10px;
}

/* line 597, ../sass/_userprofile.scss */
.theme-selector-wrapper li a {
  color: #626262;
}

/* line 601, ../sass/_userprofile.scss */
.theme-selector-wrapper li.active_parent a {
  color: #626262;
}

/* line 605, ../sass/_userprofile.scss */
.theme-selector-wrapper li.active a {
  color: #626262;
}

/* line 610, ../sass/_userprofile.scss */
.theme-selector-wrapper {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

/* line 615, ../sass/_userprofile.scss */
.theme-selector-wrapper > li {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

/* line 621, ../sass/_userprofile.scss */
.theme-selector-wrapper li.active {
  background-color: #86d286;
}

/* line 625, ../sass/_userprofile.scss */
.theme-selector-wrapper li.active_parent {
  background-color: #d4efd4;
}

/* line 630, ../sass/_userprofile.scss */
.theme-selector-wrapper li {
  cursor: pointer;
}

/* line 634, ../sass/_userprofile.scss */
.theme-selector-wrapper .qty {
  float: right;
}

/* line 638, ../sass/_userprofile.scss */
.theme-selector-wrapper span.opener:before {
  content: "+";
}

/* line 641, ../sass/_userprofile.scss */
.theme-selector-wrapper span.opener.opened:before {
  content: "-";
}

/* line 645, ../sass/_userprofile.scss */
.theme-selector-wrapper span.opener + ul {
  display: none;
}

/* line 649, ../sass/_userprofile.scss */
.theme-selector-wrapper span.opener.opened + ul {
  display: block;
}

/* line 654, ../sass/_userprofile.scss */
.theme-selector-wrapper span.opener {
  float: left;
  margin-right: 0.2rem;
  cursor: pointer;
}

/* styles for best/worst theme */
/* line 662, ../sass/_userprofile.scss */
#container3 .headrow, #container3 .bottomrowrow {
  width: 100%;
  background-color: #b9c9dd;
  color: grey;
}

/* line 667, ../sass/_userprofile.scss */
#container3 .bottomrow {
  position: absolute;
  bottom: 0;
}

/* line 672, ../sass/_userprofile.scss */
#container3 .bottomrowrow {
  background-color: #89a5c5;
  color: #d4efd4;
}

/* line 676, ../sass/_userprofile.scss */
#container3 .bodyrow {
  width: 100%;
  line-height: 1.6;
}

/* line 683, ../sass/_userprofile.scss */
#container3 .datarows {
  width: 100%;
  max-height: 90%;
  min-height: 19rem;
  overflow-y: scroll;
  background-color: #ededed;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

/* line 695, ../sass/_userprofile.scss */
#container3 span {
  display: inline-block;
  height: 1.3rem;
  padding-left: 0.5rem;
}

/* line 700, ../sass/_userprofile.scss */
#container3 .series {
  width: 39%;
}

/* line 705, ../sass/_userprofile.scss */
.datarows .series {
  color: #626262;
}

/* line 708, ../sass/_userprofile.scss */
#container3 .mark {
  width: 50%;
}

/* line 712, ../sass/_userprofile.scss */
#container3 .mark_qty {
  width: 10%;
}

/* line 716, ../sass/_userprofile.scss */
#container2 .headrow, #container2 .bottomrowrow {
  width: 100%;
  background-color: #b9c9dd;
  color: grey;
}

/* line 721, ../sass/_userprofile.scss */
#container2 .bottomrowrow {
  background-color: #89a5c5;
  color: #d4efd4;
}

/* line 725, ../sass/_userprofile.scss */
#container2 .bottomrow {
  position: absolute;
  bottom: 0;
}

/* line 731, ../sass/_userprofile.scss */
#container2 .bodyrow {
  width: 100%;
  background-color: #ededed;
  line-height: 1.6;
}

/* line 739, ../sass/_userprofile.scss */
#container2 .datarows {
  width: 100%;
  max-height: 90%;
  overflow-y: scroll;
  min-height: 19rem;
  background-color: #ededed;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

/* line 752, ../sass/_userprofile.scss */
#container2 span {
  display: inline-block;
  height: 1.3rem;
  padding-left: 0.5rem;
}

/* line 757, ../sass/_userprofile.scss */
#container2 .series {
  width: 39%;
}

/* line 761, ../sass/_userprofile.scss */
#container2 .mark {
  width: 50%;
}

/* line 765, ../sass/_userprofile.scss */
#container2 .mark_qty {
  width: 10%;
}

/* line 1, ../sass/_catalog.scss */
.content_wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}

/* line 5, ../sass/_catalog.scss */
.tabs {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  margin-right: -1%;
}

/* line 9, ../sass/_catalog.scss */
.set-data-wrapper.set-additional .comments-block, .set-data-wrapper .comments-block {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  margin-right: -1%;
}

/* line 14, ../sass/_catalog.scss */
.alternate-images {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  margin-right: -1%;
}

/* line 18, ../sass/_catalog.scss */
.admin_block {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
}

/* line 22, ../sass/_catalog.scss */
.set-data {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  margin-right: -1%;
}

/* line 27, ../sass/_catalog.scss */
.block {
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1));
  margin-bottom: 1rem;
}
/* line 31, ../sass/_catalog.scss */
.block .block__body {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-right: none;
  background-color: white;
}
/* line 41, ../sass/_catalog.scss */
.block .block__header {
  box-sizing: border-box;
  padding-left: 1.5rem;
  padding-top: 0.7rem;
  height: 3rem;
  font-weight: bold;
  background-color: #d4efd4;
  position: relative;
  color: #4e4e6b;
  box-sizing: border-box;
  position: relative;
}
/* line 58, ../sass/_catalog.scss */
.block .block__header a {
  color: #4e4e6b;
  font-weight: bold;
  text-decoration: none;
}

@supports (-ms-ime-align: auto) {
  /* line 74, ../sass/_catalog.scss */
  .block_slide-left.block_left-arrow .block, .main-sidebar.block_slide-left.block_left-arrow .block {
    margin-left: -2%;
    margin-right: -2%;
  }

  /* line 79, ../sass/_catalog.scss */
  .block_slide-right.block_right-arrow .block, .main-sidebar-right.block_slide-right.block_right-arrow .block {
    margin-left: -2%;
    margin-right: -2%;
  }

  /* line 86, ../sass/_catalog.scss */
  .block_left-arrow .block .block__header:before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-right: 1rem solid #d4efd4;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: -1rem;
    top: 0;
  }
  /* line 98, ../sass/_catalog.scss */
  .block_left-arrow .block .block__body {
    margin-left: 0;
  }

  /* line 105, ../sass/_catalog.scss */
  .block_right-arrow .block .block__header:before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-left: 1rem solid #d4efd4;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    display: block;
    content: "";
    right: -1rem;
    top: 0;
  }
  /* line 117, ../sass/_catalog.scss */
  .block_right-arrow .block .block__body {
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 125, ../sass/_catalog.scss */
  .block_slide-left.block_left-arrow .block, .main-sidebar.block_slide-left.block_left-arrow .block {
    margin-left: -2%;
    margin-right: -2%;
  }

  /* line 130, ../sass/_catalog.scss */
  .block_slide-right.block_right-arrow .block, .main-sidebar-right.block_slide-right.block_right-arrow .block {
    margin-left: -2%;
    margin-right: -2%;
  }

  /* line 137, ../sass/_catalog.scss */
  .block_left-arrow .block .block__header:before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-right: 1rem solid #d4efd4;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    display: block;
    content: "";
    left: -1rem;
    top: 0;
  }
  /* line 149, ../sass/_catalog.scss */
  .block_left-arrow .block .block__body {
    margin-left: 0;
  }

  /* line 156, ../sass/_catalog.scss */
  .block_right-arrow .block .block__header:before {
    width: 0;
    height: 0;
    border-top: 1.5rem solid transparent;
    border-left: 1rem solid #d4efd4;
    border-bottom: 1.5rem solid transparent;
    position: absolute;
    display: block;
    content: "";
    right: -1rem;
    top: 0;
  }
  /* line 168, ../sass/_catalog.scss */
  .block_right-arrow .block .block__body {
    margin-right: 0;
  }
}
/* line 176, ../sass/_catalog.scss */
.clip-svg {
  width: 0;
  height: 0;
}

/* line 191, ../sass/_catalog.scss */
.block_slide-left .block {
  margin-left: -6%;
  margin-right: -6%;
}

/* line 202, ../sass/_catalog.scss */
.main-sidebar.block_slide-right .block, .main-sidebar-right.block_slide-right .block {
  margin-left: -2rem;
  margin-right: -6%;
}
/* line 208, ../sass/_catalog.scss */
.main-sidebar.block_slide-left .block, .main-sidebar-right.block_slide-left .block {
  margin-left: -6%;
  margin-right: -2rem;
}

/* line 219, ../sass/_catalog.scss */
.block_slide-right .block {
  margin-left: -6%;
  margin-right: -6%;
}

/* line 226, ../sass/_catalog.scss */
.block_right-arrow .block__header {
  -webkit-clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
  clip-path: url("#ff-right-arrow");
}
/* line 231, ../sass/_catalog.scss */
.block_right-arrow .block__header.block--noarrow {
  -webkit-clip-path: none;
  clip-path: none;
  margin-right: 3%;
}
/* line 236, ../sass/_catalog.scss */
.block_right-arrow .block__body {
  margin-right: 3%;
}

/* line 241, ../sass/_catalog.scss */
.max .admin_block {
  right: 0;
}

/* line 245, ../sass/_catalog.scss */
.max .image-prev {
  margin-left: 0.2rem;
  margin-right: 0;
}

/* line 250, ../sass/_catalog.scss */
.max .image-next {
  margin-right: 1rem;
}

/* line 257, ../sass/_catalog.scss */
.block_left-arrow .block__header {
  -webkit-clip-path: polygon(3% 0%, 100% 1%, 100% 100%, 3% 100%, 0% 50%);
  clip-path: polygon(3% 0%, 100% 1%, 100% 100%, 3% 100%, 0% 50%);
  clip-path: url("#ff-left-arrow");
}
/* line 262, ../sass/_catalog.scss */
.block_left-arrow .block__header.block--noarrow {
  -webkit-clip-path: none;
  clip-path: none;
  margin-left: 3%;
}
/* line 267, ../sass/_catalog.scss */
.block_left-arrow .block__body {
  margin-left: 3%;
}

/* line 272, ../sass/_catalog.scss */
.year_filter_link {
  display: inline-block;
  width: auto;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-right: 0.6rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
/* line 283, ../sass/_catalog.scss */
.year_filter_link.year_filter_link--all {
  width: 100%;
}

/* line 289, ../sass/_catalog.scss */
.switch {
  font-size: 1.5rem;
  float: right;
  padding-right: 1rem;
}

/* line 295, ../sass/_catalog.scss */
.switch span {
  color: lightgray;
  filter: grayscale(100%);
  cursor: pointer;
  opacity: 0.5;
}

/* line 302, ../sass/_catalog.scss */
.switch span:hover {
  opacity: 1;
}

/* line 307, ../sass/_catalog.scss */
.switch .active {
  color: black;
  opacity: 1;
}

/* line 312, ../sass/_catalog.scss */
.block__header.block--noarrow .expanded-title {
  max-width: 90%;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 320, ../sass/_catalog.scss */
.reviewstable .review_set_link {
  display: none;
}

/* line 325, ../sass/_catalog.scss */
.grid.reviewstable .filling-empty-space-childs {
  width: 10rem;
  height: 0;
  background: none !important;
}
/* line 331, ../sass/_catalog.scss */
.grid.reviewstable tbody {
  justify-content: space-between;
  display: flex;
  /* max-width: 100%; */
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 338, ../sass/_catalog.scss */
.grid.reviewstable tr.nohide {
  display: none;
}
/* line 343, ../sass/_catalog.scss */
.grid.reviewstable tr {
  background: #faf5e3 !important;
  margin: 0 0 1em;
  display: block;
  width: 10rem;
  margin-right: 0%;
  float: left;
  position: relative;
  padding-bottom: 3rem;
}
/* line 354, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_thumb {
  margin-top: 2rem;
  height: 100px;
}
/* line 358, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_thumb img.set {
  max-height: 100px !important;
}
/* line 362, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_off span, .grid.reviewstable tr .sale_off br {
  display: none;
}
/* line 366, ../sass/_catalog.scss */
.grid.reviewstable tr .review_author {
  font-weight: bold;
}
/* line 369, ../sass/_catalog.scss */
.grid.reviewstable tr .review_date, .grid.reviewstable tr .review_title {
  display: none;
}
/* line 372, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_title a {
  font-weight: bold;
}
/* line 376, ../sass/_catalog.scss */
.grid.reviewstable tr .review_set_item {
  display: none;
}
/* line 378, ../sass/_catalog.scss */
.grid.reviewstable tr .review_set_item:nth-child(1) {
  display: block;
}
/* line 382, ../sass/_catalog.scss */
.grid.reviewstable tr .review_set_link {
  display: block;
  width: 100%;
}
/* line 386, ../sass/_catalog.scss */
.grid.reviewstable tr .review_set_image {
  max-width: 100%;
}
/* line 388, ../sass/_catalog.scss */
.grid.reviewstable tr .review_set_image img {
  max-width: 100%;
  max-height: 100px !important;
}
/* line 393, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_price {
  padding-bottom: 6rem;
  padding-right: 0 !important;
  width: 100%;
  text-align: center;
  /*      s
        {
          float:left;
        }*/
  /*
        font
        {
          float:right;
        }*/
}
/* line 403, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_price br {
  display: none;
}
/* line 417, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_off {
  position: absolute;
  bottom: 3.5rem;
  width: 100%;
  text-align: center;
}
/* line 425, ../sass/_catalog.scss */
.grid.reviewstable tr .review_link_block {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: cyan !important;
}
/* line 432, ../sass/_catalog.scss */
.grid.reviewstable tr .review_link_block br {
  display: none;
}
/* line 437, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_buyin img {
  display: none;
}
/* line 442, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_date {
  display: none;
}
/* line 447, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 455, ../sass/_catalog.scss */
.grid.reviewstable tr .sale_name {
  display: none;
}
/* line 463, ../sass/_catalog.scss */
.grid.reviewstable.discountrub tr .sale_off span, .grid.reviewstable.discountrub tr .sale_off br, .grid.reviewstable.discountrub tr .sale_off b {
  display: none;
}
/* line 466, ../sass/_catalog.scss */
.grid.reviewstable.discountrub tr .sale_off span.discount_in_rub {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
/* line 473, ../sass/_catalog.scss */
.grid.reviewstable.discountrub tr .sale_title a {
  font-weight: bold;
}
/* line 477, ../sass/_catalog.scss */
.grid.reviewstable td {
  display: block;
  background: #faf5e3 !important;
}

/* line 486, ../sass/_catalog.scss */
.grid.salestable .filling-empty-space-childs {
  width: 10rem;
  height: 0;
}
/* line 491, ../sass/_catalog.scss */
.grid.salestable tbody {
  justify-content: space-between;
  display: flex;
  /* max-width: 100%; */
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 498, ../sass/_catalog.scss */
.grid.salestable tr.nohide {
  display: none;
}
/* line 503, ../sass/_catalog.scss */
.grid.salestable tr {
  margin: 0 0 1em;
  display: block;
  width: 10rem;
  margin-right: 0%;
  float: left;
  position: relative;
}
/* line 513, ../sass/_catalog.scss */
.grid.salestable tr .sale_thumb {
  margin-top: 2rem;
  height: 100px;
}
/* line 517, ../sass/_catalog.scss */
.grid.salestable tr .sale_thumb img.set {
  max-height: 100px !important;
}
/* line 521, ../sass/_catalog.scss */
.grid.salestable tr .sale_off span, .grid.salestable tr .sale_off br {
  display: none;
}
/* line 525, ../sass/_catalog.scss */
.grid.salestable tr .sale_title a {
  font-weight: bold;
}
/* line 530, ../sass/_catalog.scss */
.grid.salestable tr .sale_price {
  padding-bottom: 6rem;
  padding-right: 0 !important;
  width: 100%;
  text-align: center;
  /*      s
        {
          float:left;
        }*/
  /*
        font
        {
          float:right;
        }*/
}
/* line 540, ../sass/_catalog.scss */
.grid.salestable tr .sale_price br {
  display: none;
}
/* line 554, ../sass/_catalog.scss */
.grid.salestable tr .sale_off {
  position: absolute;
  bottom: 3.5rem;
  width: 100%;
  text-align: center;
}
/* line 562, ../sass/_catalog.scss */
.grid.salestable tr .sale_buyin {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: cyan !important;
}
/* line 570, ../sass/_catalog.scss */
.grid.salestable tr .sale_buyin img {
  display: none;
}
/* line 575, ../sass/_catalog.scss */
.grid.salestable tr .sale_date {
  display: none;
}
/* line 580, ../sass/_catalog.scss */
.grid.salestable tr .sale_title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 588, ../sass/_catalog.scss */
.grid.salestable tr .sale_name {
  display: none;
}
/* line 596, ../sass/_catalog.scss */
.grid.salestable.discountrub tr .sale_off span, .grid.salestable.discountrub tr .sale_off br, .grid.salestable.discountrub tr .sale_off b {
  display: none;
}
/* line 599, ../sass/_catalog.scss */
.grid.salestable.discountrub tr .sale_off span.discount_in_rub {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
/* line 606, ../sass/_catalog.scss */
.grid.salestable.discountrub tr .sale_title a {
  font-weight: bold;
}
/* line 610, ../sass/_catalog.scss */
.grid.salestable td {
  display: block;
  background: #faf5e3 !important;
}

/* line 617, ../sass/_catalog.scss */
.grid.setslist {
  margin-top: 1rem;
}
/* line 620, ../sass/_catalog.scss */
.grid.setslist .filling-empty-space-childs {
  width: 10rem;
  height: 0;
}
/* line 625, ../sass/_catalog.scss */
.grid.setslist tbody {
  justify-content: space-between;
  display: flex;
  /* max-width: 100%; */
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 632, ../sass/_catalog.scss */
.grid.setslist tr.nohide {
  display: none;
}
/* line 637, ../sass/_catalog.scss */
.grid.setslist tr {
  margin: 0 0 1em;
  display: block;
  width: 10rem;
  width: 23%;
  margin-right: 0%;
  float: left;
  height: 15rem;
  position: relative;
  background: #faf5e3 !important;
}
/* line 650, ../sass/_catalog.scss */
.grid.setslist tr .us_price {
  float: right;
  padding-right: 10px;
  font-size: 0.9rem;
}
/* line 656, ../sass/_catalog.scss */
.grid.setslist tr .local_price {
  float: left;
  padding-left: 10px;
  font-size: 0.9rem;
}
/* line 661, ../sass/_catalog.scss */
.grid.setslist tr .set_pcs {
  position: absolute;
  right: 10px;
  top: 155px;
  padding: 0;
  padding-left: 5px;
  padding-right: 20px;
}
/* line 668, ../sass/_catalog.scss */
.grid.setslist tr .set_pcs:before {
  content: '';
  display: block;
  background-image: url(/images/icons/brick1.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -1px;
  margin-top: 0.2rem;
}
/* line 685, ../sass/_catalog.scss */
.grid.setslist tr .set_figs {
  position: absolute;
  left: 10px;
  top: 155px;
  padding: 0;
  padding-left: 5px;
  padding-right: 20px;
}
/* line 692, ../sass/_catalog.scss */
.grid.setslist tr .set_figs:before {
  content: '';
  display: block;
  background-image: url(/images/icons/head1.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 2px;
}
/* line 708, ../sass/_catalog.scss */
.grid.setslist tr .set_img {
  margin-top: 1rem;
  height: 120px;
}
/* line 712, ../sass/_catalog.scss */
.grid.setslist tr .set_img img.set {
  max-height: 120px !important;
  max-width: 90% !important;
}
/* line 717, ../sass/_catalog.scss */
.grid.setslist tr .set_title {
  display: none;
}
/* line 721, ../sass/_catalog.scss */
.grid.setslist tr .set_id {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  background-color: #f5f0de !important;
  background-color: cyan !important;
  padding: 0;
}
/* line 731, ../sass/_catalog.scss */
.grid.setslist tr .set_price {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #f5f0de !important;
  background-color: cyan !important;
  text-align: center;
  padding: 0;
}
/* line 733, ../sass/_catalog.scss */
.grid.setslist tr .set_price br {
  display: none;
}
/* line 746, ../sass/_catalog.scss */
.grid.setslist tr .set_id a {
  font-weight: bold;
}
/* line 750, ../sass/_catalog.scss */
.grid.setslist tr .set_year {
  position: absolute;
  top: 10px;
  width: 100%;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
/* line 759, ../sass/_catalog.scss */
.grid.setslist tr .sale_price {
  padding-bottom: 6rem;
  padding-right: 0 !important;
  width: 100%;
  text-align: center;
  /*      s
        {
          float:left;
        }*/
  /*
        font
        {
          float:right;
        }*/
}
/* line 769, ../sass/_catalog.scss */
.grid.setslist tr .sale_price br {
  display: none;
}
/* line 783, ../sass/_catalog.scss */
.grid.setslist tr .sale_off {
  position: absolute;
  bottom: 3.5rem;
  width: 100%;
  text-align: center;
}
/* line 791, ../sass/_catalog.scss */
.grid.setslist tr .sale_buyin {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: cyan !important;
}
/* line 801, ../sass/_catalog.scss */
.grid.setslist tr .set_title {
  display: none;
}
/* line 806, ../sass/_catalog.scss */
.grid.setslist tr .sale_title {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
/* line 814, ../sass/_catalog.scss */
.grid.setslist tr .sale_name {
  display: none;
}
/* line 821, ../sass/_catalog.scss */
.grid.setslist td {
  display: block;
  background: #faf5e3 !important;
}

/* line 828, ../sass/_catalog.scss */
.last_comments_list {
  width: 100%;
}

/* line 831, ../sass/_catalog.scss */
.last_comments_list img {
  display: inline-block;
  line-height: 4rem;
}

/* line 835, ../sass/_catalog.scss */
.last_comments_list .row_body {
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
}

/* line 840, ../sass/_catalog.scss */
.last_comments_list div {
  float: left;
  display: block;
  width: 2.5rem;
}

/* line 845, ../sass/_catalog.scss */
.last_comments_list .author_body {
  text-align: center;
  background-color: #faf5e3;
  display: block;
  width: 2.5rem;
  float: left;
  text-decoration: none;
  width: 30%;
  border-radius: 0px 5px 5px 0px;
  padding-left: 5px;
  height: 4rem;
  padding-top: 0.5rem;
}

/* line 858, ../sass/_catalog.scss */
.last_comments_list .author_body .date:hover {
  text-decoration: underline;
}

/* line 861, ../sass/_catalog.scss */
.last_comments_list .author_body .author:hover {
  text-decoration: underline;
}

/* line 864, ../sass/_catalog.scss */
.last_comments_list .author_body .author {
  font-weight: bold;
  color: gray;
  font-size: 0.8rem;
}

/* line 869, ../sass/_catalog.scss */
.last_comments_list .author_body .date {
  font-size: 0.8rem;
  text-decoration: none;
  color: gray;
}

/* line 874, ../sass/_catalog.scss */
.last_comments_list .data_body {
  background-color: #e4ecf1;
  padding-top: 0.5rem;
  margin-left: 2rem;
  width: 60%;
  border-radius: 5px 0px 0px 5px;
  padding-left: 1rem;
  height: 4rem;
}

/* line 883, ../sass/_catalog.scss */
.last_comments_list .data_body .breadcrumbs {
  font-size: 0.7rem;
  margin-top: -0.4rem;
  display: block;
}

/* line 888, ../sass/_catalog.scss */
.last_comments_list .data_link {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
}

/* line 897, ../sass/_catalog.scss */
.last_comments_list .data_link:hover {
  text-decoration: underline;
}

/* line 900, ../sass/_catalog.scss */
.icon_body img {
  width: 3.5rem;
}

/* line 6, ../sass/_tables.scss */
table.filter .active {
  background-color: #86d286;
  display: inline-block;
  min-width: 100%;
  padding-left: 1rem;
}
/* line 12, ../sass/_tables.scss */
table.filter .active a {
  color: #626262;
}
/* line 18, ../sass/_tables.scss */
table.filter a {
  color: #626262;
}
/* line 22, ../sass/_tables.scss */
table.filter td span.qty {
  float: right;
}

/* line 27, ../sass/_tables.scss */
.right-block.nogaps {
  padding: 0;
  background: none;
}

/* line 33, ../sass/_tables.scss */
table.salestable.styled td {
  padding: 5px;
}

/* line 2, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled th {
  background-color: #fffefd;
}
/* line 4, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled th.even, table.styled th:nth-child(2n) {
  background-color: #faf9f8;
}
/* line 8, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tr.odd td, table.styled tr:nth-child(2n+1) td {
  background-color: #fffefd;
}
/* line 10, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tr.odd td.even, table.styled tr.odd td:nth-child(2n), table.styled tr:nth-child(2n+1) td.even, table.styled tr:nth-child(2n+1) td:nth-child(2n) {
  background-color: #faf9f8;
}
/* line 14, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tr.even td {
  background-color: #faf5e3;
}
/* line 16, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tr.even td.even, table.styled tr.even td:nth-child(2n) {
  background-color: #f5f0de;
}
/* line 19, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tfoot th, table.styled tfoot td {
  background-color: white;
}
/* line 21, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_alternating-rows-and-columns.scss */
table.styled tfoot th.even, table.styled tfoot th:nth-child(2n), table.styled tfoot td.even, table.styled tfoot td:nth-child(2n) {
  background-color: #fafafa;
}
/* line 2, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table.styled th {
  text-align: center;
  font-weight: bold;
}
/* line 5, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table.styled td,
table.styled th {
  padding: 2px;
}
/* line 8, ../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table.styled td.numeric,
table.styled th.numeric {
  text-align: right;
}
/* line 42, ../sass/_tables.scss */
table.styled td, table.styled th {
  border: none;
  padding: 15px;
}
/* line 47, ../sass/_tables.scss */
table.styled a {
  color: #626262;
}
/* line 51, ../sass/_tables.scss */
table.styled th {
  color: #626262;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}

/* line 1, ../sass/components/medals-component.scss */
.brick-medals {
  width: 78px;
  display: block;
  height: 20px;
  border: 1px solid gray;
  border-left: 0px;
  max-width: 100%;
}
/* line 8, ../sass/components/medals-component.scss */
.brick-medals.notfull:after {
  content: '';
  display: block;
  width: 5%;
  height: 60%;
  position: relative;
  top: 20%;
  right: 0px;
  left: 100%;
  border: 1px solid gray;
  border-left: 1px solid white;
  z-index: 0;
}
/* line 21, ../sass/components/medals-component.scss */
.brick-medals.full {
  border-right: none;
}
/* line 25, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal {
  cursor: pointer;
  display: block;
  float: left;
  width: 10%;
  border: 1px solid gray;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  height: 100%;
  position: relative;
}
/* line 37, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal:last-of-type {
  border-right: 1px solid gray;
}
/* line 40, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal:last-of-type:after {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  position: relative;
  top: 20%;
  right: 0px;
  left: 100%;
  border: 1px solid gray;
  border-left: 0px;
  z-index: 1;
}
/* line 54, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal_silver, .brick-medals .brick-medals__medal_silver:after {
  background-color: #c0c0c0;
}
/* line 57, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal_gold, .brick-medals .brick-medals__medal_gold:after {
  background-color: #ffd700;
}
/* line 60, ../sass/components/medals-component.scss */
.brick-medals .brick-medals__medal_bronze, .brick-medals .brick-medals__medal_bronze:after {
  background-color: #d6985a;
}

/* line 1018, ../sass/style.scss */
fieldset.rating {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  border: none;
  margin-left: 16.94915%;
  max-width: 350px;
  margin-bottom: 1rem;
}

/* line 1026, ../sass/style.scss */
div.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}

/* line 1032, ../sass/style.scss */
div.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

/* line 1038, ../sass/style.scss */
div.rating > span:hover,
div.rating > span:hover ~ span,
div.rating > span.selected,
div.rating > span.selected ~ span {
  color: transparent;
}

/* line 1045, ../sass/style.scss */
div.rating > span:hover:before,
div.rating > span:hover ~ span:before,
div.rating > span.selected:before,
div.rating > span.selected ~ span:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: gold;
}

/* line 1055, ../sass/style.scss */
.rating .label {
  float: left;
}

/* line 1060, ../sass/style.scss */
.article_header {
  color: #626262;
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
  line-height: 40px;
  line-height: 2.5rem;
}

/* line 1067, ../sass/style.scss */
.admin_block {
  position: absolute;
  top: 13rem;
  right: 30px;
  background-color: #24375b;
  color: white;
  padding: 10px;
  z-index: 10;
}
/* line 1077, ../sass/style.scss */
.admin_block:hover ul {
  display: block;
}
/* line 1082, ../sass/style.scss */
.admin_block .button {
  color: white;
}
/* line 1085, ../sass/style.scss */
.admin_block ul {
  display: none;
  list-style: none;
  margin-top: 0.3rem;
  margin-bottom: 0rem;
}
/* line 1092, ../sass/style.scss */
.admin_block ul li a {
  color: white;
}

/* line 1099, ../sass/style.scss */
#suggestions {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 90%;
  max-height: 40rem;
  z-index: 100;
}

/* line 1108, ../sass/style.scss */
#searchresults {
  border-width: 1px;
  border-color: #919191;
  border-style: solid;
  width: 100%;
  background-color: #E4EEF0;
  font-size: 15px;
  line-height: 14px;
  margin: 0;
}

/* line 1119, ../sass/style.scss */
#searchresults a {
  display: block;
  background-color: #E4EEF0;
  clear: left;
  height: 70px;
  text-decoration: none;
}

/* line 1127, ../sass/style.scss */
.itemhover {
  background-color: #b7b7b7;
  color: #ffffff;
}

/* line 1132, ../sass/style.scss */
.itemhover_span_searchheading {
  color: #ffffff;
}

/* line 1136, ../sass/style.scss */
.itemhover_span {
  color: #f1f1f1;
}

/* line 1140, ../sass/style.scss */
#searchresults a img {
  float: left;
  padding: 5px 10px;
}

/* line 1145, ../sass/style.scss */
#searchresults a span.searchheading {
  display: block;
  padding-top: 5px;
  color: #000000;
}

/* line 1151, ../sass/style.scss */
#searchresults a span {
  color: gray;
}

/* line 1155, ../sass/style.scss */
#searchresults span.category {
  font-size: 11px;
  margin: 5px;
  display: block;
  color: #000000;
  font-weight: bold;
}

/* line 1163, ../sass/style.scss */
#searchresults span.seperator {
  float: right;
  padding-right: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: right;
}

/* line 1171, ../sass/style.scss */
#searchresults span.seperator a {
  background-color: transparent;
  display: block;
  margin: 5px;
  height: auto;
  color: #ffffff;
}

/* line 1179, ../sass/style.scss */
.wrapper .menu-wrapper {
  overflow: visible;
}

/* line 1183, ../sass/style.scss */
h5 {
  display: inline-block;
}

/* line 1187, ../sass/style.scss */
article {
  padding-left: 1rem;
}
/* line 1189, ../sass/style.scss */
article img {
  max-width: 100%;
}
/* line 1192, ../sass/style.scss */
article .entry-content {
  font-size: 1rem;
  line-height: 1.25rem;
}
/* line 1195, ../sass/style.scss */
article .entry-title {
  font-size: 1.333rem;
  line-height: 2.5rem;
}

/* line 1200, ../sass/style.scss */
.brand-list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  position: relative;
}
/* line 1210, ../sass/style.scss */
.brand-list .elastislide-wrapper {
  background: transparent;
  box-shadow: none;
}
/* line 1215, ../sass/style.scss */
.brand-list .elastislide-horizontal ul li {
  margin-right: 16px;
  margin-right: 1rem;
}
/* line 1216, ../sass/style.scss */
.brand-list .elastislide-horizontal ul li a {
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
/* line 1222, ../sass/style.scss */
.brand-list .elastislide-horizontal ul li a img {
  display: inline-block;
  border: none;
}

/* line 1236, ../sass/style.scss */
.fig_subsection .block .block__header, .fig_subsection .set-data .set-header, .fig_subsection .set-data .entry-title {
  background-color: #fbd7de !important;
}
/* line 1239, ../sass/style.scss */
.fig_subsection .image-prev.block .block__header {
  background: linear-gradient(to left, #ffffff, #fbd7de);
}

/* line 1245, ../sass/style.scss */
.part_subsection .block .block__header, .part_subsection .set-data .set-header, .part_subsection .set-data .entry-title {
  background-color: #ceece9 !important;
}
/* line 1248, ../sass/style.scss */
.part_subsection .image-prev.block .block__header {
  background: linear-gradient(to left, #ffffff, #ceece9);
}

/* line 1253, ../sass/style.scss */
.review_subsection .block .block__header, .review_subsection .set-data .set-header, .review_subsection .set-data .entry-title {
  background-color: #ecf4ce !important;
}
/* line 1256, ../sass/style.scss */
.review_subsection .image-prev.block .block__header {
  background: linear-gradient(to left, #ffffff, #ecf4ce);
}

/* line 1262, ../sass/style.scss */
.set_subsection .block .block__header, .set_subsection .set-data .set-header, .set_subsection .set-data .entry-title {
  background-color: #d4efd4 !important;
}
/* line 1265, ../sass/style.scss */
.set_subsection .image-prev.block .block__header {
  background: linear-gradient(to left, #ffffff, #d4efd4);
}
