@charset "UTF-8";
/*
@font-face {
  font-family: 'PT';
  src: url('../fonts/HelveticaLight/HelveticaLight.eot');
  src: url('../fonts/HelveticaLight/HelveticaLight.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaLight/HelveticaLight.woff') format('woff'),
       url('../fonts/HelveticaLight/HelveticaLight.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT';
  src: url('../fonts/HelveticaBold/HelveticaBold.eot');
  src: url('../fonts/HelveticaBold/HelveticaBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaBold/HelveticaBold.woff') format('woff'),
       url('../fonts/HelveticaBold/HelveticaBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
*/
@font-face {
  font-family: 'PT';
  src: url("../fonts/helvetica/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helvetica/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneuecyr-light-webfont.woff2") format("woff2"), url("../fonts/helvetica/helveticaneuecyr-light-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneuecyr-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PT';
  src: url("../fonts/helvetica/helveticaneuecyr-bold-webfont.eot");
  src: url("../fonts/helvetica/helveticaneuecyr-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/helveticaneuecyr-bold-webfont.woff2") format("woff2"), url("../fonts/helvetica/helveticaneuecyr-bold-webfont.woff") format("woff"), url("../fonts/helvetica/helveticaneuecyr-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, embed, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strong, sub, sup, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

body {
  width: 100%;
  color: #353841;
  font-family: "PT", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  line-height: 1;
  font-weight: 300;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  color: #000;
  margin: 0;
  font: normal 500%/1.1 "PT", Helvetica, Arial, sans-serif; }

h2 {
  color: #000;
  margin: 1.25em 0 0.75em 0;
  font: normal 400%/1.15 "PT", Helvetica, Arial, sans-serif; }

h3 {
  color: #000;
  margin: 1.5em 0 0.75em 0;
  font: normal 300%/1.2 "PT", Helvetica, Arial, sans-serif; }

h4, h5, h6 {
  color: #000;
  margin: 2em 0 0.75em 0;
  font: normal 200%/1.25 "PT", Helvetica, Arial, sans-serif; }

a {
  color: #0072bc;
  text-decoration: none; }

a:hover, a:active {
  color: #0072bc;
  outline: 0; }

:focus {
  outline: 0; }

p {
  margin: 0 0 1em;
  font-size: 150%;
  line-height: 1.4; }
  p.big {
    margin-bottom: 0.75em;
    font-size: 200%;
    line-height: 1.25; }
  p.date {
    color: #9a9ba0; }
  p.br {
    margin: 0; }
  p.centered {
    text-align: center; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

span.nobr {
  white-space: nowrap; }

small {
  font-size: 80%; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 75%; }

sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.25em;
  font-size: 75%; }

blockquote, q {
  quotes: none;
  margin: 0 0 1em;
  padding: 0 20px;
  font-size: 150%;
  line-height: 1.4;
  font-style: italic;
  background-color: transparent; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ul {
  list-style: disc;
  margin: 0 0 1.5em;
  padding: 0 0 0 2.75em; }

ol {
  list-style: decimal;
  margin: 0 0 1.5em;
  padding: 0 0 0 3em; }

li {
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 150%;
  line-height: 1.4; }

li ul, li ol {
  margin-top: 0.75em; }

table {
  margin: 40px 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }
  table tr, table th, table td {
    vertical-align: top; }
  table th, table td {
    padding: 8px 10px;
    font-size: 150%;
    line-height: 1.4;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px solid #d5dde2; }
  table thead th, table thead td {
    padding-top: 2px;
    color: #fff;
    background-color: #f37032; }
  table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td {
    background-color: #fff; }

li li, th p, td p, th blockquote, td blockquote, th li, td li, blockquote p, li p {
  font-size: 100%; }

table th p, table td p, blockquote p {
  margin: 0; }

hr {
  display: block;
  margin: 0 0 1.5em 0;
  padding: 0;
  width: 100%;
  height: 1px;
  color: #353841;
  background-color: #353841;
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

[hidden], .hidden {
  display: none; }

html, body {
  height: 100%; }

#container {
  width: 100%;
  min-height: 100%;
  padding: 0 0 300px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: auto; }
  @media screen and (max-width: 767px) {
    #container {
      padding: 0; } }

@media screen and (min-width: 1000px) {
  #container:not(.main) {
    padding-top: 248px; }

  #container.fixed:not(.main) {
    padding-top: 125px; } }
.wrapper {
  position: relative;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px; }
  .wrapper.alt {
    max-width: 880px; }

.gray {
  background-color: #ebeff2; }

.section {
  border-top: 1px solid #d5dde2; }

.header {
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .header .wrapper {
    padding: 20px 20px 0 20px; }
    @media screen and (max-width: 767px) {
      .header .wrapper {
        padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .header__inner {
      margin: 0 -20px -20px;
      padding: 0 20px;
      max-height: 0;
      overflow: hidden; }
      .header.opened .header__inner {
        max-height: 1000px;
        -webkit-transition: max-height 0.2s linear;
        transition: max-height 0.2s linear; }
      .header.compact .header__inner {
        max-height: 140px; } }
  .header__group {
    position: relative; }
    .header__group:before {
      display: block;
      position: absolute;
      left: -20px;
      right: -20px;
      top: -1px;
      height: 2px;
      background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
      background-repeat: repeat;
      content: ""; }
    .header__group--top {
      min-height: 100px;
      padding: 0 0 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      will-change: auto; }
      .header__group--top:before {
        display: none; }
      @media screen and (max-width: 767px) {
        .header__group--top {
          padding: 154px 0 0; }
          .header__group--top:before {
            display: block;
            top: 66px; } }
    .header__group--middle {
      padding: 12px 0; }
      @media screen and (max-width: 767px) {
        .header__group--middle {
          padding: 16px 10px; }
          .compact .header__group--middle {
            padding: 84px 0 16px; }
            .compact .header__group--middle:before {
              top: 66px; }
            .compact .header__group--middle .header-links {
              display: none; } }
  .header__toggle {
    display: none;
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 33px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .header__toggle span {
      display: block;
      position: absolute;
      left: 0;
      top: 9px;
      width: 20px;
      height: 2px;
      background-color: #353841;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .header__toggle span:before, .header__toggle span:after {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #353841;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        content: ""; }
      .header__toggle span:before {
        top: -6px; }
      .header__toggle span:after {
        top: 6px; }
    .header.opened.full .header__toggle span {
      background-color: transparent; }
      .header.opened.full .header__toggle span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header.opened.full .header__toggle span:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .header__toggle {
        display: block; } }
  .header__search {
    display: none;
    position: absolute;
    z-index: 2;
    right: 70px;
    top: 33px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/search-122ae8ca934b0463197dabc99dcdc3e71d833bdc0b008b4657fc85d4d13da2d3.png);
    background-image: url(/assets/search-135f1358d9b86ee88ab6eda3ea52cfa0c0467b4f4b52d21eb7eb1148b0018c39.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .header__search {
        display: block; } }
  @media screen and (max-width: 767px) {
    .header {
      min-height: 86px; }
      .header.compact .header__group--top {
        display: none; } }

@media screen and (min-width: 1000px) {
  #container:not(.main) .header {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0; }

  #container.fixed:not(.main) .header .logo {
    top: 11px;
    width: 62px;
    -webkit-transform: scale(0.67);
        -ms-transform: scale(0.67);
            transform: scale(0.67); }
  #container.fixed:not(.main) .header .header__group--top {
    margin-top: -123px;
    opacity: 0; }
  #container.fixed:not(.main) .header .header__group--middle:before {
    opacity: 0; }
  #container.fixed:not(.main) .header .search {
    padding-left: 100px; } }
.logo {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 30px;
  width: 230px;
  height: 60px;
  background-image: url(/assets/logo-32f1d42c459c4e8a8b396702533575eb4ab419c08808d375f36209c387db9ce7.png);
  background-image: url(/assets/logo-1c495a78af9b03e1c8fdbe10e8142b300654415b4403c487e528cd1a895f3e77.svg), none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 230px 60px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: auto; }
  .logo a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .logo span {
    display: none; }
  .logo--white {
    width: 152px;
    height: 40px;
    background-image: url(/assets/logo-white-473baa374acf2bf086e73a337314148debc61576b7967e9ac10f98f60d83637d.png);
    background-image: url(/assets/logo-white-a983d62a2ab35e1a067cc01e6548876a1c752e525f7bb478ca3defa048ea6705.svg), none;
    background-repeat: no-repeat;
    background-size: 152px 40px; }
  @media screen and (max-width: 999px) {
    .logo {
      top: 20px;
      width: 152px;
      height: 40px;
      background-size: 152px 40px; } }
  @media screen and (max-width: 767px) {
    .logo {
      left: 30px; } }

.language {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 14px;
  font-size: 150%;
  line-height: 1.2; }
  .language a {
    color: #9a9ba0;
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .language {
      left: 50%;
      right: 10px;
      top: 101px;
      text-align: center; } }

.header-contacts {
  position: relative;
  margin: 0 0 20px;
  padding: 0 270px 0 275px;
  color: #9a9ba0;
  font-size: 130%;
  line-height: 1.4;
  text-align: center; }
  .header-contacts__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8%;
    padding: 4px 0;
    text-align: left; }
    .header-contacts__item b {
      display: block; }
    .header-contacts__item a {
      color: #9a9ba0; }
  .header-contacts:before, .header-contacts:after {
    display: block;
    position: absolute;
    width: 2px;
    background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
    background-repeat: repeat;
    content: ""; }
  .header-contacts:before {
    left: 274px;
    top: 0;
    height: 90px; }
  .header-contacts:after {
    right: 269px;
    top: 0;
    height: 46px; }
  @media screen and (max-width: 999px) {
    .header-contacts {
      padding: 0 200px 0 197px; }
      .header-contacts__item {
        margin: 0 6%; }
      .header-contacts:before {
        left: 196px;
        height: 46px; }
      .header-contacts:after {
        right: 199px; } }
  @media screen and (max-width: 767px) {
    .header-contacts {
      display: none; } }

.header-user {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 3px;
  text-align: center; }
  @media screen and (max-width: 999px) {
    .header-user {
      width: 140px; } }
  @media screen and (max-width: 767px) {
    .header-user {
      left: 10px;
      right: 50%;
      top: 90px;
      width: auto; } }

.header-links {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 12px;
  width: 50%;
  text-align: center; }
  .header-links__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 8%;
    text-align: left; }
  @media screen and (max-width: 999px) {
    .header-links__item {
      margin: 0 6%; } }
  @media screen and (max-width: 767px) {
    .header-links {
      position: relative;
      right: auto;
      top: auto;
      width: auto;
      margin: 0 -30px 15px; } }

.footer-about {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 240px;
  margin-top: -5px; }
  .footer-about__logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 0 20px; }
  .footer-about__info {
    color: #9a9ba0;
    font-size: 120%;
    line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .footer-about {
      position: relative;
      left: auto;
      top: auto;
      margin-bottom: 40px; }
      .footer-about__logo {
        margin: 0 0 10px; } }

.footer-contacts {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 180px;
  text-align: right; }
  .footer-contacts__item {
    position: relative;
    width: 180px;
    margin: 0 0 2em;
    padding: 0 0 0 30px;
    color: #9a9ba0;
    font-size: 150%;
    line-height: 1.2; }
    .footer-contacts__item a {
      color: inherit; }
    .footer-contacts__item span {
      display: block; }
      .footer-contacts__item span + span {
        margin-top: 0.5em; }
    .footer-contacts__item:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background-position: 50% 50%;
      content: ""; }
    .footer-contacts__item--tel:before {
      background-image: url(/assets/tel-e9f104897899a862a51b3795ba249c2d7465e1e12267c785e66fa364f0da7f99.png);
      background-image: url(/assets/tel-31061dcb3dbd3e16c76c0bf7caa6ce09e34b0da1f510731cce0dab31b8031275.svg), none;
      background-repeat: no-repeat; }
    .footer-contacts__item--email:before {
      top: -4px;
      background-image: url(/assets/email-dc7fd8c70864eb620c2ad22b45f73462d97eb2c08cfaec1e2eb0f07804938424.png);
      background-image: url(/assets/email-1fdb52f2ee7f8e02fc40177b758296382503b6b32b3e43ddd4806e671a8f36a7.svg), none;
      background-repeat: no-repeat; }
    .footer-contacts__item--address:before {
      background-image: url(/assets/address-643d20fbe3444046e2d30379b2bc3b38e78c5215422f8e7acbbc07d082d462f2.png);
      background-image: url(/assets/address-8cf310ea66c6f9a2bbfad7b643634bf67aa4aa9954fb788a1d1c56dd03cc6d7c.svg), none;
      background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .footer-contacts {
      position: relative;
      right: auto;
      top: auto;
      margin: 0 0 40px;
      text-align: left; }
      .footer-contacts__item {
        margin-bottom: 1em; } }

.search {
  width: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: auto; }
  .search .field {
    margin: 0; }
    .search .field input {
      padding: 10px; }
  @media screen and (max-width: 767px) {
    .search {
      width: auto; } }

.breadcrumbs {
  margin: 0 0 40px;
  font-size: 130%;
  line-height: 1.4; }
  .breadcrumbs a, .breadcrumbs span {
    white-space: nowrap; }
  .breadcrumbs a {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0;
    color: #9a9ba0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .breadcrumbs a:hover {
      color: #808187; }
    .breadcrumbs a:not(:last-child):after {
      display: block;
      position: absolute;
      z-index: -1;
      right: -22px;
      top: 0.6em;
      width: 14px;
      height: 1px;
      background-color: #9a9ba0;
      content: ""; }

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 460px;
  margin: 20px 0; }
  .tabs:after {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d5dde2;
    content: ""; }
  .tabs__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: inline-block;
    vertical-align: bottom;
    width: auto;
    color: #9a9ba0;
    font-size: 150%;
    line-height: 1.2;
    text-align: center;
    border-bottom: 2px solid transparent; }
    .tabs__item a, .tabs__item span {
      display: block;
      padding: 0 8px 8px;
      color: inherit; }
    .tabs__item.active {
      color: #353841;
      border-color: #f37032; }
      .tabs__item.active a {
        cursor: default; }
  .tabs.wide {
    max-width: none; }
  .tabs.centered {
    margin-left: auto;
    margin-right: auto; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.page-header {
  position: relative;
  padding-right: 180px; }
  .page-header h1 {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word; }
  .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    margin: 0; }
  @media screen and (max-width: 999px) {
    .page-header h1 {
      font-size: 320%;
      line-height: 1.2; } }
  @media screen and (max-width: 767px) {
    .page-header {
      padding-right: 0; } }

.cols {
  padding: 40px 0; }
  .cols:after {
    display: table;
    clear: both;
    content: ""; }
  .cols .l {
    float: left;
    width: 48%;
    margin-right: 4%; }
  .cols .r {
    float: right;
    width: 48%; }
  .cols .tabs {
    margin-top: 0; }
  @media screen and (max-width: 999px) {
    .cols {
      margin-bottom: -40px; }
      .cols .l, .cols .r {
        float: none;
        width: 100%;
        margin: 0 0 40px; } }
  .cols .form {
    padding: 40px;
    border: 1px solid #d5dde2; }
    @media screen and (max-width: 999px) {
      .cols .form {
        padding: 20px; } }

.space {
  margin-top: 40px; }

.blocks {
  position: relative;
  margin: 0 0 60px; }

.block .wrapper {
  padding-top: 0;
  padding-bottom: 0; }
.block + .block {
  margin-top: 40px; }

.layout {
  margin: 0 0 -40px;
  padding: 40px 0;
  /*
  @include max-width('999px') {
    &__content {
      padding-left: 240px;
    }
    &__sidebar {
      width: 200px;
    }
  }
  */ }
  .layout__wrapper {
    float: left;
    width: 100%; }
  .layout__content {
    min-height: 20px;
    margin: 0;
    padding: 0 0 0 280px; }
  .layout__sidebar {
    position: relative;
    float: left;
    width: 240px; }
  .layout:after {
    display: table;
    clear: both;
    content: ""; }
  @media screen and (max-width: 767px) {
    .layout__wrapper {
      float: none; }
    .layout__content {
      padding-left: 0; }
    .layout__sidebar {
      float: none;
      width: auto; }
    .layout .filter-widgets {
      margin: -20px 0 20px; }
      .layout .filter-widgets__toggle {
        display: inline-block; }
      .layout .filter-widgets .widget {
        display: none;
        margin: 20px 0 0; }
    .layout .sidebar-widgets .widget {
      margin: 0 0 20px; } }

#js .sidebar-widgets {
  display: none; }
  #js .sidebar-widgets.ready {
    display: block; }

.filter-widgets__toggle {
  display: none;
  vertical-align: middle;
  padding: 0 0 0 30px;
  color: #f37032;
  font-size: 150%;
  line-height: 1.2;
  font-weight: bold;
  background-image: url(/assets/filter-cae1e0917ba2f1b8d412bdc12246678d84d16e9fe9b64a27216ef5ec0c468adc.png);
  background-image: url(/assets/filter-1a16b35e19e3115a61816e410f9e575b7a20d1f7db43e4e8c41cbc81a50bd1e1.svg), none;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .filter-widgets__toggle:hover {
    color: #fa4404; }

.widget {
  margin: 0 0 40px;
  padding: 16px 20px 20px;
  background-color: #fff;
  border-top: 6px solid #f37032;
  border-bottom: 3px solid #f37032;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .widget__header {
    position: relative;
    margin: -16px -20px 16px -20px;
    padding: 10px 20px 16px 20px;
    background-color: #f37032; }
  .widget__title {
    margin: 0 0 16px;
    font-size: 180%;
    line-height: 1.25;
    font-weight: bold; }
    .widget__title i {
      font-style: normal;
      font-weight: normal; }
  .widget__description {
    font-size: 150%;
    line-height: 1.4; }
  .widget__action {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d5dde2; }
  .widget__header .widget__title {
    margin: 0;
    color: #fff;
    font-size: 240%;
    line-height: 1.2;
    font-weight: normal; }
  .widget__toggle {
    display: none;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -16px 0 0;
    background-image: url(/assets/widget-toggle-ba8af5cde4380e871c185ff3e7ab76979121775ce4e6c73250c3b6d374f3fd2a.png);
    background-image: url(/assets/widget-toggle-16fc3df6f8380c94868d95c99f5c3d764a7d5720bc380aeaf3d4f1591673ab44.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .widget__toggle {
        display: block; } }
  .widget__inner {
    margin: -16px -20px -20px -20px; }
  .widget--blue {
    border-color: #0072bc; }
  .widget--blue .widget__header {
    background-color: #0072bc; }
  .widget--green .widget__title {
    color: #0072bc; }
  .widget--green {
    border-color: #39b54a; }
  .widget--green .widget__header {
    background-color: #39b54a; }
  .widget--green .widget__title {
    color: #39b54a; }
  .widget--centered {
    text-align: center; }
  .widget.opened .widget__toggle {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.main-nav {
  position: relative;
  margin: 0;
  padding: 0 0 0 320px; }
  .main-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0 -10px;
    padding: 0; }
  .main-nav li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 10px 10px;
    padding: 0;
    font-size: 150%;
    line-height: 1.2;
    font-weight: bold; }
    .main-nav li a, .main-nav li span {
      color: #353841; }
    .main-nav li a:hover {
      color: #f37032; }
    .main-nav li.active a, .main-nav li.active span {
      color: #f37032; }
    .main-nav li ul {
      display: none;
      margin: 0; }
    .main-nav li li {
      display: block;
      margin: 0;
      font-size: 100%;
      font-weight: normal; }
  @media screen and (max-width: 999px) {
    .main-nav {
      padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .main-nav li {
      z-index: 10; }
      .main-nav li ul {
        position: absolute;
        left: 50%;
        top: 100%;
        width: 220px;
        margin: 4px 0 0 -110px;
        background-color: #ebeff2;
        border-radius: 3px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
      .main-nav li li {
        text-align: center; }
        .main-nav li li a, .main-nav li li span {
          display: block;
          padding: 10px;
          color: #353841; }
        .main-nav li li a:hover {
          color: #353841;
          background-color: #d5dde2; }
        .main-nav li li.active a, .main-nav li li.active span {
          color: #353841;
          background-color: #d5dde2; }
      .main-nav li:hover:before {
        display: block;
        position: absolute;
        z-index: -1;
        left: -20px;
        right: -20px;
        top: 0;
        bottom: -4px;
        content: ""; }
      .main-nav li:hover ul {
        display: block; }
      .main-nav li:hover li:before {
        display: none; }
      .main-nav li:hover > a {
        color: #f37032; }
      .main-nav li:first-child:hover ul {
        left: 0;
        margin-left: 0; }
      .main-nav li:last-child:hover ul {
        left: auto;
        right: 0;
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .main-nav {
      padding: 25px 10px 7px; }
      .main-nav:before {
        display: block;
        position: absolute;
        left: -20px;
        right: -20px;
        top: -1px;
        height: 2px;
        background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
        background-repeat: repeat;
        content: ""; }
      .main-nav ul {
        display: block;
        margin: 0; }
      .main-nav li {
        display: block;
        margin: 0 0 20px; }
        .main-nav li a, .main-nav li span {
          display: block; }
        .main-nav li ul {
          display: block; }
          .main-nav li ul:before {
            display: block;
            position: absolute;
            left: 10px;
            top: -12px;
            bottom: 0;
            width: 1px;
            background-color: #d5dde2;
            content: ""; }
        .main-nav li li {
          margin: 20px 0 0 40px; }
          .main-nav li li:before {
            display: block;
            position: absolute;
            left: -30px;
            top: 0.5em;
            width: 20px;
            height: 1px;
            background-color: #d5dde2;
            content: ""; }
          .main-nav li li:last-child:after {
            display: block;
            position: absolute;
            left: -30px;
            top: 0.5em;
            bottom: 0;
            width: 20px;
            margin-top: 1px;
            background-color: #fff;
            content: ""; } }

.inner-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.inner-nav li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding: 12px 10px 10px;
  font-size: 150%;
  line-height: 1.2;
  text-align: center; }
  .inner-nav li:after {
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    width: 2px;
    height: 30px;
    margin-top: -16px;
    background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
    background-repeat: repeat;
    content: ""; }
  .inner-nav li:first-child:after {
    display: none; }
  .inner-nav li span {
    color: #353841; }
  .inner-nav li a:hover span {
    color: #f37032; }
  .inner-nav li.active span {
    color: #f37032; }
  .inner-nav li.active:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #f37032;
    content: ""; }
@media screen and (max-width: 999px) {
  .inner-nav {
    margin-left: -20px;
    margin-right: -20px; } }
@media screen and (max-width: 767px) {
  .inner-nav li {
    display: block;
    width: auto;
    padding: 0; }
    .inner-nav li span {
      display: block;
      padding: 12px 30px; }
    .inner-nav li:after {
      left: 0;
      right: 0;
      top: -1px;
      width: auto;
      height: 2px;
      margin-top: 0; }
    .inner-nav li.active:before {
      display: block;
      position: absolute;
      left: 0;
      right: auto;
      top: 0;
      bottom: 0;
      width: 4px;
      height: auto; } }

.sidebar-nav__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }
.sidebar-nav__item {
  position: relative;
  margin: 0;
  padding: 0 20px;
  font-size: 150%;
  line-height: 1.2; }
  .sidebar-nav__item:first-child .sidebar-nav__name {
    border: 0; }
  .sidebar-nav__item.active:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #fa4404;
    content: ""; }
  .sidebar-nav__item.active .sidebar-nav__name {
    padding-left: 10px;
    color: #fa4404; }
.sidebar-nav__name {
  display: block;
  padding: 14px 0;
  color: #353841;
  border-top: 1px solid #d5dde2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .sidebar-nav__name:hover {
    color: #f37032; }
.sidebar-nav__inner-list {
  position: relative;
  list-style: none;
  margin: -14px 0 0;
  padding: 0 0 26px; }
  .sidebar-nav__inner-list:before {
    display: block;
    position: absolute;
    left: 20px;
    top: -12px;
    bottom: 0;
    width: 1px;
    background-color: #d5dde2;
    content: ""; }
  .sidebar-nav__inner-list ul {
    display: none; }
.sidebar-nav__inner-item {
  position: relative;
  margin: 20px 0 0 50px;
  padding: 0;
  font-size: 100%;
  line-height: 1.2; }
  .sidebar-nav__inner-item:before {
    display: block;
    position: absolute;
    left: -30px;
    top: 0.5em;
    bottom: auto;
    width: 20px;
    height: 1px;
    background-color: #d5dde2;
    content: ""; }
  .sidebar-nav__inner-item:last-child:after {
    display: block;
    position: absolute;
    left: -30px;
    top: 0.5em;
    bottom: -26px;
    width: 20px;
    margin-top: 1px;
    background-color: #fff;
    content: ""; }
  .sidebar-nav__inner-item.active .sidebar-nav__inner-name {
    color: #fa4404; }
.sidebar-nav__inner-name {
  color: #353841;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .sidebar-nav__inner-name:hover {
    color: #f37032; }
@media screen and (max-width: 767px) {
  .sidebar-nav {
    margin: 0;
    -webkit-transition: margin 0.2s linear;
    transition: margin 0.2s linear; }
    .sidebar-nav__item {
      max-height: 0;
      -webkit-transition: max-height 0.2s linear;
      transition: max-height 0.2s linear;
      overflow: hidden; }
      .sidebar-nav__item.active {
        margin: 10px 0;
        max-height: none;
        -webkit-transition: margin 0.2s linear;
        transition: margin 0.2s linear; }
    .sidebar-nav__name {
      border-color: transparent; }
    .widget.opened .sidebar-nav {
      margin: 10px 0 0; }
      .widget.opened .sidebar-nav__item {
        max-height: 1000px; }
        .widget.opened .sidebar-nav__item.active {
          margin: 0; }
      .widget.opened .sidebar-nav__name {
        border-color: #d5dde2; } }

.footer-nav {
  padding: 0 200px 0 280px;
  text-align: center; }
  .footer-nav ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .footer-nav li {
    margin: 0 0 1em;
    padding: 0;
    color: #9a9ba0;
    font-size: 150%;
    line-height: 1.2; }
    .footer-nav li a, .footer-nav li span {
      color: inherit; }
  @media screen and (max-width: 767px) {
    .footer-nav {
      margin: 0 0 40px;
      padding: 0;
      text-align: left; }
      .footer-nav ul {
        display: block; } }

.box {
  display: block;
  text-align: center; }
  .box__outer {
    display: inline-block; }
  .box__inner {
    display: table-cell;
    width: 40px;
    height: 2.4em;
    text-align: left;
    vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .box {
      text-align: left; }
      .box__inner {
        display: block;
        width: auto;
        height: auto; } }

.more {
  margin: 20px 0 0;
  text-align: center; }
  .more:hidden {
    display: none; }

.actions {
  position: absolute;
  right: 0;
  top: 11px; }
  .actions a {
    margin: 0 0 0 40px; }
  @media screen and (max-width: 999px) {
    .actions {
      top: 1px; } }
  @media screen and (max-width: 767px) {
    .actions {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 20px; }
      .actions a {
        margin: 10px 20px 0 0; } }

.action {
  position: relative;
  padding: 0 200px 0 0; }
  @media screen and (max-width: 767px) {
    .action {
      padding-right: 0; } }
  .action .icon {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .action .icon {
        position: relative;
        right: auto;
        top: auto;
        margin: 0; } }

.help {
  color: #fff;
  text-align: center;
  background-color: #f37032; }
  .help .wrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
  .help__text {
    display: inline-block;
    vertical-align: middle;
    width: 480px;
    margin: 0 15px;
    padding: 0;
    text-align: left;
    font-size: 300%;
    line-height: 1.2; }
    .help__text b {
      font-size: 130%;
      font-weight: normal; }
    .help__text span {
      display: block; }
  .help__action {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 360px;
    margin: 0 15px;
    padding: 20px 30px 20px 140px;
    color: #353841;
    font-size: 180%;
    line-height: 1.4;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .help__action:hover {
      color: #f37032; }
    .help__action:before {
      display: block;
      position: absolute;
      left: 30px;
      top: 50%;
      width: 80px;
      height: 80px;
      margin: -40px 0 0 0;
      background-image: url(/assets/help-7faafd627f92dae90e1c9d49b32a2a879b01d6f94f061827a0a9a6e5d25a1dce.png);
      background-image: url(/assets/help-179e8553418a897665f4d8843a743d969d3bb4608a07246d6820b4f5c7852ce3.svg), none;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      border: 1px solid #f37032;
      border-radius: 40px;
      content: ""; }
  @media screen and (max-width: 999px) {
    .help .wrapper {
      padding-top: 20px; }
    .help__text {
      display: block;
      width: auto;
      margin: 0;
      font-size: 240%;
      text-align: center; }
    .help__action {
      display: block;
      margin: 20px auto 0; } }
  @media screen and (max-width: 767px) {
    .help .wrapper {
      padding-bottom: 20px; }
    .help__text {
      font-size: 180%; }
    .help__action {
      padding-left: 110px;
      font-size: 150%; }
      .help__action:before {
        left: 20px;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        border-radius: 35px; } }

.go {
  margin: 40px 0;
  text-align: center; }

.main-blocks {
  margin: 0 0 -40px;
  padding: 40px 0 0; }
  .main-blocks__item {
    position: relative;
    margin: 0 0 80px; }
    .main-blocks__item .keynote {
      position: absolute;
      left: 0;
      top: 0;
      padding-right: 50%; }
      .main-blocks__item .keynote p {
        margin: -5px 0 0;
        font-size: 240%;
        line-height: 1.2; }
      .main-blocks__item .keynote.big p {
        margin-top: -11px;
        font-size: 300%;
        line-height: 1.2;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .main-blocks__item .keynote.big p {
            font-size: 240%; } }
    .main-blocks__item .details {
      position: relative;
      padding-left: 50%; }
      .main-blocks__item .details p {
        font-size: 160%;
        line-height: 1.5; }
    @media screen and (max-width: 999px) {
      .main-blocks__item .keynote {
        position: relative;
        left: auto;
        top: auto;
        padding-right: 0; }
      .main-blocks__item .details {
        margin-top: 16px;
        padding-left: 0; } }

.main-tiles__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 25%;
  height: 25vw;
  min-height: 250px;
  background-color: #ebeff2;
  overflow: hidden; }
  .main-tiles--3 .main-tiles__item {
    width: 33.33333%;
    height: 20vw;
    min-height: 200px; }
  .main-tiles--5 .main-tiles__item {
    width: 20%;
    height: 20vw;
    min-height: 200px; }
  .main-tiles__item:before, .main-tiles__item:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    pointer-events: none; }
  .main-tiles__item:before {
    z-index: 2;
    top: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.2);
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .main-tiles__item:after {
    z-index: 3;
    top: 0;
    bottom: 50%;
    background: -webkit-linear-gradient(bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.8) 100%);
    background: linear-gradient(to top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.8) 100%); }
  .main-tiles__item a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .main-tiles__item span {
    display: block;
    position: absolute;
    z-index: 4;
    left: 30px;
    right: 30px;
    top: 26px;
    color: #fff;
    font-size: 200%;
    line-height: 1.2; }
  .main-tiles__item i {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s; }
  .main-tiles__item:hover:before {
    background: rgba(18, 18, 18, 0.3); }
  .main-tiles__item:hover i {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  @media screen and (max-width: 999px) {
    .main-tiles__item span {
      left: 20px;
      top: 18px;
      font-size: 180%; } }
  @media screen and (max-width: 767px) {
    .main-tiles__item {
      width: 100%;
      height: auto;
      min-height: 112px; }
      .main-tiles__item span {
        left: 30px;
        top: 12px;
        font-size: 200%; } }

.tiles {
  margin: 0 0 20px;
  margin-top: -46px; }
  .page-header + .tiles {
    margin: 30px 0 0; }
  .tiles__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 320px;
    height: 160px;
    background-color: #ebeff2;
    overflow: hidden; }
    .tiles__item:before, .tiles__item:after {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      pointer-events: none; }
    .tiles__item:before {
      z-index: 2;
      top: 0;
      background: rgba(18, 18, 18, 0.2);
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
    .tiles__item:after {
      z-index: 3;
      top: 50%;
      background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.8) 100%); }
    .tiles__item span {
      display: block;
      position: absolute;
      z-index: 4;
      left: 20px;
      right: 20px;
      bottom: 20px;
      color: #fff;
      font-size: 180%;
      line-height: 1.2; }
    .tiles__item i {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-position: 50% 50%;
      background-size: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: -webkit-transform 10s;
      transition: -webkit-transform 10s;
      transition: transform 10s;
      transition: transform 10s, -webkit-transform 10s; }
    .tiles__item:hover:before {
      background: rgba(18, 18, 18, 0.3); }
    .tiles__item:hover i {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
  .tiles--wide .tiles__item {
    width: 50%; }
  .tiles--high {
    margin: 30px 0 0; }
    .tiles--high .tiles__item {
      height: 200px; }
  @media screen and (max-width: 999px) {
    .tiles__item {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .tiles__item {
      width: 100%; } }

#js .tiles {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0; }
  #js .tiles.ready {
    opacity: 1; }

.articles {
  margin: 40px 0 0; }
  .articles__item {
    margin: 0 0 40px; }
    .articles__item h2 {
      margin: 0 0 0.5em;
      font-size: 200%;
      line-height: 1.25; }
    .articles__item p {
      margin: 0 0 0.5em; }
  .layout .articles {
    margin-top: 0; }

.catalog-item {
  position: relative;
  margin: 0 0 20px;
  padding: 0 240px 0 0;
  font-size: 10px; }
  .catalog-item__info {
    position: relative;
    padding: 3px;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
    .catalog-item__info:after {
      display: block;
      position: absolute;
      z-index: 4;
      left: 100%;
      top: 9px;
      bottom: 0;
      width: 2px;
      background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
      background-repeat: repeat;
      content: ""; }
    .catalog-item__info .in {
      position: relative;
      min-height: 114px;
      padding: 16px 16px 42px 128px;
      border: 1px solid #d5dde2; }
    .catalog-item__info .fx {
      position: absolute;
      z-index: 3;
      right: -14px;
      top: -2px;
      width: 26px;
      height: 14px;
      background-image: url(/assets/catalog-item-9029e36750c4aeffab6af520c334c910ac027bbc0abbc6145b8ee0bcb2c547d4.png);
      background-position: 0 0; }
    .catalog-item__info a {
      display: block;
      min-height: 112px;
      margin: -16px -16px -42px -128px;
      padding: 16px 16px 42px 128px; }
    .catalog-item__info img {
      display: block;
      position: absolute;
      left: 16px;
      top: 16px; }
  .catalog-item__name {
    display: table-cell;
    vertical-align: top;
    height: 3em;
    color: #353841;
    font-size: 150%;
    line-height: 1.2;
    font-weight: bold;
    -webkit-transition: 0.3s color;
    transition: 0.3s color; }
    .catalog-item__name:hover {
      color: #f37032; }
  .catalog-item__id {
    position: absolute;
    left: 128px;
    bottom: 16px;
    color: #9a9ba0;
    font-size: 130%;
    line-height: 1.2; }
  .catalog-item__checkout {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }
    .catalog-item__checkout:before {
      display: block;
      position: absolute;
      left: -3px;
      top: 0;
      bottom: 0;
      width: 3px;
      background-color: #fff;
      content: ""; }
    .catalog-item__checkout .in {
      position: absolute;
      left: 5px;
      right: 3px;
      top: 3px;
      bottom: 3px;
      padding: 4px 16px 16px;
      border: solid #d5dde2;
      border-width: 1px 0; }
    .catalog-item__checkout .fx {
      position: absolute;
      z-index: 3;
      left: -12px;
      top: -2px;
      width: 26px;
      height: 14px;
      background-image: url(/assets/catalog-item-9029e36750c4aeffab6af520c334c910ac027bbc0abbc6145b8ee0bcb2c547d4.png);
      background-position: -26px 0; }
    .catalog-item__checkout .icon__inner {
      width: 80px; }
  .catalog-item--special .catalog-item__checkout:after {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-image: url(/assets/special-tr-45c5bf2038abe8f33b9aa92898912aa97902e3d56d76dc3f167da490437796ca.png);
    background-image: url(/assets/special-tr-ccc27ccf1f6d9fd5cdf5c3b013c2350c6665e2c24a4535a7e75c20a9f98f1337.svg), none;
    background-repeat: no-repeat;
    content: ""; }
  .catalog-item--special .catalog-item__checkout.added:after {
    display: none; }
  @media screen and (max-width: 999px) {
    .catalog-item {
      /*
      padding-right: 180px;
      &__checkout {
        width: 180px;
      }
      */
      padding-right: 0; }
      .catalog-item__info {
        border-radius: 3px 3px 0 0; }
        .catalog-item__info:after {
          left: 0;
          right: 9px;
          top: 100%;
          bottom: auto;
          width: auto;
          height: 2px;
          background-image: url(/assets/line-dot-alt-c802ef3ca9a438e5b6c3253130cdc68960d78b3855f22d5d72e4d4e26a09e5f8.png);
          background-position: 100% 0; }
        .catalog-item__info .in {
          padding-left: 112px; }
        .catalog-item__info a {
          margin-left: -112px;
          padding-left: 112px; }
        .catalog-item__info .fx {
          right: -2px;
          top: auto;
          bottom: -14px;
          width: 14px;
          height: 26px;
          background-position: 0 -16px; }
      .catalog-item__id {
        left: 112px; }
      .catalog-item__checkout {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        width: auto;
        padding: 5px 3px 3px;
        text-align: left;
        border-radius: 0 0 3px 3px; }
        .catalog-item__checkout:before {
          left: 0;
          right: 0;
          top: -3px;
          bottom: auto;
          width: auto;
          height: 3px; }
        .catalog-item__checkout .in {
          position: relative;
          left: auto;
          right: auto;
          top: auto;
          bottom: auto;
          padding: 4px 8px;
          border-width: 0 1px; }
        .catalog-item__checkout .fx {
          left: auto;
          right: -2px;
          top: -12px;
          width: 14px;
          height: 26px;
          background-position: -26px -16px; }
        .catalog-item__checkout .icon {
          position: absolute;
          right: 4px;
          top: 50%;
          margin-top: -20px; }
      .catalog-item--special .catalog-item__checkout:after {
        left: 0;
        right: auto;
        top: auto;
        bottom: 0;
        background-image: url(/assets/special-bl-ff53f04bd6133d097ad644c4d7a3e511adcc8504dc9a0248e649ddc3dd3a0aac.png);
        background-image: url(/assets/special-bl-a18eb5950ce878271766445fb3a47e2c5de95e6d8cde287101d5cbc40e434bee.svg), none;
        background-repeat: no-repeat; } }
  .catalog-slider .catalog-item {
    /*
    padding-right: 180px;
    &__checkout {
      width: 180px;
    }
    */
    padding-right: 0; }
    .catalog-slider .catalog-item__info {
      border-radius: 3px 3px 0 0; }
      .catalog-slider .catalog-item__info:after {
        left: 0;
        right: 9px;
        top: 100%;
        bottom: auto;
        width: auto;
        height: 2px;
        background-image: url(/assets/line-dot-alt-c802ef3ca9a438e5b6c3253130cdc68960d78b3855f22d5d72e4d4e26a09e5f8.png);
        background-position: 100% 0; }
      .catalog-slider .catalog-item__info .in {
        padding-left: 112px; }
      .catalog-slider .catalog-item__info a {
        margin-left: -112px;
        padding-left: 112px; }
      .catalog-slider .catalog-item__info .fx {
        right: -2px;
        top: auto;
        bottom: -14px;
        width: 14px;
        height: 26px;
        background-position: 0 -16px; }
    .catalog-slider .catalog-item__id {
      left: 112px; }
    .catalog-slider .catalog-item__checkout {
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      width: auto;
      padding: 5px 3px 3px;
      text-align: left;
      border-radius: 0 0 3px 3px; }
      .catalog-slider .catalog-item__checkout:before {
        left: 0;
        right: 0;
        top: -3px;
        bottom: auto;
        width: auto;
        height: 3px; }
      .catalog-slider .catalog-item__checkout .in {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding: 4px 8px;
        border-width: 0 1px; }
      .catalog-slider .catalog-item__checkout .fx {
        left: auto;
        right: -2px;
        top: -12px;
        width: 14px;
        height: 26px;
        background-position: -26px -16px; }
      .catalog-slider .catalog-item__checkout .icon {
        position: absolute;
        right: 4px;
        top: 50%;
        margin-top: -20px; }
    .catalog-slider .catalog-item--special .catalog-item__checkout:after {
      left: 0;
      right: auto;
      top: auto;
      bottom: 0;
      background-image: url(/assets/special-bl-ff53f04bd6133d097ad644c4d7a3e511adcc8504dc9a0248e649ddc3dd3a0aac.png);
      background-image: url(/assets/special-bl-a18eb5950ce878271766445fb3a47e2c5de95e6d8cde287101d5cbc40e434bee.svg), none;
      background-repeat: no-repeat; }
  .catalog-item__checkout.added {
    background-color: transparent;
    box-shadow: none; }
    .catalog-item__checkout.added:before {
      display: none; }
    .catalog-item__checkout.added .fx {
      display: none; }

.catalog-card {
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }
  .catalog-card__inner {
    /*
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    */
    padding: 20px 40px;
    border: 1px solid #d5dde2; }
    .catalog-card__inner:after {
      display: table;
      clear: both;
      content: ""; }
  .catalog-card__gallery {
    float: left;
    width: 200px;
    height: 282px;
    margin: 0 40px -10px 0; }
    .catalog-card__gallery .fotorama__stage {
      background-color: transparent; }
    .catalog-card__gallery img {
      cursor: pointer;
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
  .catalog-card__about {
    display: table-cell;
    vertical-align: middle;
    width: 632px;
    height: 272px;
    overflow: hidden; }
  .catalog-card__title {
    margin: 0 0 10px;
    font-size: 240%;
    line-height: 1.2; }
  .catalog-card__property {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0;
    color: #9a9ba0; }
    .catalog-card__property b {
      color: #353841;
      font-weight: normal; }
  .catalog-card__checkout {
    position: relative;
    margin: 20px 0 0;
    padding: 4px 20px;
    background-color: #ebeff2;
    border-radius: 3px; }
    .catalog-card__checkout .button, .catalog-card__checkout .icon {
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -21px; }
    .catalog-card__checkout .icon {
      margin-top: -20px; }
  .catalog-card__actions {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d5dde2; }
    .catalog-card__actions .icon {
      width: 30%;
      margin-right: 3%; }
      .catalog-card__actions .icon__inner {
        width: 100%; }
  @media screen and (max-width: 999px) {
    .catalog-card__actions {
      margin-bottom: -10px; }
      .catalog-card__actions .icon {
        width: 100%;
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .catalog-card__inner {
      padding: 20px; }
    .catalog-card__gallery {
      float: none;
      margin: 0 auto 20px; }
    .catalog-card__checkout {
      padding: 4px 20px 20px;
      text-align: center; }
      .catalog-card__checkout .price {
        width: 100%; }
      .catalog-card__checkout .button, .catalog-card__checkout .icon {
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        margin-top: 0; } }

#js .catalog-card__gallery {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0; }
  #js .catalog-card__gallery.ready {
    opacity: 1; }

/* Peppermint required styles */
.peppermint.peppermint-active {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

.peppermint.peppermint-active .peppermint-slides {
  position: relative;
  overflow: hidden;
  /* clearfix */
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.peppermint.peppermint-active .peppermint-slides > * {
  float: left;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.peppermint.peppermint-active .peppermint-slides a:active,
.peppermint.peppermint-active .peppermint-slides a:active img {
  outline: none; }

.peppermint.peppermint-active,
.peppermint.peppermint-active .peppermint-slides,
.peppermint.peppermint-active .peppermint-slides > * {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.peppermint.peppermint-mouse .peppermint-slides {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.peppermint.peppermint-mouse.peppermint-drag .peppermint-slides * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* Default styles */
.catalog-slider {
  padding: 0 0 20px; }
  .catalog-slider__title {
    margin: 0 0 20px;
    font-size: 300%;
    line-height: 1.2; }
  .catalog-slider .catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 316px;
    margin: 0 3px 6px; }
    .catalog-slider .catalog-item__info .in {
      min-height: 180px; }
  .catalog-slider__list {
    position: relative;
    margin: 0 -3px -6px; }
  .catalog-slider__wrapper {
    font-size: 0; }
    .catalog-slider__wrapper:before, .catalog-slider__wrapper:after {
      display: none;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      width: 10px;
      content: ""; }
    .catalog-slider__wrapper:before {
      left: 0;
      background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-repeat: no-repeat;
      background-position: 0 0, 0 0;
      background-size: 1px 100%, 5px 100%; }
    .catalog-slider__wrapper:after {
      right: 0;
      background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      background-repeat: no-repeat;
      background-position: 100% 0, 100% 0;
      background-size: 1px 100%, 5px 100%; }
    .catalog-slider__wrapper.peppermint-drag:before, .catalog-slider__wrapper.peppermint-drag:after {
      display: block; }
  .catalog-slider__more {
    margin: 20px 0 0;
    text-align: center; }
  .catalog-slider__other {
    display: none; }
  .catalog-slider__controls {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0; }
    .catalog-slider__controls .arrow-controls__prev, .catalog-slider__controls .arrow-controls__next {
      position: absolute;
      z-index: 2;
      top: 50%;
      margin-top: -20px; }
    .catalog-slider__controls .arrow-controls__prev {
      left: -50px; }
    .catalog-slider__controls .arrow-controls__next {
      right: -50px; }
  @media screen and (max-width: 999px) {
    .catalog-slider {
      padding-bottom: 12px; }
      .catalog-slider__title {
        font-size: 240%; }
      .catalog-slider .catalog-item {
        width: 100%; }
        .catalog-slider .catalog-item__info .in {
          min-height: 114px; } }
  @media screen and (max-width: 1100px) {
    .catalog-slider__controls {
      position: relative;
      height: 40px;
      margin: 10px 0 0; }
      .catalog-slider__controls .arrow-controls__prev {
        left: 50%;
        top: 0;
        margin: 0 0 0 -45px; }
      .catalog-slider__controls .arrow-controls__next {
        right: 50%;
        top: 0;
        margin: 0 -45px 0 0; } }

#js .catalog-slider.js-catalog-slider .catalog-slider__list {
  height: 100px;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0; }
  #js .catalog-slider.js-catalog-slider .catalog-slider__list.ready {
    height: auto;
    opacity: 1; }
    #js .catalog-slider.js-catalog-slider .catalog-slider__list.ready, #js .catalog-slider.js-catalog-slider .catalog-slider__list.ready .catalog-slider__controls {
      opacity: 1; }

.catalog-table {
  margin: 20px 0; }
  .catalog-table .table {
    margin: 0; }
  .catalog-table table th, .catalog-table table td {
    line-height: 1.2;
    vertical-align: middle; }
  .catalog-table__price {
    white-space: nowrap; }
    .catalog-table__price b {
      font-weight: normal; }
    .catalog-table__price span.rub {
      margin-left: 2px;
      color: #9a9ba0; }
  .catalog-table__status--green {
    color: #39b54a; }
  .catalog-table__action {
    width: 160px;
    font-size: 100%;
    text-align: right; }
  @media screen and (max-width: 767px) {
    .catalog-table table thead {
      display: none; }
    .catalog-table table tr {
      position: relative;
      display: block;
      padding: 8px 10px 0;
      border-bottom: 1px solid #d5dde2; }
      .catalog-table table tr:nth-child(even) {
        background-color: #fff; }
    .catalog-table table td {
      display: block;
      padding: 0 0 8px;
      border: 0; }
      .catalog-table table td:before {
        display: block;
        margin: 0 0 2px;
        color: #9a9ba0;
        font-size: 87%;
        content: attr(data-title) ": "; }
      .catalog-table table td.catalog-table__number {
        display: none; }
      .catalog-table table td.catalog-table__action {
        position: absolute;
        right: 10px;
        top: 13px; }
        .catalog-table table td.catalog-table__action:before {
          display: none; }
    .catalog-table__action {
      width: auto;
      text-align: left; } }

.price {
  display: inline-block;
  vertical-align: middle; }
  .price__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 54px; }
  .price__inner {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: right; }
  .price b {
    display: block;
    padding: 0 20px 0 0;
    font-size: 240%;
    line-height: 1;
    font-weight: normal; }
  .price s {
    display: block;
    padding: 0 20px 0 0;
    color: #9a9ba0;
    font-size: 150%;
    line-height: 1; }
  .price i {
    color: #ed1a3b;
    font-size: 200%;
    line-height: 1;
    font-style: normal; }
  .price span.rub {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0.05em;
    color: #9a9ba0;
    font-size: 180%;
    line-height: 1; }
  .price a {
    color: inherit; }

.cart-candidate {
  margin: 0 -40px 30px 0; }
  .cart-candidate__left {
    display: table-cell;
    vertical-align: middle;
    width: 360px;
    padding-right: 26px; }
  .cart-candidate__right {
    position: relative;
    display: table-cell;
    width: 240px;
    padding: 0 20px 20px;
    background-color: #ebeff2;
    border-radius: 3px 0 0 3px; }
    .cart-candidate__right:before {
      display: block;
      position: absolute;
      left: -6px;
      top: 0;
      bottom: 0;
      width: 2px;
      background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
      background-repeat: repeat;
      content: ""; }
  .cart-candidate h3 {
    margin: 0;
    color: #353841;
    font-size: 200%;
    line-height: 1.4; }
  .cart-candidate .quantity {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .cart-candidate {
      margin: 0 0 20px; }
      .cart-candidate__left {
        display: block;
        width: auto;
        padding-right: 0; }
      .cart-candidate__right {
        display: block;
        width: auto;
        margin-top: 26px;
        border-radius: 3px; }
        .cart-candidate__right:before {
          left: 0;
          right: 0;
          top: -6px;
          bottom: auto;
          width: auto;
          height: 2px; } }

.cart-list {
  margin: 40px 0;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); }

.cart-item {
  position: relative;
  margin: 6px 0 0;
  border: 1px solid #d5dde2; }
  .cart-item:first-child {
    margin-top: 0; }
  .cart-item__info {
    position: relative;
    width: 420px;
    min-height: 112px;
    padding: 16px 16px 42px 128px;
    overflow: hidden; }
    .cart-item__info a {
      display: block;
      min-height: 112px;
      margin: -16px -16px -42px -128px;
      padding: 16px 16px 42px 128px; }
    .cart-item__info img {
      display: block;
      position: absolute;
      left: 16px;
      top: 16px; }
  .cart-item__name {
    display: table-cell;
    vertical-align: top;
    height: 3em;
    color: #353841;
    font-size: 150%;
    line-height: 1.2;
    font-weight: bold; }
  .cart-item__id {
    position: absolute;
    left: 128px;
    bottom: 16px;
    color: #9a9ba0;
    font-size: 130%;
    line-height: 1.2; }
  .cart-item__calc {
    position: absolute;
    left: 420px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 40px;
    white-space: nowrap;
    overflow: hidden; }
    .cart-item__calc:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 2px;
      margin-left: -1px;
      background-image: url(/assets/line-dot-c36d79ca6d86bd41092907c959ba34cf8111620103db1143dd7eea5877fa6f3e.png);
      background-repeat: repeat;
      content: ""; }
  .cart-item .field {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px 0 0;
    white-space: normal; }
  .cart-item .price s {
    display: none; }
  .cart-item__price.field {
    min-width: 124px; }
    .cart-item__price.field label {
      display: block;
      vertical-align: baseline;
      margin: 0 0 4px;
      color: #9a9ba0; }
  .cart-item__quantity.field label {
    display: block;
    vertical-align: baseline;
    margin: 0 0 12px;
    color: #9a9ba0; }
  .cart-item__total.field label {
    display: block;
    vertical-align: baseline;
    margin: 0 0 4px;
    color: #9a9ba0; }
  .cart-item__remove {
    position: absolute;
    right: 10px;
    top: 10px; }
    .cart-item__remove a {
      display: block;
      width: 40px;
      height: 40px;
      background-image: url(/assets/remove-5913325813338bc15bb9254ffc9c2fc81be7cb0253e943db8972987d6ae0b257.png);
      background-image: url(/assets/remove-fd82da5e7975d4e2139a2f49f0133481841b675c13cc9a266d4ce209d0ef0408.svg), none;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 12px 12px;
      opacity: 0.5;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .cart-item__remove a:hover {
        opacity: 1; }
  @media screen and (max-width: 999px) {
    .cart-item__info {
      width: auto;
      padding-left: 112px;
      padding-right: 68px; }
      .cart-item__info a {
        margin-left: -112px;
        padding-left: 112px; }
    .cart-item__id {
      left: 112px; }
    .cart-item__calc {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      padding: 16px; }
      .cart-item__calc:before {
        display: none; }
    .cart-item__remove {
      right: 6px;
      top: 6px; } }
  @media screen and (max-width: 767px) {
    .cart-item__info {
      min-height: 0;
      padding-left: 16px; }
      .cart-item__info a {
        min-height: 0; }
      .cart-item__info img {
        display: none; }
    .cart-item__name {
      height: auto; }
    .cart-item__id {
      left: 16px; }
    .cart-item__calc {
      padding-top: 10px; }
    .cart-item__price.field {
      min-width: 110px; }
      .cart-item__price.field label {
        margin: 0; }
      .cart-item__price.field .price b, .cart-item__price.field .price span {
        font-size: 150%; }
    .cart-item__quantity.field label {
      margin: 0 0 8px; }
    .cart-item__total.field {
      display: block;
      margin-top: 8px; }
      .cart-item__total.field label {
        margin: 0 0 -10px; } }

.cart-total {
  margin: 40px 0;
  text-align: right; }
  .cart-total i {
    margin-right: 40px;
    font-size: 300%;
    font-style: normal; }
  .cart-total b {
    font-size: 400%;
    font-weight: normal; }
  .cart-total span {
    color: #9a9ba0;
    font-size: 300%; }
  @media screen and (max-width: 999px) {
    .cart-total i {
      margin-right: 20px;
      font-size: 240%; }
    .cart-total b {
      font-size: 320%; }
    .cart-total span {
      font-size: 240%; } }

.cart-checkout {
  position: relative;
  margin: 40px 0;
  padding: 40px;
  background-color: #ebeff2; }
  .cart-checkout:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    height: 1px;
    background-color: #d5dde2;
    content: ""; }
  .cart-checkout p {
    margin: 0;
    padding-right: 280px;
    font-size: 200%;
    line-height: 1.25;
    text-align: left; }
  .cart-checkout a.button {
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -29px;
    padding: 20px; }
  .cart-checkout .cols {
    padding: 0; }
  @media screen and (max-width: 767px) {
    .cart-checkout p {
      padding: 0; }
    .cart-checkout a.button {
      display: inline-block;
      position: relative;
      right: auto;
      top: auto;
      margin-top: 40px; } }

.checkout {
  margin: 40px 0 0; }
  .checkout__comment {
    margin: 0 0 20px; }
  .checkout__cols {
    padding: 0; }
  .checkout__table {
    margin: 0; }
  .checkout__go {
    margin: 60px 0 20px; }
  @media screen and (max-width: 999px) {
    .checkout__table {
      max-width: 460px;
      margin-bottom: -20px; } }

.profile__head {
  position: relative;
  margin: 0 0 30px; }
  .profile__head-title {
    font-size: 200%;
    line-height: 1; }
  .profile__head-logout {
    position: absolute;
    right: 0;
    top: -9px; }
.profile__manager {
  margin: 30px 0 0; }
  .profile__manager-title {
    display: inline-block;
    vertical-align: top;
    margin: 2px 20px 4px 0;
    font-size: 150%;
    line-height: 1.2; }
  .profile__manager-info {
    display: inline-block;
    vertical-align: top;
    font-size: 180%;
    line-height: 1.2; }
    .profile__manager-info b {
      display: block; }
    .profile__manager-info span {
      display: inline-block;
      margin: 4px 40px 0 0; }
.profile__header {
  margin: 0; }
  .profile__header-comment {
    margin-top: 12px; }
  .profile__header .icon {
    margin: 0 0 -4px; }
    .profile__header .icon__inner {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .profile__header .icon {
      margin: 20px 0 0; } }
.profile__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
  font-size: 300%;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .profile__title {
      display: block; } }
.profile__description {
  margin: 12px 0 0; }
.profile__price {
  margin: 0; }
  .profile__price:after {
    display: table;
    clear: both;
    content: ""; }
  .profile__price-download {
    float: right;
    width: 240px;
    margin-left: 40px; }
    .profile__price-download .widget {
      margin: 0; }
  .profile__price-request {
    overflow: hidden; }
    .profile__price-request .file {
      margin: 20px 0 0; }
  @media screen and (max-width: 767px) {
    .profile__price-download {
      float: none;
      width: auto;
      margin: 0 0 30px; } }
.profile__reserved {
  margin: 20px 0 -10px; }
.profile__table {
  margin: 20px 0 10px; }
.profile__edit {
  margin: 20px 0; }
  .profile__edit + .profile__header {
    margin-top: 40px; }

.alphabet-search {
  padding: 40px 0; }
  .alphabet-search__tabs {
    margin: 0 0 50px; }
    @media screen and (max-width: 479px) {
      .alphabet-search__tabs {
        display: none; } }
  .alphabet-search__select-nav {
    display: none;
    margin: 0 0 40px; }
    @media screen and (max-width: 479px) {
      .alphabet-search__select-nav {
        display: block; } }
  .alphabet-search__letters {
    margin: 0 0 40px;
    /*
    @include max-width('999px') {
      p {
        min-width: 0;
        margin: 0 0 0.75em;
        font-size: 200%;
      }
      ul {
        max-width: none;
      }
      li {
        font-size: 160%;
      }
    }
    */ }
    .alphabet-search__letters p {
      display: inline-block;
      vertical-align: top;
      line-height: 1.2;
      min-width: 0;
      margin: 0 0 0.75em;
      font-size: 200%; }
    .alphabet-search__letters ul {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 -4px;
      padding: 0;
      max-width: none; }
    .alphabet-search__letters li {
      display: inline-block;
      vertical-align: top;
      margin: 0 4px 4px 0;
      padding: 0;
      line-height: 32px;
      font-size: 160%; }
      .alphabet-search__letters li a, .alphabet-search__letters li span {
        display: inline-block;
        vertical-align: top;
        width: 32px;
        color: #353841;
        text-align: center;
        border-radius: 3px; }
      .alphabet-search__letters li.active a, .alphabet-search__letters li.active span {
        color: #fff;
        background-color: #f37032; }
      .alphabet-search__letters li.disabled span {
        color: #d0d2d8; }
  .alphabet-search__results {
    margin: 0 0 -20px; }
    .alphabet-search__results ul {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      width: 288px;
      margin: 0 0 0 48px;
      padding: 0; }
      .alphabet-search__results ul:first-child {
        margin: 0; }
    .alphabet-search__results li {
      margin: 0 0 20px;
      padding: 0; }
    @media screen and (max-width: 999px) {
      .alphabet-search__results ul {
        width: 100%;
        margin: 0; } }

.alphabet-list__letter {
  margin: 0 0 20px;
  font-size: 300%;
  line-height: 1;
  font-weight: bold; }
  @media screen and (max-width: 999px) {
    .alphabet-list__letter {
      margin-bottom: 30px; } }
.alphabet-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.alphabet-list li {
  margin: 0 0 20px;
  padding: 0; }
  .alphabet-list li img, .alphabet-list li span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    @media screen and (max-width: 999px) {
      .alphabet-list li img, .alphabet-list li span {
        cursor: default; } }
  .alphabet-list li img {
    margin-right: 20px; }
  @media screen and (max-width: 999px) {
    .alphabet-list li {
      margin-bottom: 30px; } }
@media screen and (max-width: 999px) {
  .alphabet-list .tooltip-trigger {
    margin: 0 0 20px; } }
.alphabet-list .tooltip-content {
  display: none; }
  @media screen and (max-width: 999px) {
    .alphabet-list .tooltip-content {
      display: block; } }

.map {
  width: 100%;
  height: 400px; }

.flash {
  margin: 20px 0 0;
  color: #353841; }
  .flash .wrapper {
    padding: 0 20px; }
  .flash__message {
    padding: 18px 20px;
    color: #fff;
    background-color: #39b54a;
    border-radius: 3px; }
  .flash p {
    margin: 0;
    font-size: 180%;
    line-height: 1.2; }
  .flash--alert .flash__message {
    background-color: #0072bc; }
  .flash--alert .flash--notice {
    background-color: #39b54a; }
  .flash + .content .main-tiles {
    margin-top: 20px; }

footer {
  position: relative;
  z-index: 10;
  height: 300px;
  margin: -300px 0 0;
  background-color: #353841; }
  footer .wrapper {
    height: inherit; }
  @media screen and (max-width: 767px) {
    footer {
      height: auto;
      margin: 0; } }

.copyright {
  position: absolute;
  left: 20px;
  bottom: 40px;
  width: 240px;
  color: #9a9ba0;
  font-size: 120%;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .copyright {
      position: relative;
      left: auto;
      bottom: auto;
      margin: 0 0 10px; } }

.ui__block {
  margin: 60px 0; }

.price-request-form .field:first-of-type {
  display: none; }

.edit-product-link {
  position: absolute;
  bottom: 7px;
  font-size: 14px;
  right: 5px;
  z-index: 1; }

.edit-filter-link {
  font-size: 14px;
  z-index: 1;
  position: absolute;
  top: -30px; }

legend {
  margin: 0 0 20px;
  font-size: 240%;
  line-height: 1.2; }

label {
  display: block;
  margin: 0 0 4px;
  font: 150%/1.2 "PT", Helvetica, Arial, sans-serif; }

input, textarea, select, button {
  color: #353841;
  font: 150%/1.2 "PT", Helvetica, Arial, sans-serif;
  vertical-align: baseline; }

textarea {
  vertical-align: top;
  resize: vertical; }

.form {
  max-width: 460px; }
  .form.wide {
    max-width: none; }
  .form.centered {
    margin-left: auto;
    margin-right: auto; }

.field {
  margin: 0 0 20px; }
  .field input, .field textarea {
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #d5dde2;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .field input:hover, .field textarea:hover {
      border-color: #ff9000; }
  .field textarea {
    height: 100px; }
  .field.error input, .field.error textarea, .field .error input, .field .error textarea {
    color: #ed1a3b;
    border-color: #ed1a3b; }
  .field.valid input, .field.valid textarea, .field .valid input, .field .valid textarea {
    color: #39b54a;
    border-color: #39b54a; }
  .field input:focus, .field textarea:focus {
    border-color: #ff9000;
    box-shadow: 0 0 5px #ff9000; }

.form-comment {
  display: block;
  margin: 4px 0 0;
  color: #9a9ba0;
  font-size: 120%;
  line-height: 1.2; }
  .form-comment.error {
    color: #ed1a3b; }

.set, .check {
  margin: 30px 0;
  text-align: left; }
  .set input, .check input {
    display: none; }
  .set label, .check label {
    position: relative;
    margin: 0;
    padding: 0 0 0 34px;
    font-size: 150%;
    line-height: 1.2;
    font-weight: normal;
    text-align: left; }
    .set label:before, .set label:after, .check label:before, .check label:after {
      display: block;
      position: absolute;
      content: ""; }
    .set label:before, .check label:before {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .set input[type=checkbox] + label:before, .check input[type=checkbox] + label:before {
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    background-color: #ebeff2;
    border: 1px solid #d5dde2;
    border-radius: 3px; }
  .set input[type=checkbox] + label:hover:before, .check input[type=checkbox] + label:hover:before {
    border-color: #ff9000; }
  .set input[type=checkbox]:checked + label:before, .check input[type=checkbox]:checked + label:before {
    background-color: #fa4404;
    background-image: url(/assets/components/checkbox/checkbox-d15fed9381b1646bab52821ce26bfa4cf23d7848c69579e8156fbaed2195ab86.png);
    background-image: url(/assets/components/checkbox/checkbox-3a93e2a7f22c155849c51ff916fa941a1b463d04b3ffbbc67ef5dfae96bddfd5.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-color: #fa4404;
    -webkit-transition: none;
    transition: none; }
  .set input[type=radio] + label:before, .check input[type=radio] + label:before {
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    background-color: #ebeff2;
    border: 1px solid #d5dde2;
    border-radius: 13px; }
  .set input[type=radio] + label:hover:before, .check input[type=radio] + label:hover:before {
    border-color: #ff9000; }
  .set input[type=radio]:checked + label:before, .check input[type=radio]:checked + label:before {
    background-color: #fa4404;
    border-color: #fa4404; }
  .set input[type=radio]:checked + label:after, .check input[type=radio]:checked + label:after {
    left: 10px;
    top: 6px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 3px; }
  .set ul, .check ul {
    list-style: none;
    margin: 0 0 -16px;
    padding: 0; }
  .set li, .check li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 20px 16px 0;
    padding: 0;
    font-size: 100%;
    line-height: 1; }
  .set--inline li, .check--inline li {
    width: auto; }
  .set--centered, .check--centered {
    text-align: center; }
    .set--centered li, .check--centered li {
      width: auto;
      margin-left: 10px;
      margin-right: 10px; }
  .set--cols li, .check--cols li {
    width: 50%;
    margin-right: 0;
    padding-right: 20px; }
  .set--wide li, .check--wide li {
    width: auto;
    margin-right: 0;
    padding-right: 20px; }

.file {
  position: relative;
  max-width: 540px;
  margin: 0 0 20px;
  overflow: hidden; }
  .file .input {
    height: 74px;
    background-color: #ebeff2;
    border: 2px dashed #d5dde2; }
    .file .input .button {
      display: block;
      position: absolute;
      right: 50%;
      top: 50%;
      min-width: 0;
      margin: -21px 20px 0 0; }
    .file .input .comment {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8em;
      margin: -1.25em 0 0 20px;
      color: #9a9ba0;
      font-size: 150%;
      line-height: 1.2; }
  .file input {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 74px;
    opacity: 0;
    cursor: pointer; }
  @media screen and (max-width: 767px) {
    .file .input {
      height: auto;
      background-color: transparent;
      border: 0; }
      .file .input .button {
        display: inline-block;
        position: relative;
        right: auto;
        top: auto;
        margin: 0; }
      .file .input .comment {
        display: none; } }

.filter .set, .filter .check, .filter .select {
  margin: 0; }
.filter .range {
  margin: 0 0 10px; }

.button {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  padding: 12px 20px;
  color: #fff;
  font-size: 150%;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  background-color: #f37032;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.button:hover {
  color: #fff;
  background-color: #fa4404; }

.button:active {
  color: #fff;
  background-color: #ff9000; }

.button--green {
  background-color: #39b54a; }
  .button--green:hover {
    background-color: #33a242; }
  .button--green:active {
    background-color: #2d8e3a; }

.button--big {
  padding: 20px; }

.button--compact {
  min-width: 0;
  padding: 4px 12px; }

.button.disabled, .button:disabled {
  color: #353841;
  background-color: #d5dde2; }

.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 48px;
  color: #353841;
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .icon i {
    display: block;
    margin-top: 4px;
    color: #9a9ba0;
    font-size: 80%;
    font-style: normal;
    white-space: nowrap; }
  .icon:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    background-image: url(/assets/icons-c7baf57d766f0d0c7b40ac2bd5ef48636616b752bdb34c4de413a165b85c8a0f.png);
    background-image: url(/assets/icons-9a8d893e21dd702db7825d225dc71af1df15b490bf8407f771cfbb507693f301.svg), none;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: 40px 40px;
    background-size: 240px 120px;
    border: 1px solid #f37032;
    border-radius: 20px;
    content: ""; }
  .icon:after {
    display: none;
    position: absolute;
    z-index: -1;
    right: -16px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #f37032;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 0 3px #f37032;
    content: ""; }
  .icon__inner {
    display: table-cell;
    width: 20px;
    height: 40px;
    text-align: left;
    vertical-align: middle; }
  .icon--help:before {
    background-position: -1px -41px; }
  .icon--info:before {
    background-position: -41px -41px; }
  .icon--search:before {
    background-position: -161px -41px; }
  .icon--more:before {
    background-position: -121px -1px; }
  .icon--print:before {
    background-position: -201px -41px; }
  .icon--auth:before {
    background-position: -201px -1px; }
  .icon--user:before {
    background-position: -81px -81px; }
  .icon--edit:before {
    background-position: -121px -81px; }
  .icon--alphabet:before {
    background-position: -121px -41px; }
  .icon--alphabet.en:before {
    background-position: -201px -81px; }
  .icon--cart:before {
    background-position: -42px -1px; }
  .icon--cart-empty:before {
    background-position: -2px -1px; }
  .icon--clear:before {
    background-position: -161px -1px; }
  .icon--add:before {
    background-position: -82px -1px; }
  .icon--added:before {
    background-position: -161px -81px; }
  .icon--request:before {
    background-position: -41px -81px; }
  .icon--access-request:before {
    background-position: -2px -81px; }
  .icon--download:before {
    background-position: -81px -41px; }
  .icon--download .icon__inner {
    width: 100%; }
  .icon--green:before {
    background-image: url(/assets/icons-green-85aa427c75a100482f59963dea78d2483e43a976d820ff3cc182933ca5559652.png);
    background-image: url(/assets/icons-green-d6e72943bf2b6e1d6e478f1959840ef336015c7a0a4c7331d37de072065a39ad.svg), none;
    background-repeat: no-repeat;
    border-color: #39b54a; }
  .icon--alt:before {
    border-color: transparent; }

a.icon:hover {
  color: #f37032; }
a.icon--green:hover {
  color: #39b54a; }

span.icon.active {
  color: #fff;
  background-color: #f37032;
  border-radius: 20px;
  box-shadow: 0 0 0 3px #f37032; }
  span.icon.active:after {
    display: block; }
  span.icon.active i {
    color: #fff; }
  span.icon.active:before {
    background-color: #fff; }

.link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px 0 0;
  color: #f37032;
  font-size: 150%;
  line-height: 1.2;
  font-weight: bold;
  background-image: url(/assets/components/button/arrow-a908ab5f985d9913dc939ebc509c96372e437f86a6d97cfd743da44fd2048a09.png);
  background-image: url(/assets/components/button/arrow-6599e47e5f84b3b530b248b9290a50662da88fb2fa93ca690717734208f5e212.svg), none;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .link:hover {
    color: #fa4404; }

.submit {
  margin: 20px 0 0; }
  .submit input, .submit .button, .submit .icon {
    margin: 0 20px 0 0; }
  .submit__option {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0;
    font-size: 150%;
    line-height: 1.2; }

.form-actions {
  margin: 30px -40px -40px;
  padding: 4px;
  text-align: center;
  border-top: 1px solid #d5dde2; }
  .form-actions__inner {
    padding: 16px;
    background-color: #ebeff2;
    border-radius: 3px; }
  @media screen and (max-width: 767px) {
    .form-actions {
      margin: 20px -20px -40px; } }

html input[type=button], input[type=submit], button {
  -webkit-appearance: button;
  cursor: pointer; }

input[disabled], a.button.disabled, button[disabled] {
  cursor: default; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

::-webkit-input-placeholder {
  color: #9a9ba0; }

:-moz-placeholder {
  color: #9a9ba0; }

::-moz-placeholder {
  color: #9a9ba0; }

:-ms-input-placeholder {
  color: #9a9ba0; }

input::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type=search] {
  -webkit-appearance: none; }

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none; }

.b-fact .wrapper {
  max-width: 860px;
  min-height: 100px;
  padding: 30px;
  background-image: url(/assets/components/b-fact/quote-7c8d1b69902311b88c91fb817aa602a8541b127592e3ecf97039bc4b592555c2.png);
  background-image: url(/assets/components/b-fact/quote-f2909cf4c7db58804fc8f778095540974512ad64eb732429f124e4d96b70a00b.svg), none;
  background-repeat: no-repeat; }
.b-fact p {
  margin: 0;
  color: #fa4404;
  font-size: 200%;
  line-height: 1.25; }

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform,width;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box; }

.fotorama__caption__wrap {
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background-image: url(/assets/components/b-gallery/fotorama-7ef1b19bf3b351ad42ed0f6e9990359688d6ad9fa94facd0a2f4a4214ea37986.png);
  background-repeat: no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background-image: url(/assets/components/b-gallery/fotorama@2x-edd6d75d75a7a4b7abc5745de3fcca676c13f0a6fae7f85c11e7478244c874e2.png);
    background-size: 96px 160px; } }
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }
.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform,opacity;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%,5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 0 0,0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-position: 100% 0,100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

.b-gallery .wrapper {
  max-width: 840px; }
.b-gallery__controls {
  display: none;
  margin: 0 0 12px;
  text-align: center; }
.b-gallery__description {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .b-gallery__description:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: ""; }
  .b-gallery__description i {
    display: block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/assets/components/b-gallery/info-8b0aa62764aa358b91cf219cd39e4fce4ca27df075e1f8ba4343c2844b4e263d.png);
    background-image: url(/assets/components/b-gallery/info-3aaaaf55b054e3a800a55f1395d4103fd0f979bcfa3b751f8065e6abe00862c5.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: default; }
  .b-gallery__description span {
    display: block;
    position: absolute;
    left: 40px;
    bottom: 36px;
    width: 50%;
    color: #fff;
    font-size: 150%;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .b-gallery__description.active:before {
    background-color: rgba(0, 0, 0, 0.8); }
  .b-gallery__description.active i {
    background-color: #fff;
    background-image: url(/assets/components/b-gallery/info-active-688385b32e2fd0c6a67e965bb6bee216cbb839871240b8f6f41bb65568d0a08b.png);
    background-image: url(/assets/components/b-gallery/info-active-855f030c15534bd6dab10898d5c95a0812e39a9cbeeb2173ba18acc7989fcf8d.svg), none;
    background-repeat: no-repeat; }
  .b-gallery__description.active span {
    opacity: 1; }

#js .b-gallery {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0; }
  #js .b-gallery.ready {
    opacity: 1; }

.fotorama__stage {
  background-color: #ebeff2; }

.fotorama__nav-wrap {
  margin-top: 12px; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 30px; }

.fotorama__nav__frame .fotorama__dot {
  width: 6px;
  height: 6px;
  background-color: #9a9ba0;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: content-box; }
.fotorama__nav__frame:hover .fotorama__dot {
  background-color: #fa4404;
  box-shadow: 0 0 0 3px #fa4404; }
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 6px;
  height: 6px;
  background-color: #fa4404;
  box-shadow: 0 0 0 7px #fa4404; }

.b-text a {
  color: #0072bc;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .b-text a:hover {
    color: #005389; }
.b-text img {
  margin: 0.3em 0 0; }
  .b-text img.left {
    float: left;
    margin: 0.2em 24px 1.2em 0; }
  .b-text img.right {
    float: right;
    margin: 0.2em 0 1.2em 24px; }
.b-text ol {
  list-style: none;
  counter-reset: li;
  padding-left: 36px; }
  .b-text ol li {
    position: relative; }
    .b-text ol li:before {
      content: counter(li) ".";
      counter-increment: li;
      position: absolute;
      right: 100%;
      top: 0;
      margin: 0 8px 0 0;
      color: #fa4404; }
.b-text ul {
  list-style: none;
  padding-left: 36px; }
  .b-text ul li {
    position: relative; }
    .b-text ul li:before {
      content: '\2022';
      display: block;
      position: absolute;
      right: 100%;
      top: 0;
      margin: 0 12px 0 0;
      color: #fa4404; }
.b-text h2:first-child, .b-text h3:first-child, .b-text h4:first-child, .b-text h5:first-child, .b-text h6:first-child {
  margin-top: 0; }
@media screen and (max-width: 999px) {
  .b-text h1 {
    font-size: 320%;
    line-height: 1.2; }
  .b-text h2 {
    font-size: 280%;
    line-height: 1.2; }
  .b-text h3 {
    font-size: 240%;
    line-height: 1.2; } }

.table {
  margin: 40px 0;
  padding: 0;
  text-align: center; }
  .table__wrapper {
    display: inline-block;
    position: relative;
    width: auto;
    border-top: 6px solid #f37032;
    border-bottom: 3px solid #f37032;
    border-radius: 3px;
    overflow-x: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .table table {
    width: 100%;
    margin: 0; }
  .table.wide .table__wrapper {
    width: 100%; }
  .table.specs {
    margin-top: 0; }
    .table.specs table th, .table.specs table td {
      vertical-align: baseline;
      padding: 8px 16px; }
    .table.specs table td {
      text-align: right; }
    @media screen and (max-width: 767px) {
      .table.specs table th {
        display: block;
        padding-bottom: 0;
        border: 0; }
      .table.specs table td {
        display: block;
        padding-top: 0;
        text-align: left; } }

#js .b-text table, #js table.js-table {
  opacity: 0; }
#js .table table {
  opacity: 1; }

.b-video .wrapper {
  max-width: 840px; }
.b-video__preview {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 0; }
  .b-video__preview:before, .b-video__preview:after {
    display: block;
    position: absolute;
    content: ""; }
  .b-video__preview:before {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .b-video__preview:after {
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background-image: url(/assets/components/b-video/play-dccfc7785618686e94ab9a848707f3d9f1a1b86cbd4e97ebd0dc778cfb7055ef.png);
    background-image: url(/assets/components/b-video/play-21308d6acc566f6471f8d95ef537d40e3ed469a6954debc19bfe90c6c30e3b3c.svg), none;
    background-repeat: no-repeat;
    background-position: 58% 50%;
    border: 2px solid #fff;
    border-radius: 40px; }
  .b-video__preview:hover:before {
    background-color: rgba(0, 0, 0, 0.25); }
.b-video__player {
  position: relative; }
.b-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.arrow-controls a, .arrow-controls span {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
.arrow-controls a {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #f37032;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer; }
  .arrow-controls a:before, .arrow-controls a:after {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: ""; }
  .arrow-controls a:after {
    opacity: 0; }
  .arrow-controls a:hover {
    background-color: #f37032; }
    .arrow-controls a:hover:before {
      opacity: 0; }
    .arrow-controls a:hover:after {
      opacity: 1; }
  .arrow-controls a.disabled, .arrow-controls a.disabled:hover {
    background-color: transparent;
    border-color: #d5dde2;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    cursor: default; }
    .arrow-controls a.disabled:before, .arrow-controls a.disabled:hover:before {
      opacity: 0.5; }
    .arrow-controls a.disabled:after, .arrow-controls a.disabled:hover:after {
      opacity: 0; }
.arrow-controls__prev:before, .arrow-controls__prev:after {
  background-position: 45% 50%; }
.arrow-controls__prev:before {
  background-image: url(/assets/components/controls/arrow-left-f7ed2b5e584b34c70a23d81ad12e4bdb0c6c2d543bb5a7aaa0509cc0f79486b8.png);
  background-image: url(/assets/components/controls/arrow-left-a0630edfb7d989dead65f1d509e87493dec370ba63df503b7e86cfe4f40686aa.svg), none;
  background-repeat: no-repeat; }
.arrow-controls__prev:after {
  background-image: url(/assets/components/controls/arrow-left-hover-6cdf2d2652fd4ce5e515a7a362c7b86bd5ad527167c660c3f7b30a4699a7e33f.png);
  background-image: url(/assets/components/controls/arrow-left-hover-89841a62613897a7575343de875ddbdf71446be0df7b817058f5aa1d64abcaef.svg), none;
  background-repeat: no-repeat; }
.arrow-controls__next:before, .arrow-controls__next:after {
  background-position: 55% 50%; }
.arrow-controls__next:before {
  background-image: url(/assets/components/controls/arrow-right-a908ab5f985d9913dc939ebc509c96372e437f86a6d97cfd743da44fd2048a09.png);
  background-image: url(/assets/components/controls/arrow-right-a130c86fffd09f068d2745ec9cb8944ebf6fbdf9f5107dd58546084314a3926c.svg), none;
  background-repeat: no-repeat; }
.arrow-controls__next:after {
  background-image: url(/assets/components/controls/arrow-right-hover-379ebe3f2216720f8670e6c15d6aacac84700776060c5dd6cc67b98b751a673e.png);
  background-image: url(/assets/components/controls/arrow-right-hover-854f501bf08fc1774cb1dff91f9f9441fedb3e4881ce97d092ed4fd91ac824eb.svg), none;
  background-repeat: no-repeat; }
.arrow-controls span {
  width: 24px;
  font-size: 200%; }
.arrow-controls__current {
  margin: 0 10px 0 20px;
  text-align: right; }
.arrow-controls__total {
  margin: 0 20px 0 10px;
  text-align: left; }
  .arrow-controls__total:before {
    display: block;
    position: absolute;
    left: -11px;
    top: 50%;
    width: 2px;
    height: 32px;
    margin-top: -16px;
    background-color: #9a9ba0;
    content: ""; }

.password {
  position: relative;
  padding-right: 80px; }
  .password__toggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .password__toggle span {
      display: block;
      position: absolute;
      right: 0;
      top: 5px;
      width: 70px;
      margin: 0;
      padding: 16px 0 0;
      color: #9a9ba0;
      font-size: 120%;
      line-height: 1;
      text-align: center;
      cursor: pointer; }
      .password__toggle span:before {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        width: 22px;
        height: 12px;
        margin-left: -11px;
        content: ""; }
      .password__toggle span.on {
        opacity: 0; }
        .password__toggle span.on:before {
          background-image: url(/assets/components/password/eye-opened-7708f51d8ffb9e35174e89f6bde833d920066c638151ebe2324c35f2c6eadbd2.png);
          background-image: url(/assets/components/password/eye-opened-11394f3e1109e906046c135051fd6c8741ecf07e3ab7acc258dfc75e0f4303bd.svg), none;
          background-repeat: no-repeat; }
      .password__toggle span.off {
        opacity: 1; }
        .password__toggle span.off:before {
          background-image: url(/assets/components/password/eye-closed-bbffdb118e24b0b03a330cd9c824302b3ecfc4a1020d047ab64dce5ac9c2ec72.png);
          background-image: url(/assets/components/password/eye-closed-e0ff58c6c68e8edb487d1bec3b94a0a425b0dab514946932b458969798a1c678.svg), none;
          background-repeat: no-repeat; }
    .password__toggle.active .on {
      opacity: 1; }
    .password__toggle.active .off {
      opacity: 0; }

.quantity__wrapper {
  display: inline-block;
  position: relative; }
.quantity label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 12px;
  color: #9a9ba0; }
.quantity input {
  display: inline-block;
  vertical-align: baseline;
  width: 90px;
  padding-right: 23px;
  text-align: right; }
.quantity__control {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 15px;
  height: 12px;
  background-position: 50% 50%;
  cursor: pointer; }
  .quantity__control--down {
    margin-top: 1px;
    background-image: url(/assets/components/quantity/arrow-down-7afebf0437c7e6537ef701603ceeda966ca9ed2bb47412e9fa06595fcb1a7e76.png);
    background-image: url(/assets/components/quantity/arrow-down-716c6dcf45e4856c87c09492796fa4cae9bc5095e6bc3c60d06a4f35402e5438.svg), none;
    background-repeat: no-repeat; }
  .quantity__control--up {
    margin-top: -13px;
    background-image: url(/assets/components/quantity/arrow-up-517dd652ccd6697898441a626d095e307fbc4e60fd54322842093f3c701274ff.png);
    background-image: url(/assets/components/quantity/arrow-up-204c49e1f4d5085f6ecb1e3853a3c0740d5ffadc5bfbbc91796f030ad2c13604.svg), none;
    background-repeat: no-repeat; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  left: -15px;
  top: -14px; }

/*
.noUi-vertical {}
.noUi-vertical .noUi-handle {
	left: -14px;
	top: -15px;
}
*/
/* Styling;
 */
.noUi-target {
  padding: 2px;
  background: #d5dde2; }

.noUi-base {
  background: #d5dde2; }

.noUi-connect .noUi-base {
  background: #f37032; }

.noUi-origin {
  background: #f37032; }

.noUi-background {
  background: #d5dde2; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

/*
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
*/
.noUi-handle {
  background-color: #f37032;
  border: 5px solid #fff;
  border-radius: 15px;
  box-shadow: 0 1px 3px rgba(53, 56, 65, 0.7);
  cursor: default; }

/* Handle stripes;
 */
/*
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 1px;
	background: #E8E7E6;
	left: 8px;
	top: 5px;
}
.noUi-handle:after {
	left: 11px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	display: none;
}
*/
/* Disabled state;
 */
/*
[disabled].noUi-connect,
[disabled] .noUi-connect {}
[disabled].noUi-origin,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
*/
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #9a9ba0; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  width: 70px;
  font-size: 120%;
  line-height: 1;
  text-align: center; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #d5dde2; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  margin-left: -35px;
  padding-top: 20px; }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
/*
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
*/
.range {
  position: relative;
  margin: 30px 0;
  text-align: center; }
  .range__wrapper {
    margin: 0 0 30px; }
  .range__input {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .range__input input {
      width: 80px;
      text-align: right; }
    .range__input span {
      display: none;
      position: absolute;
      right: 11px;
      top: 9px;
      color: #9a9ba0;
      font-size: 150%;
      line-height: 1.2;
      text-align: right; }
    .range__input + .range__input {
      margin-left: 20px; }
      .range__input + .range__input:before {
        display: block;
        position: absolute;
        left: -20px;
        top: 9px;
        width: 20px;
        color: #9a9ba0;
        font-size: 150%;
        line-height: 1.2;
        text-align: center;
        content: "–"; }

.noUi-marker {
  display: none; }

.noUi-pips-horizontal {
  top: auto;
  bottom: 100%;
  height: 24px;
  padding: 0; }

.noUi-value-horizontal {
  margin: 0;
  padding: 0;
  height: inherit;
  text-align: left; }
  .noUi-value-horizontal:before, .noUi-value-horizontal:after {
    display: block;
    position: absolute;
    content: ""; }
  .noUi-value-horizontal:before {
    left: 0;
    bottom: 2px;
    width: 8px;
    height: 8px;
    background-image: url(/assets/components/range/min-e0dfc134de984ca721c6af32d45adffd86e790b44efe1dc887f21cf96ea0dd51.png);
    background-image: url(/assets/components/range/min-94a78dac4e13a57ca6eb586d895eae901d81681751366e8beac9feeeb246efdc.svg), none;
    background-repeat: no-repeat; }
  .noUi-value-horizontal:after {
    left: 10px;
    bottom: 1px;
    font-size: 10px;
    content: "min"; }
  .noUi-value-horizontal:last-child {
    margin-left: -70px;
    text-align: right; }
    .noUi-value-horizontal:last-child:before {
      left: auto;
      right: 0;
      background-image: url(/assets/components/range/max-db5c0d1abb8c2d6720443ce77807096b8e4cda0062ba6a062045fdfeff309d68.png);
      background-image: url(/assets/components/range/max-99b2d9dbbe732e4f78dd181d6fb3359327a7bab94f8fe60053a80e8b203de161.svg), none;
      background-repeat: no-repeat; }
    .noUi-value-horizontal:last-child:after {
      left: auto;
      right: 10px;
      content: "max"; }

@font-face {
  font-family: 'Rouble';
  src: url("../fonts/rouble/rouble.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble/rouble.woff") format("woff"), url("../fonts/rouble/rouble.ttf") format("truetype"), url("../fonts/rouble/rouble.svg#rouble") format("svg");
  font-weight: normal; }
span.rub {
  font-family: "Rouble", "PT", Helvetica, Arial, sans-serif; }

.sod_select {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 8px 10px;
  color: #353841;
  font-size: 150%;
  line-height: 1.2;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #d5dde2;
  border-radius: 3px;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default;
  /* Label */
  /* Options list wrapper */
  /* Options list */
  /* Options */
  /* Optgroups */
  /* Optgroup children */
  /* placeholderOption */
  /* Disabled option */
  /* Active option */
  /* Check mark */
  /* Hide the check mark and don't bold the option */
  /* Down arrow */
  /* Native select */ }
  .sod_select, .sod_select * {
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .sod_select:hover, .sod_select.open, .sod_select.focus {
    border-color: #ff9000; }
  .sod_select.disabled {
    color: #9a9ba0;
    cursor: not-allowed; }
  .sod_select .sod_label {
    display: block;
    padding-right: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .sod_select .sod_list_wrapper {
    display: none;
    position: absolute;
    z-index: 100;
    left: -1px;
    right: -1px;
    top: 100%;
    width: auto;
    height: auto;
    margin: 2px 0 0;
    color: #353841;
    background: #ebeff2;
    border: 1px solid #d5dde2;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .sod_select.open .sod_list_wrapper {
    display: block; }
  .sod_select.disabled.open .sod_list_wrapper {
    display: none; }
  .sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    margin: 0 0 2px; }
  .sod_select .sod_list {
    display: block;
    margin: 0;
    padding: 0;
    overflow-y: auto; }
  .sod_select .sod_option {
    display: block;
    position: relative;
    list-style: none;
    padding: 8px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .sod_select .sod_option.optgroup {
    color: #9a9ba0;
    font-style: italic; }
  .sod_select .sod_option.groupchild {
    padding-left: 20px; }
  .sod_select .sod_option.is-placeholder {
    display: none; }
  .sod_select .sod_option.active {
    background: #d5dde2; }
  .sod_select .sod_option.selected {
    padding-right: 30px; }
    .sod_select .sod_option.selected:before {
      display: block;
      position: absolute;
      right: 10px;
      top: 50%;
      width: 10px;
      height: 9px;
      color: #d5dde2;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: ""; }
  .sod_select.no_highlight .sod_option.selected {
    font-weight: normal; }
    .sod_select.no_highlight .sod_option.selected:before {
      display: none; }
  .sod_select:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin: -3px 0 0;
    background-image: url(/assets/components/select/select-a0ea3e8ca29ef15fe343c369d2ccbfa216eeb32a0d961b50f177426ea6344f67.png);
    background-image: url(/assets/components/select/select-445b690404d210779a6711c4b89d7894e75028f422197add7bbc8b0c220235b8.svg), none;
    background-repeat: no-repeat;
    content: ""; }
  .sod_select select {
    display: none !important; }
  .sod_select.touch select {
    display: block !important;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: menulist-button; }

.select {
  position: relative;
  z-index: 2;
  margin: 0 0 20px; }

#js .select > select, #js .select-nav > select {
  opacity: 0; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!). */
.tooltipster-default {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }

/* Use this next selector to style things like font-size and line-height. */
.tooltipster-default .tooltipster-content {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 20px;
  overflow: hidden; }

/* If you're using the icon option, use this next selector to style them. */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work. */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 6px solid;
  bottom: -6px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid;
  top: -6px; }

.tooltipster-arrow-top span, .tooltipster-arrow-bottom span {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 7px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-left span {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 6px solid;
  top: 50%;
  margin-top: -6px;
  right: -6px; }

.tooltipster-arrow-right span {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 6px solid;
  top: 50%;
  margin-top: -6px;
  left: -6px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
      -ms-transform: rotate(4deg);
          transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
          transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  /*
	left: -40px;
	transition-property: left;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  */
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px); }

.tooltipster-slide-show {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

.tooltipster-slide.tooltipster-dying {
  /*
	transition-property: all;
	left: 0px !important;
	opacity: 0;
  */
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left. */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }

.tooltipster-action:before {
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f37032;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  content: ""; }
.tooltipster-action:hover:before {
  border-right-color: #fa4404; }
.tooltipster-action:active:before {
  border-right-color: #ff9000; }
.tooltipster-action .tooltipster-content {
  padding: 0;
  font-size: 10px;
  pointer-events: auto; }
.tooltipster-action a.button {
  min-width: 0; }

.tooltipster-filter .tooltipster-content {
  padding: 8px 8px 8px 12px;
  font-size: 10px;
  pointer-events: auto; }
.tooltipster-filter span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 150%;
  line-height: 1.2; }

.tooltipster-alt .tooltipster-content {
  padding: 20px 20px 6px;
  font-size: 10px;
  pointer-events: auto; }
.tooltipster-alt h3 {
  margin: 0 0 1em;
  color: #fff;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold; }
.tooltipster-alt a {
  color: #fff;
  text-decoration: underline; }

.window {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 100px;
  width: 640px;
  margin: 0 0 0 -320px; }
  .window:before {
    display: block;
    /*
    position: absolute;
    z-index: -1;
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    @include svg('components/window/window-back');
    background-position: 50% 50%;
    background-size: 100% 100%;
    transform: scale(0);
    opacity: 0;
    transition: none;
    */
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: ""; }
  .window__inner {
    padding: 40px;
    background-color: #fff;
    border: solid #f37032;
    border-width: 6px 0 3px;
    border-radius: 3px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: none;
    transition: none; }
    .window__inner.hidden {
      display: none; }
  .window h2 {
    margin: 0 0 20px;
    color: #f37032;
    font-size: 240%;
    line-height: 1.2;
    text-align: center; }
  .window p.comment {
    margin: 0;
    color: #9a9ba0;
    font-size: 130%; }
  .window .close {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-image: url(/assets/components/window/window-close-a7b3efddabb6d184be8eaf94cd112fe4929b2d8ae82317e2a62802d0938ff34e.png);
    background-image: url(/assets/components/window/window-close-a570bf8bfd71e58af8ce5f4d92a3b9701f29f9673e091c7a296ccc533c1ffdec.svg), none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer; }
  .window--green .window__inner {
    border-color: #39b54a; }
  .window--green h2 {
    color: #39b54a; }
  .window--centered {
    text-align: center; }
  .window--compact {
    width: 480px;
    margin-left: -240px; }
  .window--compact .window__inner {
    padding: 20px; }
  .window.opened {
    display: block; }
    .window.opened:before {
      /*
      transform: scale(1);
      opacity: 0.2;
      transition: 1s;
      */ }
    .window.opened .window__inner {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  @media screen and (max-width: 767px) {
    .window {
      left: 20px;
      right: 20px;
      width: auto;
      margin: 0; }
      .window__inner {
        padding: 40px 20px; } }

.pagination__prev, .pagination__next {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #f37032;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
  .pagination__prev span, .pagination__next span {
    display: none; }
  .pagination__prev:before, .pagination__next:before, .pagination__prev:after, .pagination__next:after {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    content: ""; }
  .pagination__prev:after, .pagination__next:after {
    opacity: 0; }
  .pagination__prev:hover, .pagination__next:hover {
    background-color: #f37032; }
    .pagination__prev:hover:before, .pagination__next:hover:before {
      opacity: 0; }
    .pagination__prev:hover:after, .pagination__next:hover:after {
      opacity: 1; }
  .disabled.pagination__prev, .disabled.pagination__next, .disabled.pagination__prev:hover, .disabled.pagination__next:hover {
    background-color: transparent;
    border-color: #d5dde2;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    cursor: default; }
    .disabled.pagination__prev:before, .disabled.pagination__next:before, .disabled.pagination__prev:hover:before, .disabled.pagination__next:hover:before {
      opacity: 0.5; }
    .disabled.pagination__prev:after, .disabled.pagination__next:after, .disabled.pagination__prev:hover:after, .disabled.pagination__next:hover:after {
      opacity: 0; }

.pagination {
  position: relative;
  width: auto;
  max-width: 680px;
  margin: 20px auto;
  padding: 0 60px;
  font-size: 150%;
  line-height: 1.2;
  text-align: center; }
  .pagination__prev {
    left: 0;
    top: 0; }
    .pagination__prev:before, .pagination__prev:after {
      background-position: 45% 50%; }
    .pagination__prev:before {
      background-image: url(/assets/components/controls/arrow-left-f7ed2b5e584b34c70a23d81ad12e4bdb0c6c2d543bb5a7aaa0509cc0f79486b8.png);
      background-image: url(/assets/components/controls/arrow-left-a0630edfb7d989dead65f1d509e87493dec370ba63df503b7e86cfe4f40686aa.svg), none;
      background-repeat: no-repeat; }
    .pagination__prev:after {
      background-image: url(/assets/components/controls/arrow-left-hover-6cdf2d2652fd4ce5e515a7a362c7b86bd5ad527167c660c3f7b30a4699a7e33f.png);
      background-image: url(/assets/components/controls/arrow-left-hover-89841a62613897a7575343de875ddbdf71446be0df7b817058f5aa1d64abcaef.svg), none;
      background-repeat: no-repeat; }
  .pagination__next {
    right: 0;
    top: 0; }
    .pagination__next:before, .pagination__next:after {
      background-position: 55% 50%; }
    .pagination__next:before {
      background-image: url(/assets/components/controls/arrow-right-a908ab5f985d9913dc939ebc509c96372e437f86a6d97cfd743da44fd2048a09.png);
      background-image: url(/assets/components/controls/arrow-right-a130c86fffd09f068d2745ec9cb8944ebf6fbdf9f5107dd58546084314a3926c.svg), none;
      background-repeat: no-repeat; }
    .pagination__next:after {
      background-image: url(/assets/components/controls/arrow-right-hover-379ebe3f2216720f8670e6c15d6aacac84700776060c5dd6cc67b98b751a673e.png);
      background-image: url(/assets/components/controls/arrow-right-hover-854f501bf08fc1774cb1dff91f9f9441fedb3e4881ce97d092ed4fd91ac824eb.svg), none;
      background-repeat: no-repeat; }
  .pagination__page {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    margin: 4px;
    color: #353841;
    line-height: 32px;
    text-decoration: none;
    text-align: center; }
    .pagination__page span {
      display: block;
      border-radius: 3px;
      -webkit-transition: color 0.2s, background-color 0.2s;
      transition: color 0.2s, background-color 0.2s; }
    .pagination__page:hover span {
      color: #fff;
      background: #f37032; }
    .pagination__page.active {
      color: #fff;
      cursor: default; }
      .pagination__page.active span {
        background: #f37032; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#activity {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  width: 42px;
  height: 42px;
  margin: -21px 0 0 -21px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px; }

@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none; } }
@media print {
  * {
    background-color: transparent !important;
    color: #353841 !important; }

  a {
    text-decoration: none; }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  table {
    page-break-inside: auto; }

  tr {
    page-break-inside: avoid;
    page-break-after: auto; }

  @page {
    margin: 1cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .header__group--middle, .header__group--bottom, .language, .main-nav, .header-user, .breadcrumbs, .actions, .cart-item__remove, .cart-checkout, .tabs, .tab.active, .section, footer, .edit-product-link, .edit-filter-link {
    display: none; }

  #container {
    padding: 0; }

  .header {
    box-shadow: none; }

  .header__group--top {
    min-height: 0; }

  .header-contacts {
    margin-top: 24px;
    padding-right: 0;
    text-align: left; }
    .header-contacts:before, .header-contacts:after {
      display: none; }

  .logo {
    margin: 0;
    background: none;
    /*
    span {
      display: block;
      font-size: 240%;
    }
    b {
      display: block;
    }
    */ }
    .logo:before {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      content: url(/assets/logo-print-1cea45f2e16bb11138b01d7d824b60690e4746e487b66f310790d431bfa630c5.png); }

  .content .wrapper {
    padding-top: 0;
    padding-bottom: 0; }

  .page-header h1 {
    font-size: 400%; }

  .cart-list {
    margin-left: 0;
    margin-right: 0;
    box-shadow: none; }

  .cart-item__calc {
    padding-top: 28px; }
  .cart-item .field {
    vertical-align: middle;
    margin: 0; }
  .cart-item__price.field {
    min-width: 0; }
    .cart-item__price.field label {
      display: none; }
    .cart-item__price.field .price__wrapper {
      min-height: 0; }
    .cart-item__price.field .price b {
      font-size: 150%;
      line-height: 1; }
      .cart-item__price.field .price b:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        text-align: center;
        content: '\00D7'; }
    .cart-item__price.field .price span {
      display: none; }
  .cart-item__quantity.field label {
    display: none; }
  .cart-item__quantity.field input {
    padding: 0;
    font-size: 150%;
    line-height: 1;
    text-align: left;
    border: 0; }
  .cart-item__quantity.field span {
    display: none; }
  .cart-item__total.field {
    display: block; }
    .cart-item__total.field label {
      display: none; }

  .catalog-card {
    margin: 0 0 42px;
    padding: 0;
    box-shadow: none; }
    .catalog-card__inner {
      padding: 20px; }
    .catalog-card__gallery {
      height: 240px;
      margin: 0 20px 0 0; }
    .catalog-card__about {
      height: 240px; }
    .catalog-card__checkout {
      padding: 0; }
    .catalog-card__gallery .fotorama__nav-wrap, .catalog-card__checkout .button, .catalog-card__actions {
      display: none; }

  .b-text {
    page-break-inside: avoid; }
    .b-text h2 {
      font-size: 240%;
      line-height: 1.2; }

  .table__wrapper {
    border: solid #d5dde2;
    border-width: 6px 1px 2px 1px;
    border-radius: 0;
    box-shadow: none; } }
