/* Generated by less 2.5.1 */
.inclusive_panel {
  position: absolute;
  top: 70px;
  right: 70px;
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
}
.inclusive_panel button {
  overflow: hidden;
  font-size: 0px;
  display: inline-block;
}
.inclusive_panel .opener {
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  background: url(eye.svg) no-repeat 100% 100%;
  background-size: cover;
}
.inclusive_panel .opener:hover {
  background-color: #0f78be;
}
.inclusive_panel .selectors {
  width: 0px;
  display: none;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.inclusive_panel .selectors fieldset {
  padding: 10px 0;
  border: 1px solid #666;
  margin: 0 0 15px 0;
}
.inclusive_panel .selectors input[type="radio"] {
  display: none;
}
.inclusive_panel .selectors input[type="radio"]:checked + label {
  border: 3px solid #ff0;
  margin: 0px 7px;
}
.inclusive_panel .selectors label {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: 100% 100% no-repeat;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-size: cover;
  margin: 3px 10px;
  overflow: hidden;
  font-size: 0px;
  cursor: pointer;
}
.inclusive_panel .selectors label button {
  width: 0;
  height: 0;
}
.inclusive_panel .selectors label:hover {
  border: 3px solid #fff;
  margin: 0px 7px;
}
.inclusive_panel .selectors #none_skheme + label {
  background-image: url(color.svg);
}
.inclusive_panel .selectors #white_contrast + label {
  background-image: url(bw.svg);
}
.inclusive_panel .selectors #black_contrast + label {
  background-image: url(wb.svg);
}
.inclusive_panel .selectors #none_size + label {
  background-image: url(no_size.svg);
}
.inclusive_panel .selectors #mid_size + label {
  background-image: url(mid_size.svg);
}
.inclusive_panel .selectors #big_size + label {
  background-image: url(big_size.svg);
}
.inclusive_panel .selectors #none_interval + label {
  background-image: url(no_interval.svg);
}
.inclusive_panel .selectors #mid_interval + label {
  background-image: url(mid_interval.svg);
}
.inclusive_panel .selectors #big_interval + label {
  background-image: url(big_interval.svg);
}
.inclusive_panel .selectors #img_color + label {
  background-image: url(img_color.svg);
}
.inclusive_panel .selectors #img_bw + label {
  background-image: url(img_bw.svg);
}
.inclusive_panel .selectors #img_none + label {
  background-image: url(img_none.svg);
}
.inclusive_panel .selectors input[type="submit"] {
  margin: 10px;
  padding: 8px 15px;
  color: #fff;
  font-weight: normal;
}
.inclusive_panel .selectors input[type="submit"]:hover {
  background-color: #009acf;
}
.inclusive_panel.opened {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  position: fixed;
}
.inclusive_panel.opened .opener {
  background-color: #ff7700;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 10px 0;
}
.inclusive_panel.opened .opener:hover {
  background-color: #009acf;
}
.inclusive_panel.opened .selectors {
  width: 300px;
  display: block;
}
