@charset "UTF-8";
/*!
Theme Name: InformUnity
Version: development
Authors: Konstantin Mohov <htmlmak@gmail.com>
Description: Markup for agency InformUnity
Author URI: https://htmlmak.ru
*/
@media print, screen and (min-width: 48em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=87.5em";
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Bliss Pro, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 114rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
  margin-right: 0;
  margin-left: 0;
}
.column,
.columns {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1;
  /*padding-right: 1rem;
  padding-left: 1rem;*/
  min-width: 0;
}

.column.row.row,
.row.row.columns {
  float: none;
  display: block;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.small-offset-0 {
  margin-left: 0;
}
.small-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.small-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.small-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-offset-3 {
  margin-left: 25%;
}
.small-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.small-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.small-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.small-offset-6 {
  margin-left: 50%;
}
.small-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.small-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.small-offset-9 {
  margin-left: 75%;
}
.small-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.small-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}
.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
  }
}
@media print, screen and (min-width: 48em) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
  }
}
@media print, screen and (min-width: 64em) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.column-block {
  margin-bottom: 2rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 2rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
}
b,
em,
i,
strong {
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Pragmatica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #f7f7f8;
}
.h1,
h1 {
  font-size: 3rem;
}
.h1,
.h2,
h1,
h2 {
  line-height: 1.29;
  margin-top: 0;
  margin-bottom: 0.35rem;
}
.h2,
h2 {
  font-size: 2.6rem;
}
.h3,
h3 {
  font-size: 2.2rem;
}
.h3,
.h4,
h3,
h4 {
  line-height: 1.29;
  margin-top: 0;
  margin-bottom: 0.35rem;
}
.h4,
h4 {
  font-size: 2rem;
}
.h5,
h5 {
  font-size: 1.8rem;
}
.h5,
.h6,
h5,
h6 {
  line-height: 1.29;
  margin-top: 0;
  margin-bottom: 0.35rem;
}
.h6,
h6 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 48em) {
  .h1,
  h1 {
    font-size: 4.8rem;
  }
  .h2,
  h2 {
    font-size: 4rem;
  }
  .h3,
  h3 {
    font-size: 3.5rem;
  }
  .h4,
  h4 {
    font-size: 3rem;
  }
  .h5,
  h5 {
    font-size: 2.5rem;
  }
  .h6,
  h6 {
    font-size: 2rem;
  }
}
a {
  line-height: inherit;
  color: #491d5e;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #3f1951;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 114rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #e2e2e2;
  border-left: 0;
}
dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol,
ul {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #f7f7f8;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #939393;
}
cite {
  display: block;
  font-size: 1.3rem;
  color: #939393;
}
cite:before {
  content: "— ";
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
code {
  padding: 0.2rem 0.5rem 0.1rem;
  border: 1px solid #f7f7f8;
  font-weight: 400;
}
code,
kbd {
  background-color: #f7f7f8;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #000;
}
kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #939393;
}
.lead {
  font-size: 12.5px;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #939393;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.9rem;
  margin: 0 0 1.6rem;
  padding: 0.8rem;
  border: 1px solid #f7f7f8;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus:not(.bx-im-textarea-input) {
  outline: none;
  border: 1px solid #939393;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f7f7f8;
  box-shadow: 0 0 5px #f7f7f8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f7f7f8;
}
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #f7f7f8;
}
input::placeholder,
textarea::placeholder {
  color: #f7f7f8;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f7f7f8;
  cursor: not-allowed;
}
[type="button"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
  margin: 0 0 1.6rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.8rem;
  margin-right: 1.6rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
  cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
  margin-right: 0.8rem;
}
[type="file"] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1.6rem;
  padding: 0.9rem 0;
}
.help-text {
  margin-top: -0.8rem;
  font-size: 1.3rem;
  font-style: italic;
  color: #000;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.6rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #f7f7f8;
  background: #f7f7f8;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1;
  height: auto;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: auto;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.8rem;
}
.fieldset {
  margin: 1.8rem 0;
  padding: 2rem;
  border: 1px solid #f7f7f8;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.3rem;
  padding: 0 0.3rem;
}
select {
  height: 3.9rem;
  margin: 0 0 1.6rem;
  padding: 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #808080;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28147, 147, 147%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.6rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.4rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #939393;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f7f7f8;
  box-shadow: 0 0 5px #f7f7f8;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #f7f7f8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder,
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.form-error,
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.8rem;
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.form-error.is-visible {
  display: block;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: Pragmatica, Arial, sans-serif;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #491d5e;
  color: #fff;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #3e1950;
  color: #fff;
}
.button.tiny {
  font-size: 1.5rem;
}
.button.small {
  font-size: 1.4rem;
}
.button.large {
  font-size: 2rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #491d5e;
  color: #fff;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #3a174b;
  color: #fff;
}
.button.secondary {
  background-color: #e2dee7;
  color: #000;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #b4aac1;
  color: #000;
}
.button.success {
  background-color: #78b227;
  color: #000;
}
.button.success:focus,
.button.success:hover {
  background-color: #608e1f;
  color: #000;
}
.button.warning {
  background-color: #a21065;
  color: #fff;
}
.button.warning:focus,
.button.warning:hover {
  background-color: #820d51;
  color: #fff;
}
.button.light-warning {
  background-color: #c571a4;
  color: #000;
}
.button.light-warning:focus,
.button.light-warning:hover {
  background-color: #b04887;
  color: #000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000;
}
.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #000;
}
.button.blue {
  background-color: #49abde;
  color: #000;
}
.button.blue:focus,
.button.blue:hover {
  background-color: #2490c8;
  color: #000;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #491d5e;
  color: #fff;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #491d5e;
  color: #fff;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #e2dee7;
  color: #000;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #78b227;
  color: #000;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #a21065;
  color: #fff;
}
.button.disabled.light-warning,
.button[disabled].light-warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.light-warning,
.button.disabled.light-warning:focus,
.button.disabled.light-warning:hover,
.button[disabled].light-warning,
.button[disabled].light-warning:focus,
.button[disabled].light-warning:hover {
  background-color: #c571a4;
  color: #000;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #000;
}
.button.disabled.blue,
.button[disabled].blue {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.blue,
.button.disabled.blue:focus,
.button.disabled.blue:hover,
.button[disabled].blue,
.button[disabled].blue:focus,
.button[disabled].blue:hover {
  background-color: #49abde;
  color: #000;
}
.button.hollow {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow:focus,
.button.hollow:hover {
  border-color: #250f2f;
  color: #250f2f;
}
.button.hollow.primary,
.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #250f2f;
  color: #250f2f;
}
.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.hollow.secondary {
  border: 1px solid #e2dee7;
  color: #e2dee7;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #6f5f83;
  color: #6f5f83;
}
.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #e2dee7;
  color: #e2dee7;
}
.button.hollow.success {
  border: 1px solid #78b227;
  color: #78b227;
}
.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #3c5914;
  color: #3c5914;
}
.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #78b227;
  color: #78b227;
}
.button.hollow.warning {
  border: 1px solid #a21065;
  color: #a21065;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #510833;
  color: #510833;
}
.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #a21065;
  color: #a21065;
}
.button.hollow.light-warning {
  border: 1px solid #c571a4;
  color: #c571a4;
}
.button.hollow.light-warning:focus,
.button.hollow.light-warning:hover {
  border-color: #6e2d54;
  color: #6e2d54;
}
.button.hollow.light-warning:focus.disabled,
.button.hollow.light-warning:focus[disabled],
.button.hollow.light-warning:hover.disabled,
.button.hollow.light-warning:hover[disabled] {
  border: 1px solid #c571a4;
  color: #c571a4;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.blue {
  border: 1px solid #49abde;
  color: #49abde;
}
.button.hollow.blue:focus,
.button.hollow.blue:hover {
  border-color: #175a7d;
  color: #175a7d;
}
.button.hollow.blue:focus.disabled,
.button.hollow.blue:focus[disabled],
.button.hollow.blue:hover.disabled,
.button.hollow.blue:hover[disabled] {
  border: 1px solid #49abde;
  color: #49abde;
}
.button.clear {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear:focus,
.button.clear:hover {
  border-color: #250f2f;
  color: #250f2f;
}
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: #250f2f;
  color: #250f2f;
}
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #491d5e;
  color: #491d5e;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #e2dee7;
  color: #e2dee7;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: #6f5f83;
  color: #6f5f83;
}
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #e2dee7;
  color: #e2dee7;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #78b227;
  color: #78b227;
}
.button.clear.success:focus,
.button.clear.success:hover {
  border-color: #3c5914;
  color: #3c5914;
}
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #78b227;
  color: #78b227;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #a21065;
  color: #a21065;
}
.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: #510833;
  color: #510833;
}
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #a21065;
  color: #a21065;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.light-warning {
  border: 1px solid #c571a4;
  color: #c571a4;
}
.button.clear.light-warning:focus,
.button.clear.light-warning:hover {
  border-color: #6e2d54;
  color: #6e2d54;
}
.button.clear.light-warning:focus.disabled,
.button.clear.light-warning:focus[disabled],
.button.clear.light-warning:hover.disabled,
.button.clear.light-warning:hover[disabled] {
  border: 1px solid #c571a4;
  color: #c571a4;
}
.button.clear.light-warning,
.button.clear.light-warning.disabled,
.button.clear.light-warning:focus,
.button.clear.light-warning:focus.disabled,
.button.clear.light-warning:focus[disabled],
.button.clear.light-warning:hover,
.button.clear.light-warning:hover.disabled,
.button.clear.light-warning:hover[disabled],
.button.clear.light-warning[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent;
}
.button.clear.blue {
  border: 1px solid #49abde;
  color: #49abde;
}
.button.clear.blue:focus,
.button.clear.blue:hover {
  border-color: #175a7d;
  color: #175a7d;
}
.button.clear.blue:focus.disabled,
.button.clear.blue:focus[disabled],
.button.clear.blue:hover.disabled,
.button.clear.blue:hover[disabled] {
  border: 1px solid #49abde;
  color: #49abde;
}
.button.clear.blue,
.button.clear.blue.disabled,
.button.clear.blue:focus,
.button.clear.blue:focus.disabled,
.button.clear.blue:focus[disabled],
.button.clear.blue:hover,
.button.clear.blue:hover.disabled,
.button.clear.blue:hover[disabled],
.button.clear.blue[disabled] {
  border-color: transparent;
}
.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  border: 0.4em inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after {
  border-top-color: #491d5e;
}
.button.dropdown.hollow.secondary:after {
  border-top-color: #e2dee7;
}
.button.dropdown.hollow.success:after {
  border-top-color: #78b227;
}
.button.dropdown.hollow.warning:after {
  border-top-color: #a21065;
}
.button.dropdown.hollow.light-warning:after {
  border-top-color: #c571a4;
}
.button.dropdown.hollow.alert:after {
  border-top-color: #cc4b37;
}
.button.dropdown.hollow.blue:after {
  border-top-color: #49abde;
}
.button.arrow-only:after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:focus,
a.button:hover {
  text-decoration: none;
}
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group:after,
.button-group:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.button-group:after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1.6rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 1.5rem;
}
.button-group.small .button {
  font-size: 1.4rem;
}
.button-group.large .button {
  font-size: 2rem;
}
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1;
}
.button-group.primary .button {
  background-color: #491d5e;
  color: #fff;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #3a174b;
  color: #fff;
}
.button-group.secondary .button {
  background-color: #e2dee7;
  color: #000;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #b4aac1;
  color: #000;
}
.button-group.success .button {
  background-color: #78b227;
  color: #000;
}
.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #608e1f;
  color: #000;
}
.button-group.warning .button {
  background-color: #a21065;
  color: #fff;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #820d51;
  color: #fff;
}
.button-group.light-warning .button {
  background-color: #c571a4;
  color: #000;
}
.button-group.light-warning .button:focus,
.button-group.light-warning .button:hover {
  background-color: #b04887;
  color: #000;
}
.button-group.alert .button {
  background-color: #cc4b37;
  color: #000;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #000;
}
.button-group.blue .button {
  background-color: #49abde;
  color: #000;
}
.button-group.blue .button:focus,
.button-group.blue .button:hover {
  background-color: #2490c8;
  color: #000;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.close-button {
  position: absolute;
  color: #939393;
  cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
  outline: 0;
}
.close-button:focus,
.close-button:hover {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1.6rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}
.label,
.label.primary {
  background: #491d5e;
  color: #fff;
}
.label.secondary {
  background: #e2dee7;
  color: #000;
}
.label.success {
  background: #78b227;
  color: #000;
}
.label.warning {
  background: #a21065;
  color: #fff;
}
.label.light-warning {
  background: #c571a4;
  color: #000;
}
.label.alert {
  background: #cc4b37;
  color: #000;
}
.label.blue {
  background: #49abde;
  color: #000;
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #f7f7f8;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 114rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 114rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 114rem;
  }
}
@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 114rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
tbody,
tfoot,
thead {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
caption {
  padding: 0.8rem 1rem 1rem;
  font-weight: 700;
}
thead {
  background: #f9f9f9;
  color: #000;
}
tfoot {
  background: #f2f2f2;
  color: #000;
}
tfoot tr,
thead tr {
  background: transparent;
}
tfoot td,
tfoot th,
thead td,
thead th {
  padding: 0.8rem 1rem 1rem;
  font-weight: 700;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.8rem 1rem 1rem;
}
tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #f2f2f2;
}
table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}
@media screen and (max-width: 63.9375em) {
  table.stack tfoot,
  table.stack thead {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
  background-color: #ededed;
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.hide-for-portrait,
.show-for-landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix:after {
  clear: both;
}
.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  overflow-x: hidden;
}
.main {
  padding-bottom: 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
}
@media screen and (min-width: 64em) {
  .main {
    padding-bottom: 7rem;
  }
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gradients-hidden {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.text-blue {
  color: #49abde;
}
.text-normal {
  text-transform: none !important;
}
.text-big {
  font-size: 200% !important;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic;
}
.margin-0 {
  margin: 0 !important;
}
.padding-0 {
  padding: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.margin-1 {
  margin: 1rem !important;
}
.padding-1 {
  padding: 1rem !important;
}
.margin-top-1 {
  margin-top: 1rem !important;
}
.padding-top-1 {
  padding-top: 1rem !important;
}
.margin-right-1 {
  margin-right: 1rem !important;
}
.padding-right-1 {
  padding-right: 1rem !important;
}
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.margin-left-1 {
  margin-left: 1rem !important;
}
.padding-left-1 {
  padding-left: 1rem !important;
}
.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.margin-2 {
  margin: 2rem !important;
}
.padding-2 {
  padding: 2rem !important;
}
.margin-top-2 {
  margin-top: 2rem !important;
}
.padding-top-2 {
  padding-top: 2rem !important;
}
.margin-right-2 {
  margin-right: 2rem !important;
}
.padding-right-2 {
  padding-right: 2rem !important;
}
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.margin-left-2 {
  margin-left: 2rem !important;
}
.padding-left-2 {
  padding-left: 2rem !important;
}
.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.margin-3 {
  margin: 3rem !important;
}
.padding-3 {
  padding: 3rem !important;
}
.margin-top-3 {
  margin-top: 3rem !important;
}
.padding-top-3 {
  padding-top: 3rem !important;
}
.margin-right-3 {
  margin-right: 3rem !important;
}
.padding-right-3 {
  padding-right: 3rem !important;
}
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.margin-left-3 {
  margin-left: 3rem !important;
}
.padding-left-3 {
  padding-left: 3rem !important;
}
.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.margin-top-4 {
  margin-top: 4rem !important;
}
.margin-top-5 {
  margin-top: 5rem !important;
}
.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
#outdated-browser {
  background: #491d5e;
}
#outdated-browser .title {
  padding: 20px;
}
#outdated-browser .subtitle {
  padding: 0 20px 20px;
}
#outdated-browser .browser span {
  background: transparent url(/local/templates/main/img/browsers-bg.png)
    no-repeat;
}
#outdated-browser .available ul li {
  background: transparent url(/local/templates/main/img/operatingsystems-bg.png)
    no-repeat;
}
#outdated-browser .button {
  min-height: 0;
}
#outdated-browser {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #cc4b37;
  z-index: 99999;
  color: #fff;
  text-align: center;
}
#outdated-browser .inset {
  max-width: 980px;
  margin: 0 auto;
}
#outdated-browser .title {
  color: #fff;
  padding: 40px 20px;
  font-size: 30px;
}
#outdated-browser .subtitle {
  padding: 0 20px 40px;
  text-transform: none;
  font-weight: 400;
}
#outdated-browser ul {
  padding: 0;
}
#outdated-browser .btn {
  margin-bottom: 20px;
}
#outdated-browser .browser span {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: transparent url(../img/outdatedbrowsers/browsers-bg.png) no-repeat;
  background-size: auto 200px;
}
#outdated-browser #opera span {
  background-position: -400px 0;
}
#outdated-browser #opera:hover span {
  background-position: -400px -100px;
}
#outdated-browser #safari span {
  background-position: -300px 0;
}
#outdated-browser #safari:hover span {
  background-position: -300px -100px;
}
#outdated-browser #edge span {
  background-position: -200px 0;
}
#outdated-browser #edge:hover span {
  background-position: -200px -100px;
}
#outdated-browser #firefox span {
  background-position: -100px 0;
}
#outdated-browser #firefox:hover span {
  background-position: -100px -100px;
}
#outdated-browser #chrome span {
  background-position: 0 0;
}
#outdated-browser #chrome:hover span {
  background-position: 0 -100px;
}
#outdated-browser table,
#outdated-browser table tbody,
#outdated-browser table td,
#outdated-browser table th,
#outdated-browser table thead,
#outdated-browser table tr {
  background: none;
  border: none;
  text-align: center;
  color: #fff;
}
#outdated-browser .available {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
#outdated-browser .available ul {
  margin: 0;
}
#outdated-browser .available ul li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
  text-indent: -5555px;
  text-align: left;
  background: transparent url(../img/outdatedbrowsers/operatingsystems-bg.png)
    no-repeat;
  background-size: auto 25px;
}
#outdated-browser .available ul li.windows {
  background-position: 0 0;
}
#outdated-browser .available ul li.mac {
  background-position: -25px 0;
}
#outdated-browser .available ul li.linux {
  background-position: -50px 0;
}
#outdated-browser .button {
  background-color: #f4ffcd;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  margin-bottom: 20px;
  text-shadow: none;
}
#outdated-browser .button:hover {
  background-color: #dae4b7;
}
@font-face {
  font-family: Bliss Pro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/bliss_pro/BlissPro.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro.svg#Bliss_Pro) format("svg");
}
@font-face {
  font-family: Bliss Pro;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/bliss_pro/BlissPro-Italic.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro-Italic.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro-Italic.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro-Italic.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro-Italic.svg#Bliss_Pro) format("svg");
}
@font-face {
  font-family: Bliss Pro;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/bliss_pro/BlissPro-Light.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro-Light.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro-Light.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro-Light.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro-Light.svg#Bliss_Pro) format("svg");
}
@font-face {
  font-family: Bliss Pro;
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/bliss_pro/BlissPro-LightItalic.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro-LightItalic.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro-LightItalic.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro-LightItalic.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro-LightItalic.svg#Bliss_Pro) format("svg");
}
@font-face {
  font-family: Bliss Pro;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/bliss_pro/BlissPro-ExtraLight.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro-ExtraLight.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro-ExtraLight.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro-ExtraLight.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro-ExtraLight.svg#Bliss_Pro) format("svg");
}
@font-face {
  font-family: Bliss Pro;
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/bliss_pro/BlissPro-ExtraLightItalic.eot?) format("eot"),
    url(../fonts/bliss_pro/BlissPro-ExtraLightItalic.woff) format("woff"),
    url(../fonts/bliss_pro/BlissPro-ExtraLightItalic.woff2) format("woff2"),
    url(../fonts/bliss_pro/BlissPro-ExtraLightItalic.ttf) format("truetype"),
    url(../fonts/bliss_pro/BlissPro-ExtraLightItalic.svg#Bliss_Pro)
      format("svg");
}
@font-face {
  font-family: Pragmatica;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/pragmatica/pragmatica-bold-font.woff) format("woff"),
    url(../fonts/pragmatica/pragmatica-bold-font.woff2) format("woff2"),
    url(../fonts/pragmatica/pragmatica-bold-font.ttf) format("truetype");
}
@font-face {
  font-family: Pragmatica;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/pragmatica/pragmatica-regular-font.woff) format("woff"),
    url(../fonts/pragmatica/pragmatica-regular-font.woff2) format("woff2"),
    url(../fonts/pragmatica/pragmatica-regular-font.ttf) format("truetype");
}
.anchor,
.b-top-nav a {
  position: relative;
  text-decoration: none;
  display: inline;
  line-height: 1em;
}
.anchor:after,
.b-top-nav a:after {
  position: absolute;
  left: 50%;
  bottom: 0.1em;
  width: 0;
  max-width: 100%;
  border-bottom: 0.1rem solid #fff;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.anchor.is-active:after,
.anchor:hover:after,
.b-top-nav a.is-active:after,
.b-top-nav a:hover:after {
  width: 100%;
}
.button {
  background-color: #78b227 !important;
  background-image: linear-gradient(
    9deg,
    #78b228,
    #8dc338 35%,
    #76b026 70%,
    #639d14
  );
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-size: 200% 100%;
  background-repeat: no-repeat;
  border: 0;
  min-width: 21rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 2.8rem;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
}
.button.tiny {
  height: 4rem;
  min-width: 13.5rem;
  line-height: 2rem;
}
.button.small {
  height: 5rem;
  min-width: 19rem;
  border-radius: 2.5rem;
}
@media screen and (min-width: 48em) {
  .button.small {
    min-width: 21rem;
  }
}
.button.large {
  height: 6rem;
  min-width: 36rem;
  border-radius: 3.3rem;
}
@media screen and (max-width: 47.9375em) {
  .button.large {
    min-width: 21rem;
  }
}
.button:active,
.button:focus,
.button:hover {
  background-position: 100% 0;
}
.button.disabled,
.button[disabled] {
  background-color: #cecece !important;
  background-image: none;
}
.button.round {
  position: relative;
  width: 4rem;
  height: 4rem;
  padding: 0;
  min-width: 0;
  margin-bottom: 0;
}
.button.round:after {
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: -1;
  width: 6rem;
  height: 6rem;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    color-stop(42%, #fff),
    color-stop(84%, #f2f2f2),
    to(#f2f2f2)
  );
  background-image: linear-gradient(
    0deg,
    #fff 0,
    #fff 42%,
    #f2f2f2 84%,
    #f2f2f2
  );
  border-radius: 50%;
}
.button-inline {
  position: relative;
  display: inline-block;
  height: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  min-width: 12.25rem;
  font-size: 1.6rem;
  color: black;
    text-align: left;
    text-transform: none;
    font-weight: normal;
  overflow: hidden;
  font-family: "Pragmatica", Arial, sans-serif;
  -webkit-transition: color ease-in-out .2s;
  transition: color ease-in-out .2s;
  cursor: pointer;
  background-color: #e2e2e2;
    border-radius: 2rem;
    margin: 0;
}

.button-inline[data-filter-type="concept"] {
  margin-left: 2rem;
}

.button-inline:hover {
  background-color: #f7f7f7;
}


.button-inline span {
  position: relative;
  z-index: 1;
}
.button-inline::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: '';
    border-radius: 2rem;
}

.button-inline::after {
  background-color: #e2e2e2;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    border-radius: 2rem;
    -webkit-transition: opacity ease-in-out .2s;
    transition: opacity ease-in-out .2s;
}

.button-inline.is-active {
    background-image: linear-gradient(9deg, #78b228 0%, #8dc338 35%, #76b026 70%, #639d14 100%);
    background-size: 200% 100%;
}

.button-inline.is-active:hover {
    background-position: 100% 0;
}

.b-isotope-filter svg {
    position: absolute;
}

.b-isotope-filter svg.check {
    transition: 0.5s;
    opacity: 0;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.b-isotope-filter .is-active svg.check {
    opacity: 1;
    transition: 0.5s;
}

.b-isotope-filter label.icon-clear svg {
    cursor: pointer;
    right: 30px;
    top: 0;
    z-index: 10;
    transition: 0.5s;
    color: #717a84;
}

.b-isotope-filter label.icon-arrow svg {
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #717a84
}

.b-isotope-filter label.icon-search svg {
    right: 0;
    top: -45px;
    z-index: 10;
}

.b-isotope-filter label.icon-delete svg {
    cursor: pointer;
    right: 10px;
    top: 0;
}

.select-inline {
    display: inline-block;
    cursor: pointer;
    width: 265px;
    height: 4rem;
    padding-left: 20px;
    margin: 0;
    font-size: 1.6rem;
    color: black;
    text-align: left;
    overflow: hidden;
    font-family: "Pragmatica", Arial, sans-serif;
    border-radius: 2rem;
    background-color: #e2e2e2;
}

.select-inline:hover {
    background-color: #f7f7f7;
}

.select-inline.is-active {
    opacity: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7f7f7), to(#e2e2e2));
    background-image: linear-gradient(to top, #f7f7f7 0%, #e2e2e2 100%)
}

.select-inline label {
    position: relative;
}

div[data-type="select"] {
    position: relative;
}

div[data-type="select"] li {
    text-align: left;
    list-style: none;
}


div[data-type="option"] {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 100;
    width: 265px;
    height: 220px;
    border-radius: 2rem;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: white;
    font-family: "Pragmatica", Arial, sans-serif;
    box-shadow: 0 5px 15px #00000080;
}

div[data-type="option"] .option-list {
    height: 180px;
    padding-right: 25px;
    overflow-y: auto;
}

div[data-type="option"] .option-list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

div[data-type="option"] .option-list::-webkit-scrollbar-track {
    background-color: white;
    width: 1px;
}

div[data-type="option"] .option-list::-webkit-scrollbar-thumb {
    width: 1px;
    border-radius: 2px;
    background-color: #717a84;
}

div[data-type="option"] .option-list::-webkit-resizer {
    width: 0;
    height: 0;
}

div[data-type="option"] .option-list::-webkit-scrollbar {
    width: 4px;
}

div[data-type="option"] .option-list .list-item {
    margin-right: 20px;
}

div[data-type="option"]::before {
    content: '';
    z-index: 100;
    position: absolute;
    left: 115px;
    top: -5px;
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 5px solid white;
}

div[data-type="option"] li {
    display: block;
    position: relative;
    font-size: 1.6rem;
    margin-right: 0;
}

div[data-type="option"] li:hover {
    cursor: pointer;
    color: #8dc338;
}

div[data-type="option"] li.is-active {
    color: #78b228;
    font-weight: 600;
}

div[data-type="option"] li svg.check {
    position: absolute;
    top: 0;
    right: 0;
}

div.active-filter {
    width: 265px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 20px;
    font-size: 1.4rem;
    color: #8d949b;
}

div.active-filter li {
    position: relative;
    width: 100%;
    font-family: "Pragmatica", Arial, sans-serif;
    padding-right: 40px;
}

[data-filter-group="task"] div.active-filter {
    padding-left: 20px;
}

.search-case {
    position: relative;
}

.search-case .search-inline {
    display: inline-block;
    width: 265px;
    height: 4rem;
    padding-left: 20px;
    padding-right: 65px;
    margin-bottom: 5px;
    border-radius: 2rem;
    border: 0;
    color: black;
    background-color: #e2e2e2;
    font-size: 1.6rem;
    font-family: "Pragmatica", Arial, sans-serif;
}

.search-case .search-inline::placeholder {
    color: #717a84;
    font-family: "Pragmatica", Arial, sans-serif;
}

.search-case label {
    position: relative;
}

.search-case label.icon-clear svg {
    top: -45px;
}

.search-help {
    display: block;
    width: 265px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
    color: #717a84;
    font-family: "Pragmatica", Arial, sans-serif;
}
.icon {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.icon-arrow-top {
  height: 1.7rem;
  width: 1.7rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  fill: #fff;
}
.icon-facebook {
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.icon-facebook:hover {
  opacity: 0.8;
}
.icon-place {
  margin: 0.5rem 0.4rem -0.5rem 0.3rem;
}
.icon-phone,
.icon-place {
  width: 2rem;
  height: 2rem;
  opacity: 0.4;
}
.icon-phone {
  margin: 0.5rem 0.6rem -0.5rem 0.3rem;
}
.icon-briefcase {
  width: 8rem;
  height: 8rem;
  fill: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin-bottom: 0.35em;
}
h5,
h6 {
  font-weight: 400;
}
h6 {
  font-family: Bliss Pro, Arial, sans-serif;
}
.text-section {
  padding-bottom: 7rem;
}
@media screen and (min-width: 48em) {
  .text-section {
    padding-bottom: 11rem;
  }
}
@media screen and (min-width: 64em) {
  .text-section {
    padding-bottom: 15.6rem;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: a;
  animation-name: a;
}
@-webkit-keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel {
  z-index: 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}
.owl-carousel .owl-next svg,
.owl-carousel .owl-prev svg {
  width: 4rem;
  height: 4rem;
  fill: rgba(27, 27, 27, 0.47);
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
@media screen and (min-width: 75em) {
  .owl-carousel .owl-next svg,
  .owl-carousel .owl-prev svg {
    width: 7rem;
    height: 7rem;
  }
}
.owl-carousel .owl-next:hover svg,
.owl-carousel .owl-prev:hover svg {
  fill: rgba(27, 27, 27, 0.7);
}
.owl-carousel .owl-next.disabled,
.owl-carousel .owl-prev.disabled {
  cursor: not-allowed;
}
.owl-carousel .owl-next.disabled svg,
.owl-carousel .owl-prev.disabled svg {
  fill: rgba(27, 27, 27, 0.2);
}
.owl-carousel .owl-prev {
  left: -6rem;
}
.owl-carousel .owl-next {
  right: -6rem;
}
@media screen and (min-width: 75em) {
  .owl-carousel .owl-prev {
    left: -11.4rem;
  }
  .owl-carousel .owl-next {
    right: -11.4rem;
  }
}
.owl-carousel .owl-next svg {
  will-change: transform;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-carousel .owl-dots {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0;
}
.owl-carousel .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dot span {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem 0.7rem;
  background-color: #e2dee7;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 50%;
}
.owl-carousel .owl-dot.active span {
  background-color: #78b227;
}
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.c3 line,
.c3 path {
  fill: none;
  stroke: #000;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: 0.3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: 0.1;
}
.c3-brush .extent {
  fill-opacity: 0.1;
}
.c3-legend-item {
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: 0.15;
}
.c3-legend-background {
  opacity: 0.75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-title {
  font: 14px sans-serif;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: 0.9;
}
.c3-tooltip tr {
  border: 1px solid #ccc;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #fff;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}
.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}
.c3-chart-arc .c3-gauge-value {
  fill: #000;
}
.c3-chart-arc.c3-target.c3-focused g path,
.c3-chart-arc.c3-target g path {
  opacity: 1;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}
.lightbox .lb-image {
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0 !important;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../img/close.png) 100% 0 no-repeat;
  background-size: cover;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lightbox .lb-image {
  border-radius: 0 !important;
  display: block;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: 50%;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.5) 0,
    hsla(0, 0%, 100%, 0)
  );
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px hsla(0, 0%, 100%, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.9);
}
.b-header {
  position: relative;
  color: #fff;
  margin-bottom: 6.5rem;
  overflow: hidden;
  min-height: 40rem;
  padding-bottom: 11rem;
}
@media screen and (min-width: 64em) {
  .b-header {
    min-height: 36rem;
  }
}
.b-header-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.b-header-bg-svg {
  width: 192rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-header-bg-image {
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/headers/page_768.png);
}
@media screen and (min-width: 48em) {
  .b-header-bg-image {
    background-image: url(../img/headers/page_1024.png);
  }
}
@media screen and (min-width: 64em) {
  .b-header-bg-image {
    background-image: url(../img/headers/page_1920.png);
  }
}
.b-header-bg-image--404 {
  background-image: url(../img/headers/404_768.png);
  bottom: 9rem;
}
@media screen and (min-width: 48em) {
  .b-header-bg-image--404 {
    background-image: url(../img/headers/404_1024.png);
  }
}
@media screen and (min-width: 64em) {
  .b-header-bg-image--404 {
    background-image: url(../img/headers/404_1920.png);
  }
}
.b-header-bg-image--home {
  background-image: url(../img/headers/home_768_rus.png);
  bottom: 9rem;
}
@media screen and (min-width: 48em) {
  .b-header-bg-image--home {
    background-image: url(../img/headers/home_1024_rus.png);
  }
}
@media screen and (min-width: 64em) {
  .b-header-bg-image--home {
    background-image: url(../img/headers/home_1920_rus.png);
  }
}
.b-header-bg-image--home.eng {
  background-image: url(../img/headers/home_768_eng.png);
}
@media screen and (min-width: 48em) {
  .b-header-bg-image--home.eng {
    background-image: url(../img/headers/home_1024_eng.png);
  }
}
@media screen and (min-width: 64em) {
  .b-header-bg-image--home.eng {
    background-image: url(../img/headers/home_1920_eng.png);
  }
}
.b-header__title {
  margin-bottom: 1.4rem;
}
.b-header--404 {
  min-height: 62rem;
  margin-bottom: 0;
}
.b-header--404__title {
  font-size: 13rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .b-header--404__title {
    font-size: 20rem;
  }
}
.b-header--404__description {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .b-header--404__description {
    font-size: 2.5rem;
  }
}
.b-header--404 + .main {
  height: 0;
  padding: 0;
  margin: 0;
}
.b-header--home {
  min-height: 72rem;
  margin-bottom: 6.1rem;
}
@media screen and (min-width: 48em) {
  .b-header--home {
    min-height: 92rem;
  }
}
.b-header--home .icon-logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
  fill: #fff;
  width: 14.7rem;
}
@media screen and (min-width: 48em) {
  .b-header--home .icon-logo {
    margin-top: 6.2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 48em) {
  .b-header--home__title {
    font-size: 4.5rem;
  }
}
.b-header--home__slogan {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.6rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .b-header--home__slogan {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.b-header--home__slogan li {
  padding: 0.5rem 1.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .b-header--home__slogan li {
    font-size: 2rem;
  }
}
.b-header--portfolio {
  z-index: 1;
}
.b-header__page-description {
  max-width: 63rem;
  margin: 0 auto;
}
.b-top-nav {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .b-top-nav {
    margin-bottom: 10rem;
    padding-top: 1.6rem;
  }
}
@media screen and (min-width: 64em) {
  .b-top-nav {
    margin-bottom: 2.5rem;
    padding-top: 3.3rem;
  }
}
.b-top-nav ul {
  margin: 0;
  font-size: 0;
}
.b-top-nav li {
  display: inline-block;
}
.b-top-nav a {
  color: #fff;
  overflow: hidden;
}
.b-top-nav a:after {
  border-bottom-color: #b37eb0;
}
.b-top-nav__section {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: hidden;
  padding: 0 1px;
}
@media screen and (max-width: 47.9375em) {
  .b-top-nav__section {
    height: 0;
  }
}
.b-top-nav__section.menu-hide {
  height: 0;
}
.b-top-nav__section.menu-show {
  height: auto;
}
@media screen and (max-width: 47.9375em) {
  .b-top-nav__section.menu-show {
    position: fixed;
    width: auto;
    top: 11.1rem;
    left: 0;
    right: 0;
    background: #491d5e;
    padding-top: 2rem;
    margin: 0 -1rem 4rem;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  }
  .b-top-nav__section.menu-show,
  .b-top-nav__section.menu-show .b-top-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-top-nav__section.menu-show .b-top-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-transform: uppercase;
  }
  .b-top-nav__section.menu-show .b-top-nav__list li {
    display: block;
    padding: 1rem;
  }
  .b-top-nav__section.menu-show .b-top-nav__list li a {
    display: block;
    height: 2.5rem;
  }
  .b-top-nav__section.menu-show .b-top-nav__logo {
    margin-bottom: 1rem;
  }
  .b-top-nav__section.menu-show .b-top-nav__list__logo {
    display: none;
  }
  .b-top-nav__section.menu-show .b-top-nav__phone {
    margin: 1rem 0;
  }
  .b-top-nav__section.menu-show .b-top-nav__call {
    margin: 1rem 0 3rem;
  }
  .b-top-nav__section.menu-show .b-top-nav__lang {
    text-align: center;
  }
}
.b-top-nav__logo a {
  display: block;
}
.b-top-nav__logo a:after {
  display: none;
}
.b-top-nav__logo .icon-logo {
  width: 9.6rem;
  height: 6.1rem;
  fill: #fff;
}
@media screen and (min-width: 64em) {
  .b-top-nav__logo {
    margin-right: 1rem;
  }
}
.b-top-nav__list {
  padding-top: 0.1rem;
}
@media screen and (min-width: 64em) {
  .b-top-nav__list {
    padding-top: 0.3rem;
  }
}
.b-top-nav__list li {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 75em) {
  .b-top-nav__list li {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 75em) and (max-width: 87.4375em) {
  .b-top-nav__list li {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.b-top-nav__list a {
  font-size: 1.6rem;
  letter-spacing: 0.027rem;
  font-family: Pragmatica, Arial, sans-serif;
}
.b-top-nav__list a:after {
  bottom: -0.1rem;
}
@media screen and (min-width: 64em) {
  .b-top-nav__list a {
    font-size: 1.7rem;
  }
}
.b-top-nav__phone {
  padding-top: 0.1rem;
}
@media screen and (min-width: 64em) {
  .b-top-nav__phone {
    padding-top: 0.3rem;
  }
}
.b-top-nav__phone a {
  font-size: 1.6rem;
}
.b-top-nav__phone a:after {
  bottom: -0.1rem;
}
@media screen and (min-width: 64em) {
  .b-top-nav__phone a {
    font-size: 2rem;
  }
}
.b-top-nav__lang {
  font-family: Pragmatica, Arial, sans-serif;
}
@media screen and (min-width: 48em) {
  .b-top-nav__lang {
    margin-left: 1.2rem !important;
  }
}
@media screen and (min-width: 64em) {
  .b-top-nav__lang {
    padding-top: 0.2rem;
  }
}
.b-top-nav__lang li {
  display: inline-block;
  margin-left: 1.2rem;
}
.b-top-nav__lang a {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em) {
  .b-top-nav__lang a {
    font-size: 1.5rem;
  }
}
.b-top-nav__lang a:after {
  border-bottom-color: #fff;
  bottom: -0.2rem;
}
.b-top-nav__actions {
  margin-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  .b-top-nav__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.b-top-nav__actions .button {
  margin-bottom: 0;
}
.b-top-nav__call {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .b-top-nav__call {
    position: absolute;
    left: 50%;
    top: 10.5rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 64em) {
  .b-top-nav__call {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.b-top-nav__control {
  position: relative;
  margin: 0 -1rem;
  padding: 2rem 0;
  text-align: center;
}
.b-top-nav__control.menu-show {
  border-bottom: 1px solid rgba(239, 92, 178, 0.6);
  position: fixed;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #491d5e;
}
.b-top-nav__control.menu-show .icon-close {
  display: block !important;
}
.b-top-nav__control.menu-show .icon-hamburger {
  display: none !important;
}
.b-top-nav__mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 998;
  display: none;
}
.b-top-nav__show-nav {
  padding: 1rem;
  font-size: 0;
}
.b-top-nav__show-nav .icon-close,
.b-top-nav__show-nav .icon-hamburger {
  fill: #fff;
  width: 5rem;
  height: 5rem;
}
.b-top-nav__show-nav .icon-close {
  display: none;
}
.b-footer {
  position: relative;
  min-height: 23rem;
  text-align: center;
  font-weight: 200;
  background-color: #e2e2e2;
}
@media screen and (min-width: 48em) {
  .b-footer {
    text-align: left;
    background-color: transparent;
  }
}
.b-footer a {
  color: #434343;
}
.b-footer__background {
  position: absolute;
  left: -0.2rem;
  right: 0;
  top: 0;
  z-index: 1;
  height: 11.97%;
  overflow: hidden;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 47.9375em) {
  .b-footer__background {
    padding-bottom: 17rem;
  }
}
@media screen and (min-width: 48em) {
  .b-footer__background {
    min-height: 31rem;
    background-color: transparent;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__background {
    min-height: 23rem;
  }
}
.b-footer__background-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.b-footer__container {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 3.9rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .b-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 8.2rem;
    max-width: 80rem;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: none;
    padding-top: 12rem;
    padding-bottom: 3.3rem;
  }
}
.b-footer__logo {
  position: relative;
  width: 19.3rem;
  height: 3.7rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 48em) {
  .b-footer__logo {
    margin-left: -7.1rem;
    margin-bottom: 1.4rem;
  }
}
.b-footer__logo .icon-logo {
  width: 19.3rem;
  height: 3.7rem;
}
.b-footer__phone {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 48em) {
  .b-footer__phone {
    padding-top: 2.6rem;
    margin-right: 4.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__phone {
    padding-top: 3.6rem;
    margin-right: 0;
  }
}
.b-footer__phone a:hover {
  text-decoration: underline;
}
.b-footer__place {
  margin-bottom: 5.9rem;
}
@media screen and (min-width: 48em) {
  .b-footer__place {
    padding-top: 2.6rem;
    margin-right: -5.3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__place {
    margin-right: 0.4rem;
    padding-top: 3.6rem;
  }
}
.b-footer__partner {
  width: 19rem;
  margin-right: 12.5rem;
  margin-bottom: 4.5rem;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .b-footer__partner {
    margin-right: 3.4rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-footer__partner {
    margin: 0 auto 4.5rem;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__partner {
    margin-right: 1rem;
    margin-top: 2.6rem;
  }
}
.b-footer__partner svg {
  width: 12rem;
  height: 2.7rem;
  display: block;
  margin: 0 auto;
}
.b-footer__partner-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 0;
  text-align: center;
}
.b-footer__partner-eng {
  display: table;
  width: 211px;
  background-color: #ce0f4e;
  border-radius: 100px 100px 100px 100px;
  padding: 5px;
  margin-right: 125px;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .b-footer__partner-eng {
    margin-right: 1rem;
    margin-top: 2.6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-footer__partner-eng {
    margin: 0 auto 2rem;
  }
}
.b-footer__partner-eng-img {
  width: 39px;
  height: 39px;
  stroke: #fff;
}
.b-footer__partner-eng-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
.b-footer__partner-eng-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
.b-footer__partner-eng-title:last-child {
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .b-footer__social {
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__social {
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 75em) {
  .b-footer__social {
    margin-right: -1.1rem;
  }
}
.b-footer__top {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 3.8%;
  -webkit-transform: translate(-2rem, -2rem);
  -ms-transform: translate(-2rem, -2rem);
  transform: translate(-2rem, -2rem);
}
@media screen and (min-width: 48em) {
  .b-footer__top {
    top: 5.2%;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__top {
    top: 37%;
  }
}
.b-footer__top .button {
  line-height: 1;
}
.b-footer__copyright {
  font-size: 1.4rem;
  color: #434343;
  margin-bottom: 4.6rem;
}
@media screen and (min-width: 48em) {
  .b-footer__copyright {
    margin-left: 2.2rem;
    margin-right: 4.6rem;
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 64em) {
  .b-footer__copyright {
    margin-left: 7rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .b-footer__copyright {
    margin-left: 6.2rem;
  }
}
.b-editor {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 200;
  max-width: 76.8rem;
}
.b-editor--full {
  max-width: none;
}
.b-editor--medium-line-height {
  line-height: 1.375em;
}
.b-editor--size-small {
  font-size: 1.5rem;
  line-height: 1.34em;
}
.b-editor * {
  margin-bottom: 1.25em;
  font-family: Bliss Pro, Arial, sans-serif;
}
.b-editor :last-child {
  margin-bottom: 0;
}
.b-editor h1,
.b-editor h2,
.b-editor h3,
.b-editor h4 {
  margin-bottom: 0.7em;
  margin-top: 1.2em;
  text-transform: none;
  font-family: Pragmatica, Arial, sans-serif;
  font-weight: 400;
}
.b-editor h1:first-child,
.b-editor h2:first-child,
.b-editor h3:first-child,
.b-editor h4:first-child {
  margin-top: 0;
}
.b-editor h2 {
  font-size: 2.8rem;
}
.b-editor h3 {
  font-size: 2.2rem;
}
.b-editor h4 {
  font-size: 1.8rem;
}
.b-editor h5,
.b-editor h6 {
  margin-top: -0.14em;
  margin-bottom: 0.7em;
  text-transform: none;
  font-family: Pragmatica, Arial, sans-serif;
}
.b-editor p {
  line-height: inherit;
}
.b-editor a {
  color: #a21065;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.b-editor a:focus,
.b-editor a:hover {
  text-decoration: none;
}
.b-editor a:visited {
  color: #c571a4;
}
.b-editor dl,
.b-editor ol,
.b-editor ul {
  line-height: 1.25em;
  margin-bottom: 2.1em;
  margin-left: 0.4rem;
}
.b-editor dl li,
.b-editor ol li,
.b-editor ul li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.b-editor dl li:before,
.b-editor ol li:before,
.b-editor ul li:before {
  position: absolute;
  left: -0.1rem;
  width: 0.7rem;
  height: 0.7rem;
}
.b-editor ul li {
  list-style-type: none;
}
.b-editor ul li:before {
  top: 0.45em;
  content: "";
  background-color: #a21065;
}
.b-editor ul.ul-green li:before {
  border-radius: 50%;
  background-color: #78b227;
  width: 0.7rem;
  height: 0.7rem;
}
.b-editor ul.ul-round li:before {
  border-radius: 50%;
  background-color: #a21065;
  top: 0.45em;
  width: 0.7rem;
  height: 0.7rem;
  left: 0.2rem;
}
.b-editor ul.ul-round li:after {
  content: "";
  position: absolute;
  left: -0.1rem;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #a21065;
  top: 0.27em;
}
.b-editor ol {
  counter-reset: a;
}
.b-editor ol li {
  list-style: none;
}
.b-editor ol li:before {
  counter-increment: a;
  content: counter(a) ".";
  display: inline-block;
  text-align: center;
  top: 0;
}
.b-editor blockquote {
  background: #f7f7f8;
  padding: 1rem 2rem;
  margin: 2rem 0;
  color: #000;
  border-left: 4px solid #78b227;
}
.b-editor blockquote.blockquote-info {
  position: relative;
  min-height: 7.5rem;
  border-left: none;
  padding-left: 12.5rem;
}
.b-editor blockquote.blockquote-info:before {
  left: -3rem;
  width: 13.5rem;
  height: 13.5rem;
  border-radius: 50%;
  background: #a21065;
  border: 30px solid #fff;
}
.b-editor blockquote.blockquote-info:after,
.b-editor blockquote.blockquote-info:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-editor blockquote.blockquote-info:after {
  left: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  background: url(/local/templates/main/img/blog/info.png) no-repeat 50% / cover;
}
.b-editor blockquote.blockquote-image {
  position: relative;
  min-height: 7.5rem;
  border-left: none;
  padding-left: 12.5rem;
  font-size: 2rem;
  background: url(/local/templates/main/img/blog/quote.png) no-repeat 0 0/85px
    66px;
}
.b-editor table td,
.b-editor table th {
  padding: 2rem 1.5rem;
}
.b-editor table thead {
  text-transform: uppercase;
}
.b-editor table tbody,
.b-editor table thead {
  border: none;
  background: none;
}
.b-editor table tbody tr {
  background: #f9f9f9;
}
.b-editor table tbody tr:nth-child(2n) {
  background: #eeebf1;
}
.b-popover {
  position: absolute;
  z-index: 5;
  left: 50%;
  text-align: center;
  color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.2rem 0.5rem hsla(0, 0%, 6%, 0.17);
  box-shadow: 0 0.2rem 0.5rem hsla(0, 0%, 6%, 0.17);
  -webkit-transform: translate(-50%, -1.5rem);
  -ms-transform: translate(-50%, -1.5rem);
  transform: translate(-50%, -1.5rem);
  width: 23rem;
  padding: 1.7rem 1.5rem;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#8dc338),
    to(#78b228)
  );
  background-image: linear-gradient(0deg, #8dc338 0, #78b228);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  display: none;
}
.b-popover:after {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 1.5rem 0.9rem 0;
  border-color: #8dc338 transparent transparent;
}
.b-popover.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.b-tabs-horizontal-buttons {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-tabs-horizontal-buttons .button {
  font-weight: 400;
  margin: 1rem;
  border: 1px solid transparent;
  padding-left: 3rem;
  padding-right: 3rem;
}
.b-tabs-horizontal-buttons .button:not(.active) {
  background: none !important;
  border: 1px solid #dcdce0;
  color: #000;
}
.b-tags {
  position: relative;
  font-weight: 200;
  font-style: italic;
  list-style-type: none;
  display: inline-block;
}
.b-tags__icon {
  position: absolute;
  left: -3.4rem;
  top: 0.1rem;
  width: 2rem;
  height: 2rem;
}
.b-tags ul {
  margin: 0;
  font-size: 0;
}
.b-tags li {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}
.b-tags li:after {
  content: ",";
}
.b-tags li:last-child {
  margin-right: 0;
}
.b-tags li:last-child:after {
  display: none;
}
.b-tags a {
  font-weight: inherit;
  font-style: inherit;
}
.b-image-with-lists,
.b-tags a:first-child {
  position: relative;
}
.b-image-with-lists:after,
.b-image-with-lists:before {
  position: absolute;
  width: 100%;
  content: "";
}
.b-image-with-lists:after {
  left: -7.85%;
  top: 2.4%;
  z-index: -1;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  background-color: #f0f0f0;
  height: 102%;
}
.b-image-with-lists:before {
  left: -7.85%;
  top: -1.7%;
  z-index: -2;
  width: 104%;
  height: 104%;
  -webkit-transform: rotate(9.4deg);
  -ms-transform: rotate(9.4deg);
  transform: rotate(9.4deg);
  background-color: #e3dfe8;
}
.b-team {
  position: relative;
}
.b-team-slide {
  margin: 0 auto;
  width: 20rem;
  text-align: center;
}

.b-team-slide__image {
  overflow: hidden;
  width: 17rem;
  border-radius: 50%;
  margin: 1.5rem 1.5rem 5.5rem;
}
.b-team-slide__title {
  font-size: 1.7rem;
  word-spacing: 99.9rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.b-team .owl-carousel .owl-next,
.b-team .owl-carousel .owl-prev {
  top: 6.5rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 47.9375em) {
  .b-team .owl-carousel {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
  }
  .b-team .owl-carousel .b-team-slide {
    position: relative;
    margin: 0 2rem 7rem;
  }
  .b-team .owl-carousel .b-team-slide:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .b-home__title {
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
}
.b-home__description {
  font-size: 1.6rem;
}
.b-home__button {
  margin: 2rem auto;
  max-width: 28.8rem;
}
.b-home-zzz {
  background-image: url(../img/stars_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 13rem;
  position: relative;
}
.b-home-zzz__content {
  position: relative;
  z-index: 2;
}
.b-home-zzz__description {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
}
.b-home-zzz__item {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  .b-home-zzz__item {
    margin-top: 6.2rem;
    margin-bottom: 5rem;
  }
}
.b-home-zzz__item-icon {
  display: block;
  height: 8rem;
  width: 8rem;
  margin: 0 auto 1.9rem;
}
.b-home-zzz__item-title {
  text-transform: none;
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}
.b-home-zzz__item-title:first-letter {
  font-size: 3rem;
}
.b-home-zzz__item-description {
  max-width: 25.5rem;
  margin: 0 auto;
}
.b-home-services {
  position: relative;
}
.b-home-services__content {
  position: relative;
  z-index: 2;
  padding-bottom: 52.5rem;
  padding-top: 4.8rem;
  min-height: 40rem;
  overflow: hidden;
  color: #fff;
}
.b-home-services__bg {
  overflow: hidden;
  position: absolute;
  top: -22.8rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  max-height: 163.5rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__bg {
    max-height: none;
  }
}
.b-home-services__bg-top-svg {
  z-index: 1;
}
.b-home-services__bg-canvas,
.b-home-services__bg-top-svg {
  width: 192rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-home-services__bg-canvas {
  z-index: 0;
}
.b-home-services__bg-bottom-svg {
  width: 192rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.b-home-services__bg-back-color {
  position: absolute;
  top: 20rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: #491d5e;
  z-index: -2;
}
.b-home-services__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-home-services__item-icon {
  display: block;
  width: 5rem;
  height: 5rem;
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-home-services__item-icon-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16.3rem;
  height: 16.3rem;
  background: hsla(0, 0%, 100%, 0.15);
  border-radius: 50%;
  position: relative;
  margin-right: 6.2rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item-icon-wrap {
    margin-right: 0;
  }
}
.b-home-services__item-icon-wrap:before {
  content: "";
  display: block;
  background: #a21065;
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid #c571a4;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.7rem -0.7rem 0 0;
  border-radius: 50%;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item-icon-wrap:before {
    display: none;
  }
}
.b-home-services__item-icon-wrap:after {
  content: "";
  display: block;
  background: #c571a4;
  width: 3.3rem;
  height: 0.2rem;
  position: absolute;
  right: -3.8rem;
  top: 50%;
  margin: -0.15rem 0 0;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item-icon-wrap:after {
    display: none;
  }
}
.b-home-services__item-title {
  font-size: 2.1rem;
  line-height: 1.2;
  position: relative;
  margin: 0;
  padding-right: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item-title {
    max-width: 40rem;
    margin: 2rem auto 0;
    text-align: center;
  }
}
.b-home-services__item-title:before {
  content: "";
  display: block;
  width: 0.2rem;
  background: #c571a4;
  position: absolute;
  left: -2.4rem;
  top: 0.5rem;
  bottom: 0.5rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-services__item-title:before {
    display: none;
  }
}
.b-home-service-item {
  position: relative;
  margin-top: -45.5rem;
  text-align: center;
}
.b-home-service-item__content {
  position: relative;
  z-index: 2;
}
.b-home-service-item h2 {
  color: #fff;
  margin-bottom: 3.5rem;
}
.b-home-service-item__image img {
  border: 15px solid rgba(240, 238, 243, 0.5);
}
.b-home-service-item__description {
  max-width: 45rem;
  margin: 2.5rem auto;
  font-size: 1.6rem;
  line-height: 1.3;
}
.b-home-service-item__cost {
  font-size: 2.8rem;
  color: #a21065;
  font-weight: 700;
  font-family: Pragmatica, Arial, sans-serif;
  margin-bottom: 3.5rem;
}
.b-home-team {
  position: relative;
  background: #f7f7f8;
  margin-bottom: 28.5rem;
  margin-top: 11.1rem;
  padding-top: 4.6rem;
}
.b-home-team__bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -17.2rem;
  bottom: -27rem;
  z-index: -1;
}
.b-home-team__bg-bottom-svg,
.b-home-team__bg-top-svg {
  width: 192rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-home-team__bg-top-svg {
  top: 0;
}
.b-home-team__bg-bottom-svg {
  bottom: 0;
}
.b-home-team-slide__image {
  overflow: hidden;
  width: 20rem;
  border-radius: 50%;
  border-width: 1.5rem;
  border-style: solid;
  -o-border-image: linear-gradient(180deg, #000, transparent) 1 100%;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      to(transparent)
    )
    1 100%;
  border-image: linear-gradient(180deg, #000, transparent) 1 100%;
}
.b-home-team .owl-carousel {
  margin-top: 7rem;
}
.b-home-team .button {
  margin-top: 4rem;
  margin-bottom: -5rem;
}
.b-home-shop {
  overflow: hidden;
}
.b-home-shop__item {
  position: relative;
  margin-top: 5.5rem;
}
.b-home-shop__item-title {
  position: absolute;
  z-index: 3;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  left: 50%;
  top: 25rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  word-spacing: 99.9rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item-title {
    top: 19rem;
    font-size: 2rem;
  }
}
.b-home-shop__item-shear svg {
  z-index: 2;
  position: absolute;
}
.b-home-shop__item-shear:before {
  position: absolute;
  z-index: 1;
  height: 0;
  content: "";
  -webkit-box-shadow: 0 0 4rem 0.2rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4rem 0.2rem rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 63.9375em) {
  .b-home-shop__item-shear:before {
    width: 52rem !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item-shear:before {
    width: 47rem !important;
  }
}
.b-home-shop__item-data {
  position: relative;
  width: 35rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item-data {
    width: 30rem;
  }
}
.b-home-shop__item .button {
  margin: 0 auto;
  max-width: 21rem;
  position: relative;
  z-index: 3;
}
.b-home-shop__item:first-of-type h3,
.b-home-shop__item:last-of-type h3 {
  color: #000;
}
.b-home-shop__item:first-of-type h3 {
  top: 1rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item:first-of-type h3 {
    top: 3.5rem;
  }
}
.b-home-shop__item:first-of-type .shear svg {
  left: -24.6rem;
  top: -3.7rem;
  width: 82.7rem;
  height: 37.9rem;
}
@media screen and (max-width: 63.9375em) {
  .b-home-shop__item:first-of-type .shear svg {
    left: -21.6rem;
    top: -7.7rem;
  }
}
.b-home-shop__item:first-of-type .shear:before {
  left: -9rem;
  top: 12rem;
  width: 65rem;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item:first-of-type .shear:before {
    left: -8.6rem;
    top: 12.4rem;
  }
}
.b-home-shop__item:last-of-type h3 {
  top: 30rem;
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item:last-of-type h3 {
    top: 26rem;
  }
}
.b-home-shop__item:last-of-type .shear svg {
  right: -18rem;
  top: 6.8rem;
  width: 77.1rem;
  height: 34.7rem;
}
@media screen and (max-width: 63.9375em) {
  .b-home-shop__item:last-of-type .shear svg {
    right: -22rem;
    top: 7rem;
  }
}
.b-home-shop__item:last-of-type .shear:before {
  right: -9.4rem;
  top: 25.1rem;
  width: 65rem;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-24deg);
}
@media screen and (max-width: 47.9375em) {
  .b-home-shop__item:last-of-type .shear:before {
    right: -8.4rem;
    top: 23.7rem;
  }
}
.b-home-shop .b-home__description {
  z-index: 3;
  position: relative;
}
.b-home-blog {
  padding-top: 22rem;
  position: relative;
}
.b-home-blog__bg {
  -webkit-box-shadow: inset 0 30px 30px 0 #fff;
  box-shadow: inset 0 30px 30px 0 #fff;
  position: absolute;
  top: -23rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/home/blog-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
}
.b-home-blog__img {
  display: none;
}
.b-home-blog__canvas {
  max-width: 100%;
}
.b-home-blog__item-title {
  font-size: 1.7rem;
  margin-top: 1.5rem;
  padding: 0 2rem;
}
.b-home-blog__item-date {
  font-size: 1.2rem;
  padding: 0 2rem;
  color: #939393;
  margin: 1rem 0;
  display: block;
}
.b-home-blog__item-excerpt {
  padding: 0 2rem 2rem;
}
.b-home-blog__item-link {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid rgba(162, 16, 101, 0.5);
}
.b-home-blog__item-link:focus,
.b-home-blog__item-link:hover {
  border-color: #a21065;
}
.b-home-blog__item-data {
  position: relative;
  border-top: 5px solid #a21065;
  max-width: 36rem;
  margin: 0 auto 7.5rem;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f3f0f4),
    color-stop(40%, #fff)
  );
  background-image: linear-gradient(0deg, #f3f0f4 0, #fff 40%);
}
.b-home-blog__item:first-of-type .b-home-blog__item-data,
.b-home-blog__item:last-of-type .b-home-blog__item-data {
  border-color: #78b227;
}
.b-home-blog__item-bg {
  position: absolute;
  z-index: 0;
  bottom: -5rem;
  left: 0;
  right: 0;
}
.b-home-blog__item-bg svg {
  width: 100%;
  height: 4.5rem;
}
.b-home-blog__link {
  text-transform: uppercase;
  color: #78b227;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 5rem;
  border-bottom: 1px solid rgba(120, 178, 39, 0.5);
}
.b-home-blog__link:focus,
.b-home-blog__link:hover {
  border-color: #78b227;
}
.b-portfolio {
  position: relative;
  padding-top: 1.6rem;
}

.b-portfolio hr {
  max-width: 112rem;
}

@media (max-width: 1200px) {
  .b-portfolio hr {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.b-portfolio__title {
  margin-bottom: 1em;
}
.b-portfolio__works {
  position: relative;
  z-index: 0;
  min-height: 20rem;
}

@media (min-width: 400px) {
  .b-portfolio__works .large-9 {
    padding: 0;
  }
}
.b-portfolio__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 26.6rem;
  bottom: -20.7rem;
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  .b-portfolio__bg {
    display: none;
  }
}
.b-portfolio__bg svg {
  position: absolute;
  width: 192rem;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-portfolio-about {
  padding-top: 4.5rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .b-portfolio-about {
    padding-top: 7.4rem;
    padding-bottom: 3.4rem;
  }
}
.b-portfolio-about__title {
  margin-bottom: 2.45em;
}
.b-portfolio-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a21065),
    to(#491d5e)
  );
  background-image: linear-gradient(180deg, #a21065 0, #491d5e);
  color: #fff;
  margin-top: -14rem;
  padding-top: 14rem;
  padding-bottom: 12rem;
  position: relative;
  z-index: 0;
}
.b-portfolio-top__row {
  padding: 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 63.9375em) {
  .b-portfolio-top__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-portfolio-top__text-cell {
  width: 100%;
}
@media screen and (max-width: 63.9375em) {
  .b-portfolio-top__text-cell {
    text-align: center;
  }
}
.b-portfolio-top__text-cell h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  text-transform: none;
}
.b-portfolio-top__text-cell h2 small {
  font-size: 3rem;
  font-weight: 100;
  margin-right: 2rem;
}
@media screen and (max-width: 63.9375em) {
  .b-portfolio-top__text-cell h2 small {
    display: block;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.b-portfolio-top__text-tasks {
  font-size: 1.7rem;
  font-weight: 100;
}
.b-portfolio-top__text-description {
  font-size: 2.3rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 64em) {
  .b-portfolio-top__text-description:before {
    content: "";
    width: 0.1rem;
    position: absolute;
    top: 2.5rem;
    left: -2.5rem;
    background: #fff;
    height: 100%;
  }
  .b-portfolio-top__text-description:after {
    content: "";
    width: 1.5rem;
    position: absolute;
    top: 2.5rem;
    left: -4rem;
    background: #fff;
    height: 0.1rem;
  }
}
.b-portfolio-top__text-tags {
  margin-top: 1.5rem;
  display: inline-block;
  padding: 0.5rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .b-portfolio-top__text-tags {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -2.5rem;
    padding: 0.5rem 3rem 0 2.5rem;
  }
  .b-portfolio-top__text-tags:before {
    content: "";
    display: block;
    height: 0.1rem;
    position: absolute;
    width: 3rem;
    right: 0;
    bottom: 0;
    background: #fff;
  }
}
.b-portfolio-top__text-tags a {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.7rem;
  font-style: italic;
  text-transform: lowercase;
  font-weight: 100;
}
@media screen and (min-width: 64em) {
  .b-portfolio-top__text-tags a {
    margin-right: 2.5rem;
    display: inline-block;
    margin-bottom: 0;
    top: 1rem;
  }
}
.b-portfolio-top__text-tags a:focus,
.b-portfolio-top__text-tags a:hover {
  text-decoration: underline;
}
.b-portfolio-top__icon-cell {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 1.5rem;
  width: 33rem;
  height: 33rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .b-portfolio-top__icon-cell {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-portfolio-top__icon-cell {
    width: 30rem;
    height: 30rem;
  }
}
.b-portfolio-top__circle {
  width: 100%;
  height: 100%;
  stroke: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.b-portfolio-top__logo {
  width: 30rem;
  height: 30rem;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 47.9375em) {
  .b-portfolio-top__logo {
    width: 27rem;
    height: 27rem;
  }
}
.b-portfolio-top__logo img {
  max-width: 70%;
  height: auto;
}
.b-portfolio-case {
  position: relative;
  margin-bottom: 2rem;
  /*height: 200px;*/
}
.b-portfolio-case:before {
  width: 100%;
  display: block;
  padding-top: 100%;
  content: "";
}
.b-portfolio-case__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}


.b-portfolio-case__logo {
  display: inline-block;
  width: 70%;
  height: 45%;
  margin-bottom: 7%;
}

.b-portfolio-case__item img {
  height: 100%;
    width: 100%;
    object-fit: contain;
}
.b-portfolio-case__info {
  display: flex;
  height: 38%;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.4rem;
  line-height: 2rem;
}

.b-portfolio-case__name {
  font-size: 1.6rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 4%;
}

.b-portfolio-case__image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-color: #f2f2f2;
}
.b-portfolio-case__image:after,
.b-portfolio-case__image:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.b-portfolio-case__image:before {
  opacity: 0.95;
  background-color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.b-portfolio-case__image:after {
  opacity: 0;
  background-image: linear-gradient(-11deg, #a21065, #491d5e);
}
.b-portfolio-case:hover .b-portfolio-case__item {
  color: #fff;
}
.b-portfolio-case:hover .b-portfolio-case__image:after {
  opacity: 0.9;
}
.b-portfolio-case:hover .b-portfolio-case__image:before {
  opacity: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media (max-width: 399px) {
  .b-portfolio-case {
    width: calc(100% - 2rem);
    margin-left: 1rem;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .b-portfolio-case {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    width: calc((100% - 4rem) / 2);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /*.b-portfolio-case.visible:nth-child(odd) {
    margin-left: 0;
  }*/
}
@media screen and (min-width: 48em) {
  .b-portfolio-case {
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
    width: calc((100% - 6rem) / 3);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .b-portfolio-case {
    width: 26.5rem;
  }
}
.b-portfolio-no-isotope .b-portfolio-case {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  max-width: 26rem;
}
.b-portfolio-no-isotope {
  margin-bottom: 10rem;
}
.b-portfolio-filter {
  position: relative;
  background-color: #fff;
  font-family: Pragmatica, Arial, sans-serif;
}
.b-portfolio-filter__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 8.5rem;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#491d5e),
    to(#a21065)
  );
  background-image: linear-gradient(0deg, #491d5e 0, #a21065);
}
.b-portfolio-filter__list {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  list-style-type: none;
  border: 0.1rem solid #dedede;
  border-top-width: 0;
}
.b-portfolio-filter__list li {
  position: relative;
  z-index: 0;
  display: block !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.b-portfolio-filter__list li:last-child a:before {
  display: none;
}
.b-portfolio-filter__list a {
  position: relative;
  display: block;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
  margin-top: -0.1rem;
  padding: 1.3rem 3rem 1.2rem;
  color: #010000;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.b-portfolio-filter__list a:after {
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#8dc338),
    to(#78b228)
  );
  background-image: linear-gradient(0deg, #8dc338 0, #78b228);
  opacity: 0;
}
.b-portfolio-filter__list a:after,
.b-portfolio-filter__list a:before {
  position: absolute;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  content: "";
}
.b-portfolio-filter__list a:before {
  bottom: 0;
  left: 2.9rem;
  right: 2.9rem;
  height: 0.1rem;
  background-color: #dedede;
}
.b-portfolio-filter__list a.is-active,
.b-portfolio-filter__list a:hover {
  color: #fff;
}
.b-portfolio-filter__list a.is-active:after,
.b-portfolio-filter__list a:hover:after {
  opacity: 1;
}
.b-portfolio-filter__list a.is-active:before,
.b-portfolio-filter__list a:hover:before {
  opacity: 0;
}
.b-portfolio-filter__shear {
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: 1;
  display: none;
  width: 21rem;
  height: 14rem;
  overflow: hidden;
  pointer-events: none;
}
.b-portfolio-filter__shear:before {
  position: absolute;
  left: 2.1rem;
  top: 9.3rem;
  z-index: -1;
  width: 20rem;
  height: 0;
  -webkit-box-shadow: 0 0 4rem 0.2rem rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 4rem 0.2rem rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-27.5deg);
  -ms-transform: rotate(-27.5deg);
  transform: rotate(-27.5deg);
  content: "";
}
@media screen and (min-width: 75em) {
  .is-load .b-portfolio-filter__shear {
    display: block;
  }
}
.b-portfolio-filter__shear svg {
  z-index: 0;
  position: absolute;
  left: -15.3rem;
  top: -8rem;
  width: 57.2rem;
  height: 30.8rem;
}
@media screen and (min-width: 48em) {
  .b-portfolio-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-portfolio-slide__image {
  margin-bottom: 2.5rem;
}
.b-portfolio-slide__image img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .b-portfolio-slide__image {
    width: 30rem;
    margin-right: 3rem;
    margin-bottom: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 64em) {
  .b-portfolio-slide__image {
    width: 45.5rem;
    margin-right: 5rem;
  }
}
.b-portfolio-slide__title {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 64em) {
  .b-portfolio-slide__title {
    margin-bottom: 0.6em;
  }
}
.b-portfolio-slide__subtitle {
  text-transform: none;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 64em) {
  .b-portfolio-slide__subtitle {
    margin-bottom: 2.3em;
  }
}
.b-portfolio-slide__text-box {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 48em) {
  .b-portfolio-slide__text-box {
    padding-left: 0;
    padding-right: 0;
  }
}
.b-isotope-filter {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  font-size: 0;
  margin: 0;
}
.b-isotope-filter ul {
  margin: 0;
}
.b-isotope-filter > ul > li {
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
@media screen and (min-width: 770px) and (max-width: 1200px){
  .b-isotope-filter {
      width: 570px;
      margin: 0 auto;
  }

  .b-isotope-filter > ul > li:nth-of-type(2n) {
      margin-right: 0;
  }

  .b-isotope-filter > ul {
      margin-left: 10px;
  }
}

@media screen and (max-width: 770px){
  .b-isotope-filter > ul > li {
      margin-right: 0;
  }

  .b-isotope-filter [data-filter-group="project-type"]{
      margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 48em) {
  .b-isotope-filter li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .b-isotope-filter > ul > li:last-child { 
    margin-right: 0;
  }
}
.b-works-geography {
  background-color: #f4f4f4;
  background-image: url(../img/portfolio/map-bg.jpg);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 7rem;
}
@media screen and (min-width: 64em) {
  .b-works-geography {
    padding-top: 34.4rem;
  }
}
.b-works-geography__title {
  margin-bottom: 1.45em;
}
@media screen and (min-width: 64em) {
  .b-projects-map {
    padding-bottom: 14.5rem;
  }
}
.b-projects-map__map-wrap {
  overflow-x: auto;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 64em) {
  .b-projects-map__map-wrap {
    overflow: hidden;
  }
}
@media screen and (min-width: 64em) {
  .b-projects-map__map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-projects-map__map {
  position: relative;
  width: 103.7rem;
  height: 52.2rem;
}
.b-projects-map__map-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 103.7rem;
  height: 52.2rem;
}
.b-projects-map__map .icon {
  fill: #8ec435;
  opacity: 1 !important;
}
.b-projects-map__map .icon-place-white .icon {
  fill: #d495bb;
}
.b-projects-map__map-marker {
  position: absolute;
  cursor: pointer;
}
.b-projects-map__map-marker svg {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
}
.b-projects-map__country {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}
.b-projects-map__city {
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-right: 0.3rem;
}
.b-projects-map__city:after {
  content: ",";
  margin-left: -0.2rem;
}
.b-projects-map__city:last-child:after {
  display: none;
}
@media screen and (min-width: 64em) {
  .b-projects-map__city {
    display: block;
    margin-right: 0;
  }
  .b-projects-map__city:after {
    display: none;
  }
}
.b-projects-map__city-name {
  font-weight: 200;
  font-size: 1.9rem;
  color: #000;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .b-projects-map__city-name {
    display: block;
  }
}
.b-projects-map__city-name:hover {
  text-decoration: underline;
}
@media screen and (min-width: 64em) {
  .b-projects-map__points-container {
    padding: 2rem 0.5rem 2rem 0;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .b-projects-map__points-container-inset {
    max-height: 52.2rem;
    padding: 0 1rem;
    width: 21rem;
  }
}
.b-projects-map__points {
  padding: 1rem;
  background-color: hsla(0, 0%, 100%, 0.65);
  margin-top: 1rem;
}
@media screen and (min-width: 64em) {
  .b-projects-map__points {
    background-color: hsla(0, 0%, 100%, 0.65);
    padding: 0;
    width: 20.5rem;
    margin-left: -20.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: static;
    z-index: 2;
  }
}
.b-projects-map__points ul {
  margin: 0 0 1rem;
  list-style-type: none;
}
@media screen and (min-width: 64em) {
  .b-projects-map__points ul {
    margin-bottom: 2rem;
  }
}
.b-map-popover__title {
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
  font-family: Pragmatica, Arial, sans-serif;
}
.b-map-popover__desc {
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.b-map-popover__place {
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
  font-weight: 200;
}
.b-map-popover__link {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.4rem;
  font-family: Pragmatica, Arial, sans-serif;
}
.b-map-popover__link a {
  color: #fff;
}
.b-about-client {
  background: #ebebeb;
  position: relative;
  padding-bottom: 16rem;
}
.b-about-client__card {
  background: url(/local/templates/main/img/portfolio/card-project-bg.jpg)
    no-repeat 50%;
  background-size: cover;
  margin: 0 auto;
  width: 23.6rem;
  height: 23.5rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .b-about-client__card {
    margin-bottom: 2rem;
  }
}
.b-about-client__title {
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}
.b-about-client__desc {
  padding-top: 5rem;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .b-about-client__desc {
    padding: 5rem 2rem 0;
  }
}
.b-about-client__card-title {
  color: #fff;
  text-align: center;
  font-size: 6.7rem;
  font-weight: 200;
  text-transform: uppercase;
}
.b-about-client__card-desc {
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
}
.b-about-client__bg {
  position: absolute;
  top: -10rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
}
.b-about-client__bg-canvas {
  z-index: -1;
  top: 0;
}
.b-about-client__bg-canvas,
.b-about-client__bg-svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-about-client__bg-svg {
  width: 192rem;
  height: 10.4rem;
  z-index: 0;
  bottom: 0;
}
.b-functionality {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #fff url(/local/templates/main/img/portfolio/functionality-bg.jpg)
    no-repeat 50%;
  -webkit-box-shadow: 0 20px 60px #fff inset, 0 -20px 60px #fff inset;
  box-shadow: inset 0 20px 60px #fff, inset 0 -20px 60px #fff;
}
.b-functionality__title {
  padding-bottom: 6rem;
}
.b-functionality__card {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.5rem;
  max-width: 17.2rem;
  height: 19rem;
}
.b-functionality__card-text {
  /*position: absolute;*/
  bottom: -4.5rem;
  left: 0;
  right: 0;
  font-size: 1.9rem;
}
.b-functionality__card .icon {
  width: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-functionality__card .crm {
  width: 4.3rem;
  height: 3.9rem;
}
.b-functionality__card .hard-drive {
  width: 3.9rem;
  height: 4.4rem;
}
.b-functionality__card .telephone {
  width: 4.4rem;
  height: 5.1rem;
}
.b-functionality__card .computer {
  width: 4.9rem;
  height: 3.6rem;
}
.b-functionality__card .chats {
  width: 4.5rem;
  height: 4.2rem;
}
.b-functionality__card .tasks {
  width: 3.6rem;
  height: 4.4rem;
}
.b-functionality__card .viral {
  width: 4.7rem;
  height: 4.7rem;
}
.b-functionality__bg {
  /*position: absolute;*/
  left: 0;
  top: 0;
  height: 19rem;
  width: 17rem;
  stroke: 1px;
  fill: #fff;
}
.b-works {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#621964),
    to(#a60b6a)
  );
  background-image: linear-gradient(0deg, #621964 0, #a60b6a);
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.b-works__title {
  position: relative;
  z-index: 1;
}
.b-works__list {
  list-style: none;
  max-width: 74rem;
  width: 100%;
  margin: 0 auto 7.5rem;
  position: relative;
  overflow: hidden;
  padding: 0 1rem;
}
@media screen and (min-width: 48em) {
  .b-works__list {
    padding: 0 7rem;
  }
  .b-works__list:before {
    top: 0;
    left: 0;
    border-top: 500px solid transparent;
    border-right: 70px solid #fff;
    border-bottom: 0 solid transparent;
  }
  .b-works__list:after,
  .b-works__list:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
  }
  .b-works__list:after {
    right: 0;
    bottom: 0;
    border-bottom: 500px solid transparent;
    border-left: 70px solid #fff;
    border-top: 0 solid transparent;
  }
}
.b-works__list ul {
  background-color: #fff;
  padding: 3.5rem 2rem 2.5rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .b-works__list ul {
    padding: 3.5rem 5rem 2.5rem;
  }
}
.b-works__list li {
  list-style: none;
  position: relative;
  font-size: 1.8rem;
  padding-left: 4rem;
  margin: 1rem 0;
  line-height: 1.3;
}
.b-works__list li:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-image: linear-gradient(9deg, #78b228, #8dc338);
}
.b-works__card {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 4rem 0;
  max-width: 13rem;
  position: relative;
  z-index: 1;
}
.b-works__card-icon {
  width: 100%;
  text-align: center;
  height: 6rem;
}
.b-works__card-icon .icon {
  display: inline-block;
  fill: #fff;
  text-align: center;
  max-height: 5.1rem;
}
.b-works__card-icon .target {
  width: 4.5rem;
  height: 4.5rem;
}
.b-works__card-desc {
  padding-top: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
}
.b-works__card-wrapper {
  padding-top: 12rem;
  position: relative;
  z-index: 1;
}
.b-works-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.b-works-bg-svg-top {
  height: 17.6rem;
  top: 0;
}
.b-works-bg-svg-bottom,
.b-works-bg-svg-top {
  width: 192rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-works-bg-svg-bottom {
  height: 30.3rem;
  bottom: -0.2rem;
}
.b-results {
  padding-top: 0.5rem;
  position: relative;
}
.b-results li,
.b-results p {
  line-height: 1.3;
}
.b-results__bg {
  position: relative;
  width: 100%;
  margin-top: -15rem;
  min-height: 63.5rem;
}
@media screen and (max-width: 47.9375em) {
  .b-results__bg {
    min-height: 20rem;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .b-results__bg {
    min-height: 40rem;
  }
}
.b-results__bg:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
}
.b-results__bg-img {
  position: absolute;
  top: 0;
  width: 50%;
  width: calc(50% - 10px);
  height: 100%;
  z-index: 0;
  background-position: top;
  background-repeat: no-repeat;
}
.b-results__bg-img--1 {
  left: 0;
  background-image: url(../img/portfolio/results-img-1.jpg);
}
.b-results__bg-img--2 {
  right: 0;
  background-image: url(../img/portfolio/results-img-2.jpg);
}
.b-results__bg-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-results__card {
  max-width: 40rem;
  width: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.b-results__title {
  padding-bottom: 8rem;
}
.b-results__card-title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1.3;
}
.b-results__card-list {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.5rem;
}
.b-results__card-list span {
  font-weight: 700;
}
.b-screenshots {
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.b-screenshots__title {
  display: block;
  margin-bottom: 3rem;
}
.b-screenshots__slide {
  position: relative;
}
.b-screenshots__slide img {
  display: block;
}
.b-screenshots__slide-description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  text-align: center;
  color: #fff;
  margin: 0;
}
.b-review {
  margin-top: 5rem;
  padding-top: 5rem;
  background: #fff url(/local/templates/main/img/portfolio/review-bg.jpg)
    no-repeat top;
  padding-bottom: 2rem;
  text-align: center;
  margin-bottom: -6rem;
}
.b-review__title {
  display: block;
  margin-bottom: 3rem;
}
.b-review__thumb {
  margin: 0 auto 17rem;
  max-width: 36rem;
  display: block;
  text-align: center;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
.b-review__thumb:focus,
.b-review__thumb:hover {
  opacity: 1;
}
.b-review__thumb .icon {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.7;
}
.b-article {
  padding-bottom: 1.5rem;
}
.b-article__text {
  padding-top: 4.4rem;
}
.b-article__image {
  position: relative;
  height: 30rem;
  background-size: cover !important;
  margin-left: -1rem;
  margin-right: -1rem;
}
.b-article__image:before {
  display: none;
  left: 0;
  top: 0;
  margin-left: -1rem;
  width: 1rem;
  height: 100%;
  background-color: #79b329;
}
@media screen and (min-width: 48em) {
  .b-article__image {
    height: 40.5rem;
    margin: 0;
    width: 100%;
  }
  .b-article__image:before {
    display: inline-block;
    content: "";
  }
}
.b-article__date {
  padding-top: 2rem;
  text-align: center;
  color: #7c7c7c;
  font-size: 1.4rem;
  font-weight: 200;
}
@media screen and (min-width: 48em) {
  .b-article__date {
    padding-top: 2.9rem;
    text-align: left;
  }
}
.b-article__tag {
  padding-top: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .b-article__tag {
    padding-top: 2.9rem;
    text-align: right;
  }
}
.b-article__button {
  padding-top: 6rem;
  text-align: center;
}
.b-article__button .button {
  min-width: 26.5rem;
}
@media screen and (min-width: 48em) {
  .b-article__button {
    text-align: left;
  }
}
.b-article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f7f8;
  margin: 3rem 0 0;
  border-radius: 5rem 0 0 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-article__author-avatar {
  overflow: hidden;
  border-radius: 50%;
  width: 10rem;
}
.b-article__author-text {
  margin-left: 1rem;
}
.b-article__author-name {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .large-no-padding {
    padding: 0;
  }
}
.b-article-photo {
  padding-top: 4rem;
  padding-bottom: 3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .b-article-photo {
    padding-top: 18.7rem;
    padding-bottom: 16.3rem;
  }
}
.b-article-photo__card {
  overflow: hidden;
  margin-bottom: 2rem;
  text-align: center;
  display: block;
  z-index: 2;
}
@media (min-width: 480px) and (max-width: 767px) {
  .b-article-photo .column,
  .b-article-photo .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.b-article-photo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #f8f8f8 url(../img/stars_bg_gray.jpg) no-repeat top;
}
.b-article-photo__bg-bottom-svg,
.b-article-photo__bg-top-svg {
  position: absolute;
  left: 0;
  right: 0;
  width: 192rem;
}
.b-article-photo__bg-top-svg {
  top: 0;
}
.b-article-photo__bg-bottom-svg {
  bottom: 0;
}
.b-article-comments {
  padding-top: 4.5rem;
}
.b-article-comments__title {
  padding-bottom: 2.6rem;
  text-align: center;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .b-article-comments__title {
    text-align: left;
  }
}
.b-article-comments__wrapper {
  padding: 1rem;
}
@media screen and (min-width: 48em) {
  .b-article-comments__wrapper {
    max-width: 68rem;
    padding: 3.3rem 7.5rem 3rem 5.3rem;
    border: 0.1rem solid #e0e1e5;
    border-radius: 0.3rem;
  }
}
.b-blog-list {
  padding-top: 2.4rem;
  padding-bottom: 0.9rem;
}
.b-blog-list__item {
  background-color: #f6f6f6;
  margin-bottom: 3.6rem;
}
.b-blog-list__item:nth-child(2n) .b-blog-list__tag,
.b-blog-list__item:nth-child(2n) .b-blog-list__title {
  background-color: #79b329;
}
.b-blog-list__title {
  z-index: 1;
  left: 0;
  top: 0;
  font-family: Pragmatica, Arial, sans-serif;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  background-color: #a21065;
  line-height: 2rem;
}
@media screen and (min-width: 48em) {
  .b-blog-list__title {
    position: absolute;
    display: inline-block;
    padding: 1.4rem 2.3rem 1.5rem;
    min-height: 5.5rem;
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}
.b-blog-list__title p {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: inherit;
}
.b-blog-list__top {
  position: relative;
  overflow: hidden;
  min-height: 19rem;
}
@media screen and (min-width: 48em) {
  .b-blog-list__top {
    min-height: 27.5rem;
  }
}
.b-blog-list__image {
  background-size: cover !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 19rem;
}
@media screen and (min-width: 48em) {
  .b-blog-list__image {
    position: absolute;
    height: 100%;
  }
}
.b-blog-list__tags {
  bottom: 0;
  right: 0;
  padding: 0.9rem 2rem 0.7rem 4.6rem;
  background-color: #a21065;
  color: #fff;
}
.b-blog-list__tags a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  font-style: italic;
  line-height: 2.5rem;
}
@media screen and (min-width: 48em) {
  .b-blog-list__tags {
    position: absolute;
    display: inline-block;
    padding: 1.1rem 1.9rem 0.9rem 5.3rem;
  }
}
.b-blog-list__date {
  margin-bottom: 0.5rem;
  color: #7c7c7c;
  font-size: 1.2rem;
  font-weight: 200;
}
.b-blog-list__description {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.8rem;
}
.b-blog-list__link {
  padding-top: 0.5rem;
}
.b-blog-list__link a {
  color: #491d5e;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Pragmatica, Arial, sans-serif;
  line-height: 2.4rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.b-blog-list__link a:hover {
  text-decoration: none;
}
.b-blog-list__foot {
  padding: 1.3rem 1rem;
}
@media screen and (min-width: 48em) {
  .b-blog-list__foot {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.b-blog-list__button {
  padding-top: 3rem;
  margin: 0 auto;
  text-align: center;
}
.b-blog-list__button .button {
  min-width: 29rem;
}
.b-blog-list__top-tags {
  padding: 3rem;
  background: #f7f7f8;
  margin-bottom: 5rem;
}
.b-blog-list__top-tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.b-blog-list__top-tags-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  fill: #a21065;
  margin-right: 2rem;
}
.b-blog-list__top-tags h3 {
  margin: 0;
  font-size: 3rem;
  color: #491d5e;
}
.b-blog-list__top-tags h3 small {
  font-weight: 100;
  color: #491d5e;
}
.b-blog-list__top-tags p {
  margin: 0;
}
.b-services {
  position: relative;
  padding-top: 3.3rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
}
.b-services__bg {
  position: absolute;
  left: -0.3rem;
  top: 0;
  right: -0.3rem;
  height: 100%;
  display: none;
}
@media screen and (min-width: 64em) {
  .b-services__bg {
    display: block;
  }
}
.b-services--card-white {
  background-color: #e3dfe8;
}
@media screen and (min-width: 64em) {
  .b-services--card-white {
    margin-top: -12.5rem;
    padding-top: 16.4rem;
    background-color: transparent;
    padding-bottom: 5rem;
  }
}
.b-services--card-white .b-services__title {
  border-bottom: 0.1rem solid #fff;
}
.b-services--card-white .b-services__title:after,
.b-services--card-white .b-services__title:before {
  background-color: #fff;
}
.b-services--card-white .b-services__circle {
  stroke: #fff;
}
.b-services--card-white .b-services__icon {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  border: 0.2rem solid #ccc9d0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f2f3f3),
    color-stop(47%, #fff),
    to(#fff)
  );
  background-image: linear-gradient(0deg, #f2f3f3 0, #fff 47%, #fff);
}
.b-services--card-white .b-services__icon svg {
  fill: #760c66;
}
.b-services__card {
  margin-bottom: 8rem;
}
@media screen and (min-width: 48em) {
  .b-services__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .b-services__card {
    margin-bottom: 10.4rem;
  }
}
.b-services__icon-cell {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16rem;
  flex: 0 0 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 16rem;
  height: 16rem;
}
@media screen and (min-width: 48em) {
  .b-services__icon-cell {
    margin-left: 0;
    margin-right: 0;
  }
}
.b-services__circle {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  stroke: #760c66;
}
.b-services__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#6e1665),
    to(#a70b6a)
  );
  background-image: linear-gradient(0deg, #6e1665 0, #a70b6a);
}
.b-services__icon svg {
  fill: #fff;
  width: 5rem;
  height: 5rem;
}
.b-services__text-cell {
  position: relative;
  padding-top: 2.2rem;
  left: -0.1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (min-width: 48em) {
  .b-services__text-cell {
    padding-right: 3.1rem;
  }
}
.b-services__title {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Pragmatica, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #760c66;
  text-align: center;
}
.b-services__title:after {
  right: -0.1rem;
  height: 2.97rem;
  width: 0.1rem;
}
.b-services__title:after,
.b-services__title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3rem;
  background-color: #760c66;
}
.b-services__title:before {
  right: 0;
  height: 0.1rem;
  width: 2.5rem;
}
@media screen and (min-width: 48em) {
  .b-services__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.3rem;
    text-align: left;
    padding-left: 2.1rem;
  }
}
.b-services__description {
  padding: 2.2rem 4rem 0 2rem;
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.b-services__button {
  padding-left: 2rem;
  padding-top: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .b-services__button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-services__button {
    padding-left: 0;
  }
}
.b-services__button .button {
  width: auto;
  min-width: 19rem;
  max-width: 30rem;
  height: 4rem;
  line-height: 1.3;
  margin: 0;
  display: inline-block;
}
@media screen and (min-width: 75em) {
  .b-services .column:nth-child(2n) .b-services__card,
  .b-services .columns:nth-child(2n) .b-services__card {
    padding-left: 4.2rem;
    margin-right: -4rem;
  }
}
@media screen and (min-width: 64em) {
  .b-services:last-child {
    padding-bottom: 0;
  }
}
.b-solution-list {
  margin-top: -3rem;
  background-image: url(../img/solutions/solution-bg.jpg);
  background-position: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 64em) {
  .b-solution-list {
    background-size: contain;
  }
}
.b-solution {
  border-bottom: 0.1rem solid #d1d1d1;
  padding-bottom: 3.4rem;
  margin-bottom: 3.6rem;
}
.b-solution:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 64em) {
  .b-solution:last-child {
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}
.b-solution__title {
  margin-bottom: 0.45em;
  font-size: 2.3rem;
}
.b-solution__image {
  padding: 1rem;
  max-width: 58rem;
  margin: 0 -1rem 1.5rem;
  background-color: hsla(260, 7%, 92%, 0.55);
}
@media screen and (min-width: 36.25em) {
  .b-solution__image {
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
  }
}
.b-solution__image div {
  width: 100%;
  height: 16rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (min-width: 48em) {
  .b-solution__image div {
    height: 19rem;
  }
}
.b-solution__description {
  margin-bottom: 2rem;
}
.b-solution__order {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .b-solution__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.b-solution__price {
  font-family: Pragmatica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #a21065;
  margin-bottom: 3rem;
}
.b-solution__price small {
  font-size: 1em;
  font-weight: 400;
  color: #000;
}
@media screen and (min-width: 48em) {
  .b-solution__price {
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding-right: 1rem;
  }
}
.b-solution__action .button {
  margin-bottom: 0;
}
.b-service-case:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-service__description {
  margin-bottom: 5.6rem;
  padding-top: 3.1rem;
  line-height: 2.5rem;
}
.b-service-about {
  margin-bottom: 10rem;
}
@media screen and (min-width: 64em) {
  .b-service-about {
    margin-bottom: 21.4rem;
  }
}
@media screen and (min-width: 48em) {
  .b-service-about__title {
    margin: -0.4rem 0 0.7rem;
  }
}
@media screen and (min-width: 64em) {
  .b-service-about__description,
  .b-service-about__title {
    margin-left: -2rem;
  }
}
.b-service-about__image {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 48em) {
  .b-service-about__image {
    margin-bottom: 0;
    display: inline-block;
  }
  .b-service-about__image img {
    position: relative;
    z-index: 1;
    display: block;
  }
}
.b-service-trigger {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  margin-bottom: 7rem;
}
@media screen and (min-width: 48em) {
  .b-service-trigger {
    padding-top: 12rem;
    padding-bottom: 12rem;
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 64em) {
  .b-service-trigger {
    padding-top: 22.1rem;
    padding-bottom: 21.5rem;
    margin-bottom: 13rem;
  }
}
.b-service-trigger h2,
.b-service-trigger h3 {
  position: relative;
  z-index: 5;
  margin-bottom: 3rem;
}
.b-service-trigger svg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 140%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .b-service-trigger svg {
    width: 100%;
    left: 0;
  }
}
.b-service-trigger__button,
.b-service-trigger__form {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form {
    text-align: center;
  }
  .b-service-trigger__form h5 {
    margin-top: 5rem;
  }
}
.b-service-trigger__form__inset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.b-service-trigger__form__inset label {
  margin-bottom: 0.5rem;
}
.b-service-trigger__form__inset .form-fields {
  position: relative;
  z-index: 3;
}
.b-service-trigger__form__inset .form-fields.current-type {
  z-index: 4;
}
.b-service-trigger__form__inset .select {
  margin-bottom: 2.5rem !important;
  width: 26rem !important;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset .select {
    margin-bottom: 1rem !important;
  }
}
.b-service-trigger__form__inset--svg {
  width: 3rem !important;
  height: 3rem !important;
  fill: #a21065;
  position: relative !important;
  top: 0;
  left: 0;
  margin: 0 1rem;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset--svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 0.5rem;
  }
}
.b-service-trigger__form__inset--equally {
  font-size: 5.5rem;
  color: #a21065;
  margin: -1.3rem 1rem 0;
  line-height: 5.5rem;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset--equally {
    margin: -2rem 1rem 0.5rem;
  }
}
.b-service-trigger__form__inset--equally,
.b-service-trigger__form__inset--result,
.b-service-trigger__form__inset--svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-service-trigger__form__inset--result {
  font-size: 2.6rem;
  margin-top: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1 !important;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset--result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.b-service-trigger__form__inset--result > div {
  margin: 0 2rem 0 1rem;
}
.b-service-trigger__form__inset--result .count {
  font-weight: 700;
  color: #a21065;
}
.b-service-trigger__form__inset--result .cur {
  font-size: 2.4rem;
}
.b-service-trigger__form__inset--result .button {
  margin: 0;
}
@media screen and (max-width: 63.9375em) {
  .b-service-trigger__form__inset--result .button {
    margin-top: 2rem;
  }
}
.b-service-how-work {
  position: relative;
  margin-bottom: 7rem;
}
@media screen and (min-width: 64em) {
  .b-service-how-work {
    margin-bottom: 21rem;
  }
}
.b-service-how-work__item-bg {
  position: relative;
  width: 21.5rem;
  height: 21.5rem;
  border-radius: 50%;
  background-color: #e3dfe8;
}
.b-service-how-work__item-bg .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-service-how-work__list {
  padding-top: 4rem;
}
@media screen and (min-width: 41.875em) {
  .b-service-how-work__list {
    padding-top: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 52rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 75em) {
  .b-service-how-work__list {
    width: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 17.6rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.b-service-how-work__item-header {
  padding-top: 1.5rem;
  font-family: Pragmatica, Arial, sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 41.875em) {
  .b-service-how-work__item-header {
    padding-top: 0;
    position: absolute;
    top: -3.8rem;
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .b-service-how-work__item-header {
    bottom: -4.3rem;
    top: auto;
  }
}
.b-service-how-work__item {
  position: relative;
  margin-bottom: 3.5rem;
  width: 21.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 41.875em) {
  .b-service-how-work__item {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 75em) {
  .b-service-how-work__item {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.b-service-how-work__item:after {
  position: absolute;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKEAAAApCAYAAABdskkDAAALFElEQVR4Xu1cCWxc1RU95/0Zjz0eh7jQ0ARCSCBAlgKx/4wdlpKEsLW0AkoCAlpUVQIVqbuqSkWiEiqiUqtugoqKlEKBUqUU0ZYWlFI5hNSZ5cdpiAwkMYGwZMdZnNjxzPx3q/s9E5mUNLYzduL4f8myE73/lvPOv+9u7xLhEyJQQQRExJC05S5XrlxZV11dnejq6tpdW1vbYIzZ4LrurjVr1oyfM2fOHm3HCo4fdhUigLa2tkl+oXAXSQrZSxFXRA4KuYfkaRA5QwDfAJloofCTiy69dEdIwpA4FUNg6dKlztSpUy+HyA9AfkJECgT2AzilJPD2QqQNxiyAiKXIw42p1JMhCSu2BWFHra2tNZFI5Isq8UTkVJJn0VrPRKN/9n3/u8baZT55L8l4cAyL/L2mtvaBkIQhdyqKQDqdHtfc3LxPO/U8b6LrulvLA2Sz2V+SvFRE/krgcxD599ubN3/vEAk9zzvHdd23KjqjsLMQAQCBcVJV9WMhmyDyqhV52gAPgXw/mUrdzJaWlsi4ePxKC9wpZIe19qdlJocIhggcKwJqLXuedz+AayGy2bf2K47jpCByP8iDyWRyAbVRWzZ7lTXm+wDGAXjZ9/2fNzc3bz/WCYTvj20EVEesikS+KeTNENnpRCJfbWho2JLL5WZD5BEBnFQqNTc4jtvb2xPd3d3XiMg9JE8RkYeTyeTjamWPbRjD1Q8VgZaWlupEInEbgHvUEgb5I5Ivuq5b8Dwvaq39F4HqqkLh+kM6ob5UF49fK8Z8A9ZGYcyTrusu6e94HOqEwvfGFgIbN26M7e3svFWM+bqIdBvgWROJPNPQ0LCzjEQum305cN2QP/yIdVx6eWFARJE6ijxbk0g8NGvWrPzYgjFc7VARaG9vrzpw4MCdJO+GyG4BltbW1j4za9Ys9RceenKZzJ9ATgG55H9cNKVOLgfwLQKnC/CSGitNTU37Q6k41K0ZG++tXbu2Np/P3wXgdgDbaO0f4DjPu67bfTgCuUzmZyBnU2Tpx/oJ9cxmsdhoHec7EJkKYKsR+cW+7u4V8+fPL44NSMNVDgaBtra2KX6h8CCMOQ/AeyLymDHmJdUBP66f1ZnMAmtMr+/7647orC6FYGbA2m/DmIsAqAPy1+PHj//b9OnTewczwbDtyY2A+pjFWpVsZ0DkHQF+lUqlVhxp1SKivNPwcpDo8H8jJuq+yWazUwzwNZDzgngf+cTBfP6pyy67rOvkhjZc3UAQWJ1ON1tjHgSQANBGY37jum7bQN4ttzlq2E5Z+1pr6ycL0eiXROQGGFMjIv+IFQoPaQbEYAYL255cCGSz2fsALCQQE2AZyaeSyeT6wa7yqCQsd6hKZ29v740EFoOcpO5Fa+0DTU1NGwY7aNh+dCPgeZ4mKNwHkeZgJeQTjuMs7e+CGcwKB0xC7bQU4vuMkLcK2QCRLlr7oDXmtVQqtW0wA4dtRycCuVxuDkTuBXm2huFAPrN///7nj8VgHRQJy7DlcrnzReQWilylxzNFWuj7jzXOnfvG6IQ2nPXRENBgRm1t7d0krwLwKQCtIvJHY0zuSBbw0focsE54pI40MyIWi90Aa2+FMaerVURrH3abm1sGOnjYbnQgkM1mrzTATZoFoxEQirxQVSw+vv6DDz5cvHixf6yrGJIk7D/o6kzmckveAiAF0lDk9zBm5WAtpGNdSPh+5REIBE00eiPIOzRTGtZuILDUqapaXr4fUolRj5mEOolVq1adHXWc6wT4PMgJqisI8HQqlXquEpMM+xhZBNQjksvl5hrgeiGvhrU9AFZY4IlEIvFOpcO4FSGhQqThvp6enpSI3A4RN3BFiiwTckkymdw0sjCGow0VgXQ6Pd1xnAUA9HQbp9JPyGdjhcLK4XLJVYyE5UV7nncWfP9qIa8tWVAdIDO+7/82TJYdKjWG/710On264ziNsPYODb2JyF7NLTXGvNDY2Ng+nHkDFSehwqXZOPs+/PB835ibKTJfLeiSPrHCbWp6ZPghDUcYKAKe553i+/50Y8yXAVwCER8iayjynBOLZSup+x1pTsNCwvJgmUzmVGNME6y9DsbMDcJ+6uQGHk2lUq0DBSpsV1kEVOdbvnx5LB6Pn2WA22DM9cEIfXHf540xK1zXfbeyox65t2ElYd+6xKxatWpiNBpdAGvVrzhTzXwA640xSzZt2uQtWrRIY9JhFvcI7LruRy6XO8OI3CbGLCqRbwfIf4rIslQq1T4C0/jIEMNOwvJopXRvDfcthMg1QUKjSF6ADSQfjcfja3fs2HHwWDzvIw3eaBsvnU6fGTHmDgG+ALJKk04JvOKLvNTU1OQdr/WMGAn7GS568fksWDtf9AYWMEktaQBqQf9ORNbU19fvDtPFKkeJdDo906h+DiwAmYDIHpCvAngxmUxmKzfS0HoacRKWjmh2dHRUdXZ2TiF5BfvIeCZIByI71MdI0vN9f2toUQ9tY/XkGRePL7TkTQDOAVkLkU6Qy621euy2DafFO5hZHxcSlidYTm7MZDKTjDFXANC45LSgTIRIL0T+ImTaWrupubn5/cEsbKy2zWazF5P8LEQuBDAZZEwznTW+Xzp2T7isp+NKwsOJouXCisXiJSKiztLZQRWnvidHa1+F47wJ4M2Pu7MwVkmnmU3xeHyaAZpBaobLeUEsv88o1KP2FWPMqpqamm0zZ84snIgG4AlFwn5GTCSRSDRQpFnIRoicG3zRImrFraO1Gy3pJZPJtSciqMP9Qahvr1gsToiQ51mykcAMkNPLbhYCnsbv9YOtqanZV+kwW6XXd0KSsP8is9nsZCNyoRjjBkeMWtV9n/kWAO8K8A5J9Wt5J4qOU8lN0rs+06ZNi/m+XxOxdoLvODNIfhoiSrxzg7Gs1WoZ7SXVZR2A7aNJlz7hSdjPqtZb+3qT63wAFxOYGYQF+wi5G+RuWPs+jHlZRNalUqn3SkeS0d+jjaB649EYo+rJTJKzdd0ikiQZLa1rK0U2Crma5Osk39MKqJX8AEaqr1FDwv6AaPmxqFb8JCfDmAYLXEBgljJNCzMC0OKMOwm0QuQtMaaD5LZisZgvFotSX1/fe6IdUcGagLOL5DnGmHNVBRFApV5Qy69UyWCXiLxB4D8+sEFE3h5NEu9IpB6VJDyckNbaupgxp1ry4kBSkheULMNACpakpVaRyEBkq5AfOCJbIbJLIhH9/+58Pr+/t7d333A4yzXDqKurq7qqqirh+36d8f16kKf55EQAEwmoRJ8MQAkX1bzMIIYL7CXwupCvi8ibxpiN/ev9jZSkGu5xRj0J+wOkiRPbt2+vMsZEHceZbIyZoS6fwLBRB7lILDBwdJP7xMtBkDthbaduuJBaZaJL/02gxwd6HJEDiEQ0zNhdLBYPkuyJRqO9Tk/PoSIAhVjMUfIUi8WY4zgJEdHqZuNIjqdIvQX093iQ40ulc8cJkCgfrWVJR43dkh1GpKMkvde7rqvZLCf1c1KRsP9OaYy0vy6oBb2LxWIgcai3Ba2diD5JVAOyTmvvBKGsj3ail7NVUqpU0r81wG0IRKA/ZTIPlCJ6MQzYDUB1t11CbhGRLY61myUS2RyNRns6Ozt7h0MaD3SKx6PdSUvCgYAZ6GHR6ARrrRb5rtPj0IjUWZVgZK2I1JR0Mj0m4xSpFqA6ODL7fgKeC1CkHp9kD8gDwS3EvooV+0RDZMbspe/vE8fZY4rFLt9x9quO5zhOT1dXV36ske7wvRnTJPx/RPU8L+44TpXv+xFjDK21ks/nrbW2oM+8efPyo83iHsiHeTza/BdR4gYF1/rVCwAAAABJRU5ErkJggg==);
  width: 16.1rem;
  height: 4.1rem;
  display: none;
}
@media screen and (min-width: 670px) and (max-width: 1199px) {
  .b-service-how-work__item:first-child:after {
    display: block;
    top: -2.9rem;
    right: -10.1rem;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .b-service-how-work__item:nth-child(2):after {
    display: block;
    top: 22.3rem;
    right: -9.3rem;
    -webkit-transform: scaleY(-1) rotate(-90deg);
    -ms-transform: scaleY(-1) rotate(-90deg);
    transform: scaleY(-1) rotate(-90deg);
  }
  .b-service-how-work__item:nth-child(3):after {
    display: block;
    top: 20.6rem;
    right: -10.8rem;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 75em) {
  .b-service-how-work__item:nth-child(odd):after {
    display: block;
    bottom: -2.9rem;
    right: -11.6rem;
  }
  .b-service-how-work__item:nth-child(2):after {
    display: block;
    top: -2.9rem;
    right: -11.3rem;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .b-service-how-work__item:nth-child(2n) .b-service-how-work__item-header {
    bottom: auto;
    top: -4.8rem;
  }
}
.b-service-buy {
  margin-bottom: 0.9rem;
}
.b-service-buy__item {
  margin-bottom: 7rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.b-service-buy__item-image {
  padding-top: 100%;
  background-size: cover;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 64em) {
  .b-service-buy__item-image {
    margin-bottom: 4.2rem;
  }
}
.b-service-buy__description {
  margin-bottom: 5.6rem;
}
.b-service-buy__item-title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  font-family: Pragmatica, Arial, sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 64em) {
  .b-service-buy__item-title {
    min-height: 7rem;
    margin-bottom: 3.3rem;
  }
}
.b-service-blocks {
  padding-top: 1.1rem;
  margin-bottom: 14rem;
}
@media screen and (min-width: 64em) {
  .b-service-blocks {
    margin-bottom: 1rem;
  }
}
.b-service-graph {
  padding-bottom: 10rem;
  background: url(/local/templates/main/img/services/graph_bg.jpg) 50% no-repeat;
  -webkit-box-shadow: 0 40px 40px #fff inset, 0 -40px 40px #fff inset;
  box-shadow: inset 0 40px 40px #fff, inset 0 -40px 40px #fff;
}
.b-service-graph .service-chart {
  background: url(/local/templates/main/img/services/graph_chart_bg.jpg) 50%
    no-repeat;
}
.b-service-list,
.b-service-video {
  padding-bottom: 10rem;
}
.b-service-list__ul {
  list-style: none;
}
.b-service-list__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 47.9375em) {
  .b-service-list__ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-service-list__ul-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#491d5e),
    to(#a21065)
  );
  background-image: linear-gradient(0deg, #491d5e 0, #a21065);
  width: 11.5rem;
  height: 11.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.b-service-list__ul-icon img {
  width: 100%;
  height: auto;
}
.b-service-list__ul-icon svg {
  width: 4.5rem;
  height: 4.5rem;
  fill: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-service-list__ul-text {
  text-align: left;
  padding-left: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 47.9375em) {
  .b-service-list__ul-text {
    text-align: center;
    padding: 2rem 2rem 0;
  }
}
.b-service-list-horizontal {
  padding-bottom: 10rem;
}
.b-service-list-horizontal.bg {
  background: #f7f7f8;
  margin-top: 15rem;
  padding-top: 10rem;
}
.b-service-list-horizontal-title {
  margin-bottom: 3rem;
  font-weight: 400;
  text-transform: none;
}
.b-service-list-horizontal-icon {
  width: 13.5rem;
  height: 13.5rem;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#491d5e),
    to(#a21065)
  );
  background-image: linear-gradient(0deg, #491d5e 0, #a21065);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 3rem;
  border-radius: 50%;
}
.b-service-list-horizontal-icon .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  fill: #fff;
}
.b-service-price-table__item {
  margin: 2.5rem 0;
}
.b-service-price-table__item-title {
  padding: 2.5rem 3rem 6.3rem;
  min-height: 16.7rem;
  margin: 0;
  background: #a21065;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
}
.b-service-price-table__item-cost {
  background: #fff;
  text-align: center;
  border: 1px solid #a21065;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  width: 13rem;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-service-price-table__item-list {
  margin-top: -13rem;
  padding: 9rem 3rem 3rem;
  border: 1px solid #f7f7f8;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f2f0f4)
  );
  background-image: linear-gradient(180deg, #fff, #f2f0f4);
}
.b-service-price-table__item-list .button {
  margin-bottom: 0;
}
.b-service-price-table__item-list ul {
  margin: 0 0 3rem 4.5rem;
}
.b-service-price-table__item-list ul li {
  list-style: none;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.b-service-price-table__item-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -4.5rem;
  top: -0.3rem;
  width: 24px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.b-service-price-table__item-list ul li.check:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDk2LjEyNCA0OTYuMTI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTYuMTI0IDQ5Ni4xMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjNDkxZDVlIiBkPSJNNDIwLjAwMSwyMTkuN2MzLjY2NiwxNC4zMTMsNS44MTEsMjkuMjM4LDUuODExLDQ0LjY3NmMwLDk5LjgyOC04MS4xOTksMTgxLjAyNC0xODEuMDIyLDE4MS4wMjRjLTk5LjgyMSwwLTE4MS4wMzktODEuMTk1LTE4MS4wMzktMTgxLjAyNGMwLTk5LjgyNCw4MS4yMTgtMTgxLjA0MSwxODEuMDM5LTE4MS4wNDFjMjUuNDQyLDAsNDkuNjMzLDUuMzM4LDcxLjYyMywxNC44NDhsMjYuOTEyLTQzLjI2Yy0yOS45NDktMTQuMTUtNjMuMjctMjIuMzA3LTk4LjUzNS0yMi4zMDdjLTEyNy43OTMsMC0yMzEuNzY0LDEwMy45NzEtMjMxLjc2NCwyMzEuNzZjMCwxMjcuNzc5LDEwMy45NzEsMjMxLjc0OCwyMzEuNzY0LDIzMS43NDhjMTI3Ljc3NCwwLDIzMS43NDMtMTAzLjk2OSwyMzEuNzQzLTIzMS43NDhjMC0zNS41MTYtOC4yNzEtNjkuMDYyLTIyLjU5OS05OS4xNzhMNDIwLjAwMSwyMTkuN3oiLz48cGF0aCBmaWxsPSIjNDkxZDVlIiBkPSJNNDYzLjE1OSw2LjM4NWMtMTkuODExLTEyLjMyLTQ1Ljg4Mi02LjI3OS01OC4yMTcsMTMuNTMzTDIzNi44OCwyODkuOTg1bC01Ni4yOTktODAuMjg5Yy0xMy4zODktMTkuMTA0LTM5Ljc3NS0yMy43MjktNTguODc5LTEwLjMzOGMtMTkuMSwxMy40MDgtMjMuNzQyLDM5Ljc1Ni0xMC4zMzYsNTguODc3bDkzLjAwMiwxMzIuNjMzYzcuOTMsMTEuMjkxLDIwLjg1NSwxNy45OTYsMzQuNjA5LDE3Ljk5NmMwLjM3OSwwLDAuNzc3LDAsMS4xNTctMC4wMThjMTQuMTgxLTAuMzk2LDI3LjIyOS03Ljg3MSwzNC43Mi0xOS45MTRMNDc2LjcwMiw2NC42QzQ4OS4wNSw0NC43NjYsNDgyLjk3MiwxOC43MTMsNDYzLjE1OSw2LjM4NXoiLz48L3N2Zz4=);
}
.b-service-price-table__item-list ul li.none:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzExLjUzOSAzMTEuNTM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTEuNTM5IDMxMS41Mzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjYTIxMDY1IiBkPSJNMjE0LjYwMywxMzUuNzdIOTYuOTM3Yy0xMS4wNDYsMC0yMCw4Ljk1NC0yMCwyMHM4Ljk1NCwyMCwyMCwyMGgxMTcuNjY2YzExLjA0NiwwLDIwLTguOTU0LDIwLTIwUzIyNS42NDksMTM1Ljc3LDIxNC42MDMsMTM1Ljc3eiIvPjxwYXRoIGZpbGw9IiNhMjEwNjUiIGQ9Ik0xNTUuNzcsMEM2OS43NCwwLDAsNjkuNzQsMCwxNTUuNzdzNjkuNzQsMTU1Ljc3LDE1NS43NywxNTUuNzdzMTU1Ljc3LTY5Ljc0LDE1NS43Ny0xNTUuNzdTMjQxLjc5OSwwLDE1NS43NywweiBNMTU1Ljc3LDI3MS41MzlDOTEuNzg0LDI3MS41MzksNDAsMjE5Ljc2MSw0MCwxNTUuNzdDNDAsOTEuNzg0LDkxLjc3OCw0MCwxNTUuNzcsNDBjNjMuOTg2LDAsMTE1Ljc3LDUxLjc3OCwxMTUuNzcsMTE1Ljc3QzI3MS41MzksMjE5Ljc1NSwyMTkuNzYxLDI3MS41MzksMTU1Ljc3LDI3MS41Mzl6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
}
.b-service-price-table__item--popular {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#491d5e),
    to(#a21065)
  );
  background-image: linear-gradient(180deg, #491d5e, #a21065);
  margin: 0;
}
.b-service-price-table__item--popular .b-service-price-table__item-title {
  background: none;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 48em) {
  .b-service-price-table__item--popular .b-service-price-table__item-title {
    padding: 3.5rem 3rem 9rem;
    min-height: 19.5rem;
  }
}
.b-service-price-table__item--popular .b-service-price-table__item-list {
  background: none;
  border: none;
}
@media screen and (min-width: 48em) {
  .b-service-price-table__item--popular .b-service-price-table__item-list {
    padding: 9rem 3rem 4rem;
  }
}
@media screen and (min-width: 48em) {
  .b-service-price-table__item--popular .b-service-price-table__item-list ul {
    margin-bottom: 4rem;
  }
}
.b-service-price-table__item--popular .b-service-price-table__item-list ul li {
  color: #fff;
}
.b-service-price-table__item--popular
  .b-service-price-table__item-list
  ul
  li.check:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDk2LjEyNCA0OTYuMTI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0OTYuMTI0IDQ5Ni4xMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDIwLjAwMSwyMTkuN2MzLjY2NiwxNC4zMTMsNS44MTEsMjkuMjM4LDUuODExLDQ0LjY3NmMwLDk5LjgyOC04MS4xOTksMTgxLjAyNC0xODEuMDIyLDE4MS4wMjRjLTk5LjgyMSwwLTE4MS4wMzktODEuMTk1LTE4MS4wMzktMTgxLjAyNGMwLTk5LjgyNCw4MS4yMTgtMTgxLjA0MSwxODEuMDM5LTE4MS4wNDFjMjUuNDQyLDAsNDkuNjMzLDUuMzM4LDcxLjYyMywxNC44NDhsMjYuOTEyLTQzLjI2Yy0yOS45NDktMTQuMTUtNjMuMjctMjIuMzA3LTk4LjUzNS0yMi4zMDdjLTEyNy43OTMsMC0yMzEuNzY0LDEwMy45NzEtMjMxLjc2NCwyMzEuNzZjMCwxMjcuNzc5LDEwMy45NzEsMjMxLjc0OCwyMzEuNzY0LDIzMS43NDhjMTI3Ljc3NCwwLDIzMS43NDMtMTAzLjk2OSwyMzEuNzQzLTIzMS43NDhjMC0zNS41MTYtOC4yNzEtNjkuMDYyLTIyLjU5OS05OS4xNzhMNDIwLjAwMSwyMTkuN3oiLz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDYzLjE1OSw2LjM4NWMtMTkuODExLTEyLjMyLTQ1Ljg4Mi02LjI3OS01OC4yMTcsMTMuNTMzTDIzNi44OCwyODkuOTg1bC01Ni4yOTktODAuMjg5Yy0xMy4zODktMTkuMTA0LTM5Ljc3NS0yMy43MjktNTguODc5LTEwLjMzOGMtMTkuMSwxMy40MDgtMjMuNzQyLDM5Ljc1Ni0xMC4zMzYsNTguODc3bDkzLjAwMiwxMzIuNjMzYzcuOTMsMTEuMjkxLDIwLjg1NSwxNy45OTYsMzQuNjA5LDE3Ljk5NmMwLjM3OSwwLDAuNzc3LDAsMS4xNTctMC4wMThjMTQuMTgxLTAuMzk2LDI3LjIyOS03Ljg3MSwzNC43Mi0xOS45MTRMNDc2LjcwMiw2NC42QzQ4OS4wNSw0NC43NjYsNDgyLjk3MiwxOC43MTMsNDYzLjE1OSw2LjM4NXoiLz48L3N2Zz4=);
}
.b-service-price-table__item--popular
  .b-service-price-table__item-list
  ul
  li.none:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzExLjUzOSAzMTEuNTM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTEuNTM5IDMxMS41Mzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjZjBmMGYwIiBkPSJNMjE0LjYwMywxMzUuNzdIOTYuOTM3Yy0xMS4wNDYsMC0yMCw4Ljk1NC0yMCwyMHM4Ljk1NCwyMCwyMCwyMGgxMTcuNjY2YzExLjA0NiwwLDIwLTguOTU0LDIwLTIwUzIyNS42NDksMTM1Ljc3LDIxNC42MDMsMTM1Ljc3eiIvPjxwYXRoIGZpbGw9IiNmMGYwZjAiIGQ9Ik0xNTUuNzcsMEM2OS43NCwwLDAsNjkuNzQsMCwxNTUuNzdzNjkuNzQsMTU1Ljc3LDE1NS43NywxNTUuNzdzMTU1Ljc3LTY5Ljc0LDE1NS43Ny0xNTUuNzdTMjQxLjc5OSwwLDE1NS43NywweiBNMTU1Ljc3LDI3MS41MzlDOTEuNzg0LDI3MS41MzksNDAsMjE5Ljc2MSw0MCwxNTUuNzdDNDAsOTEuNzg0LDkxLjc3OCw0MCwxNTUuNzcsNDBjNjMuOTg2LDAsMTE1Ljc3LDUxLjc3OCwxMTUuNzcsMTE1Ljc3QzI3MS41MzksMjE5Ljc1NSwyMTkuNzYxLDI3MS41MzksMTU1Ljc3LDI3MS41Mzl6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==);
}
.b-packages.b-service-promo {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.b-packages.b-service-promo .b-packages__card {
  padding-bottom: 9rem;
  margin-bottom: 23rem;
}
.b-packages.b-service-promo .b-packages__cost {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #491d5e;
  width: 25rem;
  height: 25rem;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 700;
}
.b-packages.b-service-promo .b-packages__cost s {
  line-height: 1.2;
  font-size: 1.8rem;
  color: #939393;
}
.b-packages.b-service-promo .b-packages__cost p {
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1.2;
  color: #491d5e;
}
.b-service-choose {
  padding-bottom: 15rem;
}
.b-service-choose__item {
  padding: 5rem;
  border: 1px solid #e0e0e0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f2f0f4)
  );
  background-image: linear-gradient(180deg, #fff, #f2f0f4);
}
.b-service-choose__item p {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.b-service-choose__item .button {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 0;
}
.b-service-select {
  padding: 12rem 0;
}
.b-service-select h3,
.b-service-select h4 {
  text-transform: none;
  font-size: 3rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.b-service-select .select-hidden {
  display: none;
  visibility: hidden;
}
.b-service-select.bg-gray {
  background: #eaeaea;
  padding-bottom: 12rem !important;
}
.b-service-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 40rem;
  height: 4rem;
  text-align: left;
  z-index: 999;
  margin-bottom: 3rem;
}
@media screen and (max-width: 47.9375em) {
  .b-service-select .select {
    width: 29rem;
  }
}
.b-service-select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0.8rem 1.5rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 2rem;
  border: 1px solid #e0e0e0;
  z-index: 1;
}
.b-service-select .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #939393 transparent transparent;
  position: absolute;
  top: 1.6rem;
  right: 1rem;
}
.b-service-select .select-styled:hover {
  background-color: #f2f2f2;
}
.b-service-select .select-styled.active,
.b-service-select .select-styled:active {
  background-color: #ededed;
}
.b-service-select .select-styled.active:after,
.b-service-select .select-styled:active:after {
  top: 0.9rem;
  border-color: transparent transparent #adadad;
}
.b-service-select .select-options {
  z-index: 0;
  display: none;
  position: absolute;
  top: calc(100% - 40px);
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 4rem;
  background-color: #fff;
  border-radius: 2rem 2rem 0.5rem 0.5rem;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.b-service-select .select-options li {
  margin: 0;
  padding: 0.8rem 0;
  height: 4rem;
  text-indent: 1.5rem;
  border-bottom: 1px solid #ededed;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.b-service-select .select-options li:last-of-type {
  border-bottom: none;
}
.b-service-select .select-options li:hover {
  color: #fff;
  background: #939393;
}
.b-service-select .select-options li[rel="hide"] {
  display: none;
}
.b-service-select__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-service-select__form-vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-service-select__form-vertical .b-service-select__form-cost,
.b-service-select__form-vertical .button,
.b-service-select__form-vertical .select {
  margin: 1rem 3rem !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-service-select__form-cost {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 3.2rem;
  color: #a21065;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.b-service-select__form-cost .cur {
  font-weight: 400;
  color: #000;
  font-size: 2.4rem;
}
.b-service-select__form .button {
  margin: 0;
}
.b-vacancy-list__article {
  padding-top: 5.6rem;
  padding-bottom: 4.1rem;
}
.b-vacancy-list__article:first-child {
  padding-top: 0;
}
.b-vacancy-list__article:nth-child(2n) {
  background-color: #f5f5f5;
}
.b-vacancy-list__article-title {
  text-transform: uppercase;
}
.b-vacancy-list__article-title h4 {
  line-height: 1;
  padding-bottom: 0.4rem;
}
.b-vacancy-list__article-desc {
  padding-top: 0.2rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.b-vacancy-list__article-button {
  padding-top: 2.5rem;
  width: 100%;
  max-width: 26.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .b-vacancy-list__article-button {
    margin: 0;
  }
}
.b-about-us {
  padding-bottom: 5rem;
}
@media screen and (min-width: 48em) {
  .b-about-us {
    padding-bottom: 0;
  }
}
.b-about-us:first-child {
  margin-top: -0.9rem;
}
.b-about-us__title {
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
  position: relative;
}
.b-about-us__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .b-about-us__wrapper {
    padding-left: 6.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.b-about-us .icon {
  display: none;
  position: absolute;
  fill: #f5f5f5;
  width: 54.2rem;
  height: 39.8rem;
  left: -39rem;
  top: -5.2rem;
  max-width: none;
  max-height: none;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .b-about-us .icon {
    display: block;
  }
}
.b-about-us__logo {
  width: 27.3rem;
  height: 37rem;
  background: url(../img/vacancy/logo.png) no-repeat 50%;
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .b-about-us__logo {
    margin-top: -1.6rem;
  }
}
.b-about-us__description {
  font-size: 1.8rem;
  padding-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .b-about-us__description {
    padding-top: 8.6rem;
    padding-left: 4.3rem;
    padding-right: 1rem;
  }
}
.b-about-work {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .b-about-work {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
.b-about-work__image {
  text-align: center;
  width: 100%;
  display: none;
}
@media screen and (min-width: 48em) {
  .b-about-work__image {
    display: block;
  }
}
.b-about-work__image span {
  position: relative;
  display: block;
  max-width: 33.7rem;
  min-height: 27.8rem;
  margin-right: 3.6rem;
  margin-left: auto;
  margin-top: 2.9rem;
}
.b-about-work__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.b-about-work__text {
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .b-about-work__text {
    padding-top: 5rem;
  }
}
.b-about-work__description {
  font-size: 1.8rem;
}
.b-about-work__title {
  padding-bottom: 2.2rem;
}
.b-contact-us {
  padding-top: 14.8rem;
  padding-bottom: 4rem;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .b-contact-us {
    background-color: transparent;
    min-height: 60rem;
    margin-bottom: -16.3rem;
  }
}
@media screen and (min-width: 64em) {
  .b-contact-us {
    margin-bottom: -16.3rem;
  }
}
.b-contact-us__title {
  text-align: center;
}
.b-contact-us__description {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4em;
  margin-bottom: 2.2rem;
}
.b-contact-us__button {
  text-align: center;
}
.b-contact-us__bg {
  height: 70rem;
  display: none;
  z-index: -1;
}
.b-contact-us__bg,
.b-contact-us__bg svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.b-contact-us__bg svg {
  height: 74.2rem;
}
@media screen and (min-width: 48em) {
  .b-contact-us__bg {
    display: block;
  }
}
.b-looking {
  position: relative;
  background-color: #ebebeb;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .b-looking {
    background-color: transparent;
    padding-top: 10.7rem;
    padding-bottom: 8.1rem;
    margin-top: -1rem;
  }
}
.b-looking__wrapper:after,
.b-looking__wrapper:before {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.b-looking__wrapper:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .b-looking__wrapper {
    padding-left: 11.5rem;
  }
}
.b-looking__title {
  text-align: center;
}
.b-looking__list {
  overflow: hidden;
  padding-top: 1.5rem;
  padding-left: 0.3rem;
  font-size: 2.4rem;
}
@media screen and (min-width: 48em) {
  .b-looking__list {
    padding-left: 6.3rem;
  }
}
.b-looking__list ul {
  padding-top: 2.2rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.b-looking__list li {
  position: relative;
  padding: 0 0 0 4.1rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}
.b-looking__list li:before {
  left: -0.3rem;
  border: 0.1rem solid #491d5e;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-top: -0.8rem;
}
.b-looking__list li:after,
.b-looking__list li:before {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
}
.b-looking__list li:after {
  left: 0.2rem;
  border-radius: 50%;
  background-image: linear-gradient(-11deg, #a21065, #491d5e);
  width: 1rem;
  height: 1rem;
  margin-top: -0.3rem;
}
.b-looking__image {
  position: relative;
  margin: 0 auto 3rem;
  top: 3rem;
  width: 20rem;
  height: 20rem;
  background-image: linear-gradient(-18deg, #e2e2e2, #fff 67%, #fff);
  border-radius: 50%;
}
@media screen and (min-width: 48em) {
  .b-looking__image {
    top: 6rem;
    margin-bottom: 0;
    float: left;
  }
}
.b-looking__image:before {
  z-index: 1;
  width: 17rem;
  height: 17rem;
  background-image: linear-gradient(23deg, #4b1e61, #a21066 79%, #a21066);
  border-radius: 50%;
}
.b-looking__image:after,
.b-looking__image:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-looking__image:after {
  z-index: 2;
  width: 4.7rem;
  height: 7.6rem;
  background: url(/local/templates/main/img/vacancy/looking-img.png) no-repeat 0
    0;
}
.b-looking__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (min-width: 48em) {
  .b-looking__bg {
    display: block;
  }
}
.b-to-do {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .b-to-do {
    padding-bottom: 1.1rem;
  }
}
.b-to-do__description {
  padding-top: 3.9rem;
}
@media screen and (min-width: 48em) {
  .b-to-do__description {
    padding-left: 5.8rem;
  }
}
.b-to-do__description ul {
  list-style: none;
  margin: 0;
}
.b-to-do__description li {
  font-size: 2rem;
  margin-bottom: 1.8rem !important;
  padding-left: 2.8rem !important;
}
@media screen and (min-width: 48em) {
  .b-to-do__description li {
    margin-bottom: 2.5rem !important;
    padding-left: 4.8rem !important;
  }
}
.b-to-do__description li:before {
  width: 1rem !important;
  height: 1rem !important;
  top: 0.2em !important;
}
.b-shop-service__container {
  padding-top: 4rem;
  padding-bottom: 6.4rem;
  border-bottom: 0.1rem solid #dbdbdb;
}
@media screen and (min-width: 48em) {
  .b-shop-service__container {
    margin: 0 -2rem;
  }
}
.b-shop-service__container:first-child {
  padding-top: 2.4rem;
}
.b-shop-service__container:last-child {
  border-bottom-color: transparent;
}
.b-shop-service__container:nth-child(2n) .b-shop-service__card {
  background-color: #a21065;
}
.b-shop-service__card {
  background-color: #491d5e;
  color: #fff;
}
.b-shop-service__name {
  position: relative;
  z-index: 1;
  padding: 1.4rem 1rem 0.3rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: hsla(0, 0%, 100%, 0.3);
}
@media screen and (min-width: 48em) {
  .b-shop-service__name {
    padding-top: 2.3rem;
    padding-bottom: 0.7rem;
  }
}
.b-shop-service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2.8rem 2rem 2.1rem;
}
@media screen and (min-width: 26.25em) {
  .b-shop-service__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  .b-shop-service__wrapper {
    padding: 2.8rem 6.2rem 3.5rem;
  }
}
.b-shop-service__icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  width: 8rem;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 26.25em) {
  .b-shop-service__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    margin-bottom: 0;
  }
}
.b-shop-service__icon .icon {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  fill: #fff;
}
@media screen and (min-width: 26.25em) {
  .b-shop-service__icon .icon {
    margin-left: -0.5rem;
  }
}
.b-shop-service__text {
  padding-left: 0;
}
@media screen and (min-width: 26.25em) {
  .b-shop-service__text {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .b-shop-service__text {
    padding-left: 3.8rem;
  }
}
.b-shop-service__title {
  margin-bottom: 1.2rem;
  font-family: Pragmatica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.b-shop-service__price {
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.b-shop-service__price span {
  font-weight: 400;
}
.b-shop-service__button {
  text-align: center;
}
.b-shop-service__button .button {
  margin: 0;
  -webkit-transform: translateY(2.5rem);
  -ms-transform: translateY(2.5rem);
  transform: translateY(2.5rem);
}
.b-why-bitrix__wrapper {
  padding-top: 2rem;
}
.b-why-bitrix__item {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 48em) {
  .b-why-bitrix__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 75em) {
  .b-why-bitrix__item {
    margin-right: -3.3rem;
  }
}
.b-why-bitrix__title {
  text-align: center;
}
.b-why-bitrix__name {
  line-height: 4rem;
  padding-right: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .b-why-bitrix__name {
    line-height: 9.5rem;
    min-width: 25rem;
    text-align: right;
  }
}
.b-why-bitrix__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 9.5rem;
  height: 9.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4b1e61),
    to(#a21066)
  );
  background-image: linear-gradient(0deg, #4b1e61 0, #a21066);
}
@media screen and (min-width: 48em) {
  .b-why-bitrix__icon {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.b-why-bitrix__icon svg {
  fill: #fff;
  width: 5rem;
  height: auto;
}
.b-why-bitrix__description {
  position: relative;
  max-width: 75rem;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .b-why-bitrix__description {
    padding-left: 2.2rem;
    margin-left: 3.1rem;
    margin-bottom: 0;
    text-align: left;
  }
  .b-why-bitrix__description:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e0dae5;
    width: 0.2rem;
    height: 100%;
  }
  .b-why-bitrix__description:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 0.2rem;
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(#e2dee7),
      to(#731763)
    );
    background-image: linear-gradient(270deg, #e2dee7 0, #731763);
  }
}
.b-packages {
  padding-top: 4rem;
  margin-bottom: -1.5rem;
  background-size: 100% 96%;
}
.b-packages--shop {
  padding-top: 0;
  margin-top: 7rem;
  position: relative;
}
.b-packages--shop__bg {
  position: absolute;
  top: -27rem;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
  height: 70.1rem;
}
.b-packages--shop__bg__top-svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 192rem;
  height: 70.1rem;
}
.b-packages__description,
.b-packages__title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.b-packages__description {
  margin: 0 auto;
  width: 100%;
  max-width: 78rem;
  font-size: 1.8rem;
  padding-bottom: 3rem;
}
.b-packages__description p {
  margin: 0;
  line-height: 2.5rem;
}
.b-packages__card {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 15rem;
  max-width: 55rem;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#491d5e),
    to(#a21065)
  );
  background-image: linear-gradient(180deg, #491d5e 0, #a21065);
}
.b-packages__card .icon {
  position: absolute;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 12rem;
  bottom: -12rem;
  left: 0;
}
.b-packages__card-wrapper {
  width: 100%;
  padding: 2.7rem 1rem;
}
@media screen and (min-width: 48em) {
  .b-packages__card-wrapper {
    padding: 2.7rem 7.5rem 0;
  }
}
.b-packages__card-name {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.3);
  padding: 2.8rem 0;
  text-align: center;
  color: #fff;
}
.b-packages__card-name h2,
.b-packages__card-name h3,
.b-packages__card-name h4,
.b-packages__card-name h5 {
  margin-bottom: 0;
  line-height: 1.3;
}
.b-packages__card-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.b-packages__card-title--big {
  font-size: 2.6rem;
  line-height: 1.3;
}
.b-packages__card-title p {
  line-height: inherit;
  margin: 0;
}
.b-packages__card-description {
  padding-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}
.b-packages__card-description p {
  font-weight: 200;
  line-height: 2rem;
}
.b-packages__card-price {
  padding-top: 1.5rem;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.b-packages__card-price p {
  margin: 0;
  font-family: Pragmatica, Arial, sans-serif;
  font-weight: 700;
  line-height: 3rem;
}
.b-packages__card-price span {
  font-weight: 400;
}
.b-packages__card-button {
  padding-top: 2.8rem;
  text-align: center;
}
.b-packages__card-button .button {
  margin-bottom: -2rem;
}
.b-packages__card-img {
  text-align: center;
  margin-bottom: 1.5rem;
}
.b-solutions {
  padding-top: 3.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 47.9375em) {
  .b-solutions {
    padding-bottom: 4rem;
  }
}
.b-solutions--shop {
  padding-top: 2.5rem;
}
.b-solutions--shop .b-solutions__card {
  padding-bottom: 10rem;
}
.b-solutions--shop .b-solutions__card-price {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-solutions--shop .b-solutions__description {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
}
.b-solutions--shop .b-solutions__title h3 {
  margin-bottom: 1.3rem;
}
.b-solutions--shop .b-solutions__card-img {
  top: 2.7rem;
  right: 1.8rem;
}
.b-solutions--shop .b-solutions__card-button {
  padding-top: 3.5rem;
}
.b-solutions--shop .b-solutions__card-title {
  padding-top: 9.8rem;
}
.b-solutions__card-price {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.b-solutions__card-price span {
  color: #ab196f;
}
.b-solutions__card-price p {
  padding: 0;
  margin: 0;
}
.b-solutions__title {
  text-align: center;
}
.b-solutions__gradient {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
}
.b-solutions__description {
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.b-solutions__card {
  padding: 3rem 4.5rem 6rem;
  margin: 0 auto 9rem;
  position: relative;
  width: 100%;
  max-width: 55rem;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f2f0f4),
    color-stop(60%, #f2f0f4),
    to(#fff)
  );
  background-image: linear-gradient(0deg, #f2f0f4 0, #f2f0f4 60%, #fff);
}
@media screen and (min-width: 48em) {
  .b-solutions__card {
    margin-bottom: 0;
    min-height: 100%;
  }
}
.b-solutions__card .icon {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.b-solutions__card-title {
  padding-top: 1.5rem;
  margin-bottom: 1.4rem;
  text-align: center;
}
.b-solutions__card-img {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
  height: 20rem;
}
.b-solutions__card-img img {
  display: inline-block;
  max-height: 100%;
}
.b-solutions__card-description {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
.b-solutions__card-description p {
  font-weight: 200;
}
.b-solutions__card-button {
  padding-top: 0.5rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-solutions__card-button .button {
  margin-bottom: 0;
}
.b-solutions__card-bg {
  position: absolute;
  bottom: -8rem;
  padding-bottom: 8rem;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
}
@media screen and (min-width: 64em) {
  .b-solutions__card-bg {
    bottom: -11rem;
    padding-bottom: 11rem;
  }
}
.b-solutions__shop-button {
  padding-top: 11.1rem;
  padding-bottom: 4.1rem;
}
@media screen and (min-width: 64em) {
  .b-solutions__shop-button {
    padding-top: 17.1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-solutions__shop-button {
    padding-top: 5rem;
  }
}
.b-shop-solutions {
  background: #4e1d61 url(/local/templates/main/img/shop/shop-page-bg.jpg)
    no-repeat top;
  margin-top: 15rem;
  padding-bottom: 15rem;
  background-size: 100% 96%;
}
.b-shop-solutions__bg {
  position: absolute;
  height: 13.5rem;
  bottom: -5.9rem;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
}
.b-shop-solutions__bg__top-svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 192rem;
  height: 13.5rem;
}
.b-shop-solutions__title {
  position: relative;
  top: -15rem;
}
@media screen and (max-width: 63.9375em) {
  .b-shop-solutions__title {
    background: #fff;
  }
}
.b-shop-solutions__title .text-center {
  position: relative;
  z-index: 2;
}
.b-shop-solutions__desc {
  font-size: 1.8rem;
  padding-bottom: 4rem;
  font-weight: 200;
  line-height: 2.5rem;
}
.b-shop-solutions__item {
  padding: 4rem 0;
  border-bottom: 0.1rem solid rgba(240, 238, 243, 0.4);
}
.b-shop-solutions__item:last-child {
  border-bottom: none;
}
.b-shop-solutions__item-title {
  padding-bottom: 0.6rem;
  color: #fff;
}
.b-shop-solutions__img {
  margin: 0 auto;
  border: 1.5rem solid rgba(240, 238, 243, 0.6);
  width: 100%;
  max-width: 58rem;
  height: 100%;
  max-height: 33.5rem;
}
.b-shop-solutions__item-desc {
  padding-top: 3.4rem;
  max-width: 78rem;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
}
.b-shop-solutions__item-desc p {
  font-weight: 200;
  line-height: 2.2rem;
}
.b-shop-solutions__item-price {
  padding: 2rem 0;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.b-shop-solutions__item-price p {
  font-weight: 700;
  margin: 0;
}
.b-shop-solutions__item-price span {
  font-weight: 400;
}
.b-shop-solutions__button .button.large {
  line-height: 4rem;
}
.b-about {
  position: relative;
  overflow: hidden;
  margin-top: -15rem;
  padding-top: 15rem;
  margin-bottom: -20rem;
}
.b-about-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 155.3rem;
  background: #fff url(../img/about/top-bg.jpg) 100% 0 no-repeat;
  z-index: -2;
  opacity: 0.8;
}
.b-about .b-about-us__description {
  font-size: 1.7rem;
}
.b-about .b-about-us__description ul {
  margin-top: 4rem;
}
.b-about .b-about-us__description ul li {
  margin-top: 2rem;
  padding-left: 4rem;
}
.b-about .b-about-us__description ul li:before {
  background: url(../img/purple-dot.png) transparent no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  background-size: cover;
  top: 0.5rem;
}
.b-about-us-timeline {
  position: relative;
  padding-top: 15rem;
}
@media screen and (max-width: 63.9375em) {
  .b-about-us-timeline {
    padding-top: 8.5rem;
  }
}
.b-about-us-timeline-wrapper {
  margin-top: 8.5rem;
}
.b-about-us-timeline__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.b-about-us-timeline__row:after {
  content: "";
  position: absolute;
  top: 5.5rem;
  bottom: -4.5rem;
  left: 2rem;
  width: 0.1rem;
  background: #a21065;
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline__row:after {
    left: 50%;
    margin-left: -0.1rem;
  }
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.b-about-us-timeline__row:last-child {
  margin-bottom: 0;
}
.b-about-us-timeline__row:last-child:after {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-timeline__row:nth-child(2n) .timeline-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline__row:nth-child(2n) .timeline-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .b-about-us-timeline__row:nth-child(2n) .timeline-text .inset:before {
    border-left: 20px solid #a21065;
    right: -2rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-timeline__row:nth-child(odd) .timeline-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline__row:nth-child(odd) .timeline-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 2rem;
  }
  .b-about-us-timeline__row:nth-child(odd) .timeline-text .inset:before {
    border-right: 20px solid #a21065;
    left: -2rem;
  }
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline__row:nth-child(odd) .timeline-year {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.b-about-us-timeline-icon {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-timeline-icon {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline-icon {
    left: 50%;
    margin-left: -2rem;
  }
}
.b-about-us-timeline-text,
.b-about-us-timeline-year {
  width: calc(100% - 80px);
  margin-left: 8rem;
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline-text,
  .b-about-us-timeline-year {
    width: calc(50% - 100px);
    margin-left: 0;
  }
}
.b-about-us-timeline-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
  }
}
.b-about-us-timeline-text .inset {
  padding: 1.5rem 3rem;
  background: #a21065;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
}
.b-about-us-timeline-text .inset:before {
  content: "";
  display: block;
  position: absolute;
  top: 1.9rem;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline-text {
    margin-bottom: 0;
  }
}
.b-about-us-timeline-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.b-about-us-timeline-text p:last-child {
  margin-bottom: 0;
}
.b-about-us-timeline-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
}
@media screen and (min-width: 48em) {
  .b-about-us-timeline-year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 5rem;
  }
}
.b-about-us-counters {
  position: relative;
  padding-top: 27rem;
  min-height: 72rem;
  color: #fff;
  text-align: center;
}
.b-about-us-counters:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  right: 0;
  bottom: -20rem;
  top: 30rem;
  background: #f7f7f8;
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-counters {
    padding-top: 18rem;
  }
}
.b-about-us-counters .title {
  font-size: 9rem;
  font-weight: 100;
  line-height: 1;
}
@media screen and (max-width: 63.9375em) {
  .b-about-us-counters .title {
    font-size: 7rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-counters .title {
    font-size: 4rem;
  }
}
.b-about-us-counters .subtitle {
  font-size: 2.5rem;
  margin: 2.5rem 0;
  line-height: 1;
}
@media screen and (max-width: 47.9375em) {
  .b-about-us-counters .subtitle {
    font-size: 2rem;
    margin: 1.5rem 0;
  }
}
.b-about-us-counters-block {
  height: 28rem;
  padding: 5rem;
  background: rgba(186, 48, 184, 0.25);
}
@media screen and (max-width: 63.9375em) {
  .b-about-us-counters-block {
    height: auto;
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.b-about-us-counters__bg {
  position: absolute;
  top: -7rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.b-about-us-counters__bg-canvas {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-about-us-map {
  padding-top: 6rem;
  position: relative;
}
.b-about-us-map__address {
  padding: 0 0 6rem;
  position: relative;
  z-index: 3;
}
.b-about-us-map__address-name {
  font-size: 3.2rem;
  color: #491d5e;
  line-height: 1.3;
  margin-top: 3rem;
}
.b-about-us-map__address-text {
  margin-top: 4rem;
  font-size: 2rem;
  line-height: 1.3;
}
.b-about-us-map__svg {
  width: 192rem;
  height: 20.7rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50rem;
  z-index: 2;
}
.b-about-us-map-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70rem;
  background: #939393;
  margin: -20rem 0 0;
}
.gm-style-iw.custom {
  top: 2rem !important;
  left: -2.7rem !important;
  border-radius: 5px;
  padding: 2rem 4rem;
  width: 25.6rem !important;
  position: relative !important;
  background: #78b227;
  color: #fff;
  overflow: visible !important;
}
.gm-style-iw.custom:after,
.gm-style-iw.custom:before {
  content: "";
  display: block;
  position: absolute;
}
.gm-style-iw.custom:after {
  bottom: -1.6rem;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid #78b227;
}
.gm-style-iw.custom:before {
  width: 5rem;
  height: 5rem;
  border: 17px solid #78b227;
  top: -4rem;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
}
.gm-style-iw.custom p {
  margin: 0;
  padding: 1.5rem 0 0;
  text-align: center;
  font-size: 1.7rem !important;
}
.gm-style-iw.custom svg {
  display: block;
  fill: #fff;
  width: 16rem;
}
.gm-style-iw.custom + * {
  display: none;
}
.b-licence-table__responsive {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 63.9375em) {
  .b-licence-table__responsive {
    overflow-x: scroll;
  }
}
.b-licence-table__responsive table {
  min-width: 102.4rem;
}
.b-licence-table__responsive--768 table {
  min-width: 76.8rem;
}
.b-licence-table__responsive--640 table {
  min-width: 64rem;
}
.b-licence-table__responsive--margin-0 table {
  margin-top: 0;
}
.b-licence-table-cost--center {
  text-align: center;
}
.b-licence-table-cost--center .cost {
  width: 8rem !important;
  margin-right: 1.5rem;
}
.b-licence-table-cost--center .button.icon-only,
.b-licence-table-cost--center .cost {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  float: none !important;
}
.b-licence-table-cost .cost {
  float: left;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 1rem;
  width: calc(100% - 45px);
  text-align: right;
  font-weight: 700;
  color: #000;
}
.b-licence-table-cost .cost .strike {
  font-weight: 400;
  text-decoration: line-through;
  font-size: 1.3rem;
}
.b-licence-table-cost .button.icon-only {
  margin-bottom: 0;
  float: left;
  padding: 1.1rem;
  min-width: 4.5rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-licence-table-cost .button.icon-only svg {
  fill: #fff;
  width: 2.2rem;
  height: 2.2rem;
}
.b-licence-table-cost--empty {
  background-color: transparent !important;
  position: relative;
}
.b-licence-table-cost--empty:after {
  content: "";
  position: absolute;
  display: block;
  left: -0.1rem;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ececec;
}
.b-licence-table__diff-checker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 63.9375em) {
  .b-licence-table__diff-checker {
    display: block;
    text-align: center;
  }
}
.b-licence-table__diff-checker h4 {
  margin: 0;
  font-size: 1.8rem;
  text-transform: none;
  font-weight: 400;
}
@media screen and (max-width: 63.9375em) {
  .b-licence-table__diff-checker h4 {
    margin-bottom: 2rem;
  }
}
.b-licence-table__diff-checker .button-group {
  margin: 0 2rem;
}
@media screen and (max-width: 63.9375em) {
  .b-licence-table__diff-checker .button-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
  }
}
.b-licence-table__diff-checker .button {
  border-radius: 0;
  min-width: 0;
  margin-bottom: 0;
  cursor: default;
  border: 1px solid transparent;
  font-weight: 400;
  padding-left: 3rem;
  padding-right: 3rem;
}
.b-licence-table__diff-checker .button.inactive {
  cursor: pointer;
  background: none !important;
  border: 1px solid #dcdce0;
  color: #000;
}
.b-licence-table__diff-checker .button:first-of-type {
  border-radius: 2rem 0 0 2rem;
  border-right: none;
}
.b-licence-table__diff-checker .button:last-of-type {
  border-radius: 0 2rem 2rem 0;
  border-left: none;
}
.b-licence h2,
.b-licence h3 {
  font-weight: 400;
}
.b-licence-table-colored {
  margin-bottom: 12rem;
}
.b-licence-table-colored__table {
  border-collapse: collapse;
  position: relative;
  margin-top: 4rem;
  width: 100%;
}
.b-licence-table-colored__table tbody,
.b-licence-table-colored__table thead {
  background-color: transparent !important;
  border-top: none;
  border-bottom: none;
}
.b-licence-table-colored__table thead {
  position: relative;
}
.b-licence-table-colored__table thead tr {
  border-top: 1px solid #ececec;
}
.b-licence-table-colored__table thead tr.subhline {
  border: none;
}
.b-licence-table-colored__table thead tr.subhline th:after {
  display: none;
}
.b-licence-table-colored__table thead th {
  position: relative;
  border: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-family: Pragmatica, Arial, sans-serif;
  border-left: 1px solid #fff;
}
.b-licence-table-colored__table thead th:after {
  content: "";
  position: absolute;
  display: block;
  left: -0.1rem;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ececec;
}
.b-licence-table-colored__table thead th:first-child {
  text-align: left;
}
.b-licence-table-colored__table thead th.colored {
  color: #491d5e;
}
.b-licence-table-colored__table tr {
  background-color: transparent !important;
  border-top: none;
  border-bottom: none;
}
.b-licence-table-colored__table tr td,
.b-licence-table-colored__table tr th {
  padding: 1.6rem 1rem;
}
@media screen and (max-width: 47.9375em) {
  .b-licence-table-colored__table tr td,
  .b-licence-table-colored__table tr th {
    font-size: 1.4rem;
  }
}
.b-licence-table-colored__table tr td:first-child,
.b-licence-table-colored__table tr th:first-child {
  padding-left: 0;
  border-right: none;
}
.b-licence-table-colored__table tr td:last-child,
.b-licence-table-colored__table tr th:last-child {
  border-right: 1px solid #fff;
}
.b-licence-table-colored__table tr td:nth-child(2),
.b-licence-table-colored__table tr th:nth-child(2) {
  border-left: none;
}
.b-licence-table-colored__table tr td {
  border: 18px solid #fff;
  border-top: none;
  border-bottom: none;
  background: #f9f9f9;
}
.b-licence-table-colored__table tr td:first-child {
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 1px solid #fff;
  position: relative;
}
.b-licence-table-colored__table tr td:first-child small {
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
}
.b-licence-table-colored__table tr td:first-child:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #ececec;
}
.b-licence-table-colored__table tr:nth-child(2n) td:not(:first-child) {
  background: #eeebf1;
}
.b-licence-table-colored__table--no-bg td,
.b-licence-table-colored__table--no-bg tr {
  background-color: transparent !important;
}
.b-licence-table-colored__table--no-bg td:after,
.b-licence-table-colored__table--no-bg tr:after {
  display: none !important;
}
.b-licence-table-colored__table--3cols td,
.b-licence-table-colored__table--3cols th {
  width: 33%;
}
.b-licence-table-colored__table--3cols td:first-child,
.b-licence-table-colored__table--3cols th:first-child {
  width: 34%;
}
.b-licence-table-colored__table--4cols td,
.b-licence-table-colored__table--4cols th {
  width: 25%;
}
.b-licence-table-colored__table--6cols td,
.b-licence-table-colored__table--6cols th {
  width: 16.5%;
}
.b-licence-table-colored__table--6cols td:first-child,
.b-licence-table-colored__table--6cols th:first-child {
  width: 17.5%;
}
.b-licence-table-colored__table--7cols td,
.b-licence-table-colored__table--7cols th {
  width: 14.3%;
}
.b-licence-table-colored__table--7cols td:first-child,
.b-licence-table-colored__table--7cols th:first-child {
  width: 14.2%;
}
.b-licence-table-colored__table--description,
.b-licence-table-colored__table--storage,
.b-licence-table-colored__table--users {
  text-align: center;
}
.b-licence-table-colored__table--description td:first-child,
.b-licence-table-colored__table--storage td:first-child,
.b-licence-table-colored__table--users td:first-child {
  text-align: left;
}
.b-licence-table-colored__table--users td:not(:first-child) {
  background: #a21065 !important;
  color: #fff;
}
.b-licence-table-colored__table--storage td:not(:first-child) {
  background: #491d5e !important;
  color: #fff;
}
.b-licence-table-colored__table--cost-title td:first-child {
  padding-top: 3rem;
  padding-bottom: 2.2rem;
  font-size: 1.8rem !important;
  text-transform: uppercase;
}
.b-licence-table-colored__table--cost--rowspan {
  font-weight: 700;
  color: #78b227;
  text-transform: uppercase;
  text-align: center;
  background: none !important;
}
.b-licence-table-colored__table--button {
  text-align: center;
}
.b-licence-table-colored__table--button .button {
  font-weight: 400;
  margin: 1rem -0.6rem;
  min-width: 5rem;
  height: 3.2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-licence-table-colored__table--icon {
  text-align: center;
}
.b-licence-table-colored__table--icon .icon {
  width: 2.2rem;
  height: 2.2rem;
}
.b-licence-table-colored__table--icon .icon.checked-data {
  fill: #491d5e;
}
.b-licence-table-colored__table--icon .icon.minus-sign {
  fill: #f8b9de;
}
.b-licence-question h2 {
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
.b-licence-question .button {
  padding-left: 5rem;
  padding-right: 5rem;
}

/** portpolio **/
.b-portfolio__concept {
    line-height: 2rem;
}

.b-portfolio__concept hr {
    margin: 4rem 30px;
    max-width: 100%;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}


.b-portfolio__concept h6 {
    font-size: 2rem;
    font-weight: bolder;
    text-transform: none;
    font-family: "Pragmatica", Arial, sans-serif;
}

.b-portfolio__concept {
    font-size: 1.6rem;
    font-family: "Bliss Pro", Arial, sans-serif;
}

.b-portfolio__concept p, .b-portfolio__concept h6 {
    padding-left: 30px;
    padding-right: 30px;
}

.b-portfolio__concept .concept-description ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-right: 30px;
}

.b-portfolio__concept .concept-description ul li {
  list-style-type: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: .5rem;
}

.b-portfolio__concept .concept-description ul li:before {
  top: .65em;
  content: "";
  background-color: #a21065;
  position: absolute;
  left: 0;
  width: .7rem;
  height: .7rem;
}

.b-portfolio__concept .concept-description ul p {
  padding-left: 0;
  padding-right: 0;
}

.b-portfolio__concept .item-name {
    font-weight: bolder;
}

.b-portfolio__concept .concept-label {
    color: #78b228;
    text-decoration: underline;
}

.b-portfolio__concept .concept-label:hover {
    color: #8dc338;
}

.concept-detail-block {
    position: relative;
    display: flex;
    vertical-align: bottom;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 2rem;
}

.concept-detail-block .item-name {
  display: inline-block;
  min-width: 120px;
  max-width: 120px;
}

.concept-difficulty-block .concept-diff-help {
  margin-left: 30px;
}

.concept-difficulty-block .help-difficulty {
    position: absolute;
    top: 30px;
    left: 150px;
    z-index: 100;
    width: 560px;
    border-radius: 2rem;
    padding: 12px 20px;
    background-color: white;
    font-family: "Pragmatica", Arial, sans-serif;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px #00000080;
}

.concept-difficulty-block .help-difficulty::before {
    content: '';
    z-index: 100;
    position: absolute;
    top: -5px;
    left: 20px;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 5px solid white;
}

.concept-difficulty-block .help-difficulty ul {
    margin: 0;
}

.concept-difficulty-block .help-difficulty li {
    position: relative;
    list-style: none;
    padding-top: 6px;
    padding-bottom: 7px;
    line-height: 1.2rem;
}

.concept-difficulty-block .help-difficulty .difficulty-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.concept-difficulty-block .help-difficulty .difficulty-description {
    display: inline-block;
    margin-left: 40px;
}

@media (max-width: 991px) {
  .concept-difficulty-block .help-difficulty {
    left: 30px;
  }

  .concept-difficulty-block .help-difficulty::before {
    left: 140px;
  }
}

@media screen and (max-width: 650px) {
    .concept-difficulty-block .help-difficulty {
        width: 450px;
    }
}

@media screen and (max-width: 520px) {

    .concept-difficulty-block .help-difficulty {
      left: 0;
      width: 320px;
      padding-left: 15px;
    }

    .concept-difficulty-block .help-difficulty::before {
      left: 170px;
    }

    .concept-difficulty .help-difficulty .difficulty-description {
        margin-left: 35px;
    }
}

.b-portfolio__concept .concept-features-block {
  align-items: flex-end;
}

.b-portfolio__concept .concept-features-block .concept-features {
  height: 100%;
}

.b-portfolio__concept .link-block .link-block__item {
  color: #78b228;
  text-decoration: underline;
}

.b-portfolio__concept .link-block .link-block__item:hover {
  color: #8dc338;
}

.b-portfolio__concept #concept-video-block {
  margin-top: 40px;
}

.b-portfolio__concept #concept-video-block iframe {
  width: 100%;
  height: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 625px) {
    .b-portfolio__concept #concept-video-block iframe {
        height: 350px;
    }
}

@media screen and (max-width: 450px) {
    .b-portfolio__concept #concept-video-block iframe {
        height: 185px;
    }
}

.b-portfolio__concept img {
    /*margin-top: 40px;*/
    /*margin-bottom: 40px;*/
}

.b-portfolio__concept .concept-contact-block {
    display: block;
    width: 200px;
    height: 80px;
    font-weight: bolder;
    font-size: 2.4rem;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

.b-portfolio__concept .concept-contact-block .contact-us{
    text-transform: uppercase;
    font-size: 1.6rem;
    min-width: 20rem;
    border-radius: 2rem;
    height: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.6rem;
    margin-top: 25px;
}

.ref_decoration {
  color: #a21065;
  text-decoration: underline;
}

.bx-im-textarea-input{
  box-shadow: none;
}

.b-team-video {
  max-width: 1520px;
  margin: 50px auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

@media (min-width: 1520px) {
  .b-team-video {
    padding-bottom: 894px;
  }
}

.b-team-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 894px;
}

.b-about-team {
  margin-top: 0;
}

.b-about-team .b-home-team__bg {
  top: 0;
}

body .b-about-team .b-home__title {
  font-size: 34px;
  text-transform: uppercase;
}

