/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *














 */
a {
  text-decoration: none;
  color: #2b2b2b; }
  a:hover, a:active {
    color: #2b2b2b; }

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 330px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;

    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.switchery > small {
    background: #fff;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative; }
  .noty_theme__relax.noty_bar .noty_body {
    padding: 10px; }
  .noty_theme__relax.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }
  .noty_theme__relax.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }
  .noty_theme__relax.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }
  .noty_theme__relax.noty_type__info .noty_buttons,
  .noty_theme__relax.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }
  .noty_theme__relax.noty_type__success .noty_buttons {
    border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1.25em;
    font-size: 14px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative; }
  .noty_theme__mint.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative; }
  .noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__sunset.noty_type__alert .noty_progressbar,
  .noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__sunset.noty_type__info .noty_progressbar,
  .noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_body {
    padding: 15px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: transparent; }
  .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  -webkit-border-radius: .25rem;
          border-radius: .25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_body {
    padding: .75rem 1.25rem; }
  .noty_theme__bootstrap-v4.noty_bar .noty_buttons {
    padding: 10px; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    background: transparent; }
  .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  -webkit-border-radius: .28571429rem;
          border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }
  .noty_theme__semanticui.noty_bar .noty_body {
    padding: 1em 1.5em;
    line-height: 1.4285em; }
  .noty_theme__semanticui.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }
  .noty_theme__nest.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }
  .noty_theme__nest.noty_bar .noty_buttons {
    padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }
  .noty_theme__nest.noty_type__alert .noty_progressbar,
  .noty_theme__nest.noty_type__notification .noty_progressbar {
    background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }
  .noty_theme__nest.noty_type__error .noty_progressbar {
    opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }
  .noty_theme__nest.noty_type__info .noty_progressbar,
  .noty_theme__nest.noty_type__information .noty_progressbar {
    opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }
/*!
 * Cropper v3.0.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-09-03T13:13:53.439Z
 */

.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline-color:rgba(51,153,255,.75);outline:1px solid #39f;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:e-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:n-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:w-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:s-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:e-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:n-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:w-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:ne-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nw-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:sw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:se-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
/*! politespace - v1.0.2 - 2017-07-06
Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).
 * https://github.com/filamentgroup/politespace
 * Copyright (c) 2017 Filament Group (@filamentgroup)
 * MIT License */

.politespace-proxy {
	position: relative;
	overflow: hidden; /* clearfix for floating siblings */
	/*	display: inline-block;*/
}
.politespace-proxy-val {
	display: none;
}
.politespace-proxy.active.notempty > .politespace-proxy-val {
	display: block;
	position: absolute;
	left: 0;
	top: 0 !important;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
/* Safari 9 has a weird top/bottom margin on form elements inside of politespace proxies */
/* This caused issues with proxy positioning.
.politespace-proxy > input {
	margin-top: 0;
	margin-bottom: 0;
}*/
.politespace-proxy.active.notempty input {
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.politespace-proxy.active.notempty input[type=number] {
	-moz-appearance: textfield;
}
.politespace-proxy.active.notempty input[type=number]::-webkit-inner-spin-button,
.politespace-proxy.active.notempty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Mon Aug 28 2017 03:51 EDT-0400
 * Plugins: tips
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	-webkit-box-shadow: none;

	        box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	-webkit-filter: none;
	        filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url(https://studio.jvcompany.ru/fonts/raty.eot);
  src: url(https://studio.jvcompany.ru/fonts/raty.eot?#iefix) format("embedded-opentype");
  src: url(https://studio.jvcompany.ru/fonts/raty.svg#raty) format("svg");
  src: url(https://studio.jvcompany.ru/fonts/raty.ttf) format("truetype");
  src: url(https://studio.jvcompany.ru/fonts/raty.woff) format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
.container {
  margin: 0 auto;
  width: 1450px;
  padding: 0 45px; }

.col145, .col20p-5, .col20p-4, .col20p-3, .col20p-2, .col20p-1, .col12, .col11, .col10, .col9, .col8, .col7, .col6, .col5, .col4, .col3, .col2, .col1 {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

.row {
  margin: 0 -20px;
  overflow: visible; }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .row:after {
    content: "";
    display: table;
    width: 100%; }
  .row_30 {
    margin: 0 -30px; }
    .row_30 > [class*=col] {
      padding: 0 30px; }
  .row_15 {
    margin: 0 -15px; }
    .row_15 > [class*=col] {
      padding: 0 15px; }
  .row_10 {
    margin: 0 -10px; }
    .row_10 > div {
      padding: 0 10px; }
  .row_7 {
    margin: 0 -7px; }
    .row_7 > [class*=col] {
      padding: 0 7px; }
  .row_5 {
    margin: 0 -5px; }
    .row_5 > [class*=col] {
      padding: 0 5px; }
  .row_nomargin {
    margin: 0; }
    .row_nomargin > [class*=col] {
      padding: 0; }
  .row__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .row__flex--sb {
      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; }

.col1 {
  width: 8.3333333333%; }

.col2 {
  width: 16.6666666667%; }

.col3 {
  width: 25%; }

.col4 {
  width: 33.3333333333%; }

.col5 {
  width: 41.6666666667%; }

.col6 {
  width: 50%; }

.col7 {
  width: 58.3333333333%; }

.col8 {
  width: 66.6666666667%; }

.col9 {
  width: 75%; }

.col10 {
  width: 83.3333333333%; }

.col11 {
  width: 91.6666666667%; }

.col12 {
  width: 100%; }

.col20p-1 {
  width: 20%;
  float: left; }

.col20p-2 {
  width: 40%;
  float: left; }

.col20p-3 {
  width: 60%;
  float: left; }

.col20p-4 {
  width: 80%;
  float: left; }

.col20p-5 {
  width: 100%;
  float: left; }

.col145 {
  width: 155px; }

.col_narrow {
  padding-right: 40px; }

.col_narrower {
  padding-right: 55px; }

.col_narrowest {
  padding-right: 155px; }

.b30 {
  margin-bottom: 30px; }

.b60 {
  margin-bottom: 60px; }

.b__t {
  margin-top: -6px; }

.b__i {
  margin-bottom: -6px; }

.col-right {
  min-width: 960px;
  width: 100%;
  padding-left: 60px; }
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  -webkit-border-radius: .1em;
          border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-conditioner:before {
  content: "\f8f4"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-alarm-exclamation:before {
  content: "\f843"; }

.fa-alarm-plus:before {
  content: "\f844"; }

.fa-alarm-snooze:before {
  content: "\f845"; }

.fa-album:before {
  content: "\f89f"; }

.fa-album-collection:before {
  content: "\f8a0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-alien:before {
  content: "\f8f5"; }

.fa-alien-monster:before {
  content: "\f8f6"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-slash:before {
  content: "\f846"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-amp-guitar:before {
  content: "\f8a1"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badge-sheriff:before {
  content: "\f8a2"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-bags-shopping:before {
  content: "\f847"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-banjo:before {
  content: "\f8a3"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-bed-alt:before {
  content: "\f8f7"; }

.fa-bed-bunk:before {
  content: "\f8f8"; }

.fa-bed-empty:before {
  content: "\f8f9"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-exclamation:before {
  content: "\f848"; }

.fa-bell-on:before {
  content: "\f8fa"; }

.fa-bell-plus:before {
  content: "\f849"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-betamax:before {
  content: "\f8a4"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-biking-mountain:before {
  content: "\f84b"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blinds:before {
  content: "\f8fb"; }

.fa-blinds-open:before {
  content: "\f8fc"; }

.fa-blinds-raised:before {
  content: "\f8fd"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boombox:before {
  content: "\f8a5"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-bottom:before {
  content: "\f84d"; }

.fa-border-center-h:before {
  content: "\f89c"; }

.fa-border-center-v:before {
  content: "\f89d"; }

.fa-border-inner:before {
  content: "\f84e"; }

.fa-border-left:before {
  content: "\f84f"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-outer:before {
  content: "\f851"; }

.fa-border-right:before {
  content: "\f852"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-border-style-alt:before {
  content: "\f854"; }

.fa-border-top:before {
  content: "\f855"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-bring-forward:before {
  content: "\f856"; }

.fa-bring-front:before {
  content: "\f857"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burger-soda:before {
  content: "\f858"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-cactus:before {
  content: "\f8a7"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camcorder:before {
  content: "\f8a8"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-home:before {
  content: "\f8fe"; }

.fa-camera-movie:before {
  content: "\f8a9"; }

.fa-camera-polaroid:before {
  content: "\f8aa"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-building:before {
  content: "\f859"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-bus:before {
  content: "\f85a"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caravan-alt:before {
  content: "\e000"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cars:before {
  content: "\f85b"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cassette-tape:before {
  content: "\f8ab"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cat-space:before {
  content: "\e001"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cctv:before {
  content: "\f8ac"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clarinet:before {
  content: "\f8ad"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-music:before {
  content: "\f8ae"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-pot:before {
  content: "\e002"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-coffin-cross:before {
  content: "\e051"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coin:before {
  content: "\f85c"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comet:before {
  content: "\e003"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-music:before {
  content: "\f8af"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-music:before {
  content: "\f8b0"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-computer-classic:before {
  content: "\f8b1"; }

.fa-computer-speaker:before {
  content: "\f8b2"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-construction:before {
  content: "\f85d"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cowbell:before {
  content: "\f8b3"; }

.fa-cowbell-more:before {
  content: "\f8b4"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digging:before {
  content: "\f85e"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-disc-drive:before {
  content: "\f8b5"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-drone:before {
  content: "\f85f"; }

.fa-drone-alt:before {
  content: "\f860"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dryer:before {
  content: "\f861"; }

.fa-dryer-alt:before {
  content: "\f862"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fan-table:before {
  content: "\e004"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-farm:before {
  content: "\f864"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-faucet-drip:before {
  content: "\e006"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-music:before {
  content: "\f8b6"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-search:before {
  content: "\f865"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-film-canister:before {
  content: "\f8b7"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flashlight:before {
  content: "\f8b8"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-flute:before {
  content: "\f8b9"; }

.fa-flux-capacitor:before {
  content: "\f8ba"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-download:before {
  content: "\e053"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folder-upload:before {
  content: "\e054"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-font-case:before {
  content: "\f866"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-galaxy:before {
  content: "\e008"; }

.fa-game-board:before {
  content: "\f867"; }

.fa-game-board-alt:before {
  content: "\f868"; }

.fa-game-console-handheld:before {
  content: "\f8bb"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gamepad-alt:before {
  content: "\f8bc"; }

.fa-garage:before {
  content: "\e009"; }

.fa-garage-car:before {
  content: "\e00a"; }

.fa-garage-open:before {
  content: "\e00b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-citrus:before {
  content: "\f869"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gramophone:before {
  content: "\f8bd"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-guitar-electric:before {
  content: "\f8be"; }

.fa-guitars:before {
  content: "\f8bf"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-h4:before {
  content: "\f86a"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-chef:before {
  content: "\f86b"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-headphones:before {
  content: "\f8c2"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-heat:before {
  content: "\e00c"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-horizontal-rule:before {
  content: "\f86c"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-horse-saddle:before {
  content: "\f8c3"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house:before {
  content: "\e00d"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-day:before {
  content: "\e00e"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-house-leave:before {
  content: "\e00f"; }

.fa-house-night:before {
  content: "\e010"; }

.fa-house-return:before {
  content: "\e011"; }

.fa-house-signal:before {
  content: "\e012"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-icons-alt:before {
  content: "\f86e"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-image-polaroid:before {
  content: "\f8c4"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-joystick:before {
  content: "\f8c5"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-jug:before {
  content: "\f8c6"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-kazoo:before {
  content: "\f8c7"; }

.fa-kerning:before {
  content: "\f86f"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-lamp-desk:before {
  content: "\e014"; }

.fa-lamp-floor:before {
  content: "\e015"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lasso:before {
  content: "\f8c8"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-light-ceiling:before {
  content: "\e016"; }

.fa-light-switch:before {
  content: "\e017"; }

.fa-light-switch-off:before {
  content: "\e018"; }

.fa-light-switch-on:before {
  content: "\e019"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-line-columns:before {
  content: "\f870"; }

.fa-line-height:before {
  content: "\f871"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-music:before {
  content: "\f8c9"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microphone-stand:before {
  content: "\f8cb"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-microwave:before {
  content: "\e01b"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-money-check-edit:before {
  content: "\f872"; }

.fa-money-check-edit-alt:before {
  content: "\f873"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-alt:before {
  content: "\f8cd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mp3-player:before {
  content: "\f8ce"; }

.fa-mug:before {
  content: "\f874"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-mug-tea:before {
  content: "\f875"; }

.fa-music:before {
  content: "\f001"; }

.fa-music-alt:before {
  content: "\f8cf"; }

.fa-music-alt-slash:before {
  content: "\f8d0"; }

.fa-music-slash:before {
  content: "\f8d1"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-outlet:before {
  content: "\e01c"; }

.fa-oven:before {
  content: "\e01d"; }

.fa-overline:before {
  content: "\f876"; }

.fa-page-break:before {
  content: "\f877"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paragraph-rtl:before {
  content: "\f878"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-laptop:before {
  content: "\f87a"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-rotary:before {
  content: "\f8d3"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-piano:before {
  content: "\f8d4"; }

.fa-piano-keyboard:before {
  content: "\f8d5"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-planet-moon:before {
  content: "\e01f"; }

.fa-planet-ringed:before {
  content: "\e020"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-police-box:before {
  content: "\e021"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portal-enter:before {
  content: "\e022"; }

.fa-portal-exit:before {
  content: "\e023"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-projector:before {
  content: "\f8d6"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radar:before {
  content: "\e024"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-radio:before {
  content: "\f8d7"; }

.fa-radio-alt:before {
  content: "\f8d8"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-raygun:before {
  content: "\e025"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-refrigerator:before {
  content: "\e026"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocket-launch:before {
  content: "\e027"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-router:before {
  content: "\f8da"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-sax-hot:before {
  content: "\f8db"; }

.fa-saxophone:before {
  content: "\f8dc"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-image:before {
  content: "\f8f3"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-send-back:before {
  content: "\f87e"; }

.fa-send-backward:before {
  content: "\f87f"; }

.fa-sensor:before {
  content: "\e028"; }

.fa-sensor-alert:before {
  content: "\e029"; }

.fa-sensor-fire:before {
  content: "\e02a"; }

.fa-sensor-on:before {
  content: "\e02b"; }

.fa-sensor-smoke:before {
  content: "\e02c"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signal-stream:before {
  content: "\f8dd"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-siren:before {
  content: "\e02d"; }

.fa-siren-on:before {
  content: "\e02e"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-cow:before {
  content: "\f8de"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snooze:before {
  content: "\f880"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-solar-system:before {
  content: "\e02f"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-alt:before {
  content: "\f883"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-circle:before {
  content: "\e030"; }

.fa-sort-circle-down:before {
  content: "\e031"; }

.fa-sort-circle-up:before {
  content: "\e032"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-shapes-down:before {
  content: "\f888"; }

.fa-sort-shapes-down-alt:before {
  content: "\f889"; }

.fa-sort-shapes-up:before {
  content: "\f88a"; }

.fa-sort-shapes-up-alt:before {
  content: "\f88b"; }

.fa-sort-size-down:before {
  content: "\f88c"; }

.fa-sort-size-down-alt:before {
  content: "\f88d"; }

.fa-sort-size-up:before {
  content: "\f88e"; }

.fa-sort-size-up-alt:before {
  content: "\f88f"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-space-station-moon:before {
  content: "\e033"; }

.fa-space-station-moon-alt:before {
  content: "\e034"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-sparkles:before {
  content: "\f890"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker:before {
  content: "\f8df"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-speakers:before {
  content: "\f8e0"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-sprinkler:before {
  content: "\e035"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-star-shooting:before {
  content: "\e036"; }

.fa-starfighter:before {
  content: "\e037"; }

.fa-starfighter-alt:before {
  content: "\e038"; }

.fa-stars:before {
  content: "\f762"; }

.fa-starship:before {
  content: "\e039"; }

.fa-starship-freighter:before {
  content: "\e03a"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunglasses:before {
  content: "\f892"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-sword-laser:before {
  content: "\e03b"; }

.fa-sword-laser-alt:before {
  content: "\e03c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-swords-laser:before {
  content: "\e03d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-telescope:before {
  content: "\e03e"; }

.fa-temperature-down:before {
  content: "\e03f"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-temperature-up:before {
  content: "\e040"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text:before {
  content: "\f893"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-size:before {
  content: "\f894"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-transporter:before {
  content: "\e042"; }

.fa-transporter-1:before {
  content: "\e043"; }

.fa-transporter-2:before {
  content: "\e044"; }

.fa-transporter-3:before {
  content: "\e045"; }

.fa-transporter-empty:before {
  content: "\e046"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-trash-undo:before {
  content: "\f895"; }

.fa-trash-undo-alt:before {
  content: "\f896"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-triangle-music:before {
  content: "\f8e2"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-trumpet:before {
  content: "\f8e3"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turntable:before {
  content: "\f8e4"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-alt:before {
  content: "\f8e5"; }

.fa-tv-music:before {
  content: "\f8e6"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typewriter:before {
  content: "\f8e7"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-ufo:before {
  content: "\e047"; }

.fa-ufo-beam:before {
  content: "\e048"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usb-drive:before {
  content: "\f8e9"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alien:before {
  content: "\e04a"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-cowboy:before {
  content: "\f8ea"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-music:before {
  content: "\f8eb"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-robot:before {
  content: "\e04b"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-user-unlock:before {
  content: "\e058"; }

.fa-user-visor:before {
  content: "\e04c"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vacuum:before {
  content: "\e04d"; }

.fa-vacuum-robot:before {
  content: "\e04e"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-vhs:before {
  content: "\f8ec"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-violin:before {
  content: "\f8ed"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-wagon-covered:before {
  content: "\f8ee"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walkie-talkie:before {
  content: "\f8ef"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-washer:before {
  content: "\f898"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-calculator:before {
  content: "\f8f0"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-sine:before {
  content: "\f899"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-wave-triangle:before {
  content: "\f89a"; }

.fa-waveform:before {
  content: "\f8f1"; }

.fa-waveform-path:before {
  content: "\f8f2"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-turbine:before {
  content: "\f89b"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-frame:before {
  content: "\e04f"; }

.fa-window-frame-open:before {
  content: "\e050"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.eot);
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.woff) format("woff"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.ttf) format("truetype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Duotone';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.eot);
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.woff) format("woff"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.ttf) format("truetype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-duotone-900.svg#fontawesome) format("svg"); }

.fad {
  position: relative;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900; }

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad:after {
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4); }

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1); }

.fad.fa-inverse {
  color: #fff; }

.fad.fa-stack-1x, .fad.fa-stack-2x {
  position: absolute; }

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.fad.fa-abacus:after {
  content: "\10f640"; }

.fad.fa-acorn:after {
  content: "\10f6ae"; }

.fad.fa-ad:after {
  content: "\10f641"; }

.fad.fa-address-book:after {
  content: "\10f2b9"; }

.fad.fa-address-card:after {
  content: "\10f2bb"; }

.fad.fa-adjust:after {
  content: "\10f042"; }

.fad.fa-air-conditioner:after {
  content: "\10f8f4"; }

.fad.fa-air-freshener:after {
  content: "\10f5d0"; }

.fad.fa-alarm-clock:after {
  content: "\10f34e"; }

.fad.fa-alarm-exclamation:after {
  content: "\10f843"; }

.fad.fa-alarm-plus:after {
  content: "\10f844"; }

.fad.fa-alarm-snooze:after {
  content: "\10f845"; }

.fad.fa-album:after {
  content: "\10f89f"; }

.fad.fa-album-collection:after {
  content: "\10f8a0"; }

.fad.fa-alicorn:after {
  content: "\10f6b0"; }

.fad.fa-alien:after {
  content: "\10f8f5"; }

.fad.fa-alien-monster:after {
  content: "\10f8f6"; }

.fad.fa-align-center:after {
  content: "\10f037"; }

.fad.fa-align-justify:after {
  content: "\10f039"; }

.fad.fa-align-left:after {
  content: "\10f036"; }

.fad.fa-align-right:after {
  content: "\10f038"; }

.fad.fa-align-slash:after {
  content: "\10f846"; }

.fad.fa-allergies:after {
  content: "\10f461"; }

.fad.fa-ambulance:after {
  content: "\10f0f9"; }

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3"; }

.fad.fa-amp-guitar:after {
  content: "\10f8a1"; }

.fad.fa-analytics:after {
  content: "\10f643"; }

.fad.fa-anchor:after {
  content: "\10f13d"; }

.fad.fa-angel:after {
  content: "\10f779"; }

.fad.fa-angle-double-down:after {
  content: "\10f103"; }

.fad.fa-angle-double-left:after {
  content: "\10f100"; }

.fad.fa-angle-double-right:after {
  content: "\10f101"; }

.fad.fa-angle-double-up:after {
  content: "\10f102"; }

.fad.fa-angle-down:after {
  content: "\10f107"; }

.fad.fa-angle-left:after {
  content: "\10f104"; }

.fad.fa-angle-right:after {
  content: "\10f105"; }

.fad.fa-angle-up:after {
  content: "\10f106"; }

.fad.fa-angry:after {
  content: "\10f556"; }

.fad.fa-ankh:after {
  content: "\10f644"; }

.fad.fa-apple-alt:after {
  content: "\10f5d1"; }

.fad.fa-apple-crate:after {
  content: "\10f6b1"; }

.fad.fa-archive:after {
  content: "\10f187"; }

.fad.fa-archway:after {
  content: "\10f557"; }

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358"; }

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359"; }

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a"; }

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b"; }

.fad.fa-arrow-alt-down:after {
  content: "\10f354"; }

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346"; }

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347"; }

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348"; }

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349"; }

.fad.fa-arrow-alt-left:after {
  content: "\10f355"; }

.fad.fa-arrow-alt-right:after {
  content: "\10f356"; }

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350"; }

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351"; }

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352"; }

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353"; }

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a"; }

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b"; }

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c"; }

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d"; }

.fad.fa-arrow-alt-up:after {
  content: "\10f357"; }

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab"; }

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8"; }

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9"; }

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa"; }

.fad.fa-arrow-down:after {
  content: "\10f063"; }

.fad.fa-arrow-from-bottom:after {
  content: "\10f342"; }

.fad.fa-arrow-from-left:after {
  content: "\10f343"; }

.fad.fa-arrow-from-right:after {
  content: "\10f344"; }

.fad.fa-arrow-from-top:after {
  content: "\10f345"; }

.fad.fa-arrow-left:after {
  content: "\10f060"; }

.fad.fa-arrow-right:after {
  content: "\10f061"; }

.fad.fa-arrow-square-down:after {
  content: "\10f339"; }

.fad.fa-arrow-square-left:after {
  content: "\10f33a"; }

.fad.fa-arrow-square-right:after {
  content: "\10f33b"; }

.fad.fa-arrow-square-up:after {
  content: "\10f33c"; }

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d"; }

.fad.fa-arrow-to-left:after {
  content: "\10f33e"; }

.fad.fa-arrow-to-right:after {
  content: "\10f340"; }

.fad.fa-arrow-to-top:after {
  content: "\10f341"; }

.fad.fa-arrow-up:after {
  content: "\10f062"; }

.fad.fa-arrows:after {
  content: "\10f047"; }

.fad.fa-arrows-alt:after {
  content: "\10f0b2"; }

.fad.fa-arrows-alt-h:after {
  content: "\10f337"; }

.fad.fa-arrows-alt-v:after {
  content: "\10f338"; }

.fad.fa-arrows-h:after {
  content: "\10f07e"; }

.fad.fa-arrows-v:after {
  content: "\10f07d"; }

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2"; }

.fad.fa-asterisk:after {
  content: "\10f069"; }

.fad.fa-at:after {
  content: "\10f1fa"; }

.fad.fa-atlas:after {
  content: "\10f558"; }

.fad.fa-atom:after {
  content: "\10f5d2"; }

.fad.fa-atom-alt:after {
  content: "\10f5d3"; }

.fad.fa-audio-description:after {
  content: "\10f29e"; }

.fad.fa-award:after {
  content: "\10f559"; }

.fad.fa-axe:after {
  content: "\10f6b2"; }

.fad.fa-axe-battle:after {
  content: "\10f6b3"; }

.fad.fa-baby:after {
  content: "\10f77c"; }

.fad.fa-baby-carriage:after {
  content: "\10f77d"; }

.fad.fa-backpack:after {
  content: "\10f5d4"; }

.fad.fa-backspace:after {
  content: "\10f55a"; }

.fad.fa-backward:after {
  content: "\10f04a"; }

.fad.fa-bacon:after {
  content: "\10f7e5"; }

.fad.fa-bacteria:after {
  content: "\10e059"; }

.fad.fa-bacterium:after {
  content: "\10e05a"; }

.fad.fa-badge:after {
  content: "\10f335"; }

.fad.fa-badge-check:after {
  content: "\10f336"; }

.fad.fa-badge-dollar:after {
  content: "\10f645"; }

.fad.fa-badge-percent:after {
  content: "\10f646"; }

.fad.fa-badge-sheriff:after {
  content: "\10f8a2"; }

.fad.fa-badger-honey:after {
  content: "\10f6b4"; }

.fad.fa-bags-shopping:after {
  content: "\10f847"; }

.fad.fa-bahai:after {
  content: "\10f666"; }

.fad.fa-balance-scale:after {
  content: "\10f24e"; }

.fad.fa-balance-scale-left:after {
  content: "\10f515"; }

.fad.fa-balance-scale-right:after {
  content: "\10f516"; }

.fad.fa-ball-pile:after {
  content: "\10f77e"; }

.fad.fa-ballot:after {
  content: "\10f732"; }

.fad.fa-ballot-check:after {
  content: "\10f733"; }

.fad.fa-ban:after {
  content: "\10f05e"; }

.fad.fa-band-aid:after {
  content: "\10f462"; }

.fad.fa-banjo:after {
  content: "\10f8a3"; }

.fad.fa-barcode:after {
  content: "\10f02a"; }

.fad.fa-barcode-alt:after {
  content: "\10f463"; }

.fad.fa-barcode-read:after {
  content: "\10f464"; }

.fad.fa-barcode-scan:after {
  content: "\10f465"; }

.fad.fa-bars:after {
  content: "\10f0c9"; }

.fad.fa-baseball:after {
  content: "\10f432"; }

.fad.fa-baseball-ball:after {
  content: "\10f433"; }

.fad.fa-basketball-ball:after {
  content: "\10f434"; }

.fad.fa-basketball-hoop:after {
  content: "\10f435"; }

.fad.fa-bat:after {
  content: "\10f6b5"; }

.fad.fa-bath:after {
  content: "\10f2cd"; }

.fad.fa-battery-bolt:after {
  content: "\10f376"; }

.fad.fa-battery-empty:after {
  content: "\10f244"; }

.fad.fa-battery-full:after {
  content: "\10f240"; }

.fad.fa-battery-half:after {
  content: "\10f242"; }

.fad.fa-battery-quarter:after {
  content: "\10f243"; }

.fad.fa-battery-slash:after {
  content: "\10f377"; }

.fad.fa-battery-three-quarters:after {
  content: "\10f241"; }

.fad.fa-bed:after {
  content: "\10f236"; }

.fad.fa-bed-alt:after {
  content: "\10f8f7"; }

.fad.fa-bed-bunk:after {
  content: "\10f8f8"; }

.fad.fa-bed-empty:after {
  content: "\10f8f9"; }

.fad.fa-beer:after {
  content: "\10f0fc"; }

.fad.fa-bell:after {
  content: "\10f0f3"; }

.fad.fa-bell-exclamation:after {
  content: "\10f848"; }

.fad.fa-bell-on:after {
  content: "\10f8fa"; }

.fad.fa-bell-plus:after {
  content: "\10f849"; }

.fad.fa-bell-school:after {
  content: "\10f5d5"; }

.fad.fa-bell-school-slash:after {
  content: "\10f5d6"; }

.fad.fa-bell-slash:after {
  content: "\10f1f6"; }

.fad.fa-bells:after {
  content: "\10f77f"; }

.fad.fa-betamax:after {
  content: "\10f8a4"; }

.fad.fa-bezier-curve:after {
  content: "\10f55b"; }

.fad.fa-bible:after {
  content: "\10f647"; }

.fad.fa-bicycle:after {
  content: "\10f206"; }

.fad.fa-biking:after {
  content: "\10f84a"; }

.fad.fa-biking-mountain:after {
  content: "\10f84b"; }

.fad.fa-binoculars:after {
  content: "\10f1e5"; }

.fad.fa-biohazard:after {
  content: "\10f780"; }

.fad.fa-birthday-cake:after {
  content: "\10f1fd"; }

.fad.fa-blanket:after {
  content: "\10f498"; }

.fad.fa-blender:after {
  content: "\10f517"; }

.fad.fa-blender-phone:after {
  content: "\10f6b6"; }

.fad.fa-blind:after {
  content: "\10f29d"; }

.fad.fa-blinds:after {
  content: "\10f8fb"; }

.fad.fa-blinds-open:after {
  content: "\10f8fc"; }

.fad.fa-blinds-raised:after {
  content: "\10f8fd"; }

.fad.fa-blog:after {
  content: "\10f781"; }

.fad.fa-bold:after {
  content: "\10f032"; }

.fad.fa-bolt:after {
  content: "\10f0e7"; }

.fad.fa-bomb:after {
  content: "\10f1e2"; }

.fad.fa-bone:after {
  content: "\10f5d7"; }

.fad.fa-bone-break:after {
  content: "\10f5d8"; }

.fad.fa-bong:after {
  content: "\10f55c"; }

.fad.fa-book:after {
  content: "\10f02d"; }

.fad.fa-book-alt:after {
  content: "\10f5d9"; }

.fad.fa-book-dead:after {
  content: "\10f6b7"; }

.fad.fa-book-heart:after {
  content: "\10f499"; }

.fad.fa-book-medical:after {
  content: "\10f7e6"; }

.fad.fa-book-open:after {
  content: "\10f518"; }

.fad.fa-book-reader:after {
  content: "\10f5da"; }

.fad.fa-book-spells:after {
  content: "\10f6b8"; }

.fad.fa-book-user:after {
  content: "\10f7e7"; }

.fad.fa-bookmark:after {
  content: "\10f02e"; }

.fad.fa-books:after {
  content: "\10f5db"; }

.fad.fa-books-medical:after {
  content: "\10f7e8"; }

.fad.fa-boombox:after {
  content: "\10f8a5"; }

.fad.fa-boot:after {
  content: "\10f782"; }

.fad.fa-booth-curtain:after {
  content: "\10f734"; }

.fad.fa-border-all:after {
  content: "\10f84c"; }

.fad.fa-border-bottom:after {
  content: "\10f84d"; }

.fad.fa-border-center-h:after {
  content: "\10f89c"; }

.fad.fa-border-center-v:after {
  content: "\10f89d"; }

.fad.fa-border-inner:after {
  content: "\10f84e"; }

.fad.fa-border-left:after {
  content: "\10f84f"; }

.fad.fa-border-none:after {
  content: "\10f850"; }

.fad.fa-border-outer:after {
  content: "\10f851"; }

.fad.fa-border-right:after {
  content: "\10f852"; }

.fad.fa-border-style:after {
  content: "\10f853"; }

.fad.fa-border-style-alt:after {
  content: "\10f854"; }

.fad.fa-border-top:after {
  content: "\10f855"; }

.fad.fa-bow-arrow:after {
  content: "\10f6b9"; }

.fad.fa-bowling-ball:after {
  content: "\10f436"; }

.fad.fa-bowling-pins:after {
  content: "\10f437"; }

.fad.fa-box:after {
  content: "\10f466"; }

.fad.fa-box-alt:after {
  content: "\10f49a"; }

.fad.fa-box-ballot:after {
  content: "\10f735"; }

.fad.fa-box-check:after {
  content: "\10f467"; }

.fad.fa-box-fragile:after {
  content: "\10f49b"; }

.fad.fa-box-full:after {
  content: "\10f49c"; }

.fad.fa-box-heart:after {
  content: "\10f49d"; }

.fad.fa-box-open:after {
  content: "\10f49e"; }

.fad.fa-box-tissue:after {
  content: "\10e05b"; }

.fad.fa-box-up:after {
  content: "\10f49f"; }

.fad.fa-box-usd:after {
  content: "\10f4a0"; }

.fad.fa-boxes:after {
  content: "\10f468"; }

.fad.fa-boxes-alt:after {
  content: "\10f4a1"; }

.fad.fa-boxing-glove:after {
  content: "\10f438"; }

.fad.fa-brackets:after {
  content: "\10f7e9"; }

.fad.fa-brackets-curly:after {
  content: "\10f7ea"; }

.fad.fa-braille:after {
  content: "\10f2a1"; }

.fad.fa-brain:after {
  content: "\10f5dc"; }

.fad.fa-bread-loaf:after {
  content: "\10f7eb"; }

.fad.fa-bread-slice:after {
  content: "\10f7ec"; }

.fad.fa-briefcase:after {
  content: "\10f0b1"; }

.fad.fa-briefcase-medical:after {
  content: "\10f469"; }

.fad.fa-bring-forward:after {
  content: "\10f856"; }

.fad.fa-bring-front:after {
  content: "\10f857"; }

.fad.fa-broadcast-tower:after {
  content: "\10f519"; }

.fad.fa-broom:after {
  content: "\10f51a"; }

.fad.fa-browser:after {
  content: "\10f37e"; }

.fad.fa-brush:after {
  content: "\10f55d"; }

.fad.fa-bug:after {
  content: "\10f188"; }

.fad.fa-building:after {
  content: "\10f1ad"; }

.fad.fa-bullhorn:after {
  content: "\10f0a1"; }

.fad.fa-bullseye:after {
  content: "\10f140"; }

.fad.fa-bullseye-arrow:after {
  content: "\10f648"; }

.fad.fa-bullseye-pointer:after {
  content: "\10f649"; }

.fad.fa-burger-soda:after {
  content: "\10f858"; }

.fad.fa-burn:after {
  content: "\10f46a"; }

.fad.fa-burrito:after {
  content: "\10f7ed"; }

.fad.fa-bus:after {
  content: "\10f207"; }

.fad.fa-bus-alt:after {
  content: "\10f55e"; }

.fad.fa-bus-school:after {
  content: "\10f5dd"; }

.fad.fa-business-time:after {
  content: "\10f64a"; }

.fad.fa-cabinet-filing:after {
  content: "\10f64b"; }

.fad.fa-cactus:after {
  content: "\10f8a7"; }

.fad.fa-calculator:after {
  content: "\10f1ec"; }

.fad.fa-calculator-alt:after {
  content: "\10f64c"; }

.fad.fa-calendar:after {
  content: "\10f133"; }

.fad.fa-calendar-alt:after {
  content: "\10f073"; }

.fad.fa-calendar-check:after {
  content: "\10f274"; }

.fad.fa-calendar-day:after {
  content: "\10f783"; }

.fad.fa-calendar-edit:after {
  content: "\10f333"; }

.fad.fa-calendar-exclamation:after {
  content: "\10f334"; }

.fad.fa-calendar-minus:after {
  content: "\10f272"; }

.fad.fa-calendar-plus:after {
  content: "\10f271"; }

.fad.fa-calendar-star:after {
  content: "\10f736"; }

.fad.fa-calendar-times:after {
  content: "\10f273"; }

.fad.fa-calendar-week:after {
  content: "\10f784"; }

.fad.fa-camcorder:after {
  content: "\10f8a8"; }

.fad.fa-camera:after {
  content: "\10f030"; }

.fad.fa-camera-alt:after {
  content: "\10f332"; }

.fad.fa-camera-home:after {
  content: "\10f8fe"; }

.fad.fa-camera-movie:after {
  content: "\10f8a9"; }

.fad.fa-camera-polaroid:after {
  content: "\10f8aa"; }

.fad.fa-camera-retro:after {
  content: "\10f083"; }

.fad.fa-campfire:after {
  content: "\10f6ba"; }

.fad.fa-campground:after {
  content: "\10f6bb"; }

.fad.fa-candle-holder:after {
  content: "\10f6bc"; }

.fad.fa-candy-cane:after {
  content: "\10f786"; }

.fad.fa-candy-corn:after {
  content: "\10f6bd"; }

.fad.fa-cannabis:after {
  content: "\10f55f"; }

.fad.fa-capsules:after {
  content: "\10f46b"; }

.fad.fa-car:after {
  content: "\10f1b9"; }

.fad.fa-car-alt:after {
  content: "\10f5de"; }

.fad.fa-car-battery:after {
  content: "\10f5df"; }

.fad.fa-car-building:after {
  content: "\10f859"; }

.fad.fa-car-bump:after {
  content: "\10f5e0"; }

.fad.fa-car-bus:after {
  content: "\10f85a"; }

.fad.fa-car-crash:after {
  content: "\10f5e1"; }

.fad.fa-car-garage:after {
  content: "\10f5e2"; }

.fad.fa-car-mechanic:after {
  content: "\10f5e3"; }

.fad.fa-car-side:after {
  content: "\10f5e4"; }

.fad.fa-car-tilt:after {
  content: "\10f5e5"; }

.fad.fa-car-wash:after {
  content: "\10f5e6"; }

.fad.fa-caravan:after {
  content: "\10f8ff"; }

.fad.fa-caravan-alt:after {
  content: "\10e000"; }

.fad.fa-caret-circle-down:after {
  content: "\10f32d"; }

.fad.fa-caret-circle-left:after {
  content: "\10f32e"; }

.fad.fa-caret-circle-right:after {
  content: "\10f330"; }

.fad.fa-caret-circle-up:after {
  content: "\10f331"; }

.fad.fa-caret-down:after {
  content: "\10f0d7"; }

.fad.fa-caret-left:after {
  content: "\10f0d9"; }

.fad.fa-caret-right:after {
  content: "\10f0da"; }

.fad.fa-caret-square-down:after {
  content: "\10f150"; }

.fad.fa-caret-square-left:after {
  content: "\10f191"; }

.fad.fa-caret-square-right:after {
  content: "\10f152"; }

.fad.fa-caret-square-up:after {
  content: "\10f151"; }

.fad.fa-caret-up:after {
  content: "\10f0d8"; }

.fad.fa-carrot:after {
  content: "\10f787"; }

.fad.fa-cars:after {
  content: "\10f85b"; }

.fad.fa-cart-arrow-down:after {
  content: "\10f218"; }

.fad.fa-cart-plus:after {
  content: "\10f217"; }

.fad.fa-cash-register:after {
  content: "\10f788"; }

.fad.fa-cassette-tape:after {
  content: "\10f8ab"; }

.fad.fa-cat:after {
  content: "\10f6be"; }

.fad.fa-cat-space:after {
  content: "\10e001"; }

.fad.fa-cauldron:after {
  content: "\10f6bf"; }

.fad.fa-cctv:after {
  content: "\10f8ac"; }

.fad.fa-certificate:after {
  content: "\10f0a3"; }

.fad.fa-chair:after {
  content: "\10f6c0"; }

.fad.fa-chair-office:after {
  content: "\10f6c1"; }

.fad.fa-chalkboard:after {
  content: "\10f51b"; }

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c"; }

.fad.fa-charging-station:after {
  content: "\10f5e7"; }

.fad.fa-chart-area:after {
  content: "\10f1fe"; }

.fad.fa-chart-bar:after {
  content: "\10f080"; }

.fad.fa-chart-line:after {
  content: "\10f201"; }

.fad.fa-chart-line-down:after {
  content: "\10f64d"; }

.fad.fa-chart-network:after {
  content: "\10f78a"; }

.fad.fa-chart-pie:after {
  content: "\10f200"; }

.fad.fa-chart-pie-alt:after {
  content: "\10f64e"; }

.fad.fa-chart-scatter:after {
  content: "\10f7ee"; }

.fad.fa-check:after {
  content: "\10f00c"; }

.fad.fa-check-circle:after {
  content: "\10f058"; }

.fad.fa-check-double:after {
  content: "\10f560"; }

.fad.fa-check-square:after {
  content: "\10f14a"; }

.fad.fa-cheese:after {
  content: "\10f7ef"; }

.fad.fa-cheese-swiss:after {
  content: "\10f7f0"; }

.fad.fa-cheeseburger:after {
  content: "\10f7f1"; }

.fad.fa-chess:after {
  content: "\10f439"; }

.fad.fa-chess-bishop:after {
  content: "\10f43a"; }

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b"; }

.fad.fa-chess-board:after {
  content: "\10f43c"; }

.fad.fa-chess-clock:after {
  content: "\10f43d"; }

.fad.fa-chess-clock-alt:after {
  content: "\10f43e"; }

.fad.fa-chess-king:after {
  content: "\10f43f"; }

.fad.fa-chess-king-alt:after {
  content: "\10f440"; }

.fad.fa-chess-knight:after {
  content: "\10f441"; }

.fad.fa-chess-knight-alt:after {
  content: "\10f442"; }

.fad.fa-chess-pawn:after {
  content: "\10f443"; }

.fad.fa-chess-pawn-alt:after {
  content: "\10f444"; }

.fad.fa-chess-queen:after {
  content: "\10f445"; }

.fad.fa-chess-queen-alt:after {
  content: "\10f446"; }

.fad.fa-chess-rook:after {
  content: "\10f447"; }

.fad.fa-chess-rook-alt:after {
  content: "\10f448"; }

.fad.fa-chevron-circle-down:after {
  content: "\10f13a"; }

.fad.fa-chevron-circle-left:after {
  content: "\10f137"; }

.fad.fa-chevron-circle-right:after {
  content: "\10f138"; }

.fad.fa-chevron-circle-up:after {
  content: "\10f139"; }

.fad.fa-chevron-double-down:after {
  content: "\10f322"; }

.fad.fa-chevron-double-left:after {
  content: "\10f323"; }

.fad.fa-chevron-double-right:after {
  content: "\10f324"; }

.fad.fa-chevron-double-up:after {
  content: "\10f325"; }

.fad.fa-chevron-down:after {
  content: "\10f078"; }

.fad.fa-chevron-left:after {
  content: "\10f053"; }

.fad.fa-chevron-right:after {
  content: "\10f054"; }

.fad.fa-chevron-square-down:after {
  content: "\10f329"; }

.fad.fa-chevron-square-left:after {
  content: "\10f32a"; }

.fad.fa-chevron-square-right:after {
  content: "\10f32b"; }

.fad.fa-chevron-square-up:after {
  content: "\10f32c"; }

.fad.fa-chevron-up:after {
  content: "\10f077"; }

.fad.fa-child:after {
  content: "\10f1ae"; }

.fad.fa-chimney:after {
  content: "\10f78b"; }

.fad.fa-church:after {
  content: "\10f51d"; }

.fad.fa-circle:after {
  content: "\10f111"; }

.fad.fa-circle-notch:after {
  content: "\10f1ce"; }

.fad.fa-city:after {
  content: "\10f64f"; }

.fad.fa-clarinet:after {
  content: "\10f8ad"; }

.fad.fa-claw-marks:after {
  content: "\10f6c2"; }

.fad.fa-clinic-medical:after {
  content: "\10f7f2"; }

.fad.fa-clipboard:after {
  content: "\10f328"; }

.fad.fa-clipboard-check:after {
  content: "\10f46c"; }

.fad.fa-clipboard-list:after {
  content: "\10f46d"; }

.fad.fa-clipboard-list-check:after {
  content: "\10f737"; }

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8"; }

.fad.fa-clipboard-user:after {
  content: "\10f7f3"; }

.fad.fa-clock:after {
  content: "\10f017"; }

.fad.fa-clone:after {
  content: "\10f24d"; }

.fad.fa-closed-captioning:after {
  content: "\10f20a"; }

.fad.fa-cloud:after {
  content: "\10f0c2"; }

.fad.fa-cloud-download:after {
  content: "\10f0ed"; }

.fad.fa-cloud-download-alt:after {
  content: "\10f381"; }

.fad.fa-cloud-drizzle:after {
  content: "\10f738"; }

.fad.fa-cloud-hail:after {
  content: "\10f739"; }

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a"; }

.fad.fa-cloud-meatball:after {
  content: "\10f73b"; }

.fad.fa-cloud-moon:after {
  content: "\10f6c3"; }

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c"; }

.fad.fa-cloud-music:after {
  content: "\10f8ae"; }

.fad.fa-cloud-rain:after {
  content: "\10f73d"; }

.fad.fa-cloud-rainbow:after {
  content: "\10f73e"; }

.fad.fa-cloud-showers:after {
  content: "\10f73f"; }

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740"; }

.fad.fa-cloud-sleet:after {
  content: "\10f741"; }

.fad.fa-cloud-snow:after {
  content: "\10f742"; }

.fad.fa-cloud-sun:after {
  content: "\10f6c4"; }

.fad.fa-cloud-sun-rain:after {
  content: "\10f743"; }

.fad.fa-cloud-upload:after {
  content: "\10f0ee"; }

.fad.fa-cloud-upload-alt:after {
  content: "\10f382"; }

.fad.fa-clouds:after {
  content: "\10f744"; }

.fad.fa-clouds-moon:after {
  content: "\10f745"; }

.fad.fa-clouds-sun:after {
  content: "\10f746"; }

.fad.fa-club:after {
  content: "\10f327"; }

.fad.fa-cocktail:after {
  content: "\10f561"; }

.fad.fa-code:after {
  content: "\10f121"; }

.fad.fa-code-branch:after {
  content: "\10f126"; }

.fad.fa-code-commit:after {
  content: "\10f386"; }

.fad.fa-code-merge:after {
  content: "\10f387"; }

.fad.fa-coffee:after {
  content: "\10f0f4"; }

.fad.fa-coffee-pot:after {
  content: "\10e002"; }

.fad.fa-coffee-togo:after {
  content: "\10f6c5"; }

.fad.fa-coffin:after {
  content: "\10f6c6"; }

.fad.fa-coffin-cross:after {
  content: "\10e051"; }

.fad.fa-cog:after {
  content: "\10f013"; }

.fad.fa-cogs:after {
  content: "\10f085"; }

.fad.fa-coin:after {
  content: "\10f85c"; }

.fad.fa-coins:after {
  content: "\10f51e"; }

.fad.fa-columns:after {
  content: "\10f0db"; }

.fad.fa-comet:after {
  content: "\10e003"; }

.fad.fa-comment:after {
  content: "\10f075"; }

.fad.fa-comment-alt:after {
  content: "\10f27a"; }

.fad.fa-comment-alt-check:after {
  content: "\10f4a2"; }

.fad.fa-comment-alt-dollar:after {
  content: "\10f650"; }

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3"; }

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4"; }

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5"; }

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6"; }

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4"; }

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7"; }

.fad.fa-comment-alt-music:after {
  content: "\10f8af"; }

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8"; }

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9"; }

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa"; }

.fad.fa-comment-alt-times:after {
  content: "\10f4ab"; }

.fad.fa-comment-check:after {
  content: "\10f4ac"; }

.fad.fa-comment-dollar:after {
  content: "\10f651"; }

.fad.fa-comment-dots:after {
  content: "\10f4ad"; }

.fad.fa-comment-edit:after {
  content: "\10f4ae"; }

.fad.fa-comment-exclamation:after {
  content: "\10f4af"; }

.fad.fa-comment-lines:after {
  content: "\10f4b0"; }

.fad.fa-comment-medical:after {
  content: "\10f7f5"; }

.fad.fa-comment-minus:after {
  content: "\10f4b1"; }

.fad.fa-comment-music:after {
  content: "\10f8b0"; }

.fad.fa-comment-plus:after {
  content: "\10f4b2"; }

.fad.fa-comment-slash:after {
  content: "\10f4b3"; }

.fad.fa-comment-smile:after {
  content: "\10f4b4"; }

.fad.fa-comment-times:after {
  content: "\10f4b5"; }

.fad.fa-comments:after {
  content: "\10f086"; }

.fad.fa-comments-alt:after {
  content: "\10f4b6"; }

.fad.fa-comments-alt-dollar:after {
  content: "\10f652"; }

.fad.fa-comments-dollar:after {
  content: "\10f653"; }

.fad.fa-compact-disc:after {
  content: "\10f51f"; }

.fad.fa-compass:after {
  content: "\10f14e"; }

.fad.fa-compass-slash:after {
  content: "\10f5e9"; }

.fad.fa-compress:after {
  content: "\10f066"; }

.fad.fa-compress-alt:after {
  content: "\10f422"; }

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c"; }

.fad.fa-compress-wide:after {
  content: "\10f326"; }

.fad.fa-computer-classic:after {
  content: "\10f8b1"; }

.fad.fa-computer-speaker:after {
  content: "\10f8b2"; }

.fad.fa-concierge-bell:after {
  content: "\10f562"; }

.fad.fa-construction:after {
  content: "\10f85d"; }

.fad.fa-container-storage:after {
  content: "\10f4b7"; }

.fad.fa-conveyor-belt:after {
  content: "\10f46e"; }

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f"; }

.fad.fa-cookie:after {
  content: "\10f563"; }

.fad.fa-cookie-bite:after {
  content: "\10f564"; }

.fad.fa-copy:after {
  content: "\10f0c5"; }

.fad.fa-copyright:after {
  content: "\10f1f9"; }

.fad.fa-corn:after {
  content: "\10f6c7"; }

.fad.fa-couch:after {
  content: "\10f4b8"; }

.fad.fa-cow:after {
  content: "\10f6c8"; }

.fad.fa-cowbell:after {
  content: "\10f8b3"; }

.fad.fa-cowbell-more:after {
  content: "\10f8b4"; }

.fad.fa-credit-card:after {
  content: "\10f09d"; }

.fad.fa-credit-card-blank:after {
  content: "\10f389"; }

.fad.fa-credit-card-front:after {
  content: "\10f38a"; }

.fad.fa-cricket:after {
  content: "\10f449"; }

.fad.fa-croissant:after {
  content: "\10f7f6"; }

.fad.fa-crop:after {
  content: "\10f125"; }

.fad.fa-crop-alt:after {
  content: "\10f565"; }

.fad.fa-cross:after {
  content: "\10f654"; }

.fad.fa-crosshairs:after {
  content: "\10f05b"; }

.fad.fa-crow:after {
  content: "\10f520"; }

.fad.fa-crown:after {
  content: "\10f521"; }

.fad.fa-crutch:after {
  content: "\10f7f7"; }

.fad.fa-crutches:after {
  content: "\10f7f8"; }

.fad.fa-cube:after {
  content: "\10f1b2"; }

.fad.fa-cubes:after {
  content: "\10f1b3"; }

.fad.fa-curling:after {
  content: "\10f44a"; }

.fad.fa-cut:after {
  content: "\10f0c4"; }

.fad.fa-dagger:after {
  content: "\10f6cb"; }

.fad.fa-database:after {
  content: "\10f1c0"; }

.fad.fa-deaf:after {
  content: "\10f2a4"; }

.fad.fa-debug:after {
  content: "\10f7f9"; }

.fad.fa-deer:after {
  content: "\10f78e"; }

.fad.fa-deer-rudolph:after {
  content: "\10f78f"; }

.fad.fa-democrat:after {
  content: "\10f747"; }

.fad.fa-desktop:after {
  content: "\10f108"; }

.fad.fa-desktop-alt:after {
  content: "\10f390"; }

.fad.fa-dewpoint:after {
  content: "\10f748"; }

.fad.fa-dharmachakra:after {
  content: "\10f655"; }

.fad.fa-diagnoses:after {
  content: "\10f470"; }

.fad.fa-diamond:after {
  content: "\10f219"; }

.fad.fa-dice:after {
  content: "\10f522"; }

.fad.fa-dice-d10:after {
  content: "\10f6cd"; }

.fad.fa-dice-d12:after {
  content: "\10f6ce"; }

.fad.fa-dice-d20:after {
  content: "\10f6cf"; }

.fad.fa-dice-d4:after {
  content: "\10f6d0"; }

.fad.fa-dice-d6:after {
  content: "\10f6d1"; }

.fad.fa-dice-d8:after {
  content: "\10f6d2"; }

.fad.fa-dice-five:after {
  content: "\10f523"; }

.fad.fa-dice-four:after {
  content: "\10f524"; }

.fad.fa-dice-one:after {
  content: "\10f525"; }

.fad.fa-dice-six:after {
  content: "\10f526"; }

.fad.fa-dice-three:after {
  content: "\10f527"; }

.fad.fa-dice-two:after {
  content: "\10f528"; }

.fad.fa-digging:after {
  content: "\10f85e"; }

.fad.fa-digital-tachograph:after {
  content: "\10f566"; }

.fad.fa-diploma:after {
  content: "\10f5ea"; }

.fad.fa-directions:after {
  content: "\10f5eb"; }

.fad.fa-disc-drive:after {
  content: "\10f8b5"; }

.fad.fa-disease:after {
  content: "\10f7fa"; }

.fad.fa-divide:after {
  content: "\10f529"; }

.fad.fa-dizzy:after {
  content: "\10f567"; }

.fad.fa-dna:after {
  content: "\10f471"; }

.fad.fa-do-not-enter:after {
  content: "\10f5ec"; }

.fad.fa-dog:after {
  content: "\10f6d3"; }

.fad.fa-dog-leashed:after {
  content: "\10f6d4"; }

.fad.fa-dollar-sign:after {
  content: "\10f155"; }

.fad.fa-dolly:after {
  content: "\10f472"; }

.fad.fa-dolly-empty:after {
  content: "\10f473"; }

.fad.fa-dolly-flatbed:after {
  content: "\10f474"; }

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475"; }

.fad.fa-dolly-flatbed-empty:after {
  content: "\10f476"; }

.fad.fa-donate:after {
  content: "\10f4b9"; }

.fad.fa-door-closed:after {
  content: "\10f52a"; }

.fad.fa-door-open:after {
  content: "\10f52b"; }

.fad.fa-dot-circle:after {
  content: "\10f192"; }

.fad.fa-dove:after {
  content: "\10f4ba"; }

.fad.fa-download:after {
  content: "\10f019"; }

.fad.fa-drafting-compass:after {
  content: "\10f568"; }

.fad.fa-dragon:after {
  content: "\10f6d5"; }

.fad.fa-draw-circle:after {
  content: "\10f5ed"; }

.fad.fa-draw-polygon:after {
  content: "\10f5ee"; }

.fad.fa-draw-square:after {
  content: "\10f5ef"; }

.fad.fa-dreidel:after {
  content: "\10f792"; }

.fad.fa-drone:after {
  content: "\10f85f"; }

.fad.fa-drone-alt:after {
  content: "\10f860"; }

.fad.fa-drum:after {
  content: "\10f569"; }

.fad.fa-drum-steelpan:after {
  content: "\10f56a"; }

.fad.fa-drumstick:after {
  content: "\10f6d6"; }

.fad.fa-drumstick-bite:after {
  content: "\10f6d7"; }

.fad.fa-dryer:after {
  content: "\10f861"; }

.fad.fa-dryer-alt:after {
  content: "\10f862"; }

.fad.fa-duck:after {
  content: "\10f6d8"; }

.fad.fa-dumbbell:after {
  content: "\10f44b"; }

.fad.fa-dumpster:after {
  content: "\10f793"; }

.fad.fa-dumpster-fire:after {
  content: "\10f794"; }

.fad.fa-dungeon:after {
  content: "\10f6d9"; }

.fad.fa-ear:after {
  content: "\10f5f0"; }

.fad.fa-ear-muffs:after {
  content: "\10f795"; }

.fad.fa-eclipse:after {
  content: "\10f749"; }

.fad.fa-eclipse-alt:after {
  content: "\10f74a"; }

.fad.fa-edit:after {
  content: "\10f044"; }

.fad.fa-egg:after {
  content: "\10f7fb"; }

.fad.fa-egg-fried:after {
  content: "\10f7fc"; }

.fad.fa-eject:after {
  content: "\10f052"; }

.fad.fa-elephant:after {
  content: "\10f6da"; }

.fad.fa-ellipsis-h:after {
  content: "\10f141"; }

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b"; }

.fad.fa-ellipsis-v:after {
  content: "\10f142"; }

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c"; }

.fad.fa-empty-set:after {
  content: "\10f656"; }

.fad.fa-engine-warning:after {
  content: "\10f5f2"; }

.fad.fa-envelope:after {
  content: "\10f0e0"; }

.fad.fa-envelope-open:after {
  content: "\10f2b6"; }

.fad.fa-envelope-open-dollar:after {
  content: "\10f657"; }

.fad.fa-envelope-open-text:after {
  content: "\10f658"; }

.fad.fa-envelope-square:after {
  content: "\10f199"; }

.fad.fa-equals:after {
  content: "\10f52c"; }

.fad.fa-eraser:after {
  content: "\10f12d"; }

.fad.fa-ethernet:after {
  content: "\10f796"; }

.fad.fa-euro-sign:after {
  content: "\10f153"; }

.fad.fa-exchange:after {
  content: "\10f0ec"; }

.fad.fa-exchange-alt:after {
  content: "\10f362"; }

.fad.fa-exclamation:after {
  content: "\10f12a"; }

.fad.fa-exclamation-circle:after {
  content: "\10f06a"; }

.fad.fa-exclamation-square:after {
  content: "\10f321"; }

.fad.fa-exclamation-triangle:after {
  content: "\10f071"; }

.fad.fa-expand:after {
  content: "\10f065"; }

.fad.fa-expand-alt:after {
  content: "\10f424"; }

.fad.fa-expand-arrows:after {
  content: "\10f31d"; }

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e"; }

.fad.fa-expand-wide:after {
  content: "\10f320"; }

.fad.fa-external-link:after {
  content: "\10f08e"; }

.fad.fa-external-link-alt:after {
  content: "\10f35d"; }

.fad.fa-external-link-square:after {
  content: "\10f14c"; }

.fad.fa-external-link-square-alt:after {
  content: "\10f360"; }

.fad.fa-eye:after {
  content: "\10f06e"; }

.fad.fa-eye-dropper:after {
  content: "\10f1fb"; }

.fad.fa-eye-evil:after {
  content: "\10f6db"; }

.fad.fa-eye-slash:after {
  content: "\10f070"; }

.fad.fa-fan:after {
  content: "\10f863"; }

.fad.fa-fan-table:after {
  content: "\10e004"; }

.fad.fa-farm:after {
  content: "\10f864"; }

.fad.fa-fast-backward:after {
  content: "\10f049"; }

.fad.fa-fast-forward:after {
  content: "\10f050"; }

.fad.fa-faucet:after {
  content: "\10e005"; }

.fad.fa-faucet-drip:after {
  content: "\10e006"; }

.fad.fa-fax:after {
  content: "\10f1ac"; }

.fad.fa-feather:after {
  content: "\10f52d"; }

.fad.fa-feather-alt:after {
  content: "\10f56b"; }

.fad.fa-female:after {
  content: "\10f182"; }

.fad.fa-field-hockey:after {
  content: "\10f44c"; }

.fad.fa-fighter-jet:after {
  content: "\10f0fb"; }

.fad.fa-file:after {
  content: "\10f15b"; }

.fad.fa-file-alt:after {
  content: "\10f15c"; }

.fad.fa-file-archive:after {
  content: "\10f1c6"; }

.fad.fa-file-audio:after {
  content: "\10f1c7"; }

.fad.fa-file-certificate:after {
  content: "\10f5f3"; }

.fad.fa-file-chart-line:after {
  content: "\10f659"; }

.fad.fa-file-chart-pie:after {
  content: "\10f65a"; }

.fad.fa-file-check:after {
  content: "\10f316"; }

.fad.fa-file-code:after {
  content: "\10f1c9"; }

.fad.fa-file-contract:after {
  content: "\10f56c"; }

.fad.fa-file-csv:after {
  content: "\10f6dd"; }

.fad.fa-file-download:after {
  content: "\10f56d"; }

.fad.fa-file-edit:after {
  content: "\10f31c"; }

.fad.fa-file-excel:after {
  content: "\10f1c3"; }

.fad.fa-file-exclamation:after {
  content: "\10f31a"; }

.fad.fa-file-export:after {
  content: "\10f56e"; }

.fad.fa-file-image:after {
  content: "\10f1c5"; }

.fad.fa-file-import:after {
  content: "\10f56f"; }

.fad.fa-file-invoice:after {
  content: "\10f570"; }

.fad.fa-file-invoice-dollar:after {
  content: "\10f571"; }

.fad.fa-file-medical:after {
  content: "\10f477"; }

.fad.fa-file-medical-alt:after {
  content: "\10f478"; }

.fad.fa-file-minus:after {
  content: "\10f318"; }

.fad.fa-file-music:after {
  content: "\10f8b6"; }

.fad.fa-file-pdf:after {
  content: "\10f1c1"; }

.fad.fa-file-plus:after {
  content: "\10f319"; }

.fad.fa-file-powerpoint:after {
  content: "\10f1c4"; }

.fad.fa-file-prescription:after {
  content: "\10f572"; }

.fad.fa-file-search:after {
  content: "\10f865"; }

.fad.fa-file-signature:after {
  content: "\10f573"; }

.fad.fa-file-spreadsheet:after {
  content: "\10f65b"; }

.fad.fa-file-times:after {
  content: "\10f317"; }

.fad.fa-file-upload:after {
  content: "\10f574"; }

.fad.fa-file-user:after {
  content: "\10f65c"; }

.fad.fa-file-video:after {
  content: "\10f1c8"; }

.fad.fa-file-word:after {
  content: "\10f1c2"; }

.fad.fa-files-medical:after {
  content: "\10f7fd"; }

.fad.fa-fill:after {
  content: "\10f575"; }

.fad.fa-fill-drip:after {
  content: "\10f576"; }

.fad.fa-film:after {
  content: "\10f008"; }

.fad.fa-film-alt:after {
  content: "\10f3a0"; }

.fad.fa-film-canister:after {
  content: "\10f8b7"; }

.fad.fa-filter:after {
  content: "\10f0b0"; }

.fad.fa-fingerprint:after {
  content: "\10f577"; }

.fad.fa-fire:after {
  content: "\10f06d"; }

.fad.fa-fire-alt:after {
  content: "\10f7e4"; }

.fad.fa-fire-extinguisher:after {
  content: "\10f134"; }

.fad.fa-fire-smoke:after {
  content: "\10f74b"; }

.fad.fa-fireplace:after {
  content: "\10f79a"; }

.fad.fa-first-aid:after {
  content: "\10f479"; }

.fad.fa-fish:after {
  content: "\10f578"; }

.fad.fa-fish-cooked:after {
  content: "\10f7fe"; }

.fad.fa-fist-raised:after {
  content: "\10f6de"; }

.fad.fa-flag:after {
  content: "\10f024"; }

.fad.fa-flag-alt:after {
  content: "\10f74c"; }

.fad.fa-flag-checkered:after {
  content: "\10f11e"; }

.fad.fa-flag-usa:after {
  content: "\10f74d"; }

.fad.fa-flame:after {
  content: "\10f6df"; }

.fad.fa-flashlight:after {
  content: "\10f8b8"; }

.fad.fa-flask:after {
  content: "\10f0c3"; }

.fad.fa-flask-poison:after {
  content: "\10f6e0"; }

.fad.fa-flask-potion:after {
  content: "\10f6e1"; }

.fad.fa-flower:after {
  content: "\10f7ff"; }

.fad.fa-flower-daffodil:after {
  content: "\10f800"; }

.fad.fa-flower-tulip:after {
  content: "\10f801"; }

.fad.fa-flushed:after {
  content: "\10f579"; }

.fad.fa-flute:after {
  content: "\10f8b9"; }

.fad.fa-flux-capacitor:after {
  content: "\10f8ba"; }

.fad.fa-fog:after {
  content: "\10f74e"; }

.fad.fa-folder:after {
  content: "\10f07b"; }

.fad.fa-folder-download:after {
  content: "\10e053"; }

.fad.fa-folder-minus:after {
  content: "\10f65d"; }

.fad.fa-folder-open:after {
  content: "\10f07c"; }

.fad.fa-folder-plus:after {
  content: "\10f65e"; }

.fad.fa-folder-times:after {
  content: "\10f65f"; }

.fad.fa-folder-tree:after {
  content: "\10f802"; }

.fad.fa-folder-upload:after {
  content: "\10e054"; }

.fad.fa-folders:after {
  content: "\10f660"; }

.fad.fa-font:after {
  content: "\10f031"; }

.fad.fa-font-awesome-logo-full:after {
  content: "\10f4e6"; }

.fad.fa-font-case:after {
  content: "\10f866"; }

.fad.fa-football-ball:after {
  content: "\10f44e"; }

.fad.fa-football-helmet:after {
  content: "\10f44f"; }

.fad.fa-forklift:after {
  content: "\10f47a"; }

.fad.fa-forward:after {
  content: "\10f04e"; }

.fad.fa-fragile:after {
  content: "\10f4bb"; }

.fad.fa-french-fries:after {
  content: "\10f803"; }

.fad.fa-frog:after {
  content: "\10f52e"; }

.fad.fa-frosty-head:after {
  content: "\10f79b"; }

.fad.fa-frown:after {
  content: "\10f119"; }

.fad.fa-frown-open:after {
  content: "\10f57a"; }

.fad.fa-function:after {
  content: "\10f661"; }

.fad.fa-funnel-dollar:after {
  content: "\10f662"; }

.fad.fa-futbol:after {
  content: "\10f1e3"; }

.fad.fa-galaxy:after {
  content: "\10e008"; }

.fad.fa-game-board:after {
  content: "\10f867"; }

.fad.fa-game-board-alt:after {
  content: "\10f868"; }

.fad.fa-game-console-handheld:after {
  content: "\10f8bb"; }

.fad.fa-gamepad:after {
  content: "\10f11b"; }

.fad.fa-gamepad-alt:after {
  content: "\10f8bc"; }

.fad.fa-garage:after {
  content: "\10e009"; }

.fad.fa-garage-car:after {
  content: "\10e00a"; }

.fad.fa-garage-open:after {
  content: "\10e00b"; }

.fad.fa-gas-pump:after {
  content: "\10f52f"; }

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4"; }

.fad.fa-gavel:after {
  content: "\10f0e3"; }

.fad.fa-gem:after {
  content: "\10f3a5"; }

.fad.fa-genderless:after {
  content: "\10f22d"; }

.fad.fa-ghost:after {
  content: "\10f6e2"; }

.fad.fa-gift:after {
  content: "\10f06b"; }

.fad.fa-gift-card:after {
  content: "\10f663"; }

.fad.fa-gifts:after {
  content: "\10f79c"; }

.fad.fa-gingerbread-man:after {
  content: "\10f79d"; }

.fad.fa-glass:after {
  content: "\10f804"; }

.fad.fa-glass-champagne:after {
  content: "\10f79e"; }

.fad.fa-glass-cheers:after {
  content: "\10f79f"; }

.fad.fa-glass-citrus:after {
  content: "\10f869"; }

.fad.fa-glass-martini:after {
  content: "\10f000"; }

.fad.fa-glass-martini-alt:after {
  content: "\10f57b"; }

.fad.fa-glass-whiskey:after {
  content: "\10f7a0"; }

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1"; }

.fad.fa-glasses:after {
  content: "\10f530"; }

.fad.fa-glasses-alt:after {
  content: "\10f5f5"; }

.fad.fa-globe:after {
  content: "\10f0ac"; }

.fad.fa-globe-africa:after {
  content: "\10f57c"; }

.fad.fa-globe-americas:after {
  content: "\10f57d"; }

.fad.fa-globe-asia:after {
  content: "\10f57e"; }

.fad.fa-globe-europe:after {
  content: "\10f7a2"; }

.fad.fa-globe-snow:after {
  content: "\10f7a3"; }

.fad.fa-globe-stand:after {
  content: "\10f5f6"; }

.fad.fa-golf-ball:after {
  content: "\10f450"; }

.fad.fa-golf-club:after {
  content: "\10f451"; }

.fad.fa-gopuram:after {
  content: "\10f664"; }

.fad.fa-graduation-cap:after {
  content: "\10f19d"; }

.fad.fa-gramophone:after {
  content: "\10f8bd"; }

.fad.fa-greater-than:after {
  content: "\10f531"; }

.fad.fa-greater-than-equal:after {
  content: "\10f532"; }

.fad.fa-grimace:after {
  content: "\10f57f"; }

.fad.fa-grin:after {
  content: "\10f580"; }

.fad.fa-grin-alt:after {
  content: "\10f581"; }

.fad.fa-grin-beam:after {
  content: "\10f582"; }

.fad.fa-grin-beam-sweat:after {
  content: "\10f583"; }

.fad.fa-grin-hearts:after {
  content: "\10f584"; }

.fad.fa-grin-squint:after {
  content: "\10f585"; }

.fad.fa-grin-squint-tears:after {
  content: "\10f586"; }

.fad.fa-grin-stars:after {
  content: "\10f587"; }

.fad.fa-grin-tears:after {
  content: "\10f588"; }

.fad.fa-grin-tongue:after {
  content: "\10f589"; }

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a"; }

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b"; }

.fad.fa-grin-wink:after {
  content: "\10f58c"; }

.fad.fa-grip-horizontal:after {
  content: "\10f58d"; }

.fad.fa-grip-lines:after {
  content: "\10f7a4"; }

.fad.fa-grip-lines-vertical:after {
  content: "\10f7a5"; }

.fad.fa-grip-vertical:after {
  content: "\10f58e"; }

.fad.fa-guitar:after {
  content: "\10f7a6"; }

.fad.fa-guitar-electric:after {
  content: "\10f8be"; }

.fad.fa-guitars:after {
  content: "\10f8bf"; }

.fad.fa-h-square:after {
  content: "\10f0fd"; }

.fad.fa-h1:after {
  content: "\10f313"; }

.fad.fa-h2:after {
  content: "\10f314"; }

.fad.fa-h3:after {
  content: "\10f315"; }

.fad.fa-h4:after {
  content: "\10f86a"; }

.fad.fa-hamburger:after {
  content: "\10f805"; }

.fad.fa-hammer:after {
  content: "\10f6e3"; }

.fad.fa-hammer-war:after {
  content: "\10f6e4"; }

.fad.fa-hamsa:after {
  content: "\10f665"; }

.fad.fa-hand-heart:after {
  content: "\10f4bc"; }

.fad.fa-hand-holding:after {
  content: "\10f4bd"; }

.fad.fa-hand-holding-box:after {
  content: "\10f47b"; }

.fad.fa-hand-holding-heart:after {
  content: "\10f4be"; }

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5"; }

.fad.fa-hand-holding-medical:after {
  content: "\10e05c"; }

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf"; }

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0"; }

.fad.fa-hand-holding-water:after {
  content: "\10f4c1"; }

.fad.fa-hand-lizard:after {
  content: "\10f258"; }

.fad.fa-hand-middle-finger:after {
  content: "\10f806"; }

.fad.fa-hand-paper:after {
  content: "\10f256"; }

.fad.fa-hand-peace:after {
  content: "\10f25b"; }

.fad.fa-hand-point-down:after {
  content: "\10f0a7"; }

.fad.fa-hand-point-left:after {
  content: "\10f0a5"; }

.fad.fa-hand-point-right:after {
  content: "\10f0a4"; }

.fad.fa-hand-point-up:after {
  content: "\10f0a6"; }

.fad.fa-hand-pointer:after {
  content: "\10f25a"; }

.fad.fa-hand-receiving:after {
  content: "\10f47c"; }

.fad.fa-hand-rock:after {
  content: "\10f255"; }

.fad.fa-hand-scissors:after {
  content: "\10f257"; }

.fad.fa-hand-sparkles:after {
  content: "\10e05d"; }

.fad.fa-hand-spock:after {
  content: "\10f259"; }

.fad.fa-hands:after {
  content: "\10f4c2"; }

.fad.fa-hands-heart:after {
  content: "\10f4c3"; }

.fad.fa-hands-helping:after {
  content: "\10f4c4"; }

.fad.fa-hands-usd:after {
  content: "\10f4c5"; }

.fad.fa-hands-wash:after {
  content: "\10e05e"; }

.fad.fa-handshake:after {
  content: "\10f2b5"; }

.fad.fa-handshake-alt:after {
  content: "\10f4c6"; }

.fad.fa-handshake-alt-slash:after {
  content: "\10e05f"; }

.fad.fa-handshake-slash:after {
  content: "\10e060"; }

.fad.fa-hanukiah:after {
  content: "\10f6e6"; }

.fad.fa-hard-hat:after {
  content: "\10f807"; }

.fad.fa-hashtag:after {
  content: "\10f292"; }

.fad.fa-hat-chef:after {
  content: "\10f86b"; }

.fad.fa-hat-cowboy:after {
  content: "\10f8c0"; }

.fad.fa-hat-cowboy-side:after {
  content: "\10f8c1"; }

.fad.fa-hat-santa:after {
  content: "\10f7a7"; }

.fad.fa-hat-winter:after {
  content: "\10f7a8"; }

.fad.fa-hat-witch:after {
  content: "\10f6e7"; }

.fad.fa-hat-wizard:after {
  content: "\10f6e8"; }

.fad.fa-hdd:after {
  content: "\10f0a0"; }

.fad.fa-head-side:after {
  content: "\10f6e9"; }

.fad.fa-head-side-brain:after {
  content: "\10f808"; }

.fad.fa-head-side-cough:after {
  content: "\10e061"; }

.fad.fa-head-side-cough-slash:after {
  content: "\10e062"; }

.fad.fa-head-side-headphones:after {
  content: "\10f8c2"; }

.fad.fa-head-side-mask:after {
  content: "\10e063"; }

.fad.fa-head-side-medical:after {
  content: "\10f809"; }

.fad.fa-head-side-virus:after {
  content: "\10e064"; }

.fad.fa-head-vr:after {
  content: "\10f6ea"; }

.fad.fa-heading:after {
  content: "\10f1dc"; }

.fad.fa-headphones:after {
  content: "\10f025"; }

.fad.fa-headphones-alt:after {
  content: "\10f58f"; }

.fad.fa-headset:after {
  content: "\10f590"; }

.fad.fa-heart:after {
  content: "\10f004"; }

.fad.fa-heart-broken:after {
  content: "\10f7a9"; }

.fad.fa-heart-circle:after {
  content: "\10f4c7"; }

.fad.fa-heart-rate:after {
  content: "\10f5f8"; }

.fad.fa-heart-square:after {
  content: "\10f4c8"; }

.fad.fa-heartbeat:after {
  content: "\10f21e"; }

.fad.fa-heat:after {
  content: "\10e00c"; }

.fad.fa-helicopter:after {
  content: "\10f533"; }

.fad.fa-helmet-battle:after {
  content: "\10f6eb"; }

.fad.fa-hexagon:after {
  content: "\10f312"; }

.fad.fa-highlighter:after {
  content: "\10f591"; }

.fad.fa-hiking:after {
  content: "\10f6ec"; }

.fad.fa-hippo:after {
  content: "\10f6ed"; }

.fad.fa-history:after {
  content: "\10f1da"; }

.fad.fa-hockey-mask:after {
  content: "\10f6ee"; }

.fad.fa-hockey-puck:after {
  content: "\10f453"; }

.fad.fa-hockey-sticks:after {
  content: "\10f454"; }

.fad.fa-holly-berry:after {
  content: "\10f7aa"; }

.fad.fa-home:after {
  content: "\10f015"; }

.fad.fa-home-alt:after {
  content: "\10f80a"; }

.fad.fa-home-heart:after {
  content: "\10f4c9"; }

.fad.fa-home-lg:after {
  content: "\10f80b"; }

.fad.fa-home-lg-alt:after {
  content: "\10f80c"; }

.fad.fa-hood-cloak:after {
  content: "\10f6ef"; }

.fad.fa-horizontal-rule:after {
  content: "\10f86c"; }

.fad.fa-horse:after {
  content: "\10f6f0"; }

.fad.fa-horse-head:after {
  content: "\10f7ab"; }

.fad.fa-horse-saddle:after {
  content: "\10f8c3"; }

.fad.fa-hospital:after {
  content: "\10f0f8"; }

.fad.fa-hospital-alt:after {
  content: "\10f47d"; }

.fad.fa-hospital-symbol:after {
  content: "\10f47e"; }

.fad.fa-hospital-user:after {
  content: "\10f80d"; }

.fad.fa-hospitals:after {
  content: "\10f80e"; }

.fad.fa-hot-tub:after {
  content: "\10f593"; }

.fad.fa-hotdog:after {
  content: "\10f80f"; }

.fad.fa-hotel:after {
  content: "\10f594"; }

.fad.fa-hourglass:after {
  content: "\10f254"; }

.fad.fa-hourglass-end:after {
  content: "\10f253"; }

.fad.fa-hourglass-half:after {
  content: "\10f252"; }

.fad.fa-hourglass-start:after {
  content: "\10f251"; }

.fad.fa-house:after {
  content: "\10e00d"; }

.fad.fa-house-damage:after {
  content: "\10f6f1"; }

.fad.fa-house-day:after {
  content: "\10e00e"; }

.fad.fa-house-flood:after {
  content: "\10f74f"; }

.fad.fa-house-leave:after {
  content: "\10e00f"; }

.fad.fa-house-night:after {
  content: "\10e010"; }

.fad.fa-house-return:after {
  content: "\10e011"; }

.fad.fa-house-signal:after {
  content: "\10e012"; }

.fad.fa-house-user:after {
  content: "\10e065"; }

.fad.fa-hryvnia:after {
  content: "\10f6f2"; }

.fad.fa-humidity:after {
  content: "\10f750"; }

.fad.fa-hurricane:after {
  content: "\10f751"; }

.fad.fa-i-cursor:after {
  content: "\10f246"; }

.fad.fa-ice-cream:after {
  content: "\10f810"; }

.fad.fa-ice-skate:after {
  content: "\10f7ac"; }

.fad.fa-icicles:after {
  content: "\10f7ad"; }

.fad.fa-icons:after {
  content: "\10f86d"; }

.fad.fa-icons-alt:after {
  content: "\10f86e"; }

.fad.fa-id-badge:after {
  content: "\10f2c1"; }

.fad.fa-id-card:after {
  content: "\10f2c2"; }

.fad.fa-id-card-alt:after {
  content: "\10f47f"; }

.fad.fa-igloo:after {
  content: "\10f7ae"; }

.fad.fa-image:after {
  content: "\10f03e"; }

.fad.fa-image-polaroid:after {
  content: "\10f8c4"; }

.fad.fa-images:after {
  content: "\10f302"; }

.fad.fa-inbox:after {
  content: "\10f01c"; }

.fad.fa-inbox-in:after {
  content: "\10f310"; }

.fad.fa-inbox-out:after {
  content: "\10f311"; }

.fad.fa-indent:after {
  content: "\10f03c"; }

.fad.fa-industry:after {
  content: "\10f275"; }

.fad.fa-industry-alt:after {
  content: "\10f3b3"; }

.fad.fa-infinity:after {
  content: "\10f534"; }

.fad.fa-info:after {
  content: "\10f129"; }

.fad.fa-info-circle:after {
  content: "\10f05a"; }

.fad.fa-info-square:after {
  content: "\10f30f"; }

.fad.fa-inhaler:after {
  content: "\10f5f9"; }

.fad.fa-integral:after {
  content: "\10f667"; }

.fad.fa-intersection:after {
  content: "\10f668"; }

.fad.fa-inventory:after {
  content: "\10f480"; }

.fad.fa-island-tropical:after {
  content: "\10f811"; }

.fad.fa-italic:after {
  content: "\10f033"; }

.fad.fa-jack-o-lantern:after {
  content: "\10f30e"; }

.fad.fa-jedi:after {
  content: "\10f669"; }

.fad.fa-joint:after {
  content: "\10f595"; }

.fad.fa-journal-whills:after {
  content: "\10f66a"; }

.fad.fa-joystick:after {
  content: "\10f8c5"; }

.fad.fa-jug:after {
  content: "\10f8c6"; }

.fad.fa-kaaba:after {
  content: "\10f66b"; }

.fad.fa-kazoo:after {
  content: "\10f8c7"; }

.fad.fa-kerning:after {
  content: "\10f86f"; }

.fad.fa-key:after {
  content: "\10f084"; }

.fad.fa-key-skeleton:after {
  content: "\10f6f3"; }

.fad.fa-keyboard:after {
  content: "\10f11c"; }

.fad.fa-keynote:after {
  content: "\10f66c"; }

.fad.fa-khanda:after {
  content: "\10f66d"; }

.fad.fa-kidneys:after {
  content: "\10f5fb"; }

.fad.fa-kiss:after {
  content: "\10f596"; }

.fad.fa-kiss-beam:after {
  content: "\10f597"; }

.fad.fa-kiss-wink-heart:after {
  content: "\10f598"; }

.fad.fa-kite:after {
  content: "\10f6f4"; }

.fad.fa-kiwi-bird:after {
  content: "\10f535"; }

.fad.fa-knife-kitchen:after {
  content: "\10f6f5"; }

.fad.fa-lambda:after {
  content: "\10f66e"; }

.fad.fa-lamp:after {
  content: "\10f4ca"; }

.fad.fa-lamp-desk:after {
  content: "\10e014"; }

.fad.fa-lamp-floor:after {
  content: "\10e015"; }

.fad.fa-landmark:after {
  content: "\10f66f"; }

.fad.fa-landmark-alt:after {
  content: "\10f752"; }

.fad.fa-language:after {
  content: "\10f1ab"; }

.fad.fa-laptop:after {
  content: "\10f109"; }

.fad.fa-laptop-code:after {
  content: "\10f5fc"; }

.fad.fa-laptop-house:after {
  content: "\10e066"; }

.fad.fa-laptop-medical:after {
  content: "\10f812"; }

.fad.fa-lasso:after {
  content: "\10f8c8"; }

.fad.fa-laugh:after {
  content: "\10f599"; }

.fad.fa-laugh-beam:after {
  content: "\10f59a"; }

.fad.fa-laugh-squint:after {
  content: "\10f59b"; }

.fad.fa-laugh-wink:after {
  content: "\10f59c"; }

.fad.fa-layer-group:after {
  content: "\10f5fd"; }

.fad.fa-layer-minus:after {
  content: "\10f5fe"; }

.fad.fa-layer-plus:after {
  content: "\10f5ff"; }

.fad.fa-leaf:after {
  content: "\10f06c"; }

.fad.fa-leaf-heart:after {
  content: "\10f4cb"; }

.fad.fa-leaf-maple:after {
  content: "\10f6f6"; }

.fad.fa-leaf-oak:after {
  content: "\10f6f7"; }

.fad.fa-lemon:after {
  content: "\10f094"; }

.fad.fa-less-than:after {
  content: "\10f536"; }

.fad.fa-less-than-equal:after {
  content: "\10f537"; }

.fad.fa-level-down:after {
  content: "\10f149"; }

.fad.fa-level-down-alt:after {
  content: "\10f3be"; }

.fad.fa-level-up:after {
  content: "\10f148"; }

.fad.fa-level-up-alt:after {
  content: "\10f3bf"; }

.fad.fa-life-ring:after {
  content: "\10f1cd"; }

.fad.fa-light-ceiling:after {
  content: "\10e016"; }

.fad.fa-light-switch:after {
  content: "\10e017"; }

.fad.fa-light-switch-off:after {
  content: "\10e018"; }

.fad.fa-light-switch-on:after {
  content: "\10e019"; }

.fad.fa-lightbulb:after {
  content: "\10f0eb"; }

.fad.fa-lightbulb-dollar:after {
  content: "\10f670"; }

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671"; }

.fad.fa-lightbulb-on:after {
  content: "\10f672"; }

.fad.fa-lightbulb-slash:after {
  content: "\10f673"; }

.fad.fa-lights-holiday:after {
  content: "\10f7b2"; }

.fad.fa-line-columns:after {
  content: "\10f870"; }

.fad.fa-line-height:after {
  content: "\10f871"; }

.fad.fa-link:after {
  content: "\10f0c1"; }

.fad.fa-lips:after {
  content: "\10f600"; }

.fad.fa-lira-sign:after {
  content: "\10f195"; }

.fad.fa-list:after {
  content: "\10f03a"; }

.fad.fa-list-alt:after {
  content: "\10f022"; }

.fad.fa-list-music:after {
  content: "\10f8c9"; }

.fad.fa-list-ol:after {
  content: "\10f0cb"; }

.fad.fa-list-ul:after {
  content: "\10f0ca"; }

.fad.fa-location:after {
  content: "\10f601"; }

.fad.fa-location-arrow:after {
  content: "\10f124"; }

.fad.fa-location-circle:after {
  content: "\10f602"; }

.fad.fa-location-slash:after {
  content: "\10f603"; }

.fad.fa-lock:after {
  content: "\10f023"; }

.fad.fa-lock-alt:after {
  content: "\10f30d"; }

.fad.fa-lock-open:after {
  content: "\10f3c1"; }

.fad.fa-lock-open-alt:after {
  content: "\10f3c2"; }

.fad.fa-long-arrow-alt-down:after {
  content: "\10f309"; }

.fad.fa-long-arrow-alt-left:after {
  content: "\10f30a"; }

.fad.fa-long-arrow-alt-right:after {
  content: "\10f30b"; }

.fad.fa-long-arrow-alt-up:after {
  content: "\10f30c"; }

.fad.fa-long-arrow-down:after {
  content: "\10f175"; }

.fad.fa-long-arrow-left:after {
  content: "\10f177"; }

.fad.fa-long-arrow-right:after {
  content: "\10f178"; }

.fad.fa-long-arrow-up:after {
  content: "\10f176"; }

.fad.fa-loveseat:after {
  content: "\10f4cc"; }

.fad.fa-low-vision:after {
  content: "\10f2a8"; }

.fad.fa-luchador:after {
  content: "\10f455"; }

.fad.fa-luggage-cart:after {
  content: "\10f59d"; }

.fad.fa-lungs:after {
  content: "\10f604"; }

.fad.fa-lungs-virus:after {
  content: "\10e067"; }

.fad.fa-mace:after {
  content: "\10f6f8"; }

.fad.fa-magic:after {
  content: "\10f0d0"; }

.fad.fa-magnet:after {
  content: "\10f076"; }

.fad.fa-mail-bulk:after {
  content: "\10f674"; }

.fad.fa-mailbox:after {
  content: "\10f813"; }

.fad.fa-male:after {
  content: "\10f183"; }

.fad.fa-mandolin:after {
  content: "\10f6f9"; }

.fad.fa-map:after {
  content: "\10f279"; }

.fad.fa-map-marked:after {
  content: "\10f59f"; }

.fad.fa-map-marked-alt:after {
  content: "\10f5a0"; }

.fad.fa-map-marker:after {
  content: "\10f041"; }

.fad.fa-map-marker-alt:after {
  content: "\10f3c5"; }

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605"; }

.fad.fa-map-marker-check:after {
  content: "\10f606"; }

.fad.fa-map-marker-edit:after {
  content: "\10f607"; }

.fad.fa-map-marker-exclamation:after {
  content: "\10f608"; }

.fad.fa-map-marker-minus:after {
  content: "\10f609"; }

.fad.fa-map-marker-plus:after {
  content: "\10f60a"; }

.fad.fa-map-marker-question:after {
  content: "\10f60b"; }

.fad.fa-map-marker-slash:after {
  content: "\10f60c"; }

.fad.fa-map-marker-smile:after {
  content: "\10f60d"; }

.fad.fa-map-marker-times:after {
  content: "\10f60e"; }

.fad.fa-map-pin:after {
  content: "\10f276"; }

.fad.fa-map-signs:after {
  content: "\10f277"; }

.fad.fa-marker:after {
  content: "\10f5a1"; }

.fad.fa-mars:after {
  content: "\10f222"; }

.fad.fa-mars-double:after {
  content: "\10f227"; }

.fad.fa-mars-stroke:after {
  content: "\10f229"; }

.fad.fa-mars-stroke-h:after {
  content: "\10f22b"; }

.fad.fa-mars-stroke-v:after {
  content: "\10f22a"; }

.fad.fa-mask:after {
  content: "\10f6fa"; }

.fad.fa-meat:after {
  content: "\10f814"; }

.fad.fa-medal:after {
  content: "\10f5a2"; }

.fad.fa-medkit:after {
  content: "\10f0fa"; }

.fad.fa-megaphone:after {
  content: "\10f675"; }

.fad.fa-meh:after {
  content: "\10f11a"; }

.fad.fa-meh-blank:after {
  content: "\10f5a4"; }

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5"; }

.fad.fa-memory:after {
  content: "\10f538"; }

.fad.fa-menorah:after {
  content: "\10f676"; }

.fad.fa-mercury:after {
  content: "\10f223"; }

.fad.fa-meteor:after {
  content: "\10f753"; }

.fad.fa-microchip:after {
  content: "\10f2db"; }

.fad.fa-microphone:after {
  content: "\10f130"; }

.fad.fa-microphone-alt:after {
  content: "\10f3c9"; }

.fad.fa-microphone-alt-slash:after {
  content: "\10f539"; }

.fad.fa-microphone-slash:after {
  content: "\10f131"; }

.fad.fa-microphone-stand:after {
  content: "\10f8cb"; }

.fad.fa-microscope:after {
  content: "\10f610"; }

.fad.fa-microwave:after {
  content: "\10e01b"; }

.fad.fa-mind-share:after {
  content: "\10f677"; }

.fad.fa-minus:after {
  content: "\10f068"; }

.fad.fa-minus-circle:after {
  content: "\10f056"; }

.fad.fa-minus-hexagon:after {
  content: "\10f307"; }

.fad.fa-minus-octagon:after {
  content: "\10f308"; }

.fad.fa-minus-square:after {
  content: "\10f146"; }

.fad.fa-mistletoe:after {
  content: "\10f7b4"; }

.fad.fa-mitten:after {
  content: "\10f7b5"; }

.fad.fa-mobile:after {
  content: "\10f10b"; }

.fad.fa-mobile-alt:after {
  content: "\10f3cd"; }

.fad.fa-mobile-android:after {
  content: "\10f3ce"; }

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf"; }

.fad.fa-money-bill:after {
  content: "\10f0d6"; }

.fad.fa-money-bill-alt:after {
  content: "\10f3d1"; }

.fad.fa-money-bill-wave:after {
  content: "\10f53a"; }

.fad.fa-money-bill-wave-alt:after {
  content: "\10f53b"; }

.fad.fa-money-check:after {
  content: "\10f53c"; }

.fad.fa-money-check-alt:after {
  content: "\10f53d"; }

.fad.fa-money-check-edit:after {
  content: "\10f872"; }

.fad.fa-money-check-edit-alt:after {
  content: "\10f873"; }

.fad.fa-monitor-heart-rate:after {
  content: "\10f611"; }

.fad.fa-monkey:after {
  content: "\10f6fb"; }

.fad.fa-monument:after {
  content: "\10f5a6"; }

.fad.fa-moon:after {
  content: "\10f186"; }

.fad.fa-moon-cloud:after {
  content: "\10f754"; }

.fad.fa-moon-stars:after {
  content: "\10f755"; }

.fad.fa-mortar-pestle:after {
  content: "\10f5a7"; }

.fad.fa-mosque:after {
  content: "\10f678"; }

.fad.fa-motorcycle:after {
  content: "\10f21c"; }

.fad.fa-mountain:after {
  content: "\10f6fc"; }

.fad.fa-mountains:after {
  content: "\10f6fd"; }

.fad.fa-mouse:after {
  content: "\10f8cc"; }

.fad.fa-mouse-alt:after {
  content: "\10f8cd"; }

.fad.fa-mouse-pointer:after {
  content: "\10f245"; }

.fad.fa-mp3-player:after {
  content: "\10f8ce"; }

.fad.fa-mug:after {
  content: "\10f874"; }

.fad.fa-mug-hot:after {
  content: "\10f7b6"; }

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7"; }

.fad.fa-mug-tea:after {
  content: "\10f875"; }

.fad.fa-music:after {
  content: "\10f001"; }

.fad.fa-music-alt:after {
  content: "\10f8cf"; }

.fad.fa-music-alt-slash:after {
  content: "\10f8d0"; }

.fad.fa-music-slash:after {
  content: "\10f8d1"; }

.fad.fa-narwhal:after {
  content: "\10f6fe"; }

.fad.fa-network-wired:after {
  content: "\10f6ff"; }

.fad.fa-neuter:after {
  content: "\10f22c"; }

.fad.fa-newspaper:after {
  content: "\10f1ea"; }

.fad.fa-not-equal:after {
  content: "\10f53e"; }

.fad.fa-notes-medical:after {
  content: "\10f481"; }

.fad.fa-object-group:after {
  content: "\10f247"; }

.fad.fa-object-ungroup:after {
  content: "\10f248"; }

.fad.fa-octagon:after {
  content: "\10f306"; }

.fad.fa-oil-can:after {
  content: "\10f613"; }

.fad.fa-oil-temp:after {
  content: "\10f614"; }

.fad.fa-om:after {
  content: "\10f679"; }

.fad.fa-omega:after {
  content: "\10f67a"; }

.fad.fa-ornament:after {
  content: "\10f7b8"; }

.fad.fa-otter:after {
  content: "\10f700"; }

.fad.fa-outdent:after {
  content: "\10f03b"; }

.fad.fa-outlet:after {
  content: "\10e01c"; }

.fad.fa-oven:after {
  content: "\10e01d"; }

.fad.fa-overline:after {
  content: "\10f876"; }

.fad.fa-page-break:after {
  content: "\10f877"; }

.fad.fa-pager:after {
  content: "\10f815"; }

.fad.fa-paint-brush:after {
  content: "\10f1fc"; }

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9"; }

.fad.fa-paint-roller:after {
  content: "\10f5aa"; }

.fad.fa-palette:after {
  content: "\10f53f"; }

.fad.fa-pallet:after {
  content: "\10f482"; }

.fad.fa-pallet-alt:after {
  content: "\10f483"; }

.fad.fa-paper-plane:after {
  content: "\10f1d8"; }

.fad.fa-paperclip:after {
  content: "\10f0c6"; }

.fad.fa-parachute-box:after {
  content: "\10f4cd"; }

.fad.fa-paragraph:after {
  content: "\10f1dd"; }

.fad.fa-paragraph-rtl:after {
  content: "\10f878"; }

.fad.fa-parking:after {
  content: "\10f540"; }

.fad.fa-parking-circle:after {
  content: "\10f615"; }

.fad.fa-parking-circle-slash:after {
  content: "\10f616"; }

.fad.fa-parking-slash:after {
  content: "\10f617"; }

.fad.fa-passport:after {
  content: "\10f5ab"; }

.fad.fa-pastafarianism:after {
  content: "\10f67b"; }

.fad.fa-paste:after {
  content: "\10f0ea"; }

.fad.fa-pause:after {
  content: "\10f04c"; }

.fad.fa-pause-circle:after {
  content: "\10f28b"; }

.fad.fa-paw:after {
  content: "\10f1b0"; }

.fad.fa-paw-alt:after {
  content: "\10f701"; }

.fad.fa-paw-claws:after {
  content: "\10f702"; }

.fad.fa-peace:after {
  content: "\10f67c"; }

.fad.fa-pegasus:after {
  content: "\10f703"; }

.fad.fa-pen:after {
  content: "\10f304"; }

.fad.fa-pen-alt:after {
  content: "\10f305"; }

.fad.fa-pen-fancy:after {
  content: "\10f5ac"; }

.fad.fa-pen-nib:after {
  content: "\10f5ad"; }

.fad.fa-pen-square:after {
  content: "\10f14b"; }

.fad.fa-pencil:after {
  content: "\10f040"; }

.fad.fa-pencil-alt:after {
  content: "\10f303"; }

.fad.fa-pencil-paintbrush:after {
  content: "\10f618"; }

.fad.fa-pencil-ruler:after {
  content: "\10f5ae"; }

.fad.fa-pennant:after {
  content: "\10f456"; }

.fad.fa-people-arrows:after {
  content: "\10e068"; }

.fad.fa-people-carry:after {
  content: "\10f4ce"; }

.fad.fa-pepper-hot:after {
  content: "\10f816"; }

.fad.fa-percent:after {
  content: "\10f295"; }

.fad.fa-percentage:after {
  content: "\10f541"; }

.fad.fa-person-booth:after {
  content: "\10f756"; }

.fad.fa-person-carry:after {
  content: "\10f4cf"; }

.fad.fa-person-dolly:after {
  content: "\10f4d0"; }

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1"; }

.fad.fa-person-sign:after {
  content: "\10f757"; }

.fad.fa-phone:after {
  content: "\10f095"; }

.fad.fa-phone-alt:after {
  content: "\10f879"; }

.fad.fa-phone-laptop:after {
  content: "\10f87a"; }

.fad.fa-phone-office:after {
  content: "\10f67d"; }

.fad.fa-phone-plus:after {
  content: "\10f4d2"; }

.fad.fa-phone-rotary:after {
  content: "\10f8d3"; }

.fad.fa-phone-slash:after {
  content: "\10f3dd"; }

.fad.fa-phone-square:after {
  content: "\10f098"; }

.fad.fa-phone-square-alt:after {
  content: "\10f87b"; }

.fad.fa-phone-volume:after {
  content: "\10f2a0"; }

.fad.fa-photo-video:after {
  content: "\10f87c"; }

.fad.fa-pi:after {
  content: "\10f67e"; }

.fad.fa-piano:after {
  content: "\10f8d4"; }

.fad.fa-piano-keyboard:after {
  content: "\10f8d5"; }

.fad.fa-pie:after {
  content: "\10f705"; }

.fad.fa-pig:after {
  content: "\10f706"; }

.fad.fa-piggy-bank:after {
  content: "\10f4d3"; }

.fad.fa-pills:after {
  content: "\10f484"; }

.fad.fa-pizza:after {
  content: "\10f817"; }

.fad.fa-pizza-slice:after {
  content: "\10f818"; }

.fad.fa-place-of-worship:after {
  content: "\10f67f"; }

.fad.fa-plane:after {
  content: "\10f072"; }

.fad.fa-plane-alt:after {
  content: "\10f3de"; }

.fad.fa-plane-arrival:after {
  content: "\10f5af"; }

.fad.fa-plane-departure:after {
  content: "\10f5b0"; }

.fad.fa-plane-slash:after {
  content: "\10e069"; }

.fad.fa-planet-moon:after {
  content: "\10e01f"; }

.fad.fa-planet-ringed:after {
  content: "\10e020"; }

.fad.fa-play:after {
  content: "\10f04b"; }

.fad.fa-play-circle:after {
  content: "\10f144"; }

.fad.fa-plug:after {
  content: "\10f1e6"; }

.fad.fa-plus:after {
  content: "\10f067"; }

.fad.fa-plus-circle:after {
  content: "\10f055"; }

.fad.fa-plus-hexagon:after {
  content: "\10f300"; }

.fad.fa-plus-octagon:after {
  content: "\10f301"; }

.fad.fa-plus-square:after {
  content: "\10f0fe"; }

.fad.fa-podcast:after {
  content: "\10f2ce"; }

.fad.fa-podium:after {
  content: "\10f680"; }

.fad.fa-podium-star:after {
  content: "\10f758"; }

.fad.fa-police-box:after {
  content: "\10e021"; }

.fad.fa-poll:after {
  content: "\10f681"; }

.fad.fa-poll-h:after {
  content: "\10f682"; }

.fad.fa-poll-people:after {
  content: "\10f759"; }

.fad.fa-poo:after {
  content: "\10f2fe"; }

.fad.fa-poo-storm:after {
  content: "\10f75a"; }

.fad.fa-poop:after {
  content: "\10f619"; }

.fad.fa-popcorn:after {
  content: "\10f819"; }

.fad.fa-portal-enter:after {
  content: "\10e022"; }

.fad.fa-portal-exit:after {
  content: "\10e023"; }

.fad.fa-portrait:after {
  content: "\10f3e0"; }

.fad.fa-pound-sign:after {
  content: "\10f154"; }

.fad.fa-power-off:after {
  content: "\10f011"; }

.fad.fa-pray:after {
  content: "\10f683"; }

.fad.fa-praying-hands:after {
  content: "\10f684"; }

.fad.fa-prescription:after {
  content: "\10f5b1"; }

.fad.fa-prescription-bottle:after {
  content: "\10f485"; }

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486"; }

.fad.fa-presentation:after {
  content: "\10f685"; }

.fad.fa-print:after {
  content: "\10f02f"; }

.fad.fa-print-search:after {
  content: "\10f81a"; }

.fad.fa-print-slash:after {
  content: "\10f686"; }

.fad.fa-procedures:after {
  content: "\10f487"; }

.fad.fa-project-diagram:after {
  content: "\10f542"; }

.fad.fa-projector:after {
  content: "\10f8d6"; }

.fad.fa-pump-medical:after {
  content: "\10e06a"; }

.fad.fa-pump-soap:after {
  content: "\10e06b"; }

.fad.fa-pumpkin:after {
  content: "\10f707"; }

.fad.fa-puzzle-piece:after {
  content: "\10f12e"; }

.fad.fa-qrcode:after {
  content: "\10f029"; }

.fad.fa-question:after {
  content: "\10f128"; }

.fad.fa-question-circle:after {
  content: "\10f059"; }

.fad.fa-question-square:after {
  content: "\10f2fd"; }

.fad.fa-quidditch:after {
  content: "\10f458"; }

.fad.fa-quote-left:after {
  content: "\10f10d"; }

.fad.fa-quote-right:after {
  content: "\10f10e"; }

.fad.fa-quran:after {
  content: "\10f687"; }

.fad.fa-rabbit:after {
  content: "\10f708"; }

.fad.fa-rabbit-fast:after {
  content: "\10f709"; }

.fad.fa-racquet:after {
  content: "\10f45a"; }

.fad.fa-radar:after {
  content: "\10e024"; }

.fad.fa-radiation:after {
  content: "\10f7b9"; }

.fad.fa-radiation-alt:after {
  content: "\10f7ba"; }

.fad.fa-radio:after {
  content: "\10f8d7"; }

.fad.fa-radio-alt:after {
  content: "\10f8d8"; }

.fad.fa-rainbow:after {
  content: "\10f75b"; }

.fad.fa-raindrops:after {
  content: "\10f75c"; }

.fad.fa-ram:after {
  content: "\10f70a"; }

.fad.fa-ramp-loading:after {
  content: "\10f4d4"; }

.fad.fa-random:after {
  content: "\10f074"; }

.fad.fa-raygun:after {
  content: "\10e025"; }

.fad.fa-receipt:after {
  content: "\10f543"; }

.fad.fa-record-vinyl:after {
  content: "\10f8d9"; }

.fad.fa-rectangle-landscape:after {
  content: "\10f2fa"; }

.fad.fa-rectangle-portrait:after {
  content: "\10f2fb"; }

.fad.fa-rectangle-wide:after {
  content: "\10f2fc"; }

.fad.fa-recycle:after {
  content: "\10f1b8"; }

.fad.fa-redo:after {
  content: "\10f01e"; }

.fad.fa-redo-alt:after {
  content: "\10f2f9"; }

.fad.fa-refrigerator:after {
  content: "\10e026"; }

.fad.fa-registered:after {
  content: "\10f25d"; }

.fad.fa-remove-format:after {
  content: "\10f87d"; }

.fad.fa-repeat:after {
  content: "\10f363"; }

.fad.fa-repeat-1:after {
  content: "\10f365"; }

.fad.fa-repeat-1-alt:after {
  content: "\10f366"; }

.fad.fa-repeat-alt:after {
  content: "\10f364"; }

.fad.fa-reply:after {
  content: "\10f3e5"; }

.fad.fa-reply-all:after {
  content: "\10f122"; }

.fad.fa-republican:after {
  content: "\10f75e"; }

.fad.fa-restroom:after {
  content: "\10f7bd"; }

.fad.fa-retweet:after {
  content: "\10f079"; }

.fad.fa-retweet-alt:after {
  content: "\10f361"; }

.fad.fa-ribbon:after {
  content: "\10f4d6"; }

.fad.fa-ring:after {
  content: "\10f70b"; }

.fad.fa-rings-wedding:after {
  content: "\10f81b"; }

.fad.fa-road:after {
  content: "\10f018"; }

.fad.fa-robot:after {
  content: "\10f544"; }

.fad.fa-rocket:after {
  content: "\10f135"; }

.fad.fa-rocket-launch:after {
  content: "\10e027"; }

.fad.fa-route:after {
  content: "\10f4d7"; }

.fad.fa-route-highway:after {
  content: "\10f61a"; }

.fad.fa-route-interstate:after {
  content: "\10f61b"; }

.fad.fa-router:after {
  content: "\10f8da"; }

.fad.fa-rss:after {
  content: "\10f09e"; }

.fad.fa-rss-square:after {
  content: "\10f143"; }

.fad.fa-ruble-sign:after {
  content: "\10f158"; }

.fad.fa-ruler:after {
  content: "\10f545"; }

.fad.fa-ruler-combined:after {
  content: "\10f546"; }

.fad.fa-ruler-horizontal:after {
  content: "\10f547"; }

.fad.fa-ruler-triangle:after {
  content: "\10f61c"; }

.fad.fa-ruler-vertical:after {
  content: "\10f548"; }

.fad.fa-running:after {
  content: "\10f70c"; }

.fad.fa-rupee-sign:after {
  content: "\10f156"; }

.fad.fa-rv:after {
  content: "\10f7be"; }

.fad.fa-sack:after {
  content: "\10f81c"; }

.fad.fa-sack-dollar:after {
  content: "\10f81d"; }

.fad.fa-sad-cry:after {
  content: "\10f5b3"; }

.fad.fa-sad-tear:after {
  content: "\10f5b4"; }

.fad.fa-salad:after {
  content: "\10f81e"; }

.fad.fa-sandwich:after {
  content: "\10f81f"; }

.fad.fa-satellite:after {
  content: "\10f7bf"; }

.fad.fa-satellite-dish:after {
  content: "\10f7c0"; }

.fad.fa-sausage:after {
  content: "\10f820"; }

.fad.fa-save:after {
  content: "\10f0c7"; }

.fad.fa-sax-hot:after {
  content: "\10f8db"; }

.fad.fa-saxophone:after {
  content: "\10f8dc"; }

.fad.fa-scalpel:after {
  content: "\10f61d"; }

.fad.fa-scalpel-path:after {
  content: "\10f61e"; }

.fad.fa-scanner:after {
  content: "\10f488"; }

.fad.fa-scanner-image:after {
  content: "\10f8f3"; }

.fad.fa-scanner-keyboard:after {
  content: "\10f489"; }

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a"; }

.fad.fa-scarecrow:after {
  content: "\10f70d"; }

.fad.fa-scarf:after {
  content: "\10f7c1"; }

.fad.fa-school:after {
  content: "\10f549"; }

.fad.fa-screwdriver:after {
  content: "\10f54a"; }

.fad.fa-scroll:after {
  content: "\10f70e"; }

.fad.fa-scroll-old:after {
  content: "\10f70f"; }

.fad.fa-scrubber:after {
  content: "\10f2f8"; }

.fad.fa-scythe:after {
  content: "\10f710"; }

.fad.fa-sd-card:after {
  content: "\10f7c2"; }

.fad.fa-search:after {
  content: "\10f002"; }

.fad.fa-search-dollar:after {
  content: "\10f688"; }

.fad.fa-search-location:after {
  content: "\10f689"; }

.fad.fa-search-minus:after {
  content: "\10f010"; }

.fad.fa-search-plus:after {
  content: "\10f00e"; }

.fad.fa-seedling:after {
  content: "\10f4d8"; }

.fad.fa-send-back:after {
  content: "\10f87e"; }

.fad.fa-send-backward:after {
  content: "\10f87f"; }

.fad.fa-sensor:after {
  content: "\10e028"; }

.fad.fa-sensor-alert:after {
  content: "\10e029"; }

.fad.fa-sensor-fire:after {
  content: "\10e02a"; }

.fad.fa-sensor-on:after {
  content: "\10e02b"; }

.fad.fa-sensor-smoke:after {
  content: "\10e02c"; }

.fad.fa-server:after {
  content: "\10f233"; }

.fad.fa-shapes:after {
  content: "\10f61f"; }

.fad.fa-share:after {
  content: "\10f064"; }

.fad.fa-share-all:after {
  content: "\10f367"; }

.fad.fa-share-alt:after {
  content: "\10f1e0"; }

.fad.fa-share-alt-square:after {
  content: "\10f1e1"; }

.fad.fa-share-square:after {
  content: "\10f14d"; }

.fad.fa-sheep:after {
  content: "\10f711"; }

.fad.fa-shekel-sign:after {
  content: "\10f20b"; }

.fad.fa-shield:after {
  content: "\10f132"; }

.fad.fa-shield-alt:after {
  content: "\10f3ed"; }

.fad.fa-shield-check:after {
  content: "\10f2f7"; }

.fad.fa-shield-cross:after {
  content: "\10f712"; }

.fad.fa-shield-virus:after {
  content: "\10e06c"; }

.fad.fa-ship:after {
  content: "\10f21a"; }

.fad.fa-shipping-fast:after {
  content: "\10f48b"; }

.fad.fa-shipping-timed:after {
  content: "\10f48c"; }

.fad.fa-shish-kebab:after {
  content: "\10f821"; }

.fad.fa-shoe-prints:after {
  content: "\10f54b"; }

.fad.fa-shopping-bag:after {
  content: "\10f290"; }

.fad.fa-shopping-basket:after {
  content: "\10f291"; }

.fad.fa-shopping-cart:after {
  content: "\10f07a"; }

.fad.fa-shovel:after {
  content: "\10f713"; }

.fad.fa-shovel-snow:after {
  content: "\10f7c3"; }

.fad.fa-shower:after {
  content: "\10f2cc"; }

.fad.fa-shredder:after {
  content: "\10f68a"; }

.fad.fa-shuttle-van:after {
  content: "\10f5b6"; }

.fad.fa-shuttlecock:after {
  content: "\10f45b"; }

.fad.fa-sickle:after {
  content: "\10f822"; }

.fad.fa-sigma:after {
  content: "\10f68b"; }

.fad.fa-sign:after {
  content: "\10f4d9"; }

.fad.fa-sign-in:after {
  content: "\10f090"; }

.fad.fa-sign-in-alt:after {
  content: "\10f2f6"; }

.fad.fa-sign-language:after {
  content: "\10f2a7"; }

.fad.fa-sign-out:after {
  content: "\10f08b"; }

.fad.fa-sign-out-alt:after {
  content: "\10f2f5"; }

.fad.fa-signal:after {
  content: "\10f012"; }

.fad.fa-signal-1:after {
  content: "\10f68c"; }

.fad.fa-signal-2:after {
  content: "\10f68d"; }

.fad.fa-signal-3:after {
  content: "\10f68e"; }

.fad.fa-signal-4:after {
  content: "\10f68f"; }

.fad.fa-signal-alt:after {
  content: "\10f690"; }

.fad.fa-signal-alt-1:after {
  content: "\10f691"; }

.fad.fa-signal-alt-2:after {
  content: "\10f692"; }

.fad.fa-signal-alt-3:after {
  content: "\10f693"; }

.fad.fa-signal-alt-slash:after {
  content: "\10f694"; }

.fad.fa-signal-slash:after {
  content: "\10f695"; }

.fad.fa-signal-stream:after {
  content: "\10f8dd"; }

.fad.fa-signature:after {
  content: "\10f5b7"; }

.fad.fa-sim-card:after {
  content: "\10f7c4"; }

.fad.fa-sink:after {
  content: "\10e06d"; }

.fad.fa-siren:after {
  content: "\10e02d"; }

.fad.fa-siren-on:after {
  content: "\10e02e"; }

.fad.fa-sitemap:after {
  content: "\10f0e8"; }

.fad.fa-skating:after {
  content: "\10f7c5"; }

.fad.fa-skeleton:after {
  content: "\10f620"; }

.fad.fa-ski-jump:after {
  content: "\10f7c7"; }

.fad.fa-ski-lift:after {
  content: "\10f7c8"; }

.fad.fa-skiing:after {
  content: "\10f7c9"; }

.fad.fa-skiing-nordic:after {
  content: "\10f7ca"; }

.fad.fa-skull:after {
  content: "\10f54c"; }

.fad.fa-skull-cow:after {
  content: "\10f8de"; }

.fad.fa-skull-crossbones:after {
  content: "\10f714"; }

.fad.fa-slash:after {
  content: "\10f715"; }

.fad.fa-sledding:after {
  content: "\10f7cb"; }

.fad.fa-sleigh:after {
  content: "\10f7cc"; }

.fad.fa-sliders-h:after {
  content: "\10f1de"; }

.fad.fa-sliders-h-square:after {
  content: "\10f3f0"; }

.fad.fa-sliders-v:after {
  content: "\10f3f1"; }

.fad.fa-sliders-v-square:after {
  content: "\10f3f2"; }

.fad.fa-smile:after {
  content: "\10f118"; }

.fad.fa-smile-beam:after {
  content: "\10f5b8"; }

.fad.fa-smile-plus:after {
  content: "\10f5b9"; }

.fad.fa-smile-wink:after {
  content: "\10f4da"; }

.fad.fa-smog:after {
  content: "\10f75f"; }

.fad.fa-smoke:after {
  content: "\10f760"; }

.fad.fa-smoking:after {
  content: "\10f48d"; }

.fad.fa-smoking-ban:after {
  content: "\10f54d"; }

.fad.fa-sms:after {
  content: "\10f7cd"; }

.fad.fa-snake:after {
  content: "\10f716"; }

.fad.fa-snooze:after {
  content: "\10f880"; }

.fad.fa-snow-blowing:after {
  content: "\10f761"; }

.fad.fa-snowboarding:after {
  content: "\10f7ce"; }

.fad.fa-snowflake:after {
  content: "\10f2dc"; }

.fad.fa-snowflakes:after {
  content: "\10f7cf"; }

.fad.fa-snowman:after {
  content: "\10f7d0"; }

.fad.fa-snowmobile:after {
  content: "\10f7d1"; }

.fad.fa-snowplow:after {
  content: "\10f7d2"; }

.fad.fa-soap:after {
  content: "\10e06e"; }

.fad.fa-socks:after {
  content: "\10f696"; }

.fad.fa-solar-panel:after {
  content: "\10f5ba"; }

.fad.fa-solar-system:after {
  content: "\10e02f"; }

.fad.fa-sort:after {
  content: "\10f0dc"; }

.fad.fa-sort-alpha-down:after {
  content: "\10f15d"; }

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881"; }

.fad.fa-sort-alpha-up:after {
  content: "\10f15e"; }

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882"; }

.fad.fa-sort-alt:after {
  content: "\10f883"; }

.fad.fa-sort-amount-down:after {
  content: "\10f160"; }

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884"; }

.fad.fa-sort-amount-up:after {
  content: "\10f161"; }

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885"; }

.fad.fa-sort-circle:after {
  content: "\10e030"; }

.fad.fa-sort-circle-down:after {
  content: "\10e031"; }

.fad.fa-sort-circle-up:after {
  content: "\10e032"; }

.fad.fa-sort-down:after {
  content: "\10f0dd"; }

.fad.fa-sort-numeric-down:after {
  content: "\10f162"; }

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886"; }

.fad.fa-sort-numeric-up:after {
  content: "\10f163"; }

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887"; }

.fad.fa-sort-shapes-down:after {
  content: "\10f888"; }

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889"; }

.fad.fa-sort-shapes-up:after {
  content: "\10f88a"; }

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b"; }

.fad.fa-sort-size-down:after {
  content: "\10f88c"; }

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d"; }

.fad.fa-sort-size-up:after {
  content: "\10f88e"; }

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f"; }

.fad.fa-sort-up:after {
  content: "\10f0de"; }

.fad.fa-soup:after {
  content: "\10f823"; }

.fad.fa-spa:after {
  content: "\10f5bb"; }

.fad.fa-space-shuttle:after {
  content: "\10f197"; }

.fad.fa-space-station-moon:after {
  content: "\10e033"; }

.fad.fa-space-station-moon-alt:after {
  content: "\10e034"; }

.fad.fa-spade:after {
  content: "\10f2f4"; }

.fad.fa-sparkles:after {
  content: "\10f890"; }

.fad.fa-speaker:after {
  content: "\10f8df"; }

.fad.fa-speakers:after {
  content: "\10f8e0"; }

.fad.fa-spell-check:after {
  content: "\10f891"; }

.fad.fa-spider:after {
  content: "\10f717"; }

.fad.fa-spider-black-widow:after {
  content: "\10f718"; }

.fad.fa-spider-web:after {
  content: "\10f719"; }

.fad.fa-spinner:after {
  content: "\10f110"; }

.fad.fa-spinner-third:after {
  content: "\10f3f4"; }

.fad.fa-splotch:after {
  content: "\10f5bc"; }

.fad.fa-spray-can:after {
  content: "\10f5bd"; }

.fad.fa-sprinkler:after {
  content: "\10e035"; }

.fad.fa-square:after {
  content: "\10f0c8"; }

.fad.fa-square-full:after {
  content: "\10f45c"; }

.fad.fa-square-root:after {
  content: "\10f697"; }

.fad.fa-square-root-alt:after {
  content: "\10f698"; }

.fad.fa-squirrel:after {
  content: "\10f71a"; }

.fad.fa-staff:after {
  content: "\10f71b"; }

.fad.fa-stamp:after {
  content: "\10f5bf"; }

.fad.fa-star:after {
  content: "\10f005"; }

.fad.fa-star-and-crescent:after {
  content: "\10f699"; }

.fad.fa-star-christmas:after {
  content: "\10f7d4"; }

.fad.fa-star-exclamation:after {
  content: "\10f2f3"; }

.fad.fa-star-half:after {
  content: "\10f089"; }

.fad.fa-star-half-alt:after {
  content: "\10f5c0"; }

.fad.fa-star-of-david:after {
  content: "\10f69a"; }

.fad.fa-star-of-life:after {
  content: "\10f621"; }

.fad.fa-star-shooting:after {
  content: "\10e036"; }

.fad.fa-starfighter:after {
  content: "\10e037"; }

.fad.fa-starfighter-alt:after {
  content: "\10e038"; }

.fad.fa-stars:after {
  content: "\10f762"; }

.fad.fa-starship:after {
  content: "\10e039"; }

.fad.fa-starship-freighter:after {
  content: "\10e03a"; }

.fad.fa-steak:after {
  content: "\10f824"; }

.fad.fa-steering-wheel:after {
  content: "\10f622"; }

.fad.fa-step-backward:after {
  content: "\10f048"; }

.fad.fa-step-forward:after {
  content: "\10f051"; }

.fad.fa-stethoscope:after {
  content: "\10f0f1"; }

.fad.fa-sticky-note:after {
  content: "\10f249"; }

.fad.fa-stocking:after {
  content: "\10f7d5"; }

.fad.fa-stomach:after {
  content: "\10f623"; }

.fad.fa-stop:after {
  content: "\10f04d"; }

.fad.fa-stop-circle:after {
  content: "\10f28d"; }

.fad.fa-stopwatch:after {
  content: "\10f2f2"; }

.fad.fa-stopwatch-20:after {
  content: "\10e06f"; }

.fad.fa-store:after {
  content: "\10f54e"; }

.fad.fa-store-alt:after {
  content: "\10f54f"; }

.fad.fa-store-alt-slash:after {
  content: "\10e070"; }

.fad.fa-store-slash:after {
  content: "\10e071"; }

.fad.fa-stream:after {
  content: "\10f550"; }

.fad.fa-street-view:after {
  content: "\10f21d"; }

.fad.fa-stretcher:after {
  content: "\10f825"; }

.fad.fa-strikethrough:after {
  content: "\10f0cc"; }

.fad.fa-stroopwafel:after {
  content: "\10f551"; }

.fad.fa-subscript:after {
  content: "\10f12c"; }

.fad.fa-subway:after {
  content: "\10f239"; }

.fad.fa-suitcase:after {
  content: "\10f0f2"; }

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1"; }

.fad.fa-sun:after {
  content: "\10f185"; }

.fad.fa-sun-cloud:after {
  content: "\10f763"; }

.fad.fa-sun-dust:after {
  content: "\10f764"; }

.fad.fa-sun-haze:after {
  content: "\10f765"; }

.fad.fa-sunglasses:after {
  content: "\10f892"; }

.fad.fa-sunrise:after {
  content: "\10f766"; }

.fad.fa-sunset:after {
  content: "\10f767"; }

.fad.fa-superscript:after {
  content: "\10f12b"; }

.fad.fa-surprise:after {
  content: "\10f5c2"; }

.fad.fa-swatchbook:after {
  content: "\10f5c3"; }

.fad.fa-swimmer:after {
  content: "\10f5c4"; }

.fad.fa-swimming-pool:after {
  content: "\10f5c5"; }

.fad.fa-sword:after {
  content: "\10f71c"; }

.fad.fa-sword-laser:after {
  content: "\10e03b"; }

.fad.fa-sword-laser-alt:after {
  content: "\10e03c"; }

.fad.fa-swords:after {
  content: "\10f71d"; }

.fad.fa-swords-laser:after {
  content: "\10e03d"; }

.fad.fa-synagogue:after {
  content: "\10f69b"; }

.fad.fa-sync:after {
  content: "\10f021"; }

.fad.fa-sync-alt:after {
  content: "\10f2f1"; }

.fad.fa-syringe:after {
  content: "\10f48e"; }

.fad.fa-table:after {
  content: "\10f0ce"; }

.fad.fa-table-tennis:after {
  content: "\10f45d"; }

.fad.fa-tablet:after {
  content: "\10f10a"; }

.fad.fa-tablet-alt:after {
  content: "\10f3fa"; }

.fad.fa-tablet-android:after {
  content: "\10f3fb"; }

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc"; }

.fad.fa-tablet-rugged:after {
  content: "\10f48f"; }

.fad.fa-tablets:after {
  content: "\10f490"; }

.fad.fa-tachometer:after {
  content: "\10f0e4"; }

.fad.fa-tachometer-alt:after {
  content: "\10f3fd"; }

.fad.fa-tachometer-alt-average:after {
  content: "\10f624"; }

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625"; }

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626"; }

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627"; }

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628"; }

.fad.fa-tachometer-average:after {
  content: "\10f629"; }

.fad.fa-tachometer-fast:after {
  content: "\10f62a"; }

.fad.fa-tachometer-fastest:after {
  content: "\10f62b"; }

.fad.fa-tachometer-slow:after {
  content: "\10f62c"; }

.fad.fa-tachometer-slowest:after {
  content: "\10f62d"; }

.fad.fa-taco:after {
  content: "\10f826"; }

.fad.fa-tag:after {
  content: "\10f02b"; }

.fad.fa-tags:after {
  content: "\10f02c"; }

.fad.fa-tally:after {
  content: "\10f69c"; }

.fad.fa-tanakh:after {
  content: "\10f827"; }

.fad.fa-tape:after {
  content: "\10f4db"; }

.fad.fa-tasks:after {
  content: "\10f0ae"; }

.fad.fa-tasks-alt:after {
  content: "\10f828"; }

.fad.fa-taxi:after {
  content: "\10f1ba"; }

.fad.fa-teeth:after {
  content: "\10f62e"; }

.fad.fa-teeth-open:after {
  content: "\10f62f"; }

.fad.fa-telescope:after {
  content: "\10e03e"; }

.fad.fa-temperature-down:after {
  content: "\10e03f"; }

.fad.fa-temperature-frigid:after {
  content: "\10f768"; }

.fad.fa-temperature-high:after {
  content: "\10f769"; }

.fad.fa-temperature-hot:after {
  content: "\10f76a"; }

.fad.fa-temperature-low:after {
  content: "\10f76b"; }

.fad.fa-temperature-up:after {
  content: "\10e040"; }

.fad.fa-tenge:after {
  content: "\10f7d7"; }

.fad.fa-tennis-ball:after {
  content: "\10f45e"; }

.fad.fa-terminal:after {
  content: "\10f120"; }

.fad.fa-text:after {
  content: "\10f893"; }

.fad.fa-text-height:after {
  content: "\10f034"; }

.fad.fa-text-size:after {
  content: "\10f894"; }

.fad.fa-text-width:after {
  content: "\10f035"; }

.fad.fa-th:after {
  content: "\10f00a"; }

.fad.fa-th-large:after {
  content: "\10f009"; }

.fad.fa-th-list:after {
  content: "\10f00b"; }

.fad.fa-theater-masks:after {
  content: "\10f630"; }

.fad.fa-thermometer:after {
  content: "\10f491"; }

.fad.fa-thermometer-empty:after {
  content: "\10f2cb"; }

.fad.fa-thermometer-full:after {
  content: "\10f2c7"; }

.fad.fa-thermometer-half:after {
  content: "\10f2c9"; }

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca"; }

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8"; }

.fad.fa-theta:after {
  content: "\10f69e"; }

.fad.fa-thumbs-down:after {
  content: "\10f165"; }

.fad.fa-thumbs-up:after {
  content: "\10f164"; }

.fad.fa-thumbtack:after {
  content: "\10f08d"; }

.fad.fa-thunderstorm:after {
  content: "\10f76c"; }

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d"; }

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e"; }

.fad.fa-ticket:after {
  content: "\10f145"; }

.fad.fa-ticket-alt:after {
  content: "\10f3ff"; }

.fad.fa-tilde:after {
  content: "\10f69f"; }

.fad.fa-times:after {
  content: "\10f00d"; }

.fad.fa-times-circle:after {
  content: "\10f057"; }

.fad.fa-times-hexagon:after {
  content: "\10f2ee"; }

.fad.fa-times-octagon:after {
  content: "\10f2f0"; }

.fad.fa-times-square:after {
  content: "\10f2d3"; }

.fad.fa-tint:after {
  content: "\10f043"; }

.fad.fa-tint-slash:after {
  content: "\10f5c7"; }

.fad.fa-tire:after {
  content: "\10f631"; }

.fad.fa-tire-flat:after {
  content: "\10f632"; }

.fad.fa-tire-pressure-warning:after {
  content: "\10f633"; }

.fad.fa-tire-rugged:after {
  content: "\10f634"; }

.fad.fa-tired:after {
  content: "\10f5c8"; }

.fad.fa-toggle-off:after {
  content: "\10f204"; }

.fad.fa-toggle-on:after {
  content: "\10f205"; }

.fad.fa-toilet:after {
  content: "\10f7d8"; }

.fad.fa-toilet-paper:after {
  content: "\10f71e"; }

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f"; }

.fad.fa-toilet-paper-slash:after {
  content: "\10e072"; }

.fad.fa-tombstone:after {
  content: "\10f720"; }

.fad.fa-tombstone-alt:after {
  content: "\10f721"; }

.fad.fa-toolbox:after {
  content: "\10f552"; }

.fad.fa-tools:after {
  content: "\10f7d9"; }

.fad.fa-tooth:after {
  content: "\10f5c9"; }

.fad.fa-toothbrush:after {
  content: "\10f635"; }

.fad.fa-torah:after {
  content: "\10f6a0"; }

.fad.fa-torii-gate:after {
  content: "\10f6a1"; }

.fad.fa-tornado:after {
  content: "\10f76f"; }

.fad.fa-tractor:after {
  content: "\10f722"; }

.fad.fa-trademark:after {
  content: "\10f25c"; }

.fad.fa-traffic-cone:after {
  content: "\10f636"; }

.fad.fa-traffic-light:after {
  content: "\10f637"; }

.fad.fa-traffic-light-go:after {
  content: "\10f638"; }

.fad.fa-traffic-light-slow:after {
  content: "\10f639"; }

.fad.fa-traffic-light-stop:after {
  content: "\10f63a"; }

.fad.fa-trailer:after {
  content: "\10e041"; }

.fad.fa-train:after {
  content: "\10f238"; }

.fad.fa-tram:after {
  content: "\10f7da"; }

.fad.fa-transgender:after {
  content: "\10f224"; }

.fad.fa-transgender-alt:after {
  content: "\10f225"; }

.fad.fa-transporter:after {
  content: "\10e042"; }

.fad.fa-transporter-1:after {
  content: "\10e043"; }

.fad.fa-transporter-2:after {
  content: "\10e044"; }

.fad.fa-transporter-3:after {
  content: "\10e045"; }

.fad.fa-transporter-empty:after {
  content: "\10e046"; }

.fad.fa-trash:after {
  content: "\10f1f8"; }

.fad.fa-trash-alt:after {
  content: "\10f2ed"; }

.fad.fa-trash-restore:after {
  content: "\10f829"; }

.fad.fa-trash-restore-alt:after {
  content: "\10f82a"; }

.fad.fa-trash-undo:after {
  content: "\10f895"; }

.fad.fa-trash-undo-alt:after {
  content: "\10f896"; }

.fad.fa-treasure-chest:after {
  content: "\10f723"; }

.fad.fa-tree:after {
  content: "\10f1bb"; }

.fad.fa-tree-alt:after {
  content: "\10f400"; }

.fad.fa-tree-christmas:after {
  content: "\10f7db"; }

.fad.fa-tree-decorated:after {
  content: "\10f7dc"; }

.fad.fa-tree-large:after {
  content: "\10f7dd"; }

.fad.fa-tree-palm:after {
  content: "\10f82b"; }

.fad.fa-trees:after {
  content: "\10f724"; }

.fad.fa-triangle:after {
  content: "\10f2ec"; }

.fad.fa-triangle-music:after {
  content: "\10f8e2"; }

.fad.fa-trophy:after {
  content: "\10f091"; }

.fad.fa-trophy-alt:after {
  content: "\10f2eb"; }

.fad.fa-truck:after {
  content: "\10f0d1"; }

.fad.fa-truck-container:after {
  content: "\10f4dc"; }

.fad.fa-truck-couch:after {
  content: "\10f4dd"; }

.fad.fa-truck-loading:after {
  content: "\10f4de"; }

.fad.fa-truck-monster:after {
  content: "\10f63b"; }

.fad.fa-truck-moving:after {
  content: "\10f4df"; }

.fad.fa-truck-pickup:after {
  content: "\10f63c"; }

.fad.fa-truck-plow:after {
  content: "\10f7de"; }

.fad.fa-truck-ramp:after {
  content: "\10f4e0"; }

.fad.fa-trumpet:after {
  content: "\10f8e3"; }

.fad.fa-tshirt:after {
  content: "\10f553"; }

.fad.fa-tty:after {
  content: "\10f1e4"; }

.fad.fa-turkey:after {
  content: "\10f725"; }

.fad.fa-turntable:after {
  content: "\10f8e4"; }

.fad.fa-turtle:after {
  content: "\10f726"; }

.fad.fa-tv:after {
  content: "\10f26c"; }

.fad.fa-tv-alt:after {
  content: "\10f8e5"; }

.fad.fa-tv-music:after {
  content: "\10f8e6"; }

.fad.fa-tv-retro:after {
  content: "\10f401"; }

.fad.fa-typewriter:after {
  content: "\10f8e7"; }

.fad.fa-ufo:after {
  content: "\10e047"; }

.fad.fa-ufo-beam:after {
  content: "\10e048"; }

.fad.fa-umbrella:after {
  content: "\10f0e9"; }

.fad.fa-umbrella-beach:after {
  content: "\10f5ca"; }

.fad.fa-underline:after {
  content: "\10f0cd"; }

.fad.fa-undo:after {
  content: "\10f0e2"; }

.fad.fa-undo-alt:after {
  content: "\10f2ea"; }

.fad.fa-unicorn:after {
  content: "\10f727"; }

.fad.fa-union:after {
  content: "\10f6a2"; }

.fad.fa-universal-access:after {
  content: "\10f29a"; }

.fad.fa-university:after {
  content: "\10f19c"; }

.fad.fa-unlink:after {
  content: "\10f127"; }

.fad.fa-unlock:after {
  content: "\10f09c"; }

.fad.fa-unlock-alt:after {
  content: "\10f13e"; }

.fad.fa-upload:after {
  content: "\10f093"; }

.fad.fa-usb-drive:after {
  content: "\10f8e9"; }

.fad.fa-usd-circle:after {
  content: "\10f2e8"; }

.fad.fa-usd-square:after {
  content: "\10f2e9"; }

.fad.fa-user:after {
  content: "\10f007"; }

.fad.fa-user-alien:after {
  content: "\10e04a"; }

.fad.fa-user-alt:after {
  content: "\10f406"; }

.fad.fa-user-alt-slash:after {
  content: "\10f4fa"; }

.fad.fa-user-astronaut:after {
  content: "\10f4fb"; }

.fad.fa-user-chart:after {
  content: "\10f6a3"; }

.fad.fa-user-check:after {
  content: "\10f4fc"; }

.fad.fa-user-circle:after {
  content: "\10f2bd"; }

.fad.fa-user-clock:after {
  content: "\10f4fd"; }

.fad.fa-user-cog:after {
  content: "\10f4fe"; }

.fad.fa-user-cowboy:after {
  content: "\10f8ea"; }

.fad.fa-user-crown:after {
  content: "\10f6a4"; }

.fad.fa-user-edit:after {
  content: "\10f4ff"; }

.fad.fa-user-friends:after {
  content: "\10f500"; }

.fad.fa-user-graduate:after {
  content: "\10f501"; }

.fad.fa-user-hard-hat:after {
  content: "\10f82c"; }

.fad.fa-user-headset:after {
  content: "\10f82d"; }

.fad.fa-user-injured:after {
  content: "\10f728"; }

.fad.fa-user-lock:after {
  content: "\10f502"; }

.fad.fa-user-md:after {
  content: "\10f0f0"; }

.fad.fa-user-md-chat:after {
  content: "\10f82e"; }

.fad.fa-user-minus:after {
  content: "\10f503"; }

.fad.fa-user-music:after {
  content: "\10f8eb"; }

.fad.fa-user-ninja:after {
  content: "\10f504"; }

.fad.fa-user-nurse:after {
  content: "\10f82f"; }

.fad.fa-user-plus:after {
  content: "\10f234"; }

.fad.fa-user-robot:after {
  content: "\10e04b"; }

.fad.fa-user-secret:after {
  content: "\10f21b"; }

.fad.fa-user-shield:after {
  content: "\10f505"; }

.fad.fa-user-slash:after {
  content: "\10f506"; }

.fad.fa-user-tag:after {
  content: "\10f507"; }

.fad.fa-user-tie:after {
  content: "\10f508"; }

.fad.fa-user-times:after {
  content: "\10f235"; }

.fad.fa-user-unlock:after {
  content: "\10e058"; }

.fad.fa-user-visor:after {
  content: "\10e04c"; }

.fad.fa-users:after {
  content: "\10f0c0"; }

.fad.fa-users-class:after {
  content: "\10f63d"; }

.fad.fa-users-cog:after {
  content: "\10f509"; }

.fad.fa-users-crown:after {
  content: "\10f6a5"; }

.fad.fa-users-medical:after {
  content: "\10f830"; }

.fad.fa-users-slash:after {
  content: "\10e073"; }

.fad.fa-utensil-fork:after {
  content: "\10f2e3"; }

.fad.fa-utensil-knife:after {
  content: "\10f2e4"; }

.fad.fa-utensil-spoon:after {
  content: "\10f2e5"; }

.fad.fa-utensils:after {
  content: "\10f2e7"; }

.fad.fa-utensils-alt:after {
  content: "\10f2e6"; }

.fad.fa-vacuum:after {
  content: "\10e04d"; }

.fad.fa-vacuum-robot:after {
  content: "\10e04e"; }

.fad.fa-value-absolute:after {
  content: "\10f6a6"; }

.fad.fa-vector-square:after {
  content: "\10f5cb"; }

.fad.fa-venus:after {
  content: "\10f221"; }

.fad.fa-venus-double:after {
  content: "\10f226"; }

.fad.fa-venus-mars:after {
  content: "\10f228"; }

.fad.fa-vest:after {
  content: "\10e085"; }

.fad.fa-vest-patches:after {
  content: "\10e086"; }

.fad.fa-vhs:after {
  content: "\10f8ec"; }

.fad.fa-vial:after {
  content: "\10f492"; }

.fad.fa-vials:after {
  content: "\10f493"; }

.fad.fa-video:after {
  content: "\10f03d"; }

.fad.fa-video-plus:after {
  content: "\10f4e1"; }

.fad.fa-video-slash:after {
  content: "\10f4e2"; }

.fad.fa-vihara:after {
  content: "\10f6a7"; }

.fad.fa-violin:after {
  content: "\10f8ed"; }

.fad.fa-virus:after {
  content: "\10e074"; }

.fad.fa-virus-slash:after {
  content: "\10e075"; }

.fad.fa-viruses:after {
  content: "\10e076"; }

.fad.fa-voicemail:after {
  content: "\10f897"; }

.fad.fa-volcano:after {
  content: "\10f770"; }

.fad.fa-volleyball-ball:after {
  content: "\10f45f"; }

.fad.fa-volume:after {
  content: "\10f6a8"; }

.fad.fa-volume-down:after {
  content: "\10f027"; }

.fad.fa-volume-mute:after {
  content: "\10f6a9"; }

.fad.fa-volume-off:after {
  content: "\10f026"; }

.fad.fa-volume-slash:after {
  content: "\10f2e2"; }

.fad.fa-volume-up:after {
  content: "\10f028"; }

.fad.fa-vote-nay:after {
  content: "\10f771"; }

.fad.fa-vote-yea:after {
  content: "\10f772"; }

.fad.fa-vr-cardboard:after {
  content: "\10f729"; }

.fad.fa-wagon-covered:after {
  content: "\10f8ee"; }

.fad.fa-walker:after {
  content: "\10f831"; }

.fad.fa-walkie-talkie:after {
  content: "\10f8ef"; }

.fad.fa-walking:after {
  content: "\10f554"; }

.fad.fa-wallet:after {
  content: "\10f555"; }

.fad.fa-wand:after {
  content: "\10f72a"; }

.fad.fa-wand-magic:after {
  content: "\10f72b"; }

.fad.fa-warehouse:after {
  content: "\10f494"; }

.fad.fa-warehouse-alt:after {
  content: "\10f495"; }

.fad.fa-washer:after {
  content: "\10f898"; }

.fad.fa-watch:after {
  content: "\10f2e1"; }

.fad.fa-watch-calculator:after {
  content: "\10f8f0"; }

.fad.fa-watch-fitness:after {
  content: "\10f63e"; }

.fad.fa-water:after {
  content: "\10f773"; }

.fad.fa-water-lower:after {
  content: "\10f774"; }

.fad.fa-water-rise:after {
  content: "\10f775"; }

.fad.fa-wave-sine:after {
  content: "\10f899"; }

.fad.fa-wave-square:after {
  content: "\10f83e"; }

.fad.fa-wave-triangle:after {
  content: "\10f89a"; }

.fad.fa-waveform:after {
  content: "\10f8f1"; }

.fad.fa-waveform-path:after {
  content: "\10f8f2"; }

.fad.fa-webcam:after {
  content: "\10f832"; }

.fad.fa-webcam-slash:after {
  content: "\10f833"; }

.fad.fa-weight:after {
  content: "\10f496"; }

.fad.fa-weight-hanging:after {
  content: "\10f5cd"; }

.fad.fa-whale:after {
  content: "\10f72c"; }

.fad.fa-wheat:after {
  content: "\10f72d"; }

.fad.fa-wheelchair:after {
  content: "\10f193"; }

.fad.fa-whistle:after {
  content: "\10f460"; }

.fad.fa-wifi:after {
  content: "\10f1eb"; }

.fad.fa-wifi-1:after {
  content: "\10f6aa"; }

.fad.fa-wifi-2:after {
  content: "\10f6ab"; }

.fad.fa-wifi-slash:after {
  content: "\10f6ac"; }

.fad.fa-wind:after {
  content: "\10f72e"; }

.fad.fa-wind-turbine:after {
  content: "\10f89b"; }

.fad.fa-wind-warning:after {
  content: "\10f776"; }

.fad.fa-window:after {
  content: "\10f40e"; }

.fad.fa-window-alt:after {
  content: "\10f40f"; }

.fad.fa-window-close:after {
  content: "\10f410"; }

.fad.fa-window-frame:after {
  content: "\10e04f"; }

.fad.fa-window-frame-open:after {
  content: "\10e050"; }

.fad.fa-window-maximize:after {
  content: "\10f2d0"; }

.fad.fa-window-minimize:after {
  content: "\10f2d1"; }

.fad.fa-window-restore:after {
  content: "\10f2d2"; }

.fad.fa-windsock:after {
  content: "\10f777"; }

.fad.fa-wine-bottle:after {
  content: "\10f72f"; }

.fad.fa-wine-glass:after {
  content: "\10f4e3"; }

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce"; }

.fad.fa-won-sign:after {
  content: "\10f159"; }

.fad.fa-wreath:after {
  content: "\10f7e2"; }

.fad.fa-wrench:after {
  content: "\10f0ad"; }

.fad.fa-x-ray:after {
  content: "\10f497"; }

.fad.fa-yen-sign:after {
  content: "\10f157"; }

.fad.fa-yin-yang:after {
  content: "\10f6ad"; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.eot);
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.woff) format("woff"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.ttf) format("truetype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-light-300.svg#fontawesome) format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.eot);
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.woff) format("woff"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.ttf) format("truetype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.eot);
  src: url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.woff) format("woff"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.ttf) format("truetype"), url(https://studio.jvcompany.ru/assets/@fortawesome/fontawesome-pro/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-expand:before {
  content: "\f424"; }

.fa.fa-compress:before {
  content: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f881"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f884"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cab:before {
  content: "\f1ba"; }

@font-face {
  font-family: 'PT Sans';
  src: url(https://studio.jvcompany.ru/assets/ptsans-acabf246fbfe4e0e8939a210b3b3b3d2cf8b6f0fc0c7597783b81720f751ae8c.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url(https://studio.jvcompany.ru/assets/ptsansbold-12e130d8cfd84ffb418141f415330289d3b4850efff8ad6ed62e20023d20b6fe.woff2) format("woff2"), url(https://studio.jvcompany.ru/assets/ptsansbold-9f8e05867742d1d3426cb975281e81e8303890212551b5e31ec77d8f7b6a91dd.woff) format("woff"), url(https://studio.jvcompany.ru/assets/ptsansbold-40fda49f2379996517b72f46f66e3b62c9796f825bf52491747d37d940069e15.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url(https://studio.jvcompany.ru/fonts/ptserif_regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PT Serif';
  src: url(https://studio.jvcompany.ru/assets/ptserif_bold-431b3992eeb64f1645accfac5774badf58967ab14bb76bdc6b8303c34ddb7b0b.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Rubl';
  src: url(https://studio.jvcompany.ru/assets/rouble-90267940ffa6ad2cd77870e83af36c028cebbbed090f2329daf7098beeb41344.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratRegular-3412e52a412767a2920652f0facf7df9add543aecef2e93edfff4b87960ee7b8.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratRegular-3412e52a412767a2920652f0facf7df9add543aecef2e93edfff4b87960ee7b8.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratBold-bea9c562430c9f714b03dc2c02e79890a6fd6687951e4c1d71e857955252d50e.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratExtraBold-af8becaca3bc67309f8faee5709fd93fa10b30060c0140ce73fead12137c5792.woff) format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratBlack-defa937a497bed70e4a43531404ed856e1bd659f54e5dccf04c93d388c26b3d7.woff) format("woff");
  font-weight: 900;
  font-style: normal; }

.title {
  font-family: "PT Serif", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  color: #2b2b2b;
  margin-bottom: 30px; }
  .title::-moz-selection {
    background: rgba(3, 165, 97, 0.15); }
  .title::selection {
    background: rgba(3, 165, 97, 0.15); }
  .title--H2 {
    font-size: 36px;
    line-height: 46px; }
  .title--H3 {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 38px; }
  .title--dark {
    color: #000; }
  .title--no-marg {
    margin: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

a:hover {
  color: #03A561; }

.mb12 {
  margin-bottom: 12px; }

.mb14 {
  margin-bottom: 14px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb45 {
  margin-bottom: 45px; }

.mb75 {
  margin-bottom: 75px; }

.mt30 {
  margin-top: 30px; }

.mb5 {
  margin-bottom: 5px !important; }

.mb23 {
  margin-bottom: 23px !important; }

.mb47 {
  margin-bottom: 47px !important; }

.mb53 {
  margin-bottom: 53px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mr10 {
  margin-right: 10px; }

.ml30 {
  margin-left: 30px; }

.lh20 {
  line-height: 20px; }

.color-grey {
  color: #969696; }

.color-greyl {
  color: #c7c7c7; }

.color-green {
  color: #08b457; }

.dib {
  display: inline-block; }

.justify {
  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; }

.fz16 {
  font-size: 16px !important; }

.fz14 {
  font-size: 14px; }

.fz12 {
  font-size: 12px; }

.fz30 {
  font-size: 30px; }

.fwb {
  font-weight: bold; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pages {
  font-family: "PT Sans", sans-serif; }
  .pages h1 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px; }
  .pages h2 {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px; }
  .pages h3 {
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px; }
  .pages p,
  .pages div {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px; }
    .pages p:last-child,
    .pages div:last-child {
      margin-bottom: 0; }
  .pages ul {
    margin-top: 25px; }
    .pages ul:last-child {
      margin-bottom: 0; }
    .pages ul li {
      position: relative;
      padding-left: 26px;
      margin-bottom: 21px;
      font-size: 16px;
      line-height: 26px; }
      .pages ul li:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        width: 6px;
        height: 6px;
        background-color: #03A561;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .pages ol {
    margin-top: 25px;
    padding-left: 14px;
    list-style: auto; }
    .pages ol:last-child {
      margin-bottom: 0; }
    .pages ol li {
      padding-left: 12px;
      margin-bottom: 21px;
      font-size: 16px;
      line-height: 26px; }
    .pages ol ul li {
      padding-left: 26px; }
  .pages strong {
    font-weight: 700; }

.text--mb23 {
  margin-bottom: 23px; }

.text-editor p, .text-editor ul, .text-editor ol {
  margin-bottom: 15px; }

.text-editor > *:last-child {
  margin-bottom: 0; }

.text-editor strong, .text-editor b {
  font-weight: bold; }

.text-editor i, .text-editor em {
  font-style: italic;
  font-style: italic; }

.text-editor ol {
  list-style-type: decimal;
  padding-left: 32px; }

.text-editor ul {
  list-style-type: disc;
  padding-left: 32px; }

.purple {
  color: #9919d9; }

.black {
  color: #2b2b2b; }

.numbered {
  position: absolute;
  top: 0;
  left: -45px;
  font-size: 12px; }

.gl {
  color: #969696;
  position: relative;
  cursor: pointer; }
  .gl:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #969696; }

.pages__wrap h3 {
  font-weight: bold; }

.pages__wrap p,
.pages__wrap div {
  font-size: 18px;
  line-height: 28px; }
  .pages__wrap p:last-child,
  .pages__wrap div:last-child {
    margin-bottom: 0; }

.pages__wrap a {
  text-decoration: underline; }

.pages__wrap ul {
  margin-top: 15px; }
  .pages__wrap ul:last-child {
    margin-bottom: 0; }
  .pages__wrap ul li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px; }

.pages__wrap ol {
  margin-top: 15px; }
  .pages__wrap ol:last-child {
    margin-bottom: 0; }
  .pages__wrap ol li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px; }

.pages__wrap .button {
  margin: 20px 0 50px;
  color: white;
  font-weight: bold;
  background-color: #03A561;
  text-decoration: none; }
  .pages__wrap .button:hover {
    background-color: #00BB6D; }
.btn-up .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/arrow_up-b692fc4229d55897fb3a04ae89e661c36f2d5a6e5b2c1d58ccec80dcb8daaa48.png); }

body {
  font-family: "PT Sans", sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 23px;
  min-width: 1450px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }
  body.popped {
    overflow-y: hidden; }
  body .sel-multi {
    z-index: 100 !important; }

html, body {
  height: 100%;
  scroll-behavior: smooth; }
  @media screen and (max-width: 1450px) {
    html, body {
      font-size: 1.0836610169vw; } }
  @media screen and (max-width: 1024px) {
    html, body {
      font-size: 11.1184Px; } }
.wrapper {
  background-color: #fff;
  overflow-y: hidden; }

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.moar {
  position: absolute;
  width: 6px;
  height: 10px;
  top: 0;
  right: -3px;
  cursor: pointer; }
  .moar:after {
    left: 2px;
    top: 0;
    position: absolute;
    content: '';
    width: 2px;
    height: 10px; }

.ruble {
  display: inline-block;
  font-family: "Rubl";
  font-weight: normal; }

.order .title {
  margin-bottom: 36px !important; }

.ssasd {
  width: 0.625rem;
  height: 0.625rem;
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/location_grey-e61247769927ef9720e776e374a849e0839bccbb23d3a20f624f98adbe1dda12.png); }

.btn-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 30px;
  bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 102; }
  .btn-up .icon {
    width: 17px;
    height: 28px; }

.btn-up--show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.amo-button-holder {
  bottom: 70px !important; }

.b24-widget-button-position-bottom-right {
  right: 26px !important; }
.advantages__item .svg-calendar {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/svg/calendar-8a74578ec1d81453d794d0b17287c6c6323c662d1f129e82ec8bebc3726ca1c2.svg); }

.advantages__item .svg-clock {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/svg/clock-bb6943a595630a4e4971c675952a539245d296cd556b85c08809e212ca2ccfb1.svg); }

.advantages__item .svg-map {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/svg/map-54eedfac313027458020ca00d43a83aff254f6dc177c34e9d3a17ae78cf6df44.svg); }

.advantages__item .svg-card {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/svg/card-1ab1238d2bd14f5d706942e0ca94ee278284cfeb10a2809f0d778f2778caade0.svg); }

.advantages__item .svg-hat {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/svg/hat-d1da2a38e8d0b83d04ebb5ab5f3032c099cb05a72949e30c261d43976370872a.svg); }

.advantages {
  margin-bottom: 68px; }

.advantages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }

.advantages__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  padding: 40px 15px;
  margin: 0 15px;
  background: #FFF;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .advantages__item .icon {
    display: block;
    margin: 0 auto 18px; }
  .advantages__item .svg-calendar {
    width: 58px;
    height: 52px; }
  .advantages__item .svg-clock {
    width: 55px;
    height: 55px; }
  .advantages__item .svg-map {
    width: 56px;
    height: 55px; }
  .advantages__item .svg-card {
    width: 57px;
    height: 38px; }
  .advantages__item .svg-hat {
    width: 62px;
    height: 55px; }

.advantages__text {
  display: block;
  width: 100%;
  max-width: 148px;
  font-size: 14px;
  line-height: 18px;
  text-align: center; }
aside {
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  aside form {
    width: 100%; }
.avatar .clh__image .cropper-view-box:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.avatar__input {
  display: none; }

.avatar__label {
  position: relative; }

.avatar .clh__image .cropper-face {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.avatar .clh__image .cropper-dashed, .avatar .clh__image .cropper-line, .avatar .clh__image .cropper-point {
  display: none; }

.avatar .clh__image .cropper-view-box {
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  outline: none; }
  .avatar .clh__image .cropper-view-box:after {
    content: '';
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fff; }

.avatar .clh__image .point-se {
  display: block;
  right: 8px;
  bottom: 8px;
  background: #fff;
  width: 13px;
  height: 13px;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.avatar .clh__image .cropper-center {
  display: none; }
.badge {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #08b457;
  color: #fff;
  margin-right: 10px;
  padding: 0 8px;
  font-size: 14px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .badge_red {
    background: #f00; }
  .badge_scarlet {
    background: #f33132; }
  .badge .icon {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px; }
.bdate__inner {
  display: none; }

.bdate.active .bdate__pres {
  display: none; }

.bdate.active .bdate__inner {
  display: block; }
.block__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.block {
  width: 220px;
  height: 220px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  position: relative;
  display: block;
  margin-bottom: 60px; }
  .block:hover {
    -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
    color: #2b2b2b; }
  .block_wide {
    width: 500px; }
    .block_wide .block__image img {
      width: 500px; }
  .block__content {
    padding: 20px;
    position: relative;
    color: #fff; }
  .block__image img {
    width: 220px;
    height: 220px; }
  .block:hover .block__image:after {
    background: rgba(0, 0, 0, 0.45); }
  .block__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 23px;
    font-family: "PT Sans", sans-serif !important; }
  .block__text {
    line-height: 18px;
    max-height: 72px;
    overflow: hidden; }
  .block__bl {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    .block__bl .icon {
      vertical-align: middle;
      margin: -2px 2px 0; }
  .block__br {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .block__br .icon {
      vertical-align: middle;
      margin: -2px 2px 0; }
.board {
  margin-bottom: 65px; }

.board__image {
  width: 100%;
  display: block;
  height: auto;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
.button,
a.button {
  background-color: #f7f7f7;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  color: #2b2b2b;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  font-style: normal;
  font-size: 16px;
  border: none;
  display: inline-block;
  outline: none;
  line-height: 21px;
  padding: 18px 40px 17px 40px;
  -webkit-transition: background .3s, color .3s, border-color .3s;
  transition: background .3s, color .3s, border-color .3s;
  line-height: 21px;
  text-align: center;
  width: auto; }
  .button:focus, .button:active,
  a.button:focus,
  a.button:active {
    outline: none;
    border-color: transparent; }
  .button:hover, .button.hover,
  a.button:hover,
  a.button.hover {
    background-color: #E3E3E3; }
  .button[disabled],
  a.button[disabled] {
    cursor: default;
    background-color: rgba(234, 234, 234, 0.4);
    color: rgba(43, 43, 43, 0.4);
    pointer-events: none; }
    .button[disabled]:hover,
    a.button[disabled]:hover {
      background-color: rgba(234, 234, 234, 0.4);
      color: rgba(43, 43, 43, 0.4); }
  .button--primary,
  a.button--primary {
    background-color: #03A561;
    color: #fff;
    font-weight: bold; }
    .button--primary:hover,
    a.button--primary:hover {
      background-color: #00BB6D; }
    .button--primary.hover,
    a.button--primary.hover {
      background-color: #00BB6D; }
    .button--primary[disabled],
    a.button--primary[disabled] {
      color: rgba(150, 150, 150, 0.4); }
      .button--primary[disabled]:hover,
      a.button--primary[disabled]:hover {
        color: rgba(150, 150, 150, 0.4); }
  .button--unfill,
  a.button--unfill {
    background-color: transparent;
    border: 1px solid #03A561;
    color: #2b2b2b; }
    .button--unfill:hover,
    a.button--unfill:hover {
      background-color: transparent;
      border: 1px solid #00BB6D;
      color: #00BB6D; }
    .button--unfill.hover,
    a.button--unfill.hover {
      background-color: transparent;
      border: 1px solid #00BB6D;
      color: #00BB6D; }
    .button--unfill[disabled],
    a.button--unfill[disabled] {
      background-color: transparent;
      border: 1px solid #EAEAEA;
      color: #969696; }
      .button--unfill[disabled]:hover,
      a.button--unfill[disabled]:hover {
        background-color: transparent;
        border: 1px solid #EAEAEA;
        color: #969696; }
  .button--md,
  a.button--md {
    font-weight: normal;
    padding: 12px 35px; }
  .button--icon,
  a.button--icon {
    width: 56px;
    height: 56px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .button--icon i,
    a.button--icon i {
      font-size: 22px; }
  .button--inline,
  a.button--inline {
    padding: 0;
    background: transparent;
    font-size: 18px;
    color: #03A561;
    padding-bottom: 5px;
    line-height: 23px;
    position: relative; }
    .button--inline::before,
    a.button--inline::before {
      content: '';
      background: #03A561;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
    .button--inline:hover,
    a.button--inline:hover {
      background: transparent;
      color: #00BB6D; }
      .button--inline:hover::before,
      a.button--inline:hover::before {
        opacity: 0; }
    .button--inline.hover,
    a.button--inline.hover {
      background: transparent;
      color: #00BB6D; }
      .button--inline.hover::before,
      a.button--inline.hover::before {
        opacity: 0; }
    .button--inline[disabled],
    a.button--inline[disabled] {
      background: transparent; }
      .button--inline[disabled]::before,
      a.button--inline[disabled]::before {
        opacity: 0; }
      .button--inline[disabled]:hover,
      a.button--inline[disabled]:hover {
        background: transparent; }
  .button--stretch,
  a.button--stretch {
    width: 100%;
    display: block; }
  .button--more:focus,
  a.button--more:focus {
    border-color: #03A561; }
  .button--hidden,
  a.button--hidden {
    display: none; }
  .button--white,
  a.button--white {
    color: #2b2b2b; }
  .button--clear,
  a.button--clear {
    display: block;
    padding: 0;
    margin: 0 auto;
    background: transparent !important;
    color: #969696;
    font-size: 16px;
    line-height: 26px; }

.button-group {
  white-space: nowrap; }
  .button-group .button-left, .button-group .button-right {
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-left: -1px; }
  .button-group > * {
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-left: -1px; }
    .button-group > *:last-child, .button-group > * .button-right {
      padding: 0;
      height: 55px;
      width: 55px;
      margin-left: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #F7F7F7; }
      .button-group > *:last-child .icon, .button-group > * .button-right .icon {
        display: block;
        height: 55px;
        width: 55px;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_r-5e24397b282e33ce3a9e250aaa818d0bd5a88633a0ca8587eff1fbd0455d297a.png);
        background-position: 53% 50%;
        background-repeat: no-repeat;
        opacity: 0.7; }
      .button-group > *:last-child:hover, .button-group > * .button-right:hover {
        background: #a6a6a6; }
        .button-group > *:last-child:hover .icon, .button-group > * .button-right:hover .icon {
          opacity: 1; }
    .button-group > *:first-child, .button-group > * .button-left {
      padding: 0;
      height: 55px;
      width: 55px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 5px;
      background: #F7F7F7; }
      .button-group > *:first-child .icon, .button-group > * .button-left .icon {
        display: block;
        height: 55px;
        width: 55px;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background: url(https://studio.jvcompany.ru/assets/png/arrow2_r-5e24397b282e33ce3a9e250aaa818d0bd5a88633a0ca8587eff1fbd0455d297a.png) 53% 50% no-repeat;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        opacity: 0.7; }
      .button-group > *:first-child:hover, .button-group > * .button-left:hover {
        background: #a6a6a6; }
        .button-group > *:first-child:hover .icon, .button-group > * .button-left:hover .icon {
          opacity: 1; }
  .button-group input[type=radio]:checked + label .button {
    background: #fff !important;
    border-color: #2b2b2b !important;
    position: relative;
    z-index: 2; }
.calendar-day {
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 33px 40px 36px 40px;
  margin-bottom: 25px;
  width: 100%; }
  .calendar-day__link {
    display: block;
    position: relative;
    padding: 17px 0 19px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer; }
    .calendar-day__link--current {
      cursor: default; }
      .calendar-day__link--current::before {
        position: absolute;
        left: -16px;
        content: '\2022';
        width: 7px;
        color: green;
        font-size: 20px;
        line-height: 26px;
        margin-right: 10px; }
    .calendar-day__link--active {
      font-weight: bold; }

.calendar-day__item {
  border-bottom: 1px solid #EAEAEA; }
  .calendar-day__item:first-child a {
    padding-top: 0; }
  .calendar-day__item:last-child {
    border-bottom: none; }
    .calendar-day__item:last-child a {
      padding-bottom: 0; }
.calendar-main {
  background: #FFF;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 30px 30px 40px 30px; }
  .calendar-main .simple-calendar {
    display: none; }
  .calendar-main .month-current {
    display: block; }

.calendar-main__heading {
  position: relative;
  margin-bottom: 16px; }

.calendar-main__arrow {
  color: #2b2b2b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .calendar-main__arrow--prev {
    left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .calendar-main__arrow--next {
    right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.calendar-main__title {
  text-align: center;
  font-size: 16px;
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  line-height: 38px; }

.calendar-main__cancel {
  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; }

.calendar-main .table {
  width: 100%;
  margin-bottom: 10px; }
  .calendar-main .table thead tr:hover {
    background: #fff; }
  .calendar-main .table tbody td {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    padding-top: 0;
    position: relative; }
    .calendar-main .table tbody td:first-child {
      -webkit-border-top-left-radius: 8px;
              border-top-left-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
              border-bottom-left-radius: 8px; }
    .calendar-main .table tbody td:last-child {
      -webkit-border-top-right-radius: 8px;
              border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
              border-bottom-right-radius: 8px; }
    .calendar-main .table tbody td.past {
      color: rgba(43, 43, 43, 0.2); }
      .calendar-main .table tbody td.past a {
        color: rgba(43, 43, 43, 0.2); }
        .calendar-main .table tbody td.past a:hover {
          color: rgba(43, 43, 43, 0.2); }
    .calendar-main .table tbody td a {
      display: block;
      text-align: center;
      height: 100%;
      width: 100%;
      color: #2b2b2b; }
  .calendar-main .table tbody tr.empty_week :hover td a {
    color: #000; }
  .calendar-main .table tbody tr:not(.empty_week) td:hover {
    background: #03A561;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
    .calendar-main .table tbody tr:not(.empty_week) td:hover a {
      color: #fff; }
  .calendar-main .table .today {
    position: relative; }
    .calendar-main .table .today:after {
      content: '';
      position: absolute;
      background: #fff;
      bottom: 4px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 4px;
      height: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .calendar-main .table .current_week {
    position: relative;
    background: #f7f7f7; }
    .calendar-main .table .current_week td:first-child {
      -webkit-border-top-left-radius: 8px;
              border-top-left-radius: 8px;
      -webkit-border-bottom-left-radius: 8px;
              border-bottom-left-radius: 8px; }
    .calendar-main .table .current_week td:last-child {
      -webkit-border-top-right-radius: 8px;
              border-top-right-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
              border-bottom-right-radius: 8px; }
    .calendar-main .table .current_week .today:after {
      background: #E41B13; }
    .calendar-main .table .current_week td {
      background: #f7f7f7;
      cursor: pointer; }
    .calendar-main .table .current_week:hover {
      background: #f7f7f7; }
.calendar-slider {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.calendar-slider__arrow {
  width: 57px;
  height: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #EAEAEA;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .calendar-slider__arrow .icon {
    display: block;
    height: 20px;
    width: 10px;
    background-image: url(https://studio.jvcompany.ru/assets/dishe-slider-arrow-649fe5408a68d38e17d6514a732b031f41c58ef854b758affab31b3c16b4f72c.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .calendar-slider__arrow--prev {
    margin-right: 1px; }
    .calendar-slider__arrow--prev .icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .calendar-slider__arrow--next {
    margin-left: 1px; }
  .calendar-slider__arrow.disable {
    pointer-events: none; }
  .calendar-slider__arrow.hide {
    opacity: 0.3;
    pointer-events: none; }

.calendar-slider__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 15px; }

.calendar-slider__list-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.calendar-slider__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85px;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  height: 91px;
  max-width: 85px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  cursor: pointer; }
  .calendar-slider__item--empty {
    pointer-events: none;
    cursor: auto; }
    .calendar-slider__item--empty .calendar-slider__item-date {
      color: #E3E3E3; }
  .calendar-slider__item--current .calendar-slider__item-inner {
    border-color: #03A561; }
  .calendar-slider__item--active .calendar-slider__item-inner {
    background: #03A561;
    border-color: #03A561; }
    .calendar-slider__item--active .calendar-slider__item-inner .calendar-slider__item-day, .calendar-slider__item--active .calendar-slider__item-inner .calendar-slider__item-date {
      color: #fff; }
  .calendar-slider__item--weekend .calendar-slider__item-day {
    color: #E41B13; }
  .calendar-slider__item--month {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35px;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    height: auto;
    max-width: 35px;
    pointer-events: none;
    cursor: auto; }
    .calendar-slider__item--month .calendar-slider__item-inner {
      display: none; }
    .calendar-slider__item--month::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      width: 85px !important;
      right: auto !important;
      height: 100%;
      background: transparent;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .calendar-slider__item--month.range-end::after {
      display: none; }
  .calendar-slider__item.range-start::after, .calendar-slider__item.range-end::after {
    position: absolute;
    top: 0;
    right: -12px;
    content: '';
    width: 100%;
    height: -webkit-calc( 100% + 2px);
    height: calc( 100% + 2px);
    background: #F7F7F7; }
  .calendar-slider__item.range::after {
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    content: '';
    width: 105px;
    height: -webkit-calc( 100% + 2px);
    height: calc( 100% + 2px);
    background: #F7F7F7;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .calendar-slider__item.range-end::after {
    left: -12px;
    right: auto; }
  .calendar-slider__item > span {
    position: absolute;
    display: block;
    top: -35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.25;
    color: #969696;
    text-transform: uppercase; }

.calendar-slider__item.range + .calendar-slider__item--month::after,
.calendar-slider__item.range-start + .calendar-slider__item--month::after {
  background: #F7F7F7; }

.calendar-slider__item-inner {
  position: relative;
  padding: 12px 0px 15px;
  background: #F7F7F7;
  text-align: center;
  font-family: "PT Serif", sans-serif;
  text-transform: lowercase;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  border: 1px solid transparent;
  z-index: 1; }

.calendar-slider__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.calendar-slider__item-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  width: 28px; }
  .calendar-slider__item-icon img {
    display: block; }
  .calendar-slider__item-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -webkit-calc( 100% + 6.5px);
    left: calc( 100% + 6.5px);
    display: block;
    height: 11px;
    width: 7px;
    background: url(https://studio.jvcompany.ru/assets/filter-icons/angle-left-grey-42a3051a92bd4589af1d4b3e51ad57a3280cc09d03d6350b04b4f963bf3d4ef4.svg) 50% 50% no-repeat;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.calendar-slider__item-day {
  font-size: 16px;
  line-height: 26px;
  color: #969696; }
  .calendar-slider__item-day--off {
    color: #E41B13; }

.calendar-slider__item-date {
  font-size: 28px;
  line-height: 38px;
  color: #2B2B2B;
  font-weight: 700; }

.calendar-slider__item-month, .calendar-slider__item-year {
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B; }

.calendar-slider__tooltip {
  display: none;
  position: absolute;
  top: -webkit-calc( 100% + 10px);
  top: calc( 100% + 10px);
  padding: 30px 25px;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
  z-index: 1;
  -webkit-transition: left .2s;
  transition: left .2s; }

.calendar-slider__tooltip-link {
  display: block;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer; }
  .calendar-slider__tooltip-link:not(:last-child) {
    margin-bottom: 17px; }
.calendar {
  margin-bottom: 60px; }
  .calendar table {
    width: 100%; }
  .calendar th, .calendar td {
    border: 1px solid #eaeaea; }
  .calendar th, .calendar__heading {
    height: 43px;
    text-align: center;
    color: #c7c7c7;
    font-size: 13px; }
    .calendar th .today, .calendar__heading .today {
      position: relative; }
      .calendar th .today:after, .calendar__heading .today:after {
        content: '';
        position: absolute;
        background: #ff0000;
        top: 0;
        right: -6px;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
  .calendar__heading {
    margin-bottom: 2px;
    font-weight: bold;
    color: #2b2b2b; }
  .calendar td {
    height: 188px;
    width: 144px; }
  .calendar__time {
    width: 65px !important;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    color: #c7c7c7; }
    .calendar__time .icon {
      margin-bottom: 7px; }
  .calendar_nodate td {
    vertical-align: top;
    width: 100% / 7; }

.calendar__select ~ span .select2-selection {
  padding: 0 0 0 25px; }
  .calendar__select ~ span .select2-selection .select2-selection__rendered {
    line-height: 54px; }
.callback-form .input-box {
  margin-bottom: 15px; }

.callback-form .button {
  margin-bottom: 20px; }

.callback-form__title--small {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 17px; }

.callback-form__columns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.callback-form__columns {
  width: 48.5%; }

.callback-form__desc {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px; }
  .callback-form__desc .text {
    color: #969696;
    margin-right: 8px; }
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #EAEAEA;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  cursor: pointer;
  outline: none; }
  .card:hover {
    -webkit-box-shadow: 0 5px 15px rgba(43, 43, 43, 0.1);
            box-shadow: 0 5px 15px rgba(43, 43, 43, 0.1); }
  .card::before {
    content: '';
    display: none;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-border-radius: 15px;
            border-radius: 15px; }
  .card--empty {
    pointer-events: none; }
    .card--empty .card__time {
      display: none; }
    .card--empty::before {
      display: block; }
  .card--holiday {
    border: none; }
    .card--holiday .card__image {
      height: 242px;
      width: 248px; }
    .card--holiday:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .card--holiday .card__content {
      padding-bottom: 0; }
      .card--holiday .card__content .card__title {
        margin: 0; }
    .card--holiday .card__bottom {
      position: relative;
      left: auto;
      top: auto;
      min-height: auto;
      padding: 0;
      margin-top: 30px; }
    .card--holiday:hover {
      border: none; }
  .card--tort {
    height: auto; }
    .card--tort .card__content {
      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-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 25px; }
    .card--tort .card__bottom {
      display: block;
      position: relative;
      padding-top: 0; }
  .card--info {
    background: #03A561; }

.card__discount-mark {
  position: absolute;
  top: 0;
  right: 10px;
  width: 45px;
  height: 40px;
  z-index: 10;
  background-color: #ffba00;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  color: #000;
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px; }

.card__image {
  height: 220px;
  width: 316px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden; }
  .card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: -1; }
  .card__image--home-card {
    width: 100%; }
  .card__image--kids {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.card__places {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 4px 17px;
  color: #fff;
  font-size: 16px;
  line-height: 26px; }

.card__online {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.card__forkids {
  position: absolute;
  top: 10px;
  left: 15px;
  padding: 4px 12px;
  background: #ff6727;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  z-index: 2; }

.card__forkids-title {
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.card__content {
  padding: 20px 25px; }
  .card__content--info {
    position: relative;
    top: 0;
    background: #03A561;
    color: #fff;
    -webkit-border-top-left-radius: 15px;
            border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
            border-top-right-radius: 15px;
    overflow: hidden;
    z-index: 1; }

.card__info-text {
  font-size: 16px;
  margin-top: 12px; }

.card__title {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: -webkit-calc(3 * 1.5555555556 * 18px);
  max-height: calc(3 * 1.5555555556 * 18px);
  -webkit-line-clamp: 3;
  margin-bottom: 14px; }
  .card__title--info {
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 400; }
  .card__title--name {
    font-size: 22px;
    margin-bottom: 19px;
    font-weight: 700; }

.card__items-item {
  margin-left: 15px; }

.card__items-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF; }
  .card__items-item::before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin: 8px 10px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.card__delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #969696; }
  .card__delivery::before {
    content: '';
    left: 0;
    top: 50%;
    height: 14px;
    width: 19px;
    display: block;
    margin-right: 11px;
    background: url(https://studio.jvcompany.ru/assets/Truck-48841e1c534c516549fd58b64d1b5d8655018c013fbe4405e453f243b2939aa5.svg) no-repeat 50% 50%; }

.card__location, .card__time {
  margin-bottom: 13px; }

.card__bottom {
  position: relative;
  bottom: 0;
  left: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 0 25px 25px;
  z-index: 101;
  width: 100%; }

.card__time i, .card__location i, .card__count i {
  margin-right: 10px; }

.card__location i {
  position: relative;
  left: 2px; }

.card__time, .card__count {
  color: #969696;
  font-size: 16px; }

.card__price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000; }
  .card__price i {
    font-size: 18px;
    position: relative;
    top: -1px; }
  .card__price--new {
    color: #E41B13;
    margin-right: 15px; }
  .card__price--old {
    font-size: 18px;
    color: #969696;
    font-weight: normal;
    text-decoration: line-through; }
    .card__price--old i {
      font-size: 14px; }

.card__price-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.card__empty-places {
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-size: 16px;
  color: #2b2b2b;
  padding: 11px 16px;
  width: 100%; }

.card__empty-icon {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 12px; }
  .card__empty-icon img {
    width: 8.12px;
    height: 16px; }

.kond-card {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 30px;
  padding: 0 15px; }

.kond-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }

.card__coming-soon {
  background: rgba(231, 55, 48, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-size: 16px;
  color: #E73730;
  padding: 11px 16px;
  width: 100%; }

.card__coming-soon-icon {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 12px; }
  .card__coming-soon-icon img {
    width: 24px;
    height: 23px;
    margin: auto; }

a.card__book {
  width: unset;
  padding: 12px 22px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent; }
  a.card__book:hover {
    background: #fff;
    color: #2b2b2b; }
.cards-slider-arrow, .two-cards-slider-arrow, .four-cards-slider-arrow {
  position: absolute;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .cards-slider-arrow.slick-disabled, .two-cards-slider-arrow.slick-disabled, .four-cards-slider-arrow.slick-disabled {
    display: none !important; }
  .cards-slider-arrow--next, .two-cards-slider-arrow--next, .four-cards-slider-arrow--next {
    right: 12px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  .cards-slider-arrow--prev, .two-cards-slider-arrow--prev, .four-cards-slider-arrow--prev {
    left: 12px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.cart-item {
  padding: 13px 0 20px;
  font-weight: 300; }
  .cart-item:not(:last-child) {
    border-bottom: 1px solid #EAEAEA; }

.cart-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }

.cart-item__preview {
  width: 60px;
  height: 60px;
  margin-top: 6px;
  margin-right: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }
  .cart-item__preview img {
    width: 100%;
    max-height: 100%; }

.cart-item__content {
  position: relative;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px); }

.cart-item__info {
  margin-bottom: 14px; }

.cart-item__title {
  padding-right: 40px;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.cart-item__time {
  color: #969696;
  font-size: 16px;
  line-height: 21px; }

.cart-item__footer {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.cart-item__price {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px; }

.cart-item__delete {
  position: absolute;
  top: 0;
  right: 0; }
.cart-popup {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1000000;
  display: none;
  width: 440px;
  padding-top: 20px; }

.cart-popup__container {
  background: white;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.cart-popup__content {
  padding: 36px 40px 20px; }

.cart-popup__title {
  font-size: 16px;
  line-height: 21px;
  color: #969696;
  text-transform: uppercase; }

.cart-popup__empty {
  padding: 50px 40px;
  text-align: center; }

.cart-popup__empty-icon {
  width: 115px;
  height: 115px;
  margin: 0 auto 19px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(3, 165, 97, 0.15) url(https://studio.jvcompany.ru/assets/empty_cart-e067c995cafd49821e2791380dcedb4c97ca6f699c4e27cb21a342ca03733813.svg) center center no-repeat;
  background-size: 48px 48px; }

.cart-popup__empty-title {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  text-align: center; }

.cart-popup__empty-description {
  color: #969696;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center; }

.cart-popup__empty-link {
  color: #969696;
  border-bottom: 1px solid #E3E3E3; }

.cart-popup__footer {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  border-top: 1px solid #EAEAEA; }

.cart-popup__summary-title {
  color: #969696;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px; }

.cart-popup__summary-value {
  color: #2B2B2B;
  font-size: 24px;
  line-height: 31px; }
.csummary {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #f7f7f7;
  padding: 60px; }
  .csummary__price {
    text-align: right;
    padding-left: 0; }
    .csummary__price .ruble {
      width: 15px; }
    .csummary__price em {
      position: relative; }
      .csummary__price em:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        border-bottom: 2px solid #ff0000; }

.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.cart_item-amount {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: #969696; }

.cart_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cart_title {
  width: 100%;
  margin-bottom: 37px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 58px; }

.cart_content {
  max-width: 900px;
  width: 100%; }

.cart_sidebar {
  max-width: 400px;
  width: 100%;
  margin-left: 60px; }

.cart_position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 150px;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA; }
  .cart_position .table__delete .icon, .cart_position .table__delete:hover .icon {
    background-image: none; }

.cart_position-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.cart_position-preview {
  height: 90px;
  width: 90px;
  margin-right: 25px; }
  .cart_position-preview img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    overflow: hidden; }

.cart_position-text {
  width: 290px;
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.cart_position-time {
  color: #969696; }

.cart_position-price {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }
  .cart_position-price .ruble {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold; }

.cart_position-close .icon {
  position: relative;
  width: 16px;
  height: 16px; }
  .cart_position-close .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 18px;
    background-color: #969696;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .cart_position-close .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    width: 18px;
    background-color: #969696;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.cart_position-close .icon:hover:after, .cart_position-close .icon:hover:before {
  background-color: red; }

.cart_attention {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 90px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 50px;
  background-color: #F7F7F7; }

.cart_attention--login {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 105px;
  padding: 25px; }

.cart_attention-recommend {
  max-width: 456px;
  width: 100%; }

.cart_attention-icon {
  position: absolute;
  left: 27px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ffffff url(https://studio.jvcompany.ru/assets/attention-icon-83bc671b259754d7d915686072464bfedd87a14d0812c308e990f05d95f483da.svg) center center no-repeat; }

.cart_attention-text {
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.cart_promo {
  width: 100%;
  min-height: 178px;
  padding: 32px 40px 0 40px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.cart_promo-input {
  position: relative;
  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;
  width: 100%; }
  .cart_promo-input .cart_input {
    max-width: 246px;
    width: 100%;
    height: 56px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    margin-right: 15px;
    padding: 0 25px; }
  .cart_promo-input .cart_input:focus {
    border-color: grey; }
  .cart_promo-input .cart_fake-placeholder {
    position: absolute;
    top: 16px;
    left: 25px;
    pointer-events: none;
    color: #7a7a7a;
    font-size: 16px;
    -webkit-transition: top 0.4s, font-size 0.4s;
    transition: top 0.4s, font-size 0.4s; }

.cart_promo-button {
  width: 56px;
  height: 56px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #E3E3E3;
  background-image: url(https://studio.jvcompany.ru/assets/arrow_long_right-8e5a98339a6d6d8c991a64966a71ba1e8f9315d352c13033679b61f7f60361cc.svg);
  background-position: center center;
  background-repeat: no-repeat; }
  .cart_promo-button.remove {
    background-image: url(https://studio.jvcompany.ru/assets/cross-grey-e91e95e830c08d3fc714605d39a0b3a1dae189506d5e8777778ae7675dc84171.svg); }

.cart_csummary {
  position: relative;
  width: 100%;
  padding: 32px 40px 40px 40px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-top: 20px;
  font-family: "PT Sans", sans-serif; }
  .cart_csummary .submit_order {
    display: block;
    width: 100%; }

.cart_csummary-row {
  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;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 26px; }
  .cart_csummary-row .cart_csummary-price {
    color: #2B2B2B; }

.cart_csummary-row--total .cart_csummary-term {
  color: #2B2B2B; }

.cart_csummary-row--total .cart_csummary-price {
  color: #2B2B2B;
  font-weight: bold; }

.cart_csummary-terms {
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA; }

.cart_csummary-term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969696;
  font-size: 18px;
  line-height: 26px; }

.cart_csummary-info {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-left: 7px;
  background-color: #EAEAEA;
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color,background-color .2s ease;
  transition: color,background-color .2s ease;
  cursor: pointer; }

.cart_csummary-info:hover {
  background-color: #03A561;
  color: #ffffff;
  -webkit-transition: color,background-color .2s ease;
  transition: color,background-color .2s ease; }

.cart_csummary-tip {
  position: absolute;
  right: 50%;
  top: 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 275px;
  height: 75px;
  background: #FFFFFF;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.cart_csummary-tip--login {
  z-index: 1;
  top: 310px;
  max-width: 317px;
  width: 100%;
  height: auto;
  padding: 25px; }

.cart_csummary-tip-text {
  color: #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 24px; }

.cart_csummary-info:hover .cart_csummary-tip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cart_csummary-total {
  margin-top: 25px; }

.cart_form-title {
  margin-bottom: 20px;
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold; }

.cart_agreement {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 33px;
  margin-top: 16px; }

.cart_agreement-input {
  position: absolute;
  width: 1px;
  height: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  margin: 0;
  border: none;
  opacity: 0.05; }

.cart_agreement-fake {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #03A561;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  cursor: pointer; }

.cart_agreement-input:checked + .cart_agreement-fake {
  border: 0;
  background: #03A561 url(https://studio.jvcompany.ru/assets/checkbox_ok-c4ff7e78ae6fb668266310779c222d9f3b4236866a5ad0c6b2b3eace80de36c3.svg) center center no-repeat; }

.cart_agreement-label {
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer; }

.cart_agreement-link {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(66%, #E3E3E3), color-stop(92%, transparent));
  background-image: linear-gradient(to right, #E3E3E3 66%, transparent 92%);
  background-position: 17px 17px;
  background-repeat: repeat-x;
  background-size: 1px 1px; }

.cart_heading {
  margin-bottom: 25px;
  color: #2B2B2B;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px; }

.cart_list {
  margin-bottom: 51px; }

.cart_empty-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0 120px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-align: center; }

.cart_empty-icon {
  width: 115px;
  height: 115px;
  margin-bottom: 19px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(3, 165, 97, 0.15) url(https://studio.jvcompany.ru/assets/empty_cart-e067c995cafd49821e2791380dcedb4c97ca6f699c4e27cb21a342ca03733813.svg) center center no-repeat;
  background-size: 48px 48px; }

.cart_empty-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px; }

.cart_empty-text--pale {
  font-size: 16px;
  line-height: 21px;
  color: #969696; }

.cart_empty-link {
  color: #969696;
  border-bottom: 1px solid #E3E3E3; }

.cart_contact-form {
  font-family: "PT Sans", sans-serif; }

.cart_contact-column {
  max-width: 440px;
  width: 100%; }

.cart_contact-textarea {
  width: 100%;
  min-height: 285px;
  height: 100%;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  resize: none; }

.cart_contact-placeholder {
  position: absolute;
  bottom: 29px;
  left: 47px;
  opacity: 0;
  color: #2b2b2b;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 21px; }

.cart_contact-input.pl input {
  font-family: "PT Sans", sans-serif; }
  .cart_contact-input.pl input:focus {
    padding-left: 44px; }
    .cart_contact-input.pl input:focus:not(:-moz-placeholder) {
      padding-left: 26px; }
    .cart_contact-input.pl input:focus:not(:-ms-input-placeholder) {
      padding-left: 26px; }
    .cart_contact-input.pl input:focus:not(:placeholder-shown) {
      padding-left: 26px; }
  .cart_contact-input.pl input:focus ~ .cart_contact-placeholder {
    opacity: 1;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px); }
  .cart_contact-input.pl input:not(:-moz-placeholder) ~ .cart_contact-placeholder {
    opacity: 0; }
  .cart_contact-input.pl input:not(:-ms-input-placeholder) ~ .cart_contact-placeholder {
    opacity: 0; }
  .cart_contact-input.pl input:not(:placeholder-shown) ~ .cart_contact-placeholder {
    opacity: 0; }

.cart_input {
  width: 100%;
  height: 56px;
  padding: 0 25px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 20px;
  outline: none; }
  .cart_input.error {
    border-color: #E41B13; }

.cart_input:focus + .cart_fake-placeholder {
  position: absolute;
  top: 5px;
  left: 25px;
  pointer-events: none;
  color: #7a7a7a;
  font-size: 12px;
  -webkit-transition: top 0.4s, font-size 0.4s;
  transition: top 0.4s, font-size 0.4s; }

.cart_input:focus {
  padding-top: 18px; }

.cart_contact-textarea:focus {
  padding-top: 30px; }

.cart_tab-cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px; }

.cart_tab-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  pointer-events: none; }

.cart_tab-type-wrapper {
  z-index: 2;
  background: white;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.cart_tab-radio:disabled ~ .cart_tab-type-wrapper .cart_tab-type {
  opacity: 0.4;
  background: #EAEAEA; }

.cart_tab-radio:checked ~ .cart_tab-type-wrapper .cart_tab-type,
.cart_tab-radio:disabled ~ .cart_tab-type-wrapper .cart_tab-type {
  border: 1px solid #03A561; }
  .cart_tab-radio:checked ~ .cart_tab-type-wrapper .cart_tab-type .cart_tab-checked,
  .cart_tab-radio:disabled ~ .cart_tab-type-wrapper .cart_tab-type .cart_tab-checked {
    background-color: #37B96B; }
    .cart_tab-radio:checked ~ .cart_tab-type-wrapper .cart_tab-type .cart_tab-checked:after,
    .cart_tab-radio:disabled ~ .cart_tab-type-wrapper .cart_tab-type .cart_tab-checked:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      display: block;
      width: 8px;
      height: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #ffffff;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }

.cart_tab-type {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  padding-left: 27px;
  border: 1px solid #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7; }

.cart_tab-title {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #2B2B2B; }

.cart_tab-text {
  display: block;
  max-width: 800px;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000; }
  .cart_tab-text--mb {
    margin-bottom: 15px; }

.cart_tab-text--pale {
  color: #969696; }

.cart_tab-text--b {
  display: inline;
  font-weight: bold; }

.cart_tab-checked {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #EAEAEA;
  margin-right: 20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ffffff; }

.cart_tab-type.selected-method {
  border: 1px solid #03A561; }

.cart_tab-descr {
  z-index: 1;
  padding: 42px 27px 22px 27px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-top: -25px; }

.cart_tab-descr-wrap {
  display: none; }

.cart_payment-input {
  position: relative;
  max-width: 440px;
  width: 100%; }
  .cart_payment-input .cart_fake-placeholder {
    position: absolute;
    top: 16px;
    left: 25px;
    pointer-events: none;
    color: #7a7a7a;
    font-size: 16px;
    -webkit-transition: top 0.4s, font-size 0.4s;
    transition: top 0.4s, font-size 0.4s; }

.cart_payment-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 853px;
  width: 100%; }
  .cart_payment-input-wrap .input-box {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px); }
    .cart_payment-input-wrap .input-box:first-child {
      margin-right: 15px; }

.cart_payment-input--code {
  max-width: 394px; }

.cart_payment-delete {
  position: relative;
  display: block;
  width: 20px;
  height: 20px; }
  .cart_payment-delete:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    width: 22px;
    background-color: red;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .cart_payment-delete:before {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    height: 1px;
    width: 22px;
    background-color: red;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }

.cart_payment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px; }

.cart_payment-certificate {
  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;
  width: 100%; }

.cart_payment-delete-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  margin-bottom: 25px; }

.cart_payment-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }

.cart_payment-button:not(:last-child) {
  margin-right: 15px; }

.cart_tab-text--delivery {
  max-width: 600px;
  width: 100%;
  margin-bottom: 8px; }
  .cart_tab-text--delivery b {
    font-weight: 700; }

.cart_errors {
  margin-bottom: 50px;
  padding: 18px 25px 23px 40px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: rgba(228, 27, 19, 0.1); }
  .cart_errors ul {
    list-style: disc;
    color: #E41B13;
    font-size: 16px;
    line-height: 1.5; }
    .cart_errors ul li:not(:last-child) {
      margin-bottom: 9px; }

.cart_contact-important {
  padding-bottom: 10px;
  color: #e41b13; }
.certificate-popup {
  z-index: 104000 !important; }

.certificate-popup__close.mfp-close {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: url(https://studio.jvcompany.ru/assets/cert-popup-close-b5d188dda82ecda15dfaf5a73c5344864038281cf2a5e4176110465226531dc6.svg);
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  cursor: pointer;
  opacity: 1;
  z-index: 1; }

.certificate-popup__main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1080px;
  height: 100%;
  max-height: 800px; }

.certificate-popup__image {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: -webkit-calc( 100vh - 60px);
  max-height: calc( 100vh - 60px); }

.certificate-popup__content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 163px 30px;
  gap: 21px; }

.certificate-popup__title {
  font-size: 62px;
  line-height: normal;
  font-weight: 700;
  font-family: Montserrat;
  color: #fff;
  text-align: center; }

.certificate-popup__description {
  font-size: 30px;
  line-height: normal;
  font-family: Montserrat;
  color: #fff;
  text-align: center; }

a.certificate-popup__button {
  padding: 18px 66px;
  font-size: 26px;
  line-height: normal;
  font-family: Montserrat;
  font-weight: 500;
  color: #fff;
  background: #E94C16; }
  a.certificate-popup__button:hover {
    background: #e38c6e; }
.clh__add.added .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/gala-8475dbaf8d894d7497fde0f287a97344a7006fd23983262c96be180a3b3b2548.png); }

.cl__moar:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/moar-53e72a70e6fbcc678f20a75e58ad4246b62f7272b1440f8899fcca97ee6b5dec.png); }

.cl__moar .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/moar_grey-430eb885e8809d62e73bdc4da57897af36f6ef43407ab40ca74124973b7b6bbb.png); }

.clh .location .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/pointer-246fd4046e23167ec0b898a3ef80687121c4a24046e361897719fd7a14eb0112.png); }

.clh__present.return .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/return_grey-4240a0dd866306c72bd493f0cfd5c25908a7ffad18473e50965f98b837fce6f9.png); }

.clh__present.return:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/return_white-e72b1826f9bd203356396e35fcfcb3b5ab7ec7c6d13797c249d728c3dea66b23.png); }

.clh__present:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/present_white-51edff403beebd1c6a215c54eed8fe4efc97c5337b29c51344ac6d8c255cf1a3.png); }

.cl__back .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/back_grey-4528ac73f766698e082c5e5c133edecf44776f20ca3b1ba24fd924b80c6da353.png); }

.cl__back:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/back-574d6ab9e08e77ace873dab649f43b9d50b850b4a7261011ce9535c00e88d2af.png); }

.clh__edit .inner .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/pen_grey-78a59e90794c2ae3bb51bf0679e7c8c85418daee1238386a4d19aed0daf53f56.png); }

.clh__edit .inner:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/pen_red-a530afbc0e933d7d1c7818e123fe07e0f1773e27d53a0149e04ef2624a1a88f5.png); }

.clh__present .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/present-83211d8c79498a3c4a26ba672f69115d4d2cb44249d851641785b2dc0e3c6e6d.png); }

.cl__add .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/plus-5e39e34133413cb6f14d3c3a4192d10b36f2bc74497fb63eb6e4fc7b9b2ac13a.png); }

.clh__add .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/plus_big-a2843b577e27d659d2da456e61f6d9f25d10b9a123eb8c82a623a0082b8396ac.png); }

.cl {
  height: 188px;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  position: relative;
  border-bottom: 1px solid #eaeaea; }
  .cl:hover:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }
  .cl:last-child {
    border-bottom: 0; }
  .cl__moar {
    position: absolute;
    top: 0;
    width: 6px;
    right: 0;
    cursor: pointer;
    text-align: center;
    display: none; }
    .cl__moar .icon {
      display: inline-block;
      width: 2px;
      height: 10px; }
  .cl__back {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
    display: none; }
    .cl__back .icon {
      display: inline-block;
      width: 13px;
      height: 12px; }
    .expanded .cl__back {
      display: block; }
  .cl_half:not(.expanded) {
    height: 94px; }
    .cl_half:not(.expanded) .cl__moar {
      display: block; }
    .cl_half:not(.expanded) .cl__add, .cl_half:not(.expanded) .cl__present, .cl_half:not(.expanded) .cl__title {
      display: none; }
  .viewone .cl_half {
    display: none; }
  .cl_half.expanded {
    display: block; }
  .cl_third:not(.expanded) {
    height: 62px; }
    .cl_third:not(.expanded) .cl__moar {
      display: block; }
    .cl_third:not(.expanded) .cl__add, .cl_third:not(.expanded) .cl__present, .cl_third:not(.expanded) .cl__title, .cl_third:not(.expanded) .cl__desc em {
      display: none; }
  .viewone .cl_third {
    display: none; }
  .cl_third.expanded {
    display: block; }
  .cl_big {
    height: auto; }
    .cl_big .cl__image {
      position: relative;
      margin: -11px -15px 11px; }
      .cl_big .cl__image img {
        vertical-align: top;
        max-width: 100%; }
  .cl_empty {
    color: #c7c7c7; }
    .cl_empty .price, .cl_empty .cl__title {
      color: #c7c7c7; }
    .cl_empty .cl__add, .cl_empty .cl__present {
      display: none; }
  .cl__row {
    color: #2b2b2b;
    margin-bottom: 15px; }
    .cl__row::after {
      content: '';
      display: table;
      clear: both; }
    .cl__row_smaller {
      margin-bottom: 10px; }
    .cl__row .price {
      float: left; }
    .cl__row .letter {
      float: right; }
  .cl__date {
    font-size: 14px;
    float: left; }
  .cl__time {
    font-size: 14px;
    float: right; }
  .cl__info {
    color: #969696;
    font-size: 14px; }
  .cl__inner {
    position: relative; }
  .cl__title {
    margin-top: 10px;
    color: #2b2b2b;
    margin-bottom: 8px;
    max-height: 40px;
    overflow: hidden; }
  .cl__desc {
    margin-bottom: 11px; }
    .cl__desc em {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-right: -5px;
      display: block; }
    .cl__desc span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
  .cl__add {
    background: #08b457;
    width: 25px;
    height: 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    display: inline-block;
    cursor: pointer; }
    .cl__add .icon {
      margin-top: -2px;
      width: 8px;
      height: 8px; }
    .cl__add:hover {
      background: #f00; }
  .cl__present {
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    height: 20px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: inline-block;
    width: 69px;
    color: #c7c7c7;
    font-size: 13px;
    line-height: 18px; }
    .cl__present:hover {
      background: #f00;
      border-color: #f00;
      color: #fff; }

.clh {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 165px;
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
  width: 220px;
  padding-bottom: 70px;
  -webkit-box-shadow: 5px 9px 40px 0px rgba(43, 23, 0, 0.1);
          box-shadow: 5px 9px 40px 0px rgba(43, 23, 0, 0.1);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  z-index: 3; }
  .hovered .clh {
    display: block; }
  .clh_short {
    height: auto; }
  .clh__oldprice {
    margin-left: 10px;
    color: #969696;
    font-weight: bold;
    padding: 0 5px;
    display: inline-block;
    position: relative; }
    .clh__oldprice:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: 1px;
      border-bottom: 1px solid #969696;
      left: 0;
      right: 0; }
    .clh__oldprice.green {
      color: #08b457; }
      .clh__oldprice.green:after {
        border-color: #08b457; }
  .clh__image {
    height: 120px;
    background-size: cover;
    background-position: center; }
    .clh__image img {
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px;
      -webkit-border-top-left-radius: 3px;
              border-top-left-radius: 3px;
      width: 220px;
      height: 120px;
      vertical-align: top; }
  .clh_avatar .clh__image {
    text-align: center; }
    .clh_avatar .clh__image img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
  .clh__title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
    height: 46px;
    overflow: hidden;
    color: #2b2b2b; }
  .clh .price {
    margin-bottom: 9px;
    position: relative;
    float: none;
    display: inline-block; }
  .clh .line {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px; }
  .clh__info {
    padding: 13px 20px;
    position: relative; }
  .clh__desc {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #969696; }
    .clh__desc em {
      display: block; }
  .clh__menu {
    height: 100%;
    padding: 0 20px 13px 20px;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    color: #2b2b2b;
    list-style: circle; }
    .clh__menu ul {
      padding-left: 10px;
      list-style: disc; }
    .clh__menu ol {
      padding-left: 10px;
      list-style: decimal; }
  .clh .location {
    line-height: 23px; }
    .clh .location .icon {
      vertical-align: middle;
      width: 13px;
      height: 17px; }
  .clh__buttons {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px; }
  .clh__add {
    width: 50%;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #08b457;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
    cursor: pointer; }
    .clh__add .icon {
      width: 14px;
      height: 14px;
      vertical-align: middle; }
    .clh__add.added .icon {
      width: 16px;
      height: 12px; }
    .clh__add:hover {
      background: #f00; }
  .clh__present {
    float: right;
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f7f7f7;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
    cursor: pointer; }
    .clh__present .icon {
      width: 16px;
      height: 17px; }
    .clh__present:hover {
      background: #f00;
      color: #fff; }
    .clh__present.return .icon {
      width: 15px;
      height: 17px; }
  .clh .new {
    top: 0;
    left: 20px; }
  .clh__blanker {
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px; }
  .clh__edit {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
    .clh__edit .inner .icon {
      width: 16px;
      height: 16px; }
    .clh__edit_bottom {
      top: 25px; }
    .clh__edit_tr {
      top: 15px;
      right: 20px; }
.comment-form__form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.comment-form__ava {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 6px;
  margin-right: 20px; }
  .comment-form__ava > img {
    width: 44px;
    height: 44px;
    background: #f2f2f2;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.comment-form__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.comment-form__ta {
  display: block;
  width: 100%;
  padding: 18px 26px;
  background: #F7F7F7;
  border: none;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  resize: none;
  min-height: 135px;
  font-family: inherit;
  font-size: 16px;
  line-height: 21px;
  outline: none; }
  .comment-form__ta::-webkit-input-placeholder {
    color: #969696;
    font-size: inherit;
    line-height: inherit; }
  .comment-form__ta::-moz-placeholder {
    color: #969696;
    font-size: inherit;
    line-height: inherit; }
  .comment-form__ta:-ms-input-placeholder {
    color: #969696;
    font-size: inherit;
    line-height: inherit; }
  .comment-form__ta::-ms-input-placeholder {
    color: #969696;
    font-size: inherit;
    line-height: inherit; }
  .comment-form__ta::placeholder {
    color: #969696;
    font-size: inherit;
    line-height: inherit; }
  .comment-form__ta:focus::-webkit-input-placeholder {
    opacity: 0.5; }
  .comment-form__ta:focus::-moz-placeholder {
    opacity: 0.5; }
  .comment-form__ta:focus:-ms-input-placeholder {
    opacity: 0.5; }
  .comment-form__ta:focus::-ms-input-placeholder {
    opacity: 0.5; }
  .comment-form__ta:focus::placeholder {
    opacity: 0.5; }

.comment-form__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.comment-form__ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.comment-form__ratings-title {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #969696; }

.comment-form__ratings-stars {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.comment-form__action {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.comment {
  position: relative;
  padding-left: 22px; }
  .comment + .comment {
    margin-top: 20px; }

.comment__ava {
  position: absolute;
  left: 0;
  top: 22px; }
  .comment__ava > img {
    display: block;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }

.comment__data {
  padding: 33px 37px 27px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.comment__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.comment__user {
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B; }

.comment__date {
  font-size: 14px;
  line-height: 22px;
  color: #969696; }

.comment__text {
  margin: 5px 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B; }

.comment__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.comment__reply {
  margin-right: 20px;
  font-size: 14px;
  line-height: 22px;
  color: #969696;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .comment__reply > i {
    margin-right: 8px; }

.comment__form {
  display: none;
  margin-top: 20px; }

.comment__replies {
  margin-top: 20px;
  padding-left: 40px; }
.comments {
  max-width: 900px; }

.comments__head {
  margin-bottom: 37px; }

.comments__head-count {
  color: #969696; }

.comments__signin {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 27px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.comments__signin-title {
  max-width: 415px; }

.comments__list {
  margin-top: 40px; }
.contacts__map-wrap {
  width: 100%;
  height: 518px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px; }

.contacts__map {
  height: 100%; }

.contacts__items-list {
  margin-bottom: 20px; }

.contacts-item {
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #EAEAEA;
  padding: 40px;
  width: 100%;
  margin-bottom: 20px; }
  .contacts-item:last-child {
    margin-bottom: 0; }

.contacts-item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contacts-item__content {
  padding-left: 30px;
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px); }

.contacts-item__image {
  width: 155px;
  height: 155px;
  overflow: hidden;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .contacts-item__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts-item__title {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  max-width: 415px; }

.contacts-support {
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 35px;
  margin-bottom: 70px; }

.contacts-support__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contacts-support__item {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center; }
  .contacts-support__item:nth-child(2) {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA; }

.contacts-support__item-label {
  font-size: 14px;
  line-height: 18px;
  color: #969696;
  margin-bottom: 7px; }

.contacts-support__item-text {
  font-size: 18px;
  line-height: 18px;
  color: #2b2b2b; }

.contacts-item__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contacts-item__desc-wrap {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
  width: 100%; }

.contacts-item__address-label {
  margin-right: 18px;
  color: #969696;
  font-size: 16px;
  line-height: 28px; }
  .contacts-item__address-label::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 12px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .contacts-item__address-label--yellow::before {
    background: rgba(255, 215, 2, 0.6); }
  .contacts-item__address-label--grey::before {
    background: #999999; }
  .contacts-item__address-label--green::before {
    background: rgba(45, 186, 98, 0.6); }
  .contacts-item__address-label--red::before {
    background: rgba(239, 22, 30, 0.6); }
  .contacts-item__address-label--light-green::before {
    background: rgba(21, 189, 237, 0.6); }
  .contacts-item__address-label--orange::before {
    background: rgba(252, 132, 60, 0.6); }
  .contacts-item__address-label--darkblue::before {
    background: rgba(0, 120, 191, 0.6); }

.contacts-item__two-stations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969696;
  margin-right: 10px;
  font-size: 16px;
  line-height: 28px; }
  .contacts-item__two-stations::after, .contacts-item__two-stations::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .contacts-item__two-stations--light-green::after {
    margin: 0 12px 0 -3px;
    background: #6ac9c8; }
  .contacts-item__two-stations--grey::before {
    background: #999999; }
  .contacts-item__two-stations--dark-orange::after {
    margin: 0 12px 0 -3px;
    background: #805139; }
  .contacts-item__two-stations--green::before {
    background: #48b85e; }

.contacts-item__open-soon {
  background: rgba(253, 239, 238, 0.8);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 4px 18px;
  color: #E73730;
  font-size: 14px;
  display: inline-block; }

.contacts-item__info {
  padding-top: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contacts-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 30%; }
  .contacts-info-item:first-child {
    width: 40%; }

.contacts-info-item__icon {
  color: #969696;
  margin-right: 12px; }

.contacts-info-item__text {
  font-size: 16px;
  line-height: 21px;
  color: #2b2b2b;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding-right: 10px; }
  .contacts-info-item__text span {
    color: #969696; }

.map-zoom {
  position: fixed;
  top: 50%;
  right: 30px;
  width: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px -5px #000;
          box-shadow: 0 0 10px -5px #000;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.map-icon-plus {
  cursor: pointer;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.map-icon-minus {
  cursor: pointer;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  font-weight: lighter; }
.courses__banner {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #f7f7f7; }
  .courses__banner img {
    display: block;
    width: 100%;
    -webkit-border-radius: inherit;
            border-radius: inherit; }

.courses__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 100px;
  padding: 50px 60px;
  margin-bottom: 70px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.courses__description-tiles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  width: 100%;
  margin-bottom: 85px; }

.courses__description-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
  width: -webkit-calc( ( 100% - 60px ) / 3);
  width: calc( ( 100% - 60px ) / 3);
  min-height: 250px;
  padding: 20px 66px 30px 25px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  color: #fff;
  background: #EB6532; }
  .courses__description-tile span {
    margin-left: 5px;
    font-size: 56px;
    line-height: 64px;
    font-family: "PT Sans", sans-serif; }
  .courses__description-tile p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    font-family: "PT Serif", sans-serif; }

.courses__description-header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.courses__description-image {
  height: 100px;
  width: 100px;
  margin-bottom: 21px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/soup-32748d7000c70df14f2278cf8ac11e312ab924a6935ca839ec79fa60840473f3.svg) no-repeat 50% 50%, #f7f7f7; }

.courses__description-content {
  max-width: 1000px;
  width: 100%; }

.new-courses__description-title div {
  font-family: "PT Sans", sans-serif; }

.courses__description-explaine {
  width: 100%;
  font-family: "PT Sans", sans-serif; }
  .courses__description-explaine p {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 32px; }
  .courses__description-explaine ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .courses__description-explaine ul li {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      position: relative;
      margin-bottom: 10px;
      padding-left: 28px;
      width: -webkit-calc( 50% - 70px);
      width: calc( 50% - 70px);
      font-size: 18px;
      line-height: 1.55; }
      .courses__description-explaine ul li:nth-child(odd) {
        margin-right: 70px; }
      .courses__description-explaine ul li::before {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        content: '';
        position: absolute;
        display: block;
        height: 8px;
        width: 8px;
        left: 0;
        top: 8px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #03A561; }
  .courses__description-explaine h3 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700; }
  .courses__description-explaine strong {
    font-weight: 700; }
  .courses__description-explaine em {
    font-style: italic; }
  .courses__description-explaine u {
    text-decoration: underline; }
  .courses__description-explaine s {
    text-decoration: line-through; }

.courses__signup {
  width: 100%;
  height: 237px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: url(https://studio.jvcompany.ru/assets/courses-signup-bg-6b1364a9c792c5c1aac06d17914c6cbb549b82e5b13bb181cf6c65487b56c31e.png) no-repeat 50% 50%, #03A561; }

.courses__signup-title {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1.3;
  color: #FFFFFFFF; }

.courses__signup-minprice {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1.45;
  color: #FFFFFFFF; }
  .courses__signup-minprice span {
    font-weight: bold; }

.courses__button {
  color: #2b2b2b;
  font-weight: bold; }

.courses__about {
  margin-bottom: 100px; }

.courses__about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.courses__block {
  width: -webkit-calc( 50% - 20px);
  width: calc( 50% - 20px);
  padding-bottom: 40px;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .courses__block:not(:last-child) {
    margin-right: 40px; }

.courses__block-header {
  padding: 30px 50px;
  font-size: 28px;
  line-height: 1.35;
  font-weight: bold;
  color: #2b2b2b;
  border-bottom: 1px solid #f7f7f7; }

.courses__block-body {
  padding: 35px 50px 40px; }

.courses__block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.47; }
  .courses__block-item:not(:last-child) {
    margin-bottom: 20px; }
  .courses__block-item::before {
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #03A561;
    background: url(https://studio.jvcompany.ru/assets/checked-green-e531aa87f2225f1e09e4951ec194a25552946adf630aab7fe523739e67ea3b4b.svg) 50% 50% no-repeat; }

.courses__block-item--disabled {
  color: #969696; }
  .courses__block-item--disabled::before {
    border-color: #969696;
    background: url(https://studio.jvcompany.ru/assets/cross-grey-e91e95e830c08d3fc714605d39a0b3a1dae189506d5e8777778ae7675dc84171.svg) 50% 50% no-repeat; }

.courses__block-footer {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px; }

.courses__block-price {
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: #2b2b2b; }

.courses__card-time .fa-clock::before {
  margin-right: 10px; }

.courses__masterclasses {
  margin-bottom: 70px; }

.courses__masterclasses-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px; }

.courses__card {
  margin: 0 18px; }

.courses__shefs .slick-slide {
  width: 433px; }
.creport {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100; }
  .creport__slider {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 330px; }
    .creport__slider .slick-list, .creport__slider .slick-track {
      height: 100%; }
    .creport__slider .slick-slide > div {
      height: 100%; }
  .creport__photos {
    height: 100%; }
  .creport__photo {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .creport__left, .creport__right {
    position: absolute;
    bottom: 55px;
    height: 45px;
    width: 45px;
    background: #08b457;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
    .creport__left:hover, .creport__right:hover {
      background: #f00; }
  .creport__right {
    right: 55px; }
    .creport__right .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow_r_white-6df25963d079515d732431dcbd19a5cfe9e1e213fcf8dfee5eb1d7a65fca8163.png); }
  .creport__left {
    right: 120px; }
    .creport__left .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow_l_white-e25892ef2266090f3dba0ccc47589588e6dbd10ea24977932087c3803be99d2e.png); }
  .creport__download {
    bottom: 55px;
    position: absolute;
    right: 185px; }
  .creport__thumb {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin-bottom: 15px; }
    .creport__thumb img {
      max-width: 100%;
      vertical-align: top;
      -webkit-border-radius: 2px;
              border-radius: 2px; }
    .creport__thumb.active {
      position: relative; }
      .creport__thumb.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 2px solid #f00; }
.ct-pop:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.ct-pop:after {
  -webkit-box-shadow: 0px 95px 175px 75px rgba(74, 48, 2, 0.04);
          box-shadow: 0px 95px 175px 75px rgba(74, 48, 2, 0.04); }

.ct-pop {
  -webkit-box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
          box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1); }

.ct-pop__clear .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/refresh-cbbfa9b2ad349f4211f4d484fda2fa30a36959de2af99cfaa6c2d4ea6c4274d5.png); }

.ct-pop__clear:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/refresh_red-a480f1afa1d6be61e9f71b8b5ea73a862929baeea29fb5baf1cea00358e62471.png); }

.ct-pop__next .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/next_green-1c4be925a13aa231235aa658bc6e47f5156b164fed39c58e5cdd224a33e127b6.png); }

.ct-pop__next .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/next_green-1c4be925a13aa231235aa658bc6e47f5156b164fed39c58e5cdd224a33e127b6.png); }

.ct-pop {
  display: none;
  position: absolute;
  top: 50px;
  right: -170px;
  background: #fff;
  padding: 36px 40px 20px;
  width: 440px;
  z-index: 23; }
  .ct-pop:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -30px;
    height: 30px; }
  .ct-pop:after {
    content: ''; }
  .ct-pop .table {
    margin-bottom: 0;
    position: relative;
    z-index: 4; }
    .ct-pop .table tr:first-child td {
      padding-top: 0; }
  .ct-pop__clear {
    color: #969696;
    cursor: pointer;
    display: block; }
    .ct-pop__clear .icon {
      width: 18px;
      height: 15px;
      margin-top: -3px;
      margin-right: 10px; }
    .ct-pop__clear:hover {
      color: #f00; }
  .ct-pop__next {
    cursor: pointer;
    display: block; }
    .ct-pop__next .icon {
      width: 13px;
      height: 12px; }
  .ct-pop .line {
    margin: 10px 0; }
/* This stylesheet generated by Transfonter (https://transfonter.org) on August 20, 2017 5:46 PM */
@font-face {
  font-family: 'Bliss Pro';
  src: url(https://studio.jvcompany.ru/assets/bliss_pro/BlissPro-54990ef48ccd6b578806f35ce310c5aed80545670467958e2fb3f2fe6adaa714.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bliss Pro';
  src: url(https://studio.jvcompany.ru/assets/bliss_pro/BlissPro-Bold-3d35f49c9a0ba5971ba09536cc56d6fe3e63a0348264b0cc9cc58007aeb42ac9.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Caveat';
  src: url(https://studio.jvcompany.ru/assets/caveart/Caveat-Bold-603f0d4bca81cea03a4ebf32d3ec4f50b61b2b231cf5b4cd2d1db82769321c0b.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Caveat';
  src: url(https://studio.jvcompany.ru/assets/caveart/Caveat-Regular-b3f6ec605feaf68d659bd70a2f66ccf3b8391fba64083a2fb191155cd1b38ac8.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@page {
  margin: 0;
  padding: 0;
  width: 21cm;
  height: 29.7cm; }

body {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.diploma {
  font-family: 'Bliss Pro', sans-serif;
  width: 21cm;
  height: 29.7cm;
  position: relative;
  padding: 100.48px;
  line-height: 1.8;
  color: #545454;
  background-image: url(https://studio.jvcompany.ru/assets/diploma/bg_diploma-68e45f9a01d067304a510cb4be188191219f77d78fb9627e9ff8e195fd770588.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.diploma__content {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 12.56px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #606060;
          box-shadow: inset 0 0 0 1px #606060; }

.diploma__logo {
  display: block;
  width: 121.832px;
  height: 133.136px;
  margin: 26.376px auto 58px; }

.diploma__title {
  display: block;
  width: 336.608px;
  height: 110.528px;
  margin: 0 auto 60px; }

.diploma__sign {
  position: absolute;
  bottom: 75.36px;
  right: 62.8px;
  width: 239.896px;
  height: 62.8px; }

.diploma__text {
  color: #58595B;
  font-size: 17.584px;
  font-weight: bold;
  text-align: center; }
  .diploma__text--before-name {
    margin-bottom: 35px; }

.diploma__master-name {
  position: relative;
  max-width: 443.368px;
  margin: 10px auto 0;
  color: #141414;
  font-family: Caveat;
  font-size: 28.888px;
  line-height: 1.6;
  text-align: center;
  overflow: hidden; }
  .diploma__master-name:after {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://studio.jvcompany.ru/assets/diploma/line-4c37183ff19383ff3bc2384db724f24db24bb3eae953ffeb2b2f5b3920ed05f6.png);
    background-size: 45px;
    opacity: 0.99; }

.diploma__name,
.diploma__date {
  text-align: center;
  font-family: Caveat;
  color: #141414;
  border-bottom: 1px solid #58595B; }

.diploma__name {
  max-width: 443.368px;
  margin: 0 auto;
  font-size: 35.168px;
  line-height: 31.4px; }

.diploma__date-wrap {
  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;
  margin-top: 8px; }

.diploma__date {
  width: 207.24px;
  margin-right: 16.328px;
  font-size: 28.888px;
  line-height: 25.12px; }
.dishes__title {
  margin-bottom: 20px !important; }

.dishes__description {
  margin-bottom: 30px; }
  .dishes__description p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 28px; }

.dishes__link {
  color: #03A561;
  padding-bottom: 15px;
  font-size: 18px; }

.dishes-item__preview {
  position: relative;
  height: 280px;
  margin-bottom: 15px;
  background-image: url(https://studio.jvcompany.ru/assets/preview-dishes-9d18020cddf2602f7025cb2dfbba928512bfe1b18c856071d964c4771a83edb6.jpg);
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  overflow: hidden; }

.dishes-item__title {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
.dishes-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }

.dishes-thumbs__thumb {
  width: 230px;
  padding: 24px 29px 19px 65px;
  margin-left: -36px;
  border: 1px solid #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-align: center;
  background: #f7f7f7;
  color: #969696;
  cursor: pointer; }
  .dishes-thumbs__thumb:hover {
    margin-left: 0;
    padding-left: 28px;
    width: 196px;
    border-color: #03A561; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--offer {
      background: url(https://studio.jvcompany.ru/assets/offer_green-08e3506043bd577ffc2f33f43e0c61232bac959639ef3d3cac92284d3cb134c2.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--breakfast {
      background: url(https://studio.jvcompany.ru/assets/breakfast_green-f6f9323cf7908e8d3a88511167aea25307fbd053cc098834e66079d975fd73d5.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--soup {
      background: url(https://studio.jvcompany.ru/assets/soup_green-6039bc5bf88368a173cac2e5fad21b3c69a64857354d4fdf474828bb5c5d9961.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--salad {
      background: url(https://studio.jvcompany.ru/assets/salad_green-97dc0145d903dc1a1d33ed2d2d62906802c8a1b910b8805cd7afdf0694408d9d.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--hot {
      background: url(https://studio.jvcompany.ru/assets/hot_green-4dc51e5db2830b4f0ef3b9db60ccd050bebe2a14f92e5b747f30abd4e81062e0.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--side {
      background: url(https://studio.jvcompany.ru/assets/potato_green-66ed2bf83252c754f0bb6df9a88796b63f896e096f81ce2d9d7ef1e9ad67ff5a.svg) no-repeat 50% 50%;
      background-size: contain; }
    .dishes-thumbs__thumb:hover .dishes-thumbs__thumb-image--desert {
      background: url(https://studio.jvcompany.ru/assets/desert_green-0489a3a0aba6f9075565985fef45009c76d7387f5bd19b4cd425c470a627c9d3.svg) no-repeat 50% 50%;
      background-size: contain; }
  .dishes-thumbs__thumb:nth-child(1) {
    z-index: 6; }
  .dishes-thumbs__thumb:nth-child(2) {
    z-index: 5; }
  .dishes-thumbs__thumb:nth-child(3) {
    z-index: 4; }
  .dishes-thumbs__thumb:nth-child(4) {
    z-index: 3; }
  .dishes-thumbs__thumb:nth-child(5) {
    z-index: 2; }
  .dishes-thumbs__thumb:nth-child(6) {
    z-index: 1; }
  .dishes-thumbs__thumb:nth-child(7) {
    z-index: 0; }
  .dishes-thumbs__thumb:first-child {
    margin-left: 0;
    padding-left: 28px;
    width: 196px; }

.dishes-thumbs__thumb-title {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 21px; }

.dishes-thumbs__thumb-image {
  width: 33px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 8px; }
  .dishes-thumbs__thumb-image--offer {
    background: url(https://studio.jvcompany.ru/assets/offer_grey-826b010861c1970241b32513b557278b525b1702204116d8d08212aad823bab7.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--breakfast {
    background: url(https://studio.jvcompany.ru/assets/breakfast_grey-b8de23e23128f6a6a7e3c9e55c159bf27c245652339ebc70bd708c85a892b332.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--soup {
    background: url(https://studio.jvcompany.ru/assets/soup_grey-3634ab5872fc8bff20b6eb61fba1623944c3777e771c97e29285fe215f121e8a.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--salad {
    background: url(https://studio.jvcompany.ru/assets/salad_grey-01c751fb803701e0291ad72c6dac92bcdc985584be59a17ea5852cf0a2abe119.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--hot {
    background: url(https://studio.jvcompany.ru/assets/hot_grey-1e6d1ba0d0d43b4dc9f793fbfdc32666df2522e35104836c2717b90d4f630059.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--side {
    background: url(https://studio.jvcompany.ru/assets/potato_grey-ed331b1c43709fbbb390b21ee9a4b53e16c4dd0f60b06f70605da5620131846e.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb-image--desert {
    background: url(https://studio.jvcompany.ru/assets/desert_grey-f24bc540adf42354a91cdfbefb5383bf457ce2e7bb9eeec98e355bbee971f4a8.svg) no-repeat 50% 50%;
    background-size: contain; }

.dishes-thumbs__thumb--active {
  margin-left: 0;
  padding-left: 28px;
  width: 196px;
  border: 1px solid #03A561;
  color: #000; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--offer {
    background: url(https://studio.jvcompany.ru/assets/offer_green-08e3506043bd577ffc2f33f43e0c61232bac959639ef3d3cac92284d3cb134c2.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--breakfast {
    background: url(https://studio.jvcompany.ru/assets/breakfast_green-f6f9323cf7908e8d3a88511167aea25307fbd053cc098834e66079d975fd73d5.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--soup {
    background: url(https://studio.jvcompany.ru/assets/soup_green-6039bc5bf88368a173cac2e5fad21b3c69a64857354d4fdf474828bb5c5d9961.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--salad {
    background: url(https://studio.jvcompany.ru/assets/salad_green-97dc0145d903dc1a1d33ed2d2d62906802c8a1b910b8805cd7afdf0694408d9d.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--hot {
    background: url(https://studio.jvcompany.ru/assets/hot_green-4dc51e5db2830b4f0ef3b9db60ccd050bebe2a14f92e5b747f30abd4e81062e0.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--side {
    background: url(https://studio.jvcompany.ru/assets/potato_green-66ed2bf83252c754f0bb6df9a88796b63f896e096f81ce2d9d7ef1e9ad67ff5a.svg) no-repeat 50% 50%;
    background-size: contain; }
  .dishes-thumbs__thumb--active .dishes-thumbs__thumb-image--desert {
    background: url(https://studio.jvcompany.ru/assets/desert_green-0489a3a0aba6f9075565985fef45009c76d7387f5bd19b4cd425c470a627c9d3.svg) no-repeat 50% 50%;
    background-size: contain; }
@charset "UTF-8";
.edit {
  margin-bottom: 65px; }

.edit__row {
  width: 100%;
  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; }
  .edit__row::after {
    display: none; }

.edit__user {
  padding: 50px 50px 78px;
  max-width: 960px;
  width: 100%; }

.edit__user-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 37px;
  margin-bottom: 37px; }

.edit__user-avatar {
  position: relative;
  display: block;
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/no-img-4d729ccaf694d687f095357394218263b395b769dcfc16a31457cb9f360b6152.png) 50% 50% no-repeat, rgba(3, 165, 97, 0.1);
  cursor: pointer; }
  .edit__user-avatar img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.edit__user-remove {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  background: url(https://studio.jvcompany.ru/assets/cross_gray-bcc3fe57207f255d08340ff92e9633e0523704371eb982e0d9d4cab8dbc6142f.png) 50% 50% no-repeat, #2B2B2B;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .edit__user-remove:hover::after {
    content: 'Удалить аватар';
    position: absolute;
    width: 165px;
    top: 40px;
    left: -60px;
    display: block;
    padding: 24px 25px;
    background: #FFFFFF;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    font-size: 16px;
    line-height: 26px;
    z-index: 2; }

.edit__user-remove--show {
  display: block; }

.edit__user-button {
  padding: 11px 35px;
  font-size: 16px;
  line-height: 21px;
  color: #2B2B2B; }

.edit__user-details {
  padding-left: 25px; }

.edit__user-name {
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 38px;
  color: #2B2B2B;
  font-weight: bold; }

.edit__user-formats {
  display: inline-block;
  padding-left: 20px;
  color: #969696;
  font-size: 16px;
  line-height: 26px; }

.edit__user-title {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #000000; }

.edit__user-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .edit__user-inputs .select2 {
    height: 56px !important;
    width: 100% !important;
    padding: 26px 0 11px 25px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 21px; }
    .edit__user-inputs .select2 .select2-selection__rendered {
      position: absolute;
      left: 25px;
      top: 21px;
      font-size: 16px;
      line-height: 21px; }

.edit__user-visible {
  position: absolute;
  display: block;
  height: 12px;
  width: 19px;
  top: 22px;
  right: 25px;
  background: url(https://studio.jvcompany.ru/assets/eye_closed-2af5182d673a777bca9226753ae347cb6c4fd21570e00ec74debd9cbd7f4c322.png) 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .edit__user-visible--active {
    background: url(https://studio.jvcompany.ru/assets/eye_opened-ed429885d821b8402c18aa555f81d8223d8c0dd01a41a0ca1810cd926501fe5d.png) 50% 50% no-repeat;
    background-size: cover; }

.edit__user-box {
  position: relative;
  min-width: -webkit-calc( 50% - 10px);
  min-width: calc( 50% - 10px);
  width: auto; }
  .edit__user-box:not(:last-child) {
    margin-bottom: 20px; }
  .edit__user-box .message {
    position: absolute;
    bottom: -20px;
    right: 0;
    color: #f00; }
  .edit__user-box .message ~ .edit__user-input {
    border-color: #f00; }

.edit__user-input {
  display: block;
  height: 56px;
  width: 100%;
  padding: 26px 0 11px 25px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 21px; }
  .edit__user-input:focus {
    outline: none; }
  .edit__user-input--error {
    border-color: #f00; }

.edit__user-label {
  position: absolute;
  top: 22px;
  left: 25px;
  font-size: 16px;
  line-height: 12px;
  color: #969696;
  -webkit-transition: top .3s, font-size .3s;
  transition: top .3s, font-size .3s; }

.edit__user-input:not(:-moz-placeholder) ~ .edit__user-label {
  top: 10px;
  font-size: 12px;
  line-height: 16px; }

.edit__user-input:not(:-ms-input-placeholder) ~ .edit__user-label {
  top: 10px;
  font-size: 12px;
  line-height: 16px; }

.edit__user-input:focus ~ .edit__user-label, .edit__user-input:not(:placeholder-shown) ~ .edit__user-label {
  top: 10px;
  font-size: 12px;
  line-height: 16px; }

.edit__user-label--select {
  top: 10px;
  font-size: 12px;
  line-height: 16px; }

.edit__user-box.active {
  border: none;
  width: 100%; }
  .edit__user-box.active .bdate__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .edit__user-box.active .bdate__inner .select2:not(:last-child) {
      margin-bottom: 20px; }

.edit__user-save {
  margin-right: 15px; }
.layout-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  background: #fff url(https://studio.jvcompany.ru/assets/bg_error-1d2a34a140088e701b726b26c0d034f84e8d7343f35cc3d23a7926768d61bbad.jpg) top right no-repeat; }
  .layout-empty__top {
    padding-top: 94px; }
  .layout-empty__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 30px 0 70px;
    color: #404040; }
    .layout-empty__content .container {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .layout-empty__content .container > * {
        width: 100%; }
    .layout-empty__content .title {
      line-height: 35px; }
  .layout-empty__bottom {
    padding-bottom: 83px;
    font-size: 13px;
    line-height: 23px;
    color: #b4b4b4; }

.layout-empty__logo {
  display: block;
  height: 90px;
  width: 87px;
  text-decoration: none;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  overflow: hidden; }
  .layout-empty__logo img {
    width: 100%;
    height: auto; }
.empty-tickets {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 24px 27px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.empty-tickets__info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #2B2B2B; }

.empty-tickets__info-icon {
  margin-right: 18px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  background-image: url(https://studio.jvcompany.ru/assets/incon-ticket-empty-83bc671b259754d7d915686072464bfedd87a14d0812c308e990f05d95f483da.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.empty-tickets__action {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.errors {
  background: #fddada;
  border: 1px solid #f33132;
  padding: 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-bottom: 30px; }
  .errors ul {
    padding-left: 25px; }
    .errors ul li {
      list-style-type: circle;
      color: #f33132; }
.filters {
  position: relative;
  margin-bottom: 67px;
  z-index: 120; }

.filters__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .filters__row--between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 7px; }

.filters__item {
  width: auto;
  padding: 0 8px;
  margin: 0; }

.filters-actions--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px; }

.filters-actions__discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .filters-actions__discount label {
    color: #969696;
    font-size: 16px;
    line-height: 1.6; }

.filters-actions__reset {
  color: rgba(150, 150, 150, 0.4);
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px; }
  .filters-actions__reset i {
    font-size: 18px;
    margin: 0 9px 0 0; }
  .filters-actions__reset:hover {
    color: #E41B13; }
  .filters-actions__reset--tooltip {
    position: relative;
    margin: 0 0 0 auto; }
    .filters-actions__reset--tooltip:hover .filters-actions__reset-tip {
      opacity: 1; }
    .filters-actions__reset--tooltip:hover .filters-actions__reset-icon i {
      opacity: 1; }

.filters-actions__reset-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  width: 56px;
  text-align: center;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .filters-actions__reset-icon i {
    margin: 0;
    color: #2B2B2B;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.3;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }

.filters-actions__reset-tip {
  position: absolute;
  top: -webkit-calc( 100% + 10px);
  top: calc( 100% + 10px);
  left: 50%;
  padding: 12px 20px;
  width: 160px;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
  opacity: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1; }

.filters-actions__advanced {
  color: #03A561;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .filters-actions__advanced i {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    font-size: 16px;
    margin-left: 10px; }
  .filters-actions__advanced .up {
    display: none; }
  .filters-actions__advanced--open .down {
    display: none; }
  .filters-actions__advanced--open .up {
    display: block; }
  .filters-actions__advanced--open i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.footer {
  background: #F7F7F7;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0; }

.footer__top {
  padding: 60px 0; }
  .footer__top h4 {
    font-size: 16px;
    line-height: -webkit-calc(18 / 16);
    line-height: calc(18 / 16);
    font-weight: bold;
    color: #2B2B2B;
    margin-bottom: 25px; }

.footer__top-inner {
  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; }

.footer__bottom {
  padding: 25px 0;
  border-top: 1px solid #DADADA; }

.footer__bottom-inner {
  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; }

.footer__contacts-item:not(:last-child) {
  margin-bottom: 24px; }

.footer__contacts-title {
  font-size: 14px;
  line-height: -webkit-calc(18 / 14);
  line-height: calc(18 / 14);
  margin-bottom: 13px; }

.footer__contacts-list li {
  font-weight: bold;
  font-size: 16px;
  line-height: -webkit-calc(18 / 16);
  line-height: calc(18 / 16); }

.footer__copyright {
  font-size: 14px; }

.footer__bottom-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  font-size: 14px; }
  .footer__bottom-nav-list li {
    padding: 0 15px; }
  .footer__bottom-nav-list a {
    display: inline;
    border-bottom: 1px solid #E3E3E3; }

.footer__main {
  max-width: 624px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.footer__nav-list {
  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; }

.footer__nav-item-list > li {
  font-size: 14px;
  line-height: -webkit-calc(18 / 14);
  line-height: calc(18 / 14); }
  .footer__nav-item-list > li:not(:last-child) {
    margin-bottom: 15px; }

.footer__callback-btn {
  margin-top: 40px; }
  .footer__callback-btn i {
    margin-right: 10px; }

a.footer__callback-btn-mobile,
button.footer__callback-btn-mobile {
  display: none; }
  .is-mobile a.footer__callback-btn-mobile, .is-mobile button.footer__callback-btn-mobile {
    display: block; }

.is-mobile a.footer__callback-btn-desktop, .is-mobile button.footer__callback-btn-desktop {
  display: none; }

.footer__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .footer__payment img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 15px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.5; }
    .footer__payment img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      opacity: 1; }
    .footer__payment img:nth-child(1) {
      width: 65px; }
    .footer__payment img:nth-child(2) {
      width: 40px; }
    .footer__payment img:nth-child(3) {
      width: 70px; }
    .footer__payment img:nth-child(4) {
      width: 52px; }

.footer__soc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px; }
  .footer__soc-list > li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .footer__soc-list > li:not(:last-child) {
      margin-right: 10px; }
  .footer__soc-list a {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #d4d4d4;
    color: #fff; }
    .footer__soc-list a[href*="vk.com"] {
      background-color: #4A76A8; }
    .footer__soc-list a[href*="facebook.com"] {
      background-color: #1877F2; }
    .footer__soc-list a[href*="tripadvisor.ru"] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #34E0A1; }
      .footer__soc-list a[href*="tripadvisor.ru"] img {
        display: block; }
    .footer__soc-list a[href*="instagram.com"] {
      background-image: linear-gradient(224.66deg, #7B36AD 4.46%, #E6112F 50.37%, #FFD900 97.24%); }
    .footer__soc-list a[href*="ok.ru"] {
      background-color: #EE8208; }
    .footer__soc-list a[href*="clck.ru/Mijbc"] {
      background-color: #FF0000; }
    .footer__soc-list a[href*="t.me"] {
      background-color: #33aadd; }
    .footer__soc-list a[href*="dzen.ru/jvculstudio"], .footer__soc-list a[href*="https://m.ok.ru/group/54573710442633"] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #000; }
      .footer__soc-list a[href*="dzen.ru/jvculstudio"] img, .footer__soc-list a[href*="https://m.ok.ru/group/54573710442633"] img {
        display: block;
        width: 35px;
        height: 35px; }
    .footer__soc-list a[href*="https://m.ok.ru/group/54573710442633"] {
      background-color: #ff7700; }
.gift-certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px; }

.gift-certificate__col9 {
  padding-right: 15px; }

.gift-certificate__col3 {
  padding: 0 15px; }

.gift-certificate__banner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 318px;
      -ms-flex: 1 0 318px;
          flex: 1 0 318px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.go-next-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  margin-top: -40px;
  margin-bottom: 20px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.go-next-week__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.go-next-week__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .go-next-week__icon img {
    margin: auto; }

.go-next-week__title {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  line-height: 24px; }

.go-next-week__action {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.guideline {
  padding: 0 120px;
  margin: 0 auto; }

.guideline__colors-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 50px 0; }

.guideline__colors-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 40px; }
  .guideline__colors-inner:last-child {
    margin-right: 0; }

.guideline__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.guideline__colors-color {
  width: 100px;
  height: 100px;
  background: #000;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 10px; }

.guideline__colors-hash {
  font-size: 18px;
  line-height: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #969696; }

.guideline__colors-item {
  margin-right: 20px; }

.guideline__colors-label {
  font-family: "PT Sans", sans-serif;
  font-size: 24px;
  line-height: 31px;
  color: #2b2b2b;
  margin-bottom: 10px; }

.guideline__logo-invert {
  background: #2b2b2b;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 5px 55px 55px;
  max-width: 405px; }

.guideline__logo-invert-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.guideline__logo-invert-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-left: 20px;
  max-width: 200px; }

.guideline__logo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.guideline__logo-text {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 55px; }

.guideline__logo-main {
  min-width: 350px; }

.guideline__buttons {
  margin-top: 50px; }

.guideline__buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }
  .guideline__buttons-row button {
    margin-right: 30px; }
  .guideline__buttons-row:first-child {
    margin-top: 50px; }

.guideline .title, header .title {
  margin-bottom: 50px; }

.guideline__inputs {
  margin-top: 50px; }

.inputs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .inputs-wrap .input-box {
    margin-right: 30px; }

.guideline__fonts {
  margin-top: 50px; }

.guideline__fonts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 800px; }

.guideline__fonts-name {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #969696;
  width: 180px;
  margin-bottom: 50px; }

.guideline__pagination-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.pagination__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 88px; }

.pagination__bullet {
  width: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #2b2b2b;
  font-size: 16px;
  margin-right: 10px;
  font-family: "PT Sans", sans-serif; }
  .pagination__bullet:hover {
    background: #f7f7f7; }
  .pagination__bullet:last-child {
    margin-right: 0; }
  .pagination__bullet--active {
    background: #03A561;
    cursor: default;
    color: #fff; }
    .pagination__bullet--active:hover {
      background: #03A561;
      cursor: default;
      color: #fff; }

.pagination__arrow {
  font-size: 30px;
  color: #969696; }
  .pagination__arrow--active {
    color: #2b2b2b; }

.guideline__slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 50px; }

.guideline__slider {
  margin-top: 50px; }
  .guideline__slider .slider-arrow {
    margin-right: 20px; }

.guideline__selects-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px 0; }
  .guideline__selects-wrap .input-box {
    margin-right: 30px; }

.list-item {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #2b2b2b;
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 26px;
  margin-bottom: 22px; }
  .list-item::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #03A561;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }
.header__search:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa_red-a50170a81e4b1c24f68fa63be653ba27e7bf5f01523c158ceaae74cc63b2b329.png); }

.header__search .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa-f788f115f64f66c8f7cc96b6e2a35c527d9d7c4236735955944e288583a63fe2.png); }

.header__search:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa_red-a50170a81e4b1c24f68fa63be653ba27e7bf5f01523c158ceaae74cc63b2b329.png); }

.header {
  position: relative;
  overflow: visible;
  padding-bottom: 47px;
  background-color: #fff; }
  .header::after {
    content: '';
    display: table;
    clear: both; }
  .header__menu--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 100000; }
  .header__menu--visible {
    position: fixed;
    -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
            box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .header__logo {
    width: 87px;
    margin-right: 18px;
    -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
    overflow: hidden; }
    .header__logo img {
      display: block;
      max-width: 100%;
      vertical-align: top; }
    .header__logo.inactive {
      cursor: default;
      pointer-events: none; }
    .header__logo--noborder {
      -webkit-border-radius: 0;
              border-radius: 0; }
  .header__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header__exit {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 14px;
    cursor: pointer;
    color: #c7c7c7;
    display: block; }
    .with_points .header__exit {
      top: -7px; }
  .header__cart .inner {
    height: 44px;
    width: 44px;
    cursor: pointer;
    background-image: url(https://studio.jvcompany.ru/assets/new-basket-full-ff20115539dfb166f914d6dd549a0a1508e6fc4656baaf25936d3d113cb83fe6.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .header__cart .inner--price {
      position: relative; }
    .header__cart .inner .inner__count {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      top: 5px;
      right: 5px;
      width: 16px;
      height: 13px;
      font-size: 10px;
      line-height: 13px;
      color: #fff;
      font-weight: 700;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      background: #E41B13; }
  .header__cart.empty .inner {
    background-image: url(https://studio.jvcompany.ru/assets/new-basket-empty-60cb54dcc2e79a4564c37317f37ee3dcfb4aed05ded248f15a135258b46e8cab.svg); }
  .header__cart:hover .cart-popup {
    display: block; }
  .header__search {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 11px; }
    .header__search .icon {
      width: 16px;
      height: 16px;
      cursor: pointer; }
  .header__menu--dropdown {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 100000; }
    .header__menu--dropdown.show {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

.addressline {
  background: #f7f7f7;
  height: 60px;
  color: #08b457;
  white-space: nowrap;
  line-height: 60px;
  font-size: 18px; }
  .addressline__one {
    display: inline-block;
    margin-right: 45px; }
  .addressline .letter {
    margin-top: 21px;
    margin-right: 10px; }
  .addressline a {
    color: #08b457; }

.header__social {
  position: relative;
  display: none;
  background-color: #EB6532;
  padding: 9px 0 11px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.header__social-wrap {
  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;
  color: #fff; }

.header__social-link {
  position: relative;
  color: #fff;
  font-weight: 700; }
  .header__social-link:hover:after {
    border-bottom-color: #03A561; }
  .header__social-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff; }

.header__social-close {
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  right: 10px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #D45B2D;
  background-image: url(https://studio.jvcompany.ru/assets/close-white-9edb2435a2466d3f4c45e1c541823b206708def3b0ed391bac61dce5713c7892.svg);
  background-size: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .header__social-close:hover {
    background-color: #c15126; }

.header__top {
  padding: 14px 0;
  border-bottom: 1px solid #eaeaea; }

.header__top-wrap {
  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; }

.header__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  gap: 12px;
  width: -webkit-calc( 100% - 167px);
  width: calc( 100% - 167px); }

.header__place {
  position: relative;
  width: 76.5%; }
  .header__place input::-webkit-input-placeholder {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #969696; }
  .header__place input::-moz-placeholder {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #969696; }
  .header__place input:-ms-input-placeholder {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #969696; }
  .header__place input::-ms-input-placeholder {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #969696; }
  .header__place input::placeholder {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #969696; }

.header__input {
  width: 100%;
  padding: 12px 12px 12px 48px; }
  .header__input + label {
    position: absolute;
    display: block;
    top: 50%;
    left: 20px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(https://studio.jvcompany.ru/assets/search_loop_black-1c6ff6abd49380a0088ab4a4ed7e5d0ee2592507184593f2e9b00d1db48b7938.svg);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header__menu-search {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: -16px;
  background-image: url(https://studio.jvcompany.ru/assets/search_loop_black-1c6ff6abd49380a0088ab4a4ed7e5d0ee2592507184593f2e9b00d1db48b7938.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 22px 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.header__submit {
  padding: 12px 30px;
  background-color: #F7F7F7;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  border: none;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .header__submit:focus {
    outline: none; }
  .header__submit:hover {
    color: #03A561; }

.header__form-close {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: auto;
  width: 44px;
  height: 44px;
  background-image: url(https://studio.jvcompany.ru/assets/close-cross-68913d68902a071583a7aeb6807d29c9340215d84e4fb7a8199f62f3a4cd6548.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #F7F7F7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: none;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .header__form-close:hover {
    background-image: url(https://studio.jvcompany.ru/assets/close-cross-green-1e1c6b637ce5729f50a687afcd5a9d00e1740fa43a928365e1cf083954752318.svg);
    cursor: pointer; }

.header__top-cover {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__action-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #03A561;
  cursor: pointer; }
  .header__action-item .icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #03A561;
    background-image: url(https://studio.jvcompany.ru/images/party-horn.svg);
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center; }

.header__feedback {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.header__feedback-title {
  margin-right: 13px;
  font-size: 16px;
  line-height: 21px;
  color: #969696; }

.header__feedback-btn {
  cursor: pointer;
  font-size: 16px;
  color: #03A561;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__feedback-btn:hover {
    color: #00BB6D; }
    .header__feedback-btn:hover .header__feedback-icon {
      color: #fff; }

.header__feedback-icon {
  display: block;
  width: 35px;
  height: 35px;
  background: #03A561;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 13px;
  -webkit-transition: background .3s;
  transition: background .3s;
  color: #fff; }

.header__feedback-phone {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #2b2b2b; }

.header__callback-icon i {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.header__callback {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__callback::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url(https://studio.jvcompany.ru/assets/phone-tube-aeb9a875e9b79182ea2d5d79dae0e1d2d1b8188d92fda275ae1e22ba9aa7a02b.svg) 50% 50% no-repeat;
    background-size: contain;
    cursor: pointer; }
  .header__callback:hover .header__callback-icon i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .header__callback:hover .tooltip {
    opacity: 1;
    visibility: visible;
    z-index: 1000000; }

.header__menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__menu-wrap--dropdown {
    gap: 80px; }
    .header__menu-wrap--dropdown .header__logo {
      margin-right: 0; }

.header__cart {
  margin-right: 12px; }

.header__menu-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 25px 11px 22px; }
  .header__btn:hover .header__wrapper-user {
    display: block; }
  .header__btn:hover::before {
    background-image: url(https://studio.jvcompany.ru/assets/enter-green-4c19305db752cb51ec3ada1263332d5ad04c0707090af8b0656024ca570a5e4e.svg); }
  .header__btn::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(https://studio.jvcompany.ru/assets/enter-918bc3f2510012aa4eb7ea3fe076bc6304b5b4931f25acdb3f08bfb549538618.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }

.header__wrapper-user {
  position: absolute;
  top: 40px;
  right: 0;
  width: 366px;
  display: none;
  padding-top: 15px;
  z-index: 1000000; }

.header__cover-user {
  padding: 34px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.header__info {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #2b2b2b;
  text-align: left;
  margin-bottom: 17px; }

.header__user-btn {
  font-size: 16px;
  margin-right: 15px;
  padding: 0 35px; }

.header__user-btn--registration {
  padding: 0;
  color: #969696; }

.inner--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.inner__count {
  font-size: 12px;
  line-height: 12px;
  color: #969696; }

.inner__total {
  font-size: 16px;
  font-weight: normal; }
.holiday__image, .holiday__content, .holiday__hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.holiday {
  position: relative;
  display: block;
  height: 300px;
  text-align: center; }
  .holiday:before {
    -webkit-transition: -webkit-box-shadow 0.35s ease;
    transition: -webkit-box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 0; }
  .holiday:after {
    -webkit-transition: -webkit-box-shadow 0.35s ease;
    transition: -webkit-box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease;
    transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 0; }
  .holiday .title {
    font-size: 18px;
    margin-bottom: 8px; }
  .holiday .badge {
    margin-right: 0; }
  .holiday__image {
    max-width: 100%;
    overflow: hidden;
    z-index: 1; }
    .holiday__image img {
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: -webkit-transform 0.35s ease;
      transition: transform 0.35s ease;
      transition: transform 0.35s ease, -webkit-transform 0.35s ease;
      max-width: 100%; }
  .holiday__content, .holiday__hover {
    z-index: 2;
    padding: 30px;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
  .holiday__hover {
    opacity: 0; }
  .holiday .button .icon {
    background-image: url(https://studio.jvcompany.ru/assets/png/arrow_r_white-6df25963d079515d732431dcbd19a5cfe9e1e213fcf8dfee5eb1d7a65fca8163.png); }
  .holiday:hover:before {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(43, 23, 0, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(43, 23, 0, 0.1); }
  .holiday:hover:after {
    -webkit-box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
            box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1); }
  .holiday:hover .holiday__content {
    opacity: 0; }
  .holiday:hover .holiday__hover {
    opacity: 1; }
  .holiday:hover .holiday__image img {
    -webkit-transform: translateY(-18px);
        -ms-transform: translateY(-18px);
            transform: translateY(-18px); }

.holidays-all-card {
  padding: 0 15px;
  width: -webkit-calc(100% / 4);
  width: calc(100% / 4);
  margin-bottom: 50px; }

.holidays-all-wrap {
  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;
  margin: 0 -15px 50px -15px; }
.holidays-card {
  position: relative;
  padding: 0 15px;
  height: 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.holidays-card__image {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-border-radius: inherit;
          border-radius: inherit; }
  .holidays-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
            border-radius: inherit; }
  .holidays-card__image::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    -webkit-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0; }
  .holidays-card__image::after {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 115px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-border-radius: 0 0 15px 15px;
            border-radius: 0 0 15px 15px; }

.holidays-card__content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  padding: 20px 35px;
  height: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.holidays-card__bottom {
  margin-top: auto; }

.holidays-card__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff; }

.holidays-card__desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff; }
.holidays-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #f7f7f7; }
  .holidays-slider--kids {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.holidays-slider__form {
  width: 440px;
  padding: 60px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .holidays-slider__form .input-box {
    margin-bottom: 10px; }
  .holidays-slider__form .input-box__check {
    max-width: 100%;
    margin-bottom: 27px; }

.holidays-slider__form-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 25px; }

.holidays-slider__slider {
  height: 518px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }
  .holidays-slider__slider .slider {
    height: 100%;
    margin-bottom: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .holidays-slider__slider .slick-slide > div {
    height: 100%; }
  .holidays-slider__slider .slider-progress-bars-container {
    position: absolute;
    top: 15px;
    left: 26px;
    right: 26px;
    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; }
  .holidays-slider__slider .cards-slider-arrow--prev {
    left: 55px; }
  .holidays-slider__slider .cards-slider-arrow--next {
    right: 55px; }
  .holidays-slider__slider .slider-progress-bars-bar {
    height: 2px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #fff; }
    .holidays-slider__slider .slider-progress-bars-bar:not(:first-child) {
      margin-left: 8px; }
    .holidays-slider__slider .slider-progress-bars-bar .slider-progress-bars-bar-fill {
      background-color: #03A561;
      height: 100%;
      width: 0%;
      -webkit-transition: linear width;
      transition: linear width; }
  .holidays-slider__slider--kids {
    min-height: 518px;
    height: auto; }

.holidays-slider__slide {
  height: 100%; }

.holidays-slider__slide-img {
  width: 100%; }
  .holidays-slider__slide-img--kids {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.holidays-slider__slide-text {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 25px;
  right: 25px; }
  .holidays-slider__slide-text span {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    color: #fff;
    text-align: center; }
.home-holidays {
  margin: 0 -15px 86px; }

.home-content, .home-holidays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .home-content aside .calendar-main__cancel, .home-holidays aside .calendar-main__cancel {
    display: none; }

.home-content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

h1.home-title {
  font-size: 2.75rem; }

h2.home-title {
  font-size: 1.75rem; }

.home-cards {
  max-width: 1000px;
  width: 100%; }

.home-cards__button {
  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;
  margin: 10px 0 50px; }

.home-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }

.home-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 37px; }

.home-holidays__slider {
  position: relative;
  height: 275px;
  width: 100%; }
.input-custom {
  font-size: 16px;
  line-height: 21px;
  color: #2b2b2b;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  position: relative; }
  .input-custom:hover {
    border: 1px solid #DADADA; }

.input-custom--background {
  background-color: #f7f7f7;
  border: none; }
  .input-custom--background:hover {
    border: none; }
  .input-custom--background:focus {
    outline: none; }
.cb input:checked + label .cb__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb_a-5ebb4372e46408c7c390e11585af9a2a9dec41793bde077048a77762cd292173.png); }

.cb__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb_black-cd5239b1aec6a96e14b1d9181e13aad11764b9f15f320784783cd47bf55d3b6b.png); }

.input-wrap_pass .input-wrap__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/eye-79b4f3e0c330d22df4cbb350c4d9a7995e938c412d610a42e19394ab80c74f89.png); }

.input-wrap_visa .input-wrap__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/visa_grey-25e4145f546119aa56f0d0e517e46e6982ab7b146e06f1e11bad1a70457cb0c7.png); }

.input-wrap_visa .input-wrap__icon:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/visa-b29e3b5167fd9f4e456d5a12325354f89b3c6a48454b476d165febd5b656a3a9.png); }

.input-wrap_search .input-wrap__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa_grey-020170ef9692dd23bfa471a6cc989d970d759b89995f320598d6dbf2cd597c54.png); }

.cb input:checked + label .cb__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb_a-5ebb4372e46408c7c390e11585af9a2a9dec41793bde077048a77762cd292173.png); }

.input-box {
  position: relative;
  max-width: 255px; }
  .input-box--stretch {
    max-width: 100%; }
    .input-box--stretch .select2-container, .input-box--stretch .sel-multi {
      width: 100% !important; }
  .input-box--mb20 {
    margin-bottom: 20px; }
  .input-box .field_with_errors .form-input {
    border-color: #f00; }
  .input-box .field_with_errors ~ .form-input__label {
    top: 10px;
    font-size: 12px;
    line-height: 16px; }
  .input-box .message {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #f00; }
  .input-box--pb20 {
    padding-bottom: 20px; }
  .input-box--custom {
    position: relative; }
    .input-box--custom:not(:last-child) {
      margin-right: 10px; }
    .input-box--custom.open .input-box__select-main::after {
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }

.input-box__select-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 138px;
  width: auto;
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 24px rgba(43, 43, 43, 0.08);
          box-shadow: 0px 6px 24px rgba(43, 43, 43, 0.08);
  -webkit-border-radius: 50px;
          border-radius: 50px;
  border: none;
  cursor: pointer; }
  .input-box__select-main::after {
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14px;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    width: 14px;
    height: 9px;
    margin-left: 15px;
    background: url(https://studio.jvcompany.ru/assets/chevron-25b1953a7e2414740b76291e6790019cc24f21b50b0bdbf6af538e015ece88e3.svg) 50% 50% no-repeat;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-size: cover; }

.input-box__select-titles {
  position: relative; }

.input-box__select-title, .input-box__select-hidtitle {
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B; }

.input-box__select-title {
  position: absolute;
  color: #969696;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: top .3s, translate .3s, font-size .3s;
  transition: top .3s, translate .3s, font-size .3s; }
  .input-box__select-title.active {
    position: absolute;
    top: 8px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

.input-box__select-hidtitle {
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s; }
  .input-box__select-hidtitle.active {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 1; }

.input-box__select-icon {
  display: block;
  margin-right: 10px;
  height: auto; }

.input-box__select-list {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 30px 25px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 24px rgba(43, 43, 43, 0.08);
          box-shadow: 0px 6px 24px rgba(43, 43, 43, 0.08);
  z-index: 5; }
  .input-box__select-list .filters-actions__discount {
    margin-top: 25px; }
    .input-box__select-list .filters-actions__discount label {
      white-space: nowrap; }

.input-box__select-number {
  display: none;
  margin-left: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #969696;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px); }

.input-box__select-item input {
  display: none; }
  .input-box__select-item input:checked ~ label::before {
    background-image: url(https://studio.jvcompany.ru/assets/checked-green-e531aa87f2225f1e09e4951ec194a25552946adf630aab7fe523739e67ea3b4b.svg); }

.input-box__select-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #2b2b2b;
  white-space: nowrap;
  cursor: pointer; }
  .input-box__select-item label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-position: 50% 50%;
    background-size: 99% 99%;
    background-repeat: no-repeat;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }

.input-box__select-item:not(:last-child) {
  margin-bottom: 17px; }

.input-box--3 {
  width: 30%; }

.input-box__minimum {
  position: absolute;
  bottom: 0;
  left: 0; }

.input-box__eye {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  right: 27px;
  height: 26px;
  width: 16px;
  cursor: pointer; }
  .input-box__eye img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .input-box__eye::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    width: 1px;
    height: 20px;
    background: transparent;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: background .3s;
    transition: background .3s; }
  .input-box__eye.show::before {
    background: #2b2b2b; }

.input-box__text {
  position: absolute;
  left: 10px;
  bottom: -25px;
  font-size: 12px;
  line-height: 1.5; }

.input-box__row {
  width: 100%;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-box__row::after {
    display: none; }

.form-input, textarea {
  border: 1px solid #DADADA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 21px;
  padding: 17px 27px 16px 27px; }
  .form-input:not(:-moz-placeholder), textarea:not(:-moz-placeholder) {
    padding: 24px 27px 9px 26px;
    outline: none; }
  .form-input:not(:-ms-input-placeholder), textarea:not(:-ms-input-placeholder) {
    padding: 24px 27px 9px 26px;
    outline: none; }
  .form-input:focus, .form-input:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown) {
    padding: 24px 27px 9px 26px;
    outline: none; }
  .form-input:not(:-moz-placeholder) ~ label, textarea:not(:-moz-placeholder) ~ label {
    top: 10px;
    font-size: 12px;
    line-height: 16px; }
  .form-input:not(:-ms-input-placeholder) ~ label, textarea:not(:-ms-input-placeholder) ~ label {
    top: 10px;
    font-size: 12px;
    line-height: 16px; }
  .form-input:focus ~ label, .form-input:not(:placeholder-shown) ~ label, textarea:focus ~ label, textarea:not(:placeholder-shown) ~ label {
    top: 10px;
    font-size: 12px;
    line-height: 16px; }
  .form-input[disabled], textarea[disabled] {
    background: rgba(234, 234, 234, 0.4);
    border: none;
    padding: 25px 28px 10px 27px; }
    .form-input[disabled] ~ label, textarea[disabled] ~ label {
      color: rgba(150, 150, 150, 0.4); }
  .form-input--mb5, textarea--mb5 {
    margin-bottom: 5px; }

.message ~ .form-input {
  border-color: #f00; }

textarea {
  height: 100px;
  resize: vertical; }

.form-input__label {
  position: absolute;
  top: 18px;
  left: 27px;
  pointer-events: none;
  color: #969696;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: top 0.4s, font-size 0.4s, opacity 0.4s;
  transition: top 0.4s, font-size 0.4s, opacity 0.4s; }
  .form-input__label--important::after {
    content: '*';
    position: absolute;
    display: block;
    top: 0;
    right: -10px;
    font-size: 18px;
    line-height: 1;
    color: #f00; }

.form-input__checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  background: none;
  height: 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: top;
  margin-right: 15px;
  padding: 0; }
  .form-input__checkbox:after {
    z-index: 1;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #03A561;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background: #03A561 url(https://studio.jvcompany.ru/assets/check-f2a05ecd78884407b4bbdb21bfe003c1e6980f5f0592e6b637b30f88fb9b32a7.svg) 60% center no-repeat;
    background-size: 0; }

.form-input__checkbox:checked:after {
  background-size: 65%; }

.form-input__checkbox-label {
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  vertical-align: top;
  margin-top: 3px;
  cursor: pointer;
  color: #2b2b2b;
  font-size: 14px;
  line-height: 20px; }

.form-input__checkbox-personal {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer; }
  .form-input__checkbox-personal::after {
    content: '';
    background: #E3E3E3;
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    bottom: 0; }

.ta {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #eaeaea;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  outline: none;
  resize: none; }
  .ta.placeholder {
    color: #969696; }
  .ta:-moz-placeholder {
    color: #969696; }
  .ta::-webkit-input-placeholder {
    color: #969696; }
  .ta:focus {
    border: 1px solid #2b2b2b; }

.cb input {
  display: none; }
  .cb input:checked + label .cb__icon .icon {
    width: 16px;
    height: 16px; }

.cb label {
  cursor: pointer; }

.cb__icon {
  margin-top: -2px;
  width: 30px;
  float: left; }
  .cb__icon .icon {
    width: 16px;
    height: 16px; }

.input-wrap {
  position: relative; }
  .input-wrap .input {
    vertical-align: top; }
  .input-wrap_pass .input-wrap__icon .icon {
    width: 17px;
    height: 13px; }
  .input-wrap_visa .input-wrap__icon .icon {
    margin-top: -3px;
    width: 44px;
    height: 13px; }
  .input-wrap__icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .input-wrap_search .input {
    padding-left: 45px; }
  .input-wrap_search .input-wrap__icon {
    right: auto;
    left: 15px;
    margin-top: -2px; }
    .input-wrap_search .input-wrap__icon .icon {
      width: 16px;
      height: 16px; }

.password-restore {
  margin-left: 5px; }

.form-captcha {
  margin-bottom: 30px; }

.form-captcha__error {
  color: #f00;
  margin-top: 5px; }
.kulinary-banner {
  position: relative;
  max-width: 1360px;
  width: 100%;
  height: 280px;
  padding: 72px 0  0 61px;
  margin-bottom: 40px;
  background: url(https://studio.jvcompany.ru/assets/banner-bg-12b759a96ae7d180d4959912de59a28f053175abc456c9f6d9027197ca08bc30.svg) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/cookery-banner-0a80e4023993875b8b7383527758e64399ae619656011614de574279bb4e2b06.png) no-repeat 100% 0;
  background-size: cover, contain;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .kulinary-banner--close {
    display: none; }

.kulinary-banner__title {
  max-width: 720px;
  width: 100%;
  margin-bottom: 11px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  color: #fff; }

.kulinary-banner__subtitle {
  max-width: 555px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #fff; }

.kulinary-banner__button {
  position: absolute;
  height: 47px;
  width: 47px;
  top: 20px;
  right: 20px;
  background: url(https://studio.jvcompany.ru/assets/button-cross-002fd8087383ecb2b0668ece5e6d75db239b9dde54774da32ae4cc0d15341911.svg) no-repeat 50% 50%, #fff;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .kulinary-banner__button:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.kulinary__card {
  max-width: 313px;
  width: 100%;
  margin-bottom: 36px;
  padding-bottom: 25px;
  -webkit-box-shadow: inset 0 0 1px 1px #EAEAEA;
          box-shadow: inset 0 0 1px 1px #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.kulinary__card-image {
  display: block;
  width: 100%;
  height: 243px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: url(https://studio.jvcompany.ru/assets/breakfast_grey-b8de23e23128f6a6a7e3c9e55c159bf27c245652339ebc70bd708c85a892b332.svg) no-repeat 50% 50%, #f7f7f7;
  overflow: hidden;
  cursor: pointer; }
  .kulinary__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.kulinary__card-body {
  padding: 22px 25px;
  font-family: "PT Sans", sans-serif; }

.kulinary__card-title {
  display: block;
  height: -webkit-calc(1rem * 2 * 1.75);
  height: calc(1rem * 2 * 1.75);
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.kulinary__card-weight {
  font-size: 16px;
  line-height: 21px;
  color: #969696; }

.kulinary__card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  margin-bottom: 0;
  margin-top: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.kulinary__card-price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px; }
  .kulinary__card-price .price {
    font-size: inherit;
    color: inherit;
    font-weight: inherit; }
    .kulinary__card-price .price .ruble {
      font-size: 20px;
      font-weight: normal; }
  .kulinary__card-price .new-price {
    margin-right: 15px;
    color: #E41B13; }
  .kulinary__card-price .old-price {
    font-size: 18px;
    color: #969696;
    text-decoration: line-through;
    font-weight: normal; }

.kulinary__card-btn {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/basket_white-2673f2dc2b6db21cb740084eabdf607cee147f8e2566db8eddcd85540b2f3fea.svg) no-repeat 50% 50%, #03A561; }
.kulinary-popup {
  position: relative;
  width: 993px;
  margin: 0 auto;
  -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px;
  overflow: hidden; }
  .kulinary-popup .kulinary-popup__close {
    position: absolute;
    display: block;
    height: 47px;
    width: 47px;
    top: 20px;
    right: 20px;
    background: url(https://studio.jvcompany.ru/assets/button-cross-002fd8087383ecb2b0668ece5e6d75db239b9dde54774da32ae4cc0d15341911.svg) no-repeat 50% 50%, #fff;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    .kulinary-popup .kulinary-popup__close:hover {
      background: url(https://studio.jvcompany.ru/assets/button-cross-002fd8087383ecb2b0668ece5e6d75db239b9dde54774da32ae4cc0d15341911.svg) no-repeat 50% 50%, #fff;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.kulinary-popup__image {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 566px;
  z-index: 2; }
  .kulinary-popup__image .slider {
    display: none;
    width: 993px;
    height: 566px; }
    .kulinary-popup__image .slider .slick-slide {
      height: 566px;
      width: 993px; }
      .kulinary-popup__image .slider .slick-slide img {
        display: block;
        height: 566px;
        -o-object-fit: cover;
           object-fit: cover; }
    .kulinary-popup__image .slider .slick-dots {
      bottom: 5.5rem; }
  .kulinary-popup__image .slider.slick-initialized {
    display: block !important; }
  .kulinary-popup__image .cards-slider-arrow {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    height: 25px;
    width: 25px; }
    .kulinary-popup__image .cards-slider-arrow i {
      font-size: 0.75rem; }
    .kulinary-popup__image .cards-slider-arrow:hover {
      height: 30px;
      width: 30px; }
    .kulinary-popup__image .cards-slider-arrow--next {
      right: 2rem; }
    .kulinary-popup__image .cards-slider-arrow--prev {
      left: 2rem; }

.kulinary-popup__body {
  position: relative;
  width: 100%;
  margin-top: 494px;
  padding: 50px 50px 56px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  z-index: 5; }

.kulinary-popup__header {
  padding-bottom: 50px;
  margin-bottom: 37px;
  border-bottom: 1px solid #EAEAEA; }

.kulinary-popup__main {
  margin-bottom: 38px; }

.kulinary-popup__footer .slider {
  height: 100%; }
  .kulinary-popup__footer .slider::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 197px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none; }
  .kulinary-popup__footer .slider .slick-slide {
    margin-right: 36px; }
    .kulinary-popup__footer .slider .slick-slide .dishes-list__item {
      margin: 0; }
  .kulinary-popup__footer .slider .cards-slider-arrow {
    display: none; }

.kulinary-popup__page {
  margin-bottom: 5px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #969696; }

.kulinary-popup__title {
  margin-bottom: 16px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 38px;
  color: #000000; }

.kulinary-popup__description {
  margin-bottom: 14px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000000; }

.kulinary-popup__weight {
  margin-bottom: 35px; }

.kulinary-popup__add {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .kulinary-popup__add--l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.kulinary-popup__text {
  color: #969696; }

.kulinary-popup__button {
  margin-right: 30px; }
  .kulinary-popup__button-added {
    position: relative;
    margin-right: 30px;
    padding: 17px 60px 18px 82px;
    background: #FFBA00; }
    .kulinary-popup__button-added::before {
      position: absolute;
      content: '';
      height: 12px;
      width: 13px;
      top: 21px;
      left: 60px;
      background: url(https://studio.jvcompany.ru/assets/added-69492c355c0ba6ee2cedc2aeeef04906a4837b6bf09997183351572626183e8c.svg) no-repeat 50% 50%; }
    .kulinary-popup__button-added:hover {
      background: #FFBA00; }

.kulinary-popup__quantitier {
  height: 56px;
  background: #f7f7f7; }
  .kulinary-popup__quantitier .quantitier__minus .icon, .kulinary-popup__quantitier .quantitier__plus .icon {
    top: 0; }
  .kulinary-popup__quantitier .quantitier__show {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #2b2b2b; }

.kulinary-popup__title {
  margin-bottom: 36px; }

.kulinary-popup__faq {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.kulinary-popup__faq-question {
  position: relative;
  padding: 19px 0 23px 30px;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA;
  cursor: pointer; }
  .kulinary-popup__faq-question::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 16px;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: url(https://studio.jvcompany.ru/assets/arrow_up-b9c556c7c1e28599a001b4f6bef4d15084e38193d4917df6ce0470267f5e1c7b.svg) no-repeat 50% 50%, #f7f7f7;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .kulinary-popup__faq-question--open {
    font-weight: bold;
    background: #f7f7f7; }
    .kulinary-popup__faq-question--open::after {
      background-color: #fff;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }

.kulinary-popup__faq-answer {
  display: none;
  padding: 19px 30px 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  background: #fff; }
  .kulinary-popup__faq-answer p {
    margin: 0; }
    .kulinary-popup__faq-answer p:not(:last-child) {
      margin-bottom: 11px; }
.letter {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
  vertical-align: top;
  text-transform: uppercase;
  text-align: center;
  color: #969696; }
.loader {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 111; }
  .loader::before {
    content: '';
    background: url(https://studio.jvcompany.ru/assets/spinner-2350c845d6051aef805682e652df2f6fe24c20e13c6a7bd282439891c3d2903e.svg);
    width: 45px;
    height: 45px;
    display: block;
    background-size: cover;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.manager:before {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }

.manager__row_phone .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/phone-f390dcd1d8ad31c4d8ce546ff81edf5382cf1acfa451a68615733c25ab853e2b.png); }

.manager__row_phone:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/phone_red-93889e3b0498ff77336515af41855e2eb2f7f54ebef505ccb60f87a97b087029.png); }

.manager__row_email .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/mail-67fed30b32d38d5f13bd167ec1d92aa12ce936a2ef0b9e7551585e8c99ff3c52.png); }

.manager__row_email:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/mail_red-1e8c89a9b64291258ce5f91bc4cdda4dc13b385eab2323b48c3e9fca7ba12faa.png); }

.manager__row_message .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/filacter-9eb17e52a03b5a3860733c65a09644bad42e7e5d8aa670d9a8a0e7c95dc46665.png); }

.manager__row_message:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/filacter_red-fc91e291064fff400a457300a502701bd8a7ecc1b9bbccba29e71df97353a7a8.png); }

.manager {
  position: relative; }
  .manager__inner {
    position: relative;
    z-index: 2; }
  .manager:before {
    position: absolute;
    top: -20px;
    bottom: -150px;
    left: -20px;
    right: -20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
    content: '';
    display: none; }
  .manager__hidden {
    position: absolute;
    display: none; }
  .manager__icon {
    float: left;
    width: 30px; }
  .manager__row {
    margin-bottom: 15px;
    cursor: pointer; }
    .manager__row:hover {
      color: #f00; }
    .manager__row span {
      overflow: hidden;
      display: block; }
    .manager__row_phone .icon {
      width: 12px;
      height: 16px; }
    .manager__row_email .icon {
      width: 13px;
      height: 15px; }
    .manager__row_message .icon {
      width: 16px;
      height: 17px; }
  .manager .delimiter {
    margin-bottom: 15px; }
  [data-role=hpop] .manager {
    z-index: 1; }
    [data-role=hpop] .manager:before {
      display: block;
      bottom: -20px; }
  .manager:hover {
    z-index: 1; }
    .manager:hover .manager__hidden {
      display: block; }
    .manager:hover:before {
      display: block; }
.masterclass__book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 0 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #03A561;
  background-image: url(https://studio.jvcompany.ru/assets/masterclass-book-c75bd318a6bba83bd6d915d4febe546b716f8bc8ecce57add1ef578698e21dee.svg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center; }

h3.masterclass__book-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 46px; }

.masterclass__book-text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #fff; }

.masterclass__book-desc {
  font-size: 14px;
  line-height: 22px;
  color: #fff; }

.masterclass__book-button {
  margin-bottom: 10px;
  font-weight: 700 !important; }
.masterclass-card {
  display: block;
  position: relative; }

.masterclass-card__image {
  margin-bottom: 14px; }
  .masterclass-card__image > img {
    display: block;
    width: 100%;
    height: 281px;
    background: #F7F7F7;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.masterclass-card__title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: -webkit-calc(3 * -webkit-calc(26 / 16) * 16px);
  max-height: calc(3 * calc(26 / 16) * 16px);
  -webkit-line-clamp: 3; }
  .masterclass-card:hover .masterclass-card__title {
    color: #03A561; }

.masterclass-card__date {
  font-size: 16px;
  line-height: 26px;
  color: #969696; }
  .masterclass-card__date > i {
    margin-right: 5px; }
.masterclass-chief {
  position: relative;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7;
  overflow: hidden; }

.masterclass-chief__content {
  padding: 35px 0 40px 50px; }

.masterclass-chief__title {
  margin-bottom: 30px; }

.masterclass-chief__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.masterclass-chief__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 64px;
  width: 64px;
  margin-right: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff; }
  .masterclass-chief__icon img {
    display: block;
    height: 32px;
    width: 32px; }
  .masterclass-chief__icon--lecture img {
    height: 40px;
    width: 40px; }

.masterclass-chief__name {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #03A561; }

.masterclass-chief__position {
  font-size: 18px;
  line-height: 28px; }

.masterclass-chief__images {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: auto;
  max-width: 40%; }

.masterclass-chief__img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass-chief__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: auto; }
  .masterclass-chief__bg--mobile {
    display: none; }
.masterclass-discount {
  position: relative;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7;
  overflow: hidden; }

.masterclass-discount__content {
  padding: 35px 0 40px 50px;
  width: 55%; }

.masterclass-discount__title {
  max-width: 400px;
  margin-bottom: 10px; }

.masterclass-discount__text {
  font-size: 18px;
  line-height: 28px;
  max-width: 400px; }

.masterclass-discount__value {
  position: absolute;
  top: 50%;
  left: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 85px;
  width: 85px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #03A561;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .masterclass-discount__value img {
    display: block;
    height: 232px;
    width: 66px; }

.masterclass-discount__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass-discount__images {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: auto;
  max-width: -webkit-calc( ( 350 / 900) * 100%);
  max-width: calc( ( 350 / 900) * 100%); }

.masterclass-discount__image {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass-discount__bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: auto; }
  .masterclass-discount__bg--mobile {
    display: none; }
.masterclass-dishes {
  position: relative;
  margin: 0 -15px; }
  .masterclass-dishes > .slick-list > .slick-track {
    margin-left: 0; }

.masterclass-dishes__item {
  padding: 0 15px; }

.masterclass-dishes__arrow {
  position: absolute;
  top: 110px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url(https://studio.jvcompany.ru/assets/dishe-slider-arrow-649fe5408a68d38e17d6514a732b031f41c58ef854b758affab31b3c16b4f72c.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  z-index: 1;
  cursor: pointer; }
  .masterclass-dishes__arrow.prev {
    left: -16px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .masterclass-dishes__arrow.next {
    right: -16px; }
  .masterclass-dishes__arrow.slick-disabled {
    display: none !important; }
.masterclass-features {
  overflow: hidden; }

.masterclass-features__inner {
  margin: 0 0 0 -15px; }

.masterclass-features__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px 0 0; }

.masterclass-features__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
  height: 100%;
  padding-right: 8px;
  width: 400px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .masterclass-features__banner img {
    display: block;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    height: auto;
    margin: 0 auto;
    width: 240px; }

.masterclass-features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  width: 33.3333333333%; }

.masterclass-features__item-inner {
  overflow: hidden;
  padding: 35px 25px;
  background: #F7F7F7;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  width: 100%; }

.masterclass-features__item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  background: #fff; }
  .masterclass-features__item-icon > i {
    font-size: 32px;
    color: #03A561;
    line-height: 80px; }
  .masterclass-features__item-icon > img {
    height: 31.5px; }

.masterclass-features__item-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #000000; }

.masterclass-features__item-descr {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000; }
.masterclass-feedback {
  position: relative;
  margin: 0 -15px; }
  .masterclass-feedback > .slick-list > .slick-track {
    margin-left: 0; }

.masterclass-feedback__item {
  padding: 0 15px;
  cursor: pointer; }

.masterclass-feedback__item-inner {
  display: block;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff; }

.masterclass-feedback__item-header {
  padding: 19px 24px 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #f7f7f7; }

.masterclass-feedback__item-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700; }
  .masterclass-feedback__item-title span {
    display: block; }

.masterclass-feedback__item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.masterclass-feedback__item-body {
  padding: 20px 25px 30px; }

.masterclass-feedback__item-text {
  display: -webkit-box;
  height: 100%;
  max-height: -webkit-calc( 7 * 16px * 1.625);
  max-height: calc( 7 * 16px * 1.625);
  margin: 0 0 15px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 1.625;
  overflow: hidden; }
  .masterclass-feedback__item-text p:empty {
    display: none; }

.masterclass-feedback__popup-arrows {
  display: none; }

.masterclass-feedback__popup-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #2B2B2B;
  background-image: url(https://studio.jvcompany.ru/assets/studio-slider-arrow-1c4793412521cdc0d63b528da2f9fa027f9b6494505d98d6146d13097ceb4429.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  z-index: 1;
  cursor: pointer; }
  .masterclass-feedback__popup-arrow--prev {
    left: -25px; }
  .masterclass-feedback__popup-arrow--next {
    right: -25px; }
  .masterclass-feedback__popup-arrow.slick-disabled {
    opacity: .5;
    pointer-events: false; }

.masterclass-feedback__popup {
  position: relative;
  padding: 0 105px;
  max-width: 810px;
  margin: 0 auto; }
  .masterclass-feedback__popup .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .masterclass-feedback__popup .slick-slide {
    width: 600px;
    padding: 0 1px; }

.masterclass-feedback__popup-item {
  height: 100%;
  width: 600px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  opacity: 0; }

.masterclass-feedback__popup-header {
  padding: 20px 30px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.masterclass-feedback__popup-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

.masterclass-feedback__popup-type {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px; }

.masterclass-feedback__popup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px 40px;
  max-height: 85%;
  height: 100%; }
  .masterclass-feedback__popup-body p:empty {
    display: none; }

.masterclass-feedback__popup-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-bottom: 0; }

.popup-masterclass-feedback .popup__close {
  position: fixed;
  top: 30px;
  right: 30px;
  background: #2B2B2B; }
  .popup-masterclass-feedback .popup__close .popup__close-icon {
    background: url(https://studio.jvcompany.ru/assets/popup-close-white-40cc4c1eb7f2a56a32a1e8e6cf4249552502d86863b86568e7c30f974e802fba.svg);
    background-size: contain; }
  .popup-masterclass-feedback .popup__close:hover {
    background: #2B2B2B;
    opacity: 0.7; }
.masterclass-format {
  padding: 40px;
  max-width: 800px;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.masterclass-format__cards {
  position: relative; }
  .masterclass-format__cards .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .masterclass-format__cards .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .masterclass-format__cards .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background: #fff; }
        .masterclass-format__cards .slick-dots li.slick-active button:hover {
          border-color: #fff; }

.masterclass-format__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 46px; }

.masterclass-format__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px; }
  .masterclass-format__card:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px solid #EAEAEA; }

.masterclass-format__card-img {
  display: block;
  max-height: 160px;
  height: 160px;
  max-width: 220px;
  width: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass-format__card-title {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700; }

.masterclass-format__card-count {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px; }

.masterclass-format__card-text {
  display: block;
  max-height: 84px;
  font-size: 18px;
  line-height: 28px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical; }
  .masterclass-format__card-text.show {
    max-height: unset;
    overflow-y: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset; }

.masterclass-format__show-more {
  display: none;
  position: relative;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 23px;
  color: #969696;
  cursor: pointer; }
  .masterclass-format__show-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #969696; }
  .masterclass-format__show-more.show {
    display: block; }
.b-online_schedules .header {
  padding-bottom: 25px; }

.mclass-order__title {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 32px; }

.masterclass-online {
  background: #FF3C1C;
  font-size: 12px;
  line-height: 26px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 15px 0px;
          border-radius: 15px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "PT Sans", sans-serif; }
  .masterclass-online i {
    color: #fff;
    margin-right: 7px; }
  .masterclass-online--full-radius {
    -webkit-border-radius: 15px;
            border-radius: 15px;
    padding: 2px 20px; }
  .masterclass-online--record, .masterclass-online--study {
    background: #9919D9; }
    .masterclass-online--record img, .masterclass-online--study img {
      display: block;
      width: 16px;
      height: 26px;
      margin-top: -2px;
      margin-right: 5px;
      -o-object-fit: contain;
         object-fit: contain; }
  .masterclass-online--study {
    background: #15BDED; }

.mclass-wrap {
  margin-bottom: 70px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA; }

.mclass-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 394px;
  width: 1360px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 0;
  overflow: hidden;
  background: url(https://studio.jvcompany.ru/assets/group1-72cbed86f69c78af6b63b10374ddb921afcc87d3486f93755ef9fa01471e65b9.png) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/online-schedules-banner-e487e906d37ec69d25786de89fd7d1251df456d4af7e7fbe54cd92245f1db661.jpeg) no-repeat 100% 0;
  background-size: 100%, contain; }

.mclass-banner {
  height: 100%;
  width: 100%;
  padding: 64px 0 0 61px; }

.mclass-banner__title {
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 44px;
  line-height: 54px; }

.mclass-banner__content {
  height: auto;
  width: 760px; }

.mclass-banner__button {
  display: inline-block;
  width: auto;
  padding: 15px 38px 19px 40px;
  cursor: pointer;
  -webkit-transition: color .4s, background .4s;
  transition: color .4s, background .4s; }
  .mclass-banner__button--empty {
    margin-left: 15px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    background: transparent;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    font-family: "PT Sans", sans-serif; }
  .mclass-banner__button:hover {
    color: #2b2b2b;
    background: #fff; }
    .mclass-banner__button:hover .mclass-banner__arrow--white {
      background: url(https://studio.jvcompany.ru/assets/chevron-25b1953a7e2414740b76291e6790019cc24f21b50b0bdbf6af538e015ece88e3.svg) 50% 50% no-repeat; }

.mclass-banner__subtitle {
  width: 700px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF; }

.mclass-banner__arrow {
  content: url(https://studio.jvcompany.ru/assets/chevron-25b1953a7e2414740b76291e6790019cc24f21b50b0bdbf6af538e015ece88e3.svg);
  width: 12px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  .mclass-banner__arrow--open {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    vertical-align: middle; }
  .mclass-banner__arrow--right {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #f7f7f7; }

.mclass-banner__arrow--white {
  display: inline-block;
  content: '';
  width: 12px;
  height: 7px;
  background: url(https://studio.jvcompany.ru/assets/chevron-w-28486ba4078131dbb326bbe33b9486909d0b8787f2658f3c0bc5299331a3523a.svg) 50% 50% no-repeat;
  -webkit-transition: background .4s, -webkit-transform .4s;
  transition: background .4s, -webkit-transform .4s;
  transition: background .4s, transform .4s;
  transition: background .4s, transform .4s, -webkit-transform .4s; }

.mclass-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 52px 0 57px 61px; }

.mclass-description__title {
  font-family: "PT Serif", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #2b2b2b; }
  .mclass-description__title--about {
    margin-bottom: 32px; }

.mclass-description__wrapper {
  display: none; }

.mclass-description__header {
  height: auto;
  width: 203px;
  padding-top: 11px;
  margin-right: 55px; }

.mclass-description__image {
  height: 80px;
  width: 80px;
  margin-bottom: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/chef_hat-fafaca5c1d794379a0d159937ddf1e6830afadd876d1717f45dcb8e15ccf9193.svg) no-repeat 50% 50%, #f7f7f7;
  border: none; }

.mclass-description__content {
  width: 872px;
  height: auto; }

.mclass-description__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 98px;
  width: 100%; }

.mclass-description__list-wrap {
  margin-right: 18px; }
  .mclass-description__list-wrap li {
    margin-bottom: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #2b2b2b; }
  .mclass-description__list-wrap li:before {
    display: inline-block;
    content: '\2022';
    width: 6px;
    color: green;
    margin-right: 10px; }

.mclass-description__explaine {
  margin-bottom: 19px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px; }

.mclass-shedule {
  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;
  margin-bottom: 35px; }

.mclass-shedule__title {
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 46px; }

.go-offline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 19px;
  cursor: pointer; }

.go-offline__text {
  height: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #EAEAEA;
  font-size: 18px;
  line-height: 23px; }

.go-offline__arrow {
  width: 34px;
  height: 34px;
  margin: -4px 5px 0 12px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/arrow-5fc9dfaea187f1fabc0371b618b510169b102300a923f31da33218bc91f4df4b.png) no-repeat 50% 50%, #f7f7f7;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.mclass-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 71px; }

.shedule-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 35px 29px 35px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 66px; }

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 20px 10px 20px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  margin-right: 10px;
  line-height: 21px;
  cursor: pointer; }

.filter__number {
  min-width: 18px;
  margin: 2px -6px 0 8px;
  font-size: 16px;
  line-height: 18px;
  color: #969696; }
  .filter__number--active {
    border: 1px solid #ffffff;
    background: rgba(3, 165, 97, 0.1);
    color: #03A561; }
    .filter__number--active .filter__number {
      display: none; }
    .filter__number--active::after {
      content: '';
      height: 18px;
      width: 12px;
      margin: 2px 0 0 8px;
      background: url(https://studio.jvcompany.ru/assets/green_cross-a44f1fc878bcae40b0d6dc7d8f960ad50791906de99274b26807dfe90321552d.png) no-repeat 50% 50%;
      background-size: 100%; }

.filters-title {
  font-size: 18px;
  line-height: 28px;
  margin-right: 20px; }

a.filters-reset {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-bottom: 20px;
  color: #969696;
  background: none;
  border: 1px solid #EAEAEA;
  cursor: pointer; }
  a.filters-reset::before {
    position: absolute;
    content: '';
    left: 52px;
    top: 19px;
    height: 18px;
    width: 12px;
    margin-right: 9px;
    background: url(https://studio.jvcompany.ru/assets/grey_cross-24c205227627bf5e29ab036083bab5d6fbcaa5fd2097ab1c244070d8fc0c54dc.png) no-repeat 50% 50%;
    background-size: 100%; }

.schedule-cards {
  max-width: 1000px;
  width: 100%; }

.schedule-cards__button {
  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;
  margin: 10px 0 50px;
  padding: 16px 40px 19px; }

.schedule-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }
  .schedule-cards__list .card--empty .card__bottom {
    z-index: 0; }

.schedule-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  min-width: 310px;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 37px; }

.card_price {
  font-size: 22px;
  font-weight: bold; }

.go-next-week {
  margin-top: 60px; }

.fa-ruble-sign {
  font-size: 18px; }
  .fa-ruble-sign::before {
    content: "\f158";
    margin-left: 7px; }

.schedules-list__empty {
  padding: 136px 0;
  border: 1px solid #EAEAEA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 30px; }

.schedules-list__empty--course {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #EAEAEA; }

.schedules-list__empty-inner {
  text-align: center; }
  .schedules-list__empty-inner a {
    margin: 0; }

.schedules-list__empty-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px; }

.schedules-list__empty-text {
  width: 323px;
  margin: 0 auto;
  margin-bottom: 19px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 21px;
  color: #969696;
  text-align: center; }

.schedules-list__empty-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: url(https://studio.jvcompany.ru/assets/empty_screen-a4398c452fb019febcec4aa994f033a61d0a2065931aa65bfc445d57d04f535e.svg) no-repeat center, rgba(3, 165, 97, 0.15);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 1;
  position: relative; }

a.schedules-list__empty-button {
  padding: 10px 35px 13px;
  background: #F7F7F7; }

aside.schedule__aside {
  margin-top: 0; }

.schedule__calendar {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px; }
  .schedule__calendar i.fa-calendar {
    margin-right: 10px; }
  .schedule__calendar-text {
    color: #969696; }
    .schedule__calendar-text--choose {
      color: #2b2b2b; }
  .schedule__calendar-date {
    margin-left: 15px;
    color: #2b2b2b; }

a.schedule__calendar-button {
  width: 100%;
  margin-bottom: 15px;
  position: relative; }
  a.schedule__calendar-button i {
    margin-right: 15px;
    color: #969696; }

.mclass-order {
  display: block;
  margin-bottom: 70px; }

.order-explain {
  padding: 35px 55px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .order-explain--overflow {
    overflow-x: hidden; }

.order-explain__tabs {
  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;
  padding: 0 76px; }

.order-explain__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 80px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #f7f7f7; }
  .order-explain__tab i {
    font-size: 32px;
    line-height: 1;
    color: #03A561; }
  .order-explain__tab img {
    display: block;
    width: 36px; }

.tab-img {
  height: 80px;
  width: 80px;
  margin: 0 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .tab-img__blank {
    background: url(https://studio.jvcompany.ru/assets/icon-blank-7302d598f9877c1d9d8edbc8b3294e24783df1722b7ce23e755de47ba0c115ec.svg) no-repeat 50% 50%, #f7f7f7; }
  .tab-img__online {
    background: url(https://studio.jvcompany.ru/assets/icon-online-19bd551d11a42ee80a7a4aa99cbe31869e35c34697ee9e5273f25fddd0b711e8.svg) no-repeat 50% 50%, #f7f7f7; }
  .tab-img__chef {
    background: url(https://studio.jvcompany.ru/assets/icon-chef-fafaca5c1d794379a0d159937ddf1e6830afadd876d1717f45dcb8e15ccf9193.svg) no-repeat 50% 50%, #f7f7f7; }
  .tab-img__question {
    background: url(https://studio.jvcompany.ru/assets/icon-question-77449257b739cde9258c48bfe3791145bdff2e33f8e3db5ff7ed7f417f9e74bc.svg) no-repeat 50% 50%, #f7f7f7; }
  .tab-img__heart {
    background: url(https://studio.jvcompany.ru/assets/icon-empty-3fc0d67593b094bb1117c2d8776bc070da23f06ca40a36b5059ec2ff9ddeb3ea.svg) no-repeat 50% 50%, #f7f7f7; }

.dots_group {
  height: 6px;
  width: 136px;
  margin: auto 0;
  background: url(https://studio.jvcompany.ru/assets/dots_group-7be4746018e36ca817e663f8be21c1af34c7b11a1af1a201df897372d8158efe.png) no-repeat; }

.order_subtitle {
  display: inline;
  font-size: 18px;
  line-height: 28px;
  text-align: center; }

.order-explain__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 13px; }
  .order-explain__text div {
    width: 218px;
    text-align: center;
    letter-spacing: 0px; }
  .order-explain__text .order_subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-align: center; }
  .order-explain__text .text {
    text-align: center;
    font-size: 14px;
    line-height: 22px; }

.order-explain__items {
  width: 100%; }
  .order-explain__items .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 35px; }

.order-explain__arrow--next {
  right: -55px; }

.order-explain__arrow--prew {
  left: -55px; }

.order-explain__item {
  position: relative;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  .order-explain__item:not(:last-child)::after {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 136px;
    top: 43px;
    left: -webkit-calc( 100% - 50px);
    left: calc( 100% - 50px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(https://studio.jvcompany.ru/assets/dots_group-7be4746018e36ca817e663f8be21c1af34c7b11a1af1a201df897372d8158efe.png) no-repeat; }

.mclass-team .slider {
  height: 285px; }
  .mclass-team .slider .slick-slide {
    position: relative;
    height: 280px;
    margin-right: 30px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden; }
    .mclass-team .slider .slick-slide img {
      width: 100%; }
    .mclass-team .slider .slick-slide::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
    .mclass-team .slider .slick-slide .about {
      position: absolute;
      bottom: 24px;
      margin-left: 30px;
      z-index: 100;
      color: #ffffff;
      font-family: "PT Sans", sans-serif; }
      .mclass-team .slider .slick-slide .about .name {
        font-weight: bold;
        font-size: 22px;
        line-height: 38px; }
      .mclass-team .slider .slick-slide .about .experience {
        font-size: 18px;
        line-height: 28px; }

.mclass-faq {
  display: block;
  height: auto;
  margin-bottom: 70px; }

.faq-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.faq-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.faq-tab {
  display: block;
  width: 228px;
  margin-left: -60px;
  padding: 27px 25px 18px 25px;
  padding-left: 90px;
  border: 1px solid #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-align: center;
  background: #f7f7f7;
  cursor: default; }
  .faq-tab:nth-child(1) {
    z-index: 5; }
  .faq-tab:nth-child(2) {
    z-index: 4; }
  .faq-tab:nth-child(3) {
    z-index: 3; }
  .faq-tab:nth-child(4) {
    z-index: 2; }
  .faq-tab:nth-child(5) {
    z-index: 1; }
  .faq-tab:nth-child(6) {
    z-index: 0; }
  .faq-tab:first-child {
    margin-left: 0;
    padding-left: 25px;
    width: 166px; }
  .faq-tab .tab-icon {
    width: 37px;
    height: 37px;
    margin: 0 auto; }
    .faq-tab .tab-icon__online {
      background: url(https://studio.jvcompany.ru/assets/online_grey-f8a0352aebfd709274b423c5be06267e1253e21c1d83215266c9767957058155.svg) no-repeat 50% 50%;
      background-size: 75%; }
    .faq-tab .tab-icon__offline {
      background: url(https://studio.jvcompany.ru/assets/knife&fork_grey-38da573af25f08350356172d3695ae902f5c6b6e6724238d97e26a951ed62993.svg) no-repeat 50% 50%;
      background-size: 75%; }
    .faq-tab .tab-icon__certificate {
      background: url(https://studio.jvcompany.ru/assets/cert_grey-1f11c302ca0909ebf4926c61e664595354f4e770ba5fb9a6d50525ac3449c2e9.svg) no-repeat 50% 50%;
      background-size: 75%; }
    .faq-tab .tab-icon__holidays {
      background: url(https://studio.jvcompany.ru/assets/star_grey-51e67bc04c0b383d39c35db7c8bd574d9c0d871fd13420e7b4ed45f51d09acf7.svg) no-repeat 50% 50%;
      background-size: 75%; }
    .faq-tab .tab-icon__corporates {
      background: url(https://studio.jvcompany.ru/assets/glasses_grey-b3670b655b0947dfe4942b968565f36d01f9c4eac98c631423ab95314258d7b1.svg) no-repeat 50% 50%;
      background-size: 75%; }
    .faq-tab .tab-icon__cookery {
      background: url(https://studio.jvcompany.ru/assets/cook-hat_grey-641613ee8e05da8903a9c691464d2630acb7348e0e36980242faa76ce50f8e0d.svg) no-repeat 50% 50%;
      background-size: 75%; }
  .faq-tab--active {
    margin-left: 0;
    width: 166px;
    padding-left: 31px;
    border: 1px solid #03A561;
    cursor: default; }
    .faq-tab--active .tab-icon__online {
      background-image: url(https://studio.jvcompany.ru/assets/online_green-8ad86cb3735b634a3a6f09b144c2949bb04037ef3ccf1dab7a8ce559549f5f2b.svg); }
    .faq-tab--active .tab-icon__offline {
      background-image: url(https://studio.jvcompany.ru/assets/knife&fork_green-ec74bd6aaa2ddbbb71dd8a83c9e6ece5ad447a723767a9eb9e67e329237295bb.svg); }
    .faq-tab--active .tab-icon__certificate {
      background-image: url(https://studio.jvcompany.ru/assets/cert_green-c68ecfa6c5c8dcbab9b4969628dfa07c48e18a5a9fd4172db808054e2c8a7941.svg); }
    .faq-tab--active .tab-icon__holidays {
      background-image: url(https://studio.jvcompany.ru/assets/star_green-435c5a612fadd9e97ccae0d26f302d5df2016972e3e81f03c276e924b69ed3d8.svg); }
    .faq-tab--active .tab-icon__corporates {
      background-image: url(https://studio.jvcompany.ru/assets/glasses_green-6ad7cf9820fde9cfb2f9250f49ef40463d434866e4182f3bb23581e7d01b532e.svg); }
    .faq-tab--active .tab-icon__cookery {
      background-image: url(https://studio.jvcompany.ru/assets/cook-hat_green-59aecbced1177b1d0a1e8aaa49aaf40a5b518fb18a1a2682e555148e3fd51812.svg); }

.faq-questions {
  display: none; }
  .faq-questions--active {
    display: block; }

.question-wrap {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.question {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 16px 98px 16px 30px;
  margin: -1px -1px 0 -1px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  font-size: 18px;
  line-height: 28px;
  font-family: "PT Sans", sans-serif;
  z-index: 2;
  cursor: pointer; }
  .question--open {
    font-weight: 700;
    background: #f7f7f7; }
  .question:hover {
    color: #2b2b2b; }

.question-arrow {
  position: absolute;
  right: 30px;
  height: 38px;
  width: 38px;
  background: url(https://studio.jvcompany.ru/assets/chevron-25b1953a7e2414740b76291e6790019cc24f21b50b0bdbf6af538e015ece88e3.svg) no-repeat, #f7f7f7;
  background-size: 12px;
  background-position: 50% 50%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
  .question-arrow--open {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-color: #fff; }

.answer {
  display: none;
  width: 100%;
  padding: 20px 30px 25px 30px;
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: margin-top 0.7s;
  transition: margin-top 0.7s;
  font-family: "PT Sans", sans-serif; }
  .answer a {
    color: #15bded; }
    .answer a:hover {
      color: #03A561; }

.mclass-delivery {
  height: 560px;
  margin-bottom: 37px;
  margin-left: 47px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA;
  background: #f7f7f7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-family: "PT Sans", sans-serif;
  text-align: center; }

.mclass-delivery__banner {
  width: 313px;
  height: 232px;
  margin-bottom: 33px;
  background: url(https://studio.jvcompany.ru/assets/delivery-ee63baea7147e051ad469ba70ab544764590424959c81f89423bb9459d2c6c8f.png) no-repeat;
  background-size: cover;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.mclass-delivery__description {
  padding: 0 25px; }

.mclass-delivery__title {
  width: 265px;
  margin: 0 auto;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  font-family: "PT Sans", sans-serif; }

.mclass-delivery__text {
  width: 262px;
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 26px; }

.mclass-reviews {
  margin-bottom: 70px; }
  .mclass-reviews .slider {
    height: 562px; }
  .mclass-reviews .slider-arrow {
    background: #08b457;
    color: #fff; }
  .mclass-reviews .slick-slide {
    width: 317px;
    height: 98%;
    margin-right: 30px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    overflow: hidden; }
    .mclass-reviews .slick-slide img {
      width: 100%; }

.mclass-offers {
  margin-bottom: 71px; }
  .mclass-offers .slider {
    height: 375px; }
    .mclass-offers .slider::after {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      right: -20px;
      bottom: 0;
      width: 428px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
      pointer-events: none; }
    .mclass-offers .slider .slick-slide {
      width: 820px;
      margin-right: 20px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      overflow: hidden; }

.mclass-offers__adv {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.mclass-offers__adv-banner {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  top: 12px;
  left: 15px;
  right: 15px; }

.mclass-offers__adv-domain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  width: 180px;
  padding: 4px;
  -webkit-border-radius: 84px;
          border-radius: 84px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  .mclass-offers__adv-domain::before {
    content: '!';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 1px;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff; }
  .mclass-offers__adv-domain span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff; }
    .mclass-offers__adv-domain span:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 3px; }
      .mclass-offers__adv-domain span:first-child::after {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .mclass-offers__adv-domain span:last-child {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.mclass-offers__adv-menu {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(https://studio.jvcompany.ru/assets/dots-94a1177f45f297670d7c6984b779ecf9842672e80ab333d357dbc5087c551d9d.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .mclass-offers__adv-menu:hover .mclass-offers__adv-popup {
    opacity: 1;
    z-index: 1; }

.mclass-offers__adv-popup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 8px;
  right: 0;
  width: 250px;
  padding: 18px 20px 18px 16px;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.mclass-offers__adv-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .mclass-offers__adv-link::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }
  .mclass-offers__adv-link--token::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-copy-d5f6fdc939cc6717c6d0f1717078744f7a6b7f7b9b484b897a65c2371eaffd28.svg); }
  .mclass-offers__adv-link--token:hover::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-copy-g-4e72e22a2886ed92a7e28dc7ca39429b94db98768853f481d50edc2502f3f657.svg); }
  .mclass-offers__adv-link--info::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-info-dd2ad23d27369956faf4646d26f426b93ce010358396cfaea026d26385325674.svg); }
  .mclass-offers__adv-link--info:hover::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-info-g-7413c24886435830ae0b1cf394b271f6b79e118b608e432c16a577e178861c38.svg); }
  .mclass-offers__adv-link:hover .mclass-offers__adv-copy {
    color: #03A561; }

.mclass-offers__adv-copy {
  font-size: 14px;
  line-height: 18px;
  color: #2B2B2B;
  -webkit-transition: color .3s;
  transition: color .3s; }

.mclass-offers__adv-info {
  display: none; }

.mclass__form-wrap {
  padding: 31px 40px 30px 40px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA; }

.mclass-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 70px; }

.mclass-contacts__map-wrap {
  margin-bottom: 0; }

.mclass-contacts__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 17px; }

.mclass-contacts__form {
  display: grid;
  height: 100%;
  grid-template-rows: 56px 56px 100px 75px 81px;
  grid-template-columns: 50% 50%;
  gap: 10px; }
  .mclass-contacts__form .input-box textarea {
    resize: none; }
  .mclass-contacts__form .input-box--name {
    grid-column-start: span 2;
    grid-row-start: 1; }
  .mclass-contacts__form .input-box--tel {
    grid-column-start: 1;
    grid-row-start: 2; }
  .mclass-contacts__form .input-box--email {
    grid-row-start: 2; }
  .mclass-contacts__form .input-box--message {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3; }
  .mclass-contacts__form .input-box__check {
    grid-column-start: 2;
    grid-row-start: 4;
    padding-left: 5px;
    padding-top: 17px; }
  .mclass-contacts__form .input-box .form-input__checkbox-label {
    width: 83%; }
  .mclass-contacts__form .form-captcha {
    grid-column-start: 1;
    grid-row-start: 4; }
  .mclass-contacts__form button {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 25px; }

.mclass-goto {
  width: 100%;
  padding: 56px 0 60px 50px;
  margin-bottom: 40px;
  background: url(https://studio.jvcompany.ru/assets/img_comp-1ef4daa062849736a1c5042b26ff8c5533a27546c95fc447ae27e48278c9f044.png) no-repeat 90% 55%, url(https://studio.jvcompany.ru/assets/bg_food-68f4a81719c0e1becbdb1bfd8cf7b30e11f71da3ec8c73421c8b4f140fca42f8.png) no-repeat 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 0 1px 1px #EAEAEA;
          box-shadow: 0 0 1px 1px #EAEAEA; }
  .mclass-goto .title {
    width: 570px;
    margin-bottom: 10px; }
  .mclass-goto p {
    width: 515px;
    margin-bottom: 29px;
    font-size: 18px; }

.mclass__ticket .mclass__ticket-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mclass__ticket .mclass__ticket-footer .ticket__footer-link:not(:last-child) {
    margin-right: 15px; }
.masterclass-order {
  padding: 40px 0;
  background: #fff;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.masterclass-order__master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px; }

.masterclass-order__avatar-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px; }

.masterclass-order__master-avatar {
  width: 62px;
  height: 62px;
  background: #F7F7F7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center; }
  .masterclass-order__master-avatar > i {
    color: #969696;
    font-size: 26px;
    line-height: 62px; }

.masterclass-order__master-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.masterclass-order__master-name {
  font-size: 18px;
  line-height: 28px;
  color: #333333; }

.masterclass-order__master-other {
  font-size: 14px;
  line-height: 22px;
  color: #969696;
  border-bottom: 1px solid #E3E3E3; }
  .masterclass-order__master-other:hover {
    color: #03A561;
    border-bottom-color: transparent; }

.masterclass-order__summary-icon {
  display: none !important;
  background: url(https://studio.jvcompany.ru/assets/check-white-262a202977b9968255e9a3534bc75cc2583ef42f445da994020b3863daa09fd4.svg) no-repeat;
  width: 13px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  margin-right: 9px; }

.masterclass-order__info {
  margin-top: 13px;
  padding: 0 40px; }
  .masterclass-order__info--p20 {
    padding: 0 20px; }

.masterclass-order__info-row {
  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; }
  .masterclass-order__info-row + .masterclass-order__info-row {
    margin-top: 13px; }
  .masterclass-order__info-row--address {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.masterclass-order__address {
  font-size: 16px;
  line-height: 26px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.masterclass-order__address-mark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 26px;
  color: #2B2B2B;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #EAEAEA;
  cursor: pointer; }
  .masterclass-order__address-mark:hover + .masterclass-order__tooltip {
    z-index: 1; }

.masterclass-order__tooltip {
  position: absolute;
  top: -webkit-calc( 100% + 16px);
  top: calc( 100% + 16px);
  right: -18px;
  padding: 16px 20px;
  max-width: 293px;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: z-index .3s;
  transition: z-index .3s;
  z-index: -2; }

.masterclass-order__tooltip-close {
  display: none; }

.masterclass-order__info-title {
  font-size: 18px;
  line-height: 26px;
  color: #969696; }

.masterclass-order__info-value {
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: #2B2B2B; }
  .masterclass-order__info-value--color {
    color: #EB6532; }
  .masterclass-order__info-value--location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .masterclass-order__info-value--location > i {
      margin-right: 10px; }

.masterclass-order__summary {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #EAEAEA; }

.masterclass-order__summary-row {
  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-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.masterclass-order__summary-title {
  font-size: 18px;
  line-height: 26px;
  color: #969696; }

.masterclass-order__summary-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  color: #2B2B2B; }

.masterclass-order__old-price {
  display: inline-block; }
  .masterclass-order__old-price span {
    margin-right: 15px;
    font-size: 18px;
    color: #969696;
    font-weight: normal;
    text-decoration: line-through;
    line-height: 1; }

.masterclass-order__new-price {
  display: inline-block;
  color: #E41B13;
  line-height: 1; }
  .masterclass-order__new-price span {
    font-size: 18px;
    line-height: 1; }

.masterclass-order__summary-action-wrap {
  position: relative; }

.masterclass-order__summary-action {
  margin-top: 12px; }
  .masterclass-order__summary-action > .button {
    display: block;
    width: 100%; }
  .masterclass-order__summary-action--added > .button {
    cursor: pointer;
    background: #FFBA00; }
    .masterclass-order__summary-action--added > .button .masterclass-order__summary-icon {
      display: inline-block !important; }

.masterclass-order__share {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -15px; }

.masterclass-order__share-title {
  font-size: 16px;
  line-height: 22px;
  color: #2B2B2B; }

.masterclass-order__share-btns {
  margin-left: 5px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.masterclass-order__events {
  margin-top: 27px; }

.masterclass-order__events-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #2B2B2B;
  margin-bottom: 13px; }

.masterclass-order__events-inner {
  margin: -5px 0; }

.masterclass-order__add-complete {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 15px;
  padding: 23px 26px 28px;
  background: #FFFFFF;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  z-index: 10;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: 0.15s opacity, 0.15s 0s visibility, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s 0s visibility, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s transform, 0.15s 0s visibility;
  transition: 0.15s opacity, 0.15s transform, 0.15s 0s visibility, 0.15s -webkit-transform; }
  .masterclass-order__add-complete.is-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 0s visibility, 0.15s opacity, 0.15s -webkit-transform;
    transition: 0s visibility, 0.15s opacity, 0.15s -webkit-transform;
    transition: 0s visibility, 0.15s opacity, 0.15s transform;
    transition: 0s visibility, 0.15s opacity, 0.15s transform, 0.15s -webkit-transform; }

.masterclass-order__add-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000; }

.masterclass-order__add-descr {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000; }

.masterclass-order__add-actions {
  margin-top: 10px;
  text-align: center; }

.masterclass-order__add-action + .masterclass-order__add-action {
  margin-top: 10px; }

.masterclass-order__link-all {
  font-size: 16px;
  line-height: 21px;
  color: #969696; }

.masterclass-order__info-delivery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #EAEAEA;
  pointer-events: none;
  color: #969696; }
  .masterclass-order__info-delivery--enabled {
    color: inherit;
    pointer-events: inherit; }
    .masterclass-order__info-delivery--enabled .masterclass-order__info-question {
      background: url(https://studio.jvcompany.ru/assets/q-sign-18df4f2a43fbc1cda4091bb1762c1116dd34609488e9fa84faf279951fa26fa8.svg) no-repeat 50% 50%, rgba(3, 165, 97, 0.1); }

.masterclass-order__info-checkbox {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: transparent;
  background-position: 50% 50%; }
  .masterclass-order__info-checkbox input {
    visibility: hidden; }

.masterclass-order__info-checkbox--active {
  background-image: url(https://studio.jvcompany.ru/assets/check-green-1c3ca216ecf10198903d70c90e4a33a1d9cb3e0079ea2548c8f15b584fb17ddd.svg);
  background-repeat: no-repeat;
  background-size: 85%; }

.masterclass-order__info-text--bold {
  font-weight: 700; }

.masterclass-order__info-question {
  height: 24px;
  width: 24px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-left: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: url(https://studio.jvcompany.ru/assets/q-sign-grey-a772900b28e568cc861f0f7447f8db45c2d25d86f42128bc390861a3d70e9959.svg) no-repeat 50% 50%, rgba(150, 150, 150, 0.1);
  cursor: pointer; }

.masterclass-order__del-price {
  display: none; }

.masterclass-order__info-tooltip {
  position: absolute;
  top: -300%;
  left: 0;
  margin: 0 -10px;
  padding: 20px 25px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: rgba(0, 0, 0, 0.85);
  color: #FFFFFFFF;
  z-index: -1;
  -webkit-transition: z-index .5s;
  transition: z-index .5s; }
  .masterclass-order__info-tooltip h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold; }
  .masterclass-order__info-tooltip p {
    font-size: 14px;
    line-height: 19px; }

.masterclass-order__info-question:hover ~ .masterclass-order__info-tooltip {
  z-index: 1; }

.masterclass-order__more {
  padding-top: 15px; }

.masterclass-order__more-title {
  margin-bottom: -17px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700; }

.masterclass-order__slider {
  position: relative;
  margin: 0 -40px; }
  .masterclass-order__slider .slick-list {
    padding: 40px; }

.masterclass-order__slider-arrow {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10; }
  .masterclass-order__slider-arrow::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    height: -webkit-calc( 100% - 60px);
    height: calc( 100% - 60px);
    width: 42px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1; }
  .masterclass-order__slider-arrow i::before {
    content: "";
    display: block;
    height: 14px;
    width: 8px;
    background-image: url(https://studio.jvcompany.ru/assets/order-arrow-b84031e32c838c128e5ad4291c48cb9248995ab9c7ae7afa059ba4bf1c9319ec.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .masterclass-order__slider-arrow--next {
    left: auto;
    right: 0; }
    .masterclass-order__slider-arrow--next::before {
      left: auto;
      right: 0; }
  .masterclass-order__slider-arrow--prev {
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .masterclass-order__slider-arrow.slick-disabled {
    display: none !important; }
  .masterclass-order__slider-arrow:not(.slick-disabled) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.masterclass-order__slide {
  display: block;
  min-width: 155px;
  padding: 16px 16px 12px;
  border: 1px solid #03A561;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  cursor: pointer;
  -webkit-transition: border-color .3s, background .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, background .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, background .3s, box-shadow .3s;
  transition: border-color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s; }
  .masterclass-order__slide:not(:last-child) {
    margin-right: 10px; }
  .masterclass-order__slide:hover {
    border-color: transparent;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(43, 43, 43, 0.15);
            box-shadow: 0 10px 30px 0 rgba(43, 43, 43, 0.15); }
    .masterclass-order__slide:hover .masterclass-order__slide-date {
      color: #2B2B2B; }
    .masterclass-order__slide:hover .masterclass-order__slide-places, .masterclass-order__slide:hover .masterclass-order__slide-price {
      color: #969696; }
  .masterclass-order__slide .masterclass-order__info-value--location {
    font-size: 14px;
    line-height: 26px; }

.masterclass-order__slide-date {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
  font-weight: 700; }

.masterclass-order__slide-places, .masterclass-order__slide-price {
  font-size: 14px;
  line-height: 22px;
  color: #969696; }

.masterclass-order__slide-price {
  margin-bottom: 11px; }
  .masterclass-order__slide-price .masterclass-order__old-price span, .masterclass-order__slide-price .masterclass-order__new-price span {
    font-size: inherit;
    line-height: inherit; }
.masterclass-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 506px;
  padding: 0 50px 45px;
  margin-bottom: 30px;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }
  .masterclass-preview:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

.masterclass-preview__content {
  position: relative; }

.masterclass-preview__badge {
  display: inline-block;
  padding: 6px 16px;
  color: #03A561;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .masterclass-preview__badge--archive {
    background: #E41B13;
    color: #fff; }
  .masterclass-preview__badge--forkids {
    background: #ff6727; }

.masterclass-preview__badge-title {
  font-size: 16px;
  line-height: 20px;
  color: #fff; }

.masterclass-preview__discount {
  margin-left: 10px;
  display: inline-block;
  background-color: #ffba00;
  width: 31px;
  height: 31px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #000;
  font-weight: 700; }

.masterclass-preview__title {
  margin: 0;
  margin-top: 12px;
  color: #fff; }

.masterclass-preview__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  font-size: 16px; }

.masterclass-preview__info-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.masterclass-preview__date {
  margin-right: 20px;
  color: #fff; }
  .masterclass-preview__date > i {
    margin-right: 10px; }

.masterclass-preview__info-difficult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  margin-right: 20px; }

.masterclass-preview__info-hats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px; }

.masterclass-preview__info-rating .stars-rating {
  color: #fff; }

.masterclass-preview__info-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.masterclass-preview__info-comments {
  margin-right: 10px;
  color: #fff; }
  .masterclass-preview__info-comments:hover {
    color: #fff; }
  .masterclass-preview__info-comments > i {
    margin-right: 10px; }
  .masterclass-preview__info-comments .counts {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.masterclass-studio {
  position: relative;
  margin: 0 -15px; }
  .masterclass-studio > .slick-list > .slick-track {
    margin-left: 0; }

.masterclass-studio__item {
  position: relative;
  max-height: 400px;
  height: 400px;
  padding: 0 15px 28px 15px; }

.masterclass-studio__item-preview {
  display: block;
  height: 372px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.masterclass-studio__item-title {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 35px;
  right: 35px;
  max-width: 240px;
  width: 100%;
  padding: 14px 25px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #2B2B2B;
  background: #F7F7F7;
  text-align: center; }

.masterclass-studio__arrow {
  position: absolute;
  top: -webkit-calc( 50% - 28px);
  top: calc( 50% - 28px);
  width: 60px;
  height: 60px;
  background-color: #2B2B2B;
  background-image: url(https://studio.jvcompany.ru/assets/studio-slider-arrow-1c4793412521cdc0d63b528da2f9fa027f9b6494505d98d6146d13097ceb4429.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  z-index: 1;
  cursor: pointer; }
  .masterclass-studio__arrow.prev {
    left: -16px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .masterclass-studio__arrow.next {
    right: -16px; }
  .masterclass-studio__arrow.slick-disabled {
    display: none !important; }
.masterclass-tickets__link {
  position: relative;
  display: block;
  color: #03A561;
  cursor: pointer; }
  .masterclass-tickets__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    width: 100%;
    background: #03A561; }

.masterclass-tickets__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7px 25px 8px;
  background: #F7F7F7;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.masterclass-tickets__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
  width: 100%;
  padding-top: 3px; }

.masterclass-tickets__online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.masterclass-tickets__online-icon {
  width: 24px;
  height: 24px;
  background: url(https://studio.jvcompany.ru/assets/icon-prepare-19866ada16e8974e8eab92c6ba8f6838b199ff83650fff2396e4efb4e41c63a5.svg);
  background-size: contain;
  margin-right: 12px; }

.masterclass-tickets__online-text {
  color: #2b2b2b;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }

.masterclass-tickets__count-tickets {
  margin-right: 17px; }
  .masterclass-tickets__count-tickets > i {
    margin: 0 4px; }
    .masterclass-tickets__count-tickets > i:first-child {
      margin-left: 0; }
    .masterclass-tickets__count-tickets > i:last-child {
      margin-right: 0; }

.masterclass-tickets__count-label {
  cursor: pointer;
  font-size: 16px;
  color: #2b2b2b;
  border-bottom: 1px solid #E3E3E3;
  font-weight: bold; }
  .masterclass-tickets__count-label:hover {
    border-color: transparent;
    color: #03A561; }

.masterclass-tickets__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.masterclass-tickets__time-label {
  margin-right: 20px;
  font-size: 16px;
  color: #969696; }

.masterclass-tickets__time-value > i {
  color: #03A561;
  font-size: 16px;
  margin-right: 10px; }

.ticker-user {
  font-size: 16px;
  color: #969696; }
  .ticker-user--active {
    color: #03A561; }

.masterclass-tickets__icon {
  height: 30px;
  width: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  background-color: #FFFFFFFF;
  background-image: url(https://studio.jvcompany.ru/assets/tickets-icon-080c27212d8c65af5e68a14deed82a01098e0e18edf7d793952471409699ffe8.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
.masterclass__description-new-year {
  margin-bottom: 10px; }

.masterclass__main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.masterclass__description-items {
  margin-top: 20px;
  margin-bottom: 20px; }
  .masterclass__description-items strong {
    font-weight: 700; }

.masterclass__description-item {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B; }
  .masterclass__description-item::before {
    position: absolute;
    top: 13px;
    left: 10px;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #2B2B2B;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.masterclass__description-footer {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 26px; }

.masterclass__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding-right: 60px; }

.masterclass__tickets {
  margin: 13px 0 25px; }

.masterclass__tickets-empty {
  margin-bottom: 20px; }

.masterclass__sidebar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 400px; }

.masterclass__noty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px 0 32px 0;
  font-size: 16px;
  line-height: 26px;
  color: #2B2B2B; }
  .masterclass__noty::before {
    content: '!';
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #03A561;
    color: #03A561;
    text-align: center; }

.masterclass__block {
  margin-bottom: 53px; }
  .masterclass__block--clipped-inner .masterclass__block {
    margin-bottom: 0; }
  .masterclass__block--mb25 {
    margin-bottom: 25px; }

.masterclass__block-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px; }
  .masterclass__block-head--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

.masterclass__block-place {
  position: relative;
  padding-left: 27px;
  font-size: 22px;
  line-height: 32px; }
  .masterclass__block-place::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 32px;
    background: url(https://studio.jvcompany.ru/assets/studio-marker-6f8e5e5af71f9537d8fa2ee268c2e70dc47b181859e7ce3aaa1bbeecd2a0e60f.svg) 50% 50% no-repeat;
    background-size: contain; }

.masterclass__block-button {
  padding: 11px 35px 12px; }

.masterclass__block-title {
  margin-bottom: 0; }
  .masterclass__block-title--mb10 {
    margin-bottom: 10px; }

.masterclass__block-count {
  padding-left: 10px; }

.masterclass__block-head-count {
  display: inline-block;
  color: #969696;
  margin-left: 10px; }

.masterclass__related {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px; }

.masterclass__related-list {
  width: -webkit-calc( 75% - 30px);
  width: calc( 75% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.masterclass__related-item {
  width: -webkit-calc( ( 100% - 60px ) / 3);
  width: calc( ( 100% - 60px ) / 3); }

.masterclass__related-banner {
  width: 318px;
  height: 511px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 318px;
      -ms-flex: 1 0 318px;
          flex: 1 0 318px; }
  .masterclass__related-banner .banner {
    width: 100%; }

.masterclass__coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 40px;
  margin-top: 25px;
  background: rgba(231, 55, 48, 0.08);
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.masterclass__coming-soon-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.masterclass__coming-soon-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff; }
  .masterclass__coming-soon-icon > img {
    width: 30px;
    height: 29px;
    margin: auto; }

.masterclass__coming-soon-title {
  color: #E73730;
  font-size: 16px;
  font-weight: bold; }

.masterclass__coming-soon-description {
  color: #E73730;
  font-size: 16px; }

.masterclass__coming-soon-action > .button {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff; }

.masterclass__tickets {
  padding: 35px 50px 40px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7; }

.masterclass__tickets-title {
  margin-bottom: 10px; }

.masterclass__tickets-text, .masterclass__tickets-link {
  margin-bottom: 20px;
  color: #2B2B2B;
  font-size: 18px;
  line-height: 28px; }

.masterclass__tickets-link {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #03A561;
  cursor: pointer; }
  .masterclass__tickets-link::after {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #03A561; }

.masterclass__tickets-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .masterclass__tickets-icons img {
    height: 24px;
    width: 14px; }
    .masterclass__tickets-icons img:not(:last-child) {
      margin-right: 8px; }

.masterclass__raffle {
  position: relative;
  max-height: 165px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #03A561;
  overflow: hidden; }

.masterclass__raffle-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass__raffle-content {
  max-width: 440px; }

.masterclass__raffle-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #fff; }

.masterclass__raffle-text {
  color: #fff;
  font-size: 16px;
  line-height: 26px; }

.masterclass__raffle-images {
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  width: auto;
  max-width: 40%; }

.masterclass__raffle-img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.masterclass__raffle-content {
  padding: 30px 0 35px 40px; }

.masterclass__raffle-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  z-index: 1; }
  .masterclass__raffle-bg--mobile {
    display: none; }

.masterclass__timing-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 32px; }
  .masterclass__timing-item span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    font-family: "PT Serif", sans-serif;
    line-height: 46px;
    text-align: center;
    color: #03A561;
    border: 1px solid #03A561;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .masterclass__timing-item:not(:last-child) {
    margin-bottom: 50px; }
    .masterclass__timing-item:not(:last-child)::after {
      position: absolute;
      display: block;
      content: '';
      bottom: -40px;
      left: 40px;
      height: 30px;
      width: 1px;
      background: url(https://studio.jvcompany.ru/assets/dashes-9810a08661eb0cf7f65e9905540b36ec32339bab36778408a3153a3f0e525a23.png) 50% 50% no-repeat;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }

.masterclass__breadcrumbs {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 22px; }
  .masterclass__breadcrumbs a {
    color: #969696;
    padding-right: 10px; }
    .masterclass__breadcrumbs a::after {
      content: '>';
      display: inline-block;
      padding-left: 10px; }
.mc-packs__head {
  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;
  width: 100%;
  margin-bottom: 50px; }

.mc-packs__head-banner {
  position: relative;
  max-height: 394px;
  height: auto;
  margin-bottom: 0; }
  .mc-packs__head-banner::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 29%; }
  .mc-packs__head-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.mc-packs__description {
  gap: 36px; }

.mc-packs__description-title {
  font-family: 'PT Sans'; }

.mc-packs__description-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  background-color: #f7f7f7; }
  .mc-packs__description-image img {
    height: 45px;
    width: 45px;
    -o-object-fit: cover;
       object-fit: cover; }

.mc-packs__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 40px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.mc-packs__item {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 18px;
  line-height: 28px; }
  .mc-packs__item::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    height: 8px;
    width: 8px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #03A561;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mc-packs__info {
  margin-top: auto; }

.mc-packs__summary-row {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.mc-packs__head-banner {
  position: relative; }

.mc-packs__head-title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 80px;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  font-weight: bold; }

.mc-pacs__slider-wrap {
  position: relative; }

.mc-pacs__slider-counter {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 45px;
  right: 60px;
  font-size: 22px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  font-family: PT Sans;
  z-index: 1; }
  .mc-pacs__slider-counter span:not(:last-child) {
    font-family: PT Serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff; }

.slider.mc-pacs__slider {
  height: auto; }

.mc-pacs__slider-item {
  position: relative;
  height: 100%;
  width: 100%; }
  .mc-pacs__slider-item::before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding-top: 53%; }
  .mc-pacs__slider-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(61.46%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 61.46%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    z-index: 1; }
  .mc-pacs__slider-item img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.mc-pacs__slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px !important;
  height: 60px !important; }
  .mc-pacs__slider-arrow--prev {
    left: 30px; }
  .mc-pacs__slider-arrow--next {
    right: 30px; }
  .mc-pacs__slider-arrow.slick-disabled {
    background: #d8d5d2;
    cursor: not-allowed; }
  .mc-pacs__slider-arrow:hover {
    width: 60px !important;
    height: 60px !important; }

.mc-pacs__slider-texts {
  position: absolute;
  top: auto;
  left: 60px;
  bottom: 45px;
  max-width: 625px;
  color: #fff;
  font-family: PT Sans;
  z-index: 2; }
  .mc-pacs__slider-texts h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700; }
  .mc-pacs__slider-texts p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400; }

.mc-pacs__get {
  margin-bottom: 85px; }

.slider.mc-pacs__get-slider {
  height: 318px; }
  .slider.mc-pacs__get-slider .slick-slide {
    padding: 25px 25px 30px;
    border: 1px solid #eaeaea;
    background: #f7f7f7;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    max-width: 320px;
    margin-right: 30px; }

.mc-pacs__get-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff; }
  .mc-pacs__get-icon img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.mc-pacs__get-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px; }

.mc-pacs__get-text {
  font-size: 18px;
  line-height: 28px; }

.mc-packs__banner {
  height: 410px;
  padding: 50px;
  margin-bottom: 85px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-85cd674eda617d204f2994840cfb906834b441240b39824854c4670cec2ae9ee.png) 0 0 no-repeat, url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-photo-dd8dcf537c12aa9a59bf156bc6c8a1e19e94a850f7c52f9d549f493fb33807e3.png) 95% 50% no-repeat, #f7f7f7; }

.mc-packs__banner-content {
  max-width: 570px; }

.mc-packs__banner-anno {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #ffba00; }

.mc-packs__banner-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: #fff; }

.mc-packs__banner-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  color: #fff; }

.mc-packs__teachers {
  margin-bottom: 84px; }

.mc-packs__process {
  margin-bottom: 85px; }

.slider.mc-packs__process-slider {
  height: 374px; }

.mc-packs__process-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.mc-packs__process-img {
  display: block;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.mc-packs__process-content {
  width: 100%;
  height: 100%;
  padding: 80px 80px 80px 50px; }

.mc-packs__process-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px; }

.mc-packs__process-text {
  font-size: 18px;
  line-height: 28px; }

.mc-packs__process-slider.slider .slick-dots li button {
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #eaeaea; }

.mc-packs__process-slider.slider .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  border: none;
  background: #03A561; }

.mc-packs__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 50px 0;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
  background: url(https://studio.jvcompany.ru/assets/mc-bottom-351e5dcbd71a0967489b4d7e0fbcd41b2dd1596b063a49f758a2e4df9df98c5d.svg) 100% 50% no-repeat, #F7F7F7;
  border-bottom: 1px solid #E3E3E3; }

.mc-packs__footer-subtitle {
  margin-bottom: 2px;
  font-size: 22px;
  line-height: 32px; }

.mc-packs__footer-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold; }

.mc-packs__footer-link {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #03A561;
  background-image: url(https://studio.jvcompany.ru/assets/next-white-494f8f5d219692adc5e18ee68911ac7b2ccb78bdf1d644cf498ce5626835bf44.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position .5s;
  transition: background-position .5s; }
  .mc-packs__footer-link:hover {
    background-position: 90% 50%; }

.mc-pack__faq {
  margin-bottom: 85px; }

.mc-pack__faq-title {
  margin-bottom: 40px; }

.mc-packs__popup {
  max-width: 800px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.mc-packs__popup-image {
  display: block;
  height: 342px;
  width: 100%;
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px; }

.mc-packs__popup-content {
  padding: 15px 40px 45px;
  background: #fff; }

.mc-packs__popup-head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea; }

.mc-packs__popup-title {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px; }

.mc-packs__popup-date {
  margin-left: 10px;
  font-size: 16px;
  color: #969696;
  line-height: 26px; }

.mc-packs__popup-subtitle {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold; }

.mc-packs__popup-for {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px; }

.mc-packs__popup-block:not(:last-child) {
  margin-bottom: 15px; }

.mc-packs__popup-block p {
  font-size: 18px;
  line-height: 28px; }
  .mc-packs__popup-block p:not(:last-child) {
    margin-bottom: 15px; }

.mc-packs__popup-ingredients li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  line-height: 28px; }
  .mc-packs__popup-ingredients li::before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    background: #03A561;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mc-packs__popup-ingredients li:not(:last-child) {
    margin-bottom: 10px; }

.mc-packs__masterclasses-items--series {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px; }

.mc-packs__gallery {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 16px;
  width: 100%; }
  .mc-packs__gallery img {
    display: block;
    width: 100%;
    -webkit-border-radius: 22px;
            border-radius: 22px; }
.image {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 60px; }
  .image_withimg {
    height: auto;
    text-align: center; }
    .image_withimg img {
      max-width: 100%; }
.menu__dropdown {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .menu__back {
    position: absolute;
    top: 0;
    height: 45px;
    line-height: 45px;
    left: -20px; }
    .menu__back .icon {
      margin-top: -2px;
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow_l-84f6bdce4d1999d48bc3967663688dec238f189b0c28f611bc121cb048dd5a30.png); }
  .menu__item {
    position: relative;
    height: 45px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer; }
    .menu__item:first-child {
      margin-left: 0; }
    .menu__item--online {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: #E41B13;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -0.5px; }
      .menu__item--online i {
        margin-right: -4px;
        margin-top: 1px; }
    .menu__item--loc {
      width: 20px;
      height: 20px;
      background-image: url(https://studio.jvcompany.ru/assets/marker-b5061fbac972fce49e21596442bdbb0cf359d67092309939fd939ca6beba33bf.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-transition: background .3s;
      transition: background .3s; }
      .menu__item--loc:hover {
        background-image: url(https://studio.jvcompany.ru/assets/marker-green-a7d5607091fe34ef9053ea883c3aa9a1f30486e7b14e748b0f090582ca7e8769.svg); }
    .menu__item--mail {
      width: 20px;
      height: 20px;
      background-image: url(https://studio.jvcompany.ru/assets/envelope-c9e22744453b4d2570a239049daae385026f0c972a6bb90a100f0f447019cc77.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      -webkit-transition: background .3s;
      transition: background .3s; }
      .menu__item--mail:hover {
        background-image: url(https://studio.jvcompany.ru/assets/envelope-green-e98801b72b62bafc11eed93813bced20763d39d54a473793c6e1efe1b5dc195a.svg); }
    .menu__item.active {
      color: #03A561; }
      .menu__item.active i {
        color: #03A561; }
    .menu__item:hover {
      color: #03A561; }
      .menu__item:hover .menu__dropdown {
        display: block; }
  .menu__icon {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px; }
    .menu__icon > i {
      font-size: 12px; }
  .menu__dropdown {
    display: none;
    position: absolute;
    top: 40px;
    left: -7px;
    background: #fff;
    padding: 18px 13px;
    -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
            box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
    -webkit-border-radius: 15px;
            border-radius: 15px;
    z-index: 1000000; }
  .menu__ditem {
    padding: 0 12px;
    height: 35px;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    display: block;
    color: #2b2b2b;
    white-space: nowrap;
    font-weight: normal; }
    .menu__ditem:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0; }
    .menu__ditem:hover {
      color: #03A561; }
      .menu__ditem:hover:after {
        display: none; }
    .menu__ditem.active {
      color: #03A561; }

.menu__item_droppable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .menu__item_droppable .menu__icon {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .menu__item_droppable:hover {
    color: #2b2b2b; }
    .menu__item_droppable:hover .menu__icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .menu__item_droppable:hover .menu__item-link, .menu__item_droppable:hover .menu__icon {
      color: #03A561; }

.menu__item-link {
  display: block;
  min-height: 100%; }
  .menu__item-link:hover {
    color: #2b2b2b; }

.pmenu {
  min-width: 350px;
  padding: 15px 40px 33px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .pmenu__item {
    display: block;
    padding-top: 17px;
    font-size: 16px;
    line-height: 26px; }
    .pmenu__item:not(:last-child) {
      padding-bottom: 20px;
      border-bottom: 1px solid #EAEAEA; }
    .pmenu__item.active span {
      padding: 0 5px;
      height: 20px;
      font-weight: bold; }
    .pmenu__item.active .pmenu__icon {
      width: 34px; }
      .pmenu__item.active .pmenu__icon .icon--green {
        display: inline-block; }
      .pmenu__item.active .pmenu__icon .icon--grey {
        display: none; }
    .pmenu__item.notified .pmenu__title {
      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; }
      .pmenu__item.notified .pmenu__title .pmenu__notify-num {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 4px 8px;
        background: #f7f7f7;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        font-size: 14px;
        line-height: 18px;
        color: #000000; }
  .pmenu__icon {
    width: 39px;
    float: left; }
    .pmenu__icon .icon {
      margin-top: -3px; }
    .pmenu__icon .icon--grey {
      display: inline-block; }
    .pmenu__icon .icon--green {
      display: none; }
  .pmenu__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.loading:after, .progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.poppy {
  -webkit-box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
          box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1); }

.extra .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/moar-53e72a70e6fbcc678f20a75e58ad4246b62f7272b1440f8899fcca97ee6b5dec.png); }

.price_hot .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/fire-5f37b3b5578a8cd0fb540ba14ce5c4b123f30afa0ca2b4a3e8fc53432edd491e.png); }

.location .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/placemark-4733137c43d961be6d39f2900883146991caf7f5bc67f650bb9063c0aec7e8c1.png); }

.back .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/back_grey-4528ac73f766698e082c5e5c133edecf44776f20ca3b1ba24fd924b80c6da353.png); }

.back:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/back-574d6ab9e08e77ace873dab649f43b9d50b850b4a7261011ce9535c00e88d2af.png); }

.square {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: bold;
  background: #e5a99d;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px; }
  .square_4 {
    font-size: 17px; }
  .square_5 {
    font-size: 14px; }
  .square_5 {
    font-size: 14px; }
  .square_6 {
    font-size: 11px; }
  .square_7 {
    font-size: 9px; }

.cp {
  cursor: pointer; }

.vacant {
  font-size: 14px;
  line-height: 23px; }
  .vacant .square {
    float: left;
    margin-right: 15px;
    margin-top: 3px; }
  .vacant__text {
    margin-top: -3px; }

.iconer {
  margin-bottom: 13px;
  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; }
  .iconer__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 30px; }
    .iconer__icon .icon {
      margin-top: -2px; }
  .iconer__content {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.hello img {
  vertical-align: top;
  width: 100%; }

.ul {
  padding-left: 40px; }

.delimiter {
  margin-bottom: 60px; }
  .delimiter_big {
    margin-bottom: 90px; }
  .delimiter_small {
    margin-bottom: 30px; }

.nowrap {
  white-space: nowrap; }

.price {
  font-size: 16px;
  color: #08b457;
  font-weight: bold; }
  .price_white {
    color: #fff; }
  .price .icon {
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -5px; }
  .price_hot {
    display: inline-block;
    font-size: 18px;
    color: #ff0000; }
    .price_hot .icon {
      width: 11px;
      height: 14px; }
  .price_zap {
    color: #E41B13; }
    .price_zap .icon {
      background-image: url(https://studio.jvcompany.ru/assets/zap_red-6854fdcb186d8648ec69e0a772bd5ee980acd9c9da14f9c612bf702c619358be.png);
      width: 9px;
      height: 15px;
      background-size: cover; }
  .price_black {
    color: #2b2b2b; }
  .price_old {
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    color: #969696;
    text-decoration: line-through; }
  .price span {
    font-weight: normal; }

.subtitle {
  margin-bottom: 24px;
  color: #222222;
  font-weight: 700;
  font-size: 22px; }

.flex {
  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; }
  .flex_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex__stretch {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0; }
  .flex__fixed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .flex__fluid {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0; }

.rounded {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  vertical-align: top; }

.feature .title {
  margin-bottom: 10px; }

.feature__text {
  font-size: 16px;
  line-height: 23px;
  margin-right: -20px;
  margin-bottom: 53px; }

.png-warning {
  margin-top: -6px; }

.location {
  color: #15bded;
  font-size: 14px; }
  .location .icon {
    margin-right: 10px;
    width: 11px;
    height: 15px;
    vertical-align: bottom; }

.line {
  border-bottom: 1px solid #eaeaea; }

.new {
  position: absolute;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  width: 64px;
  background: #08b457;
  text-align: center; }
  .new:after {
    content: '';
    top: 20px;
    left: 0;
    position: absolute;
    border-top: 0.5rem solid #08b457;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent; }

.sline {
  width: 30px;
  border-bottom: 2px solid #08b457; }

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 511px;
  min-width: 318px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .banner img {
    display: block;
    max-width: 318px;
    background: #f2f2f2; }
  .banner .round {
    -webkit-border-radius: 15px;
            border-radius: 15px;
    border: 1px solid #EAEAEA; }

.banner__advertising {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  top: 12px;
  left: 15px;
  right: 15px; }

.banner__advertising-domain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  width: 180px;
  padding: 4px;
  -webkit-border-radius: 84px;
          border-radius: 84px;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden; }
  .banner__advertising-domain::before {
    content: '!';
    display: block;
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 1px;
    font-size: 12px;
    line-height: 14px;
    color: #2B2B2B;
    text-align: center;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff; }
  .banner__advertising-domain span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #fff; }
    .banner__advertising-domain span:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 3px; }
      .banner__advertising-domain span:first-child::after {
        content: '';
        display: block;
        width: 2px;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 50%;
                border-radius: 50%; }
    .banner__advertising-domain span:last-child {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.banner__advertising-menu {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(https://studio.jvcompany.ru/assets/dots-94a1177f45f297670d7c6984b779ecf9842672e80ab333d357dbc5087c551d9d.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .banner__advertising-menu:hover .banner__advertising-popup {
    opacity: 1;
    z-index: 1; }

.banner__advertising-popup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 8px;
  right: 0;
  width: 250px;
  padding: 18px 20px 18px 16px;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.banner__advertising-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .banner__advertising-link::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }
  .banner__advertising-link--token::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-copy-d5f6fdc939cc6717c6d0f1717078744f7a6b7f7b9b484b897a65c2371eaffd28.svg); }
  .banner__advertising-link--token:hover::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-copy-g-4e72e22a2886ed92a7e28dc7ca39429b94db98768853f481d50edc2502f3f657.svg); }
  .banner__advertising-link--info::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-info-dd2ad23d27369956faf4646d26f426b93ce010358396cfaea026d26385325674.svg); }
  .banner__advertising-link--info:hover::before {
    background-image: url(https://studio.jvcompany.ru/assets/banner-info-g-7413c24886435830ae0b1cf394b271f6b79e118b608e432c16a577e178861c38.svg); }
  .banner__advertising-link:hover .banner__advertising-copy {
    color: #03A561; }

.banner__advertising-copy {
  font-size: 14px;
  line-height: 18px;
  color: #2B2B2B;
  -webkit-transition: color .3s;
  transition: color .3s; }

.banner__advertising-info {
  display: none; }

.banner-wrapper .banner {
  width: auto; }

.kond-bg {
  background: url(https://studio.jvcompany.ru/assets/kond-86770894f70a68c567bf3d87d9b663bf3300bc027781a0c7a5f6cbf29ff2c58a.jpg) center top no-repeat;
  height: 747px;
  margin-top: -69px;
  padding-top: 69px;
  margin-bottom: -141px;
  background-size: cover; }

.back {
  cursor: pointer; }
  .back .icon {
    margin-top: -2px;
    margin-right: 15px;
    width: 13px;
    height: 12px;
    color: #c7c7c7; }
  .back:hover {
    color: #2b2b2b; }

[data-role=hpop] {
  display: none;
  position: absolute; }

.hpop-active > [data-role=hpop] {
  display: block; }

[data-module="hpop"] {
  position: relative; }

.poppy {
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 20px; }

.extra {
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: pointer; }
  .extra .icon {
    width: 2px;
    height: 10px;
    vertical-align: middle; }

.text {
  line-height: 23px; }
  .text strong, .text b {
    font-weight: bold; }
  .text i, .text em {
    font-style: italic; }

.hzimager {
  height: 180px;
  line-height: 180px;
  margin-bottom: 23px; }
  .hzimager img {
    vertical-align: bottom; }

.mw370 {
  max-width: 370px; }

.mw400 {
  max-width: 400px; }

.progress {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  background: #eaeaea;
  width: 100px;
  height: 4px;
  -webkit-border-radius: 1px;
          border-radius: 1px; }
  .progress__bar {
    right: auto;
    background: #08b457; }

.loading {
  position: relative; }
  .loading:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(https://studio.jvcompany.ru/assets/rolling-1s-49px-afd0ee1d26cfcf5d96d1977a3f76df25f10e07cc6a7133ac5a61b63940d0a49b.svg);
    background-position: center center;
    background-repeat: no-repeat; }

.info {
  padding: 30px; }
.msg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.msg {
  padding: 20px 20px 15px;
  font-size: 14px;
  margin-bottom: 30px;
  position: relative; }
  .msg .usor {
    margin-bottom: 20px; }
  .msg .delimiter {
    margin-bottom: 15px; }
  .msg:before {
    content: '';
    border: 1px solid #eaeaea;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .msg:hover {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(43, 23, 0, 0.1);
            box-shadow: 0px 10px 40px 0px rgba(43, 23, 0, 0.1); }
    .msg:hover:before {
      display: none; }
.myc__c {
  float: right;
  margin-left: 60px; }
  .myc__c:last-child {
    margin-left: 0; }

.months {
  font-size: 14px; }
  .months__c {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px; }
    .months__c:last-child {
      margin-right: 0; }
  .months__one {
    display: block;
    color: #2b2b2b;
    margin-bottom: 4px; }
    .months__one:last-child {
      margin-bottom: 0; }
    .months__one.inactive {
      color: #969696;
      pointer-events: none;
      cursor: default; }
    .months__one.active span {
      position: relative;
      color: #fff;
      background: #f33132;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      margin: 0 -4px;
      padding: 1px 4px; }
.new-course__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc( 33% - 30px);
  width: calc( 33% - 30px);
  margin: 0 30px 30px 0;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  border: 1px solid #eaeaea; }

.new-course__card-tags {
  position: absolute;
  top: 10px;
  left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 2; }

.new-course__card-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold; }
  .new-course__card-tag:not(:last-child) {
    margin-right: 5px; }
  .new-course__card-tag img, .new-course__card-tag i {
    display: block;
    margin-right: 5px; }
  .new-course__card-tag--popular {
    background: #03A561; }
  .new-course__card-tag--study {
    background: #15BDED; }
    .new-course__card-tag--study img {
      width: 12px;
      height: 18px;
      margin-bottom: 2px; }
  .new-course__card-tag--record {
    background: #9919D9; }
    .new-course__card-tag--record img {
      margin-top: 1px; }
  .new-course__card-tag--online {
    background: #FF3C1C; }

.new-course__card-image {
  position: relative;
  width: 100%;
  height: 324px;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  overflow: hidden; }
  .new-course__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-course__card-button--record {
  color: #969696; }
.new-courses {
  margin-bottom: 85px; }

.new-courses__main {
  margin-bottom: 85px; }

.new-courses__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.new-courses__aside {
  width: 360px;
  padding-right: 60px; }

.new-courses__main-container {
  padding: 60px 0 60px 100px;
  margin-bottom: 60px;
  background: url(https://studio.jvcompany.ru/assets/new-courses/nc-banner-ground-6cffbcc9499a270c8724eca9be9d89a3c8aca731e20afcf887f2922e90d7b7ac.png) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/new-courses/nc-banner-photo-992c48b4f7e6c5c086ca7afaff61771de75b005e2eccb3c9f5bc53bb500f7470.png) no-repeat 100% 0;
  background-size: 100%, 53%; }

.new-courses__main-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.new-courses__main-content {
  width: 100%;
  max-width: 500px; }

.new-courses__main-title {
  margin-bottom: 25px;
  font-size: 56px;
  line-height: 64px;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
  color: #FFFFFF; }

.new-courses__main-subtitle {
  width: auto; }

.new-courses__head {
  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;
  width: 100%;
  margin-bottom: 50px; }

.new-courses__head-banner {
  position: relative;
  max-width: 930px;
  height: auto;
  margin: 0 30px 0 0; }
  .new-courses__head-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .new-courses__head-banner img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 30%;
  padding: 40px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.new-courses__items li, .new-courses__items p {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 18px;
  line-height: 28px; }
  .new-courses__items li::before, .new-courses__items p::before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 0;
    height: 8px;
    width: 8px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #03A561;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.new-courses__info {
  margin-top: auto; }

.new-courses__summary-row {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

.new-courses__summary-title {
  font-size: 18px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif; }

.new-courses__summary-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .new-courses__summary-price span {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    font-family: "PT Sans", sans-serif; }

.new-course__summary-value {
  display: inline-block; }
  .new-course__summary-value ~ .new-course__summary-value {
    margin-left: 15px; }
  .new-course__summary-value--new {
    color: #E41B13; }
  .new-course__summary-value--old {
    color: #969696;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through; }

.new-courses__places-row {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.new-courses__places-title {
  color: #969696;
  font-size: 18px;
  line-height: 26px;
  font-family: "PT Sans", sans-serif; }

.new-courses__places-count {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif; }

.new-courses__head-wrap {
  z-index: 1;
  position: absolute;
  left: 50px;
  bottom: 50px;
  right: 80px; }

.new-courses__head-discount {
  margin: 0 0 10px 0; }

.new-courses__head-title {
  margin-bottom: 0;
  font-size: 44px;
  line-height: 54px;
  color: #fff;
  font-weight: bold; }

.new-courses__description-explane li::before {
  top: 11px; }

.new-courses__about {
  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;
  margin: 0 -34px 85px; }

.new-courses__about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc( 25% - 34px);
  width: calc( 25% - 34px);
  margin: 0 34px;
  text-align: center;
  font-size: 22px;
  line-height: 32px; }

.new-courses__about-image {
  width: 280px;
  height: 280px;
  margin-bottom: 15px;
  padding: 3px;
  background: transparent;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .new-courses__about-image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__get {
  margin-bottom: 85px; }

.slider.new-courses__get-slider {
  height: 318px; }
  .slider.new-courses__get-slider .slick-slide {
    max-width: 320px;
    min-width: 320px;
    min-height: 300px;
    margin-right: 30px;
    padding: 25px 25px 30px;
    color: #fff;
    background: #03A561;
    -webkit-border-radius: 15px;
            border-radius: 15px; }

.new-courses__get-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 80px;
  margin-bottom: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #fff; }
  .new-courses__get-icon img {
    display: block;
    width: 36px; }
  .new-courses__get-icon i {
    font-size: 32px;
    line-height: 1;
    color: #03A561; }

.new-courses__get-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600; }
  .new-courses__get-title--offline {
    margin-bottom: 0;
    font-weight: 700;
    font-family: "PT Serif", sans-serif; }

.new-courses__get-text {
  font-size: 18px;
  line-height: 28px; }

.new-courses__banner {
  height: 410px;
  padding: 50px;
  margin-bottom: 85px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-85cd674eda617d204f2994840cfb906834b441240b39824854c4670cec2ae9ee.png) 0 0 no-repeat, url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-photo-dd8dcf537c12aa9a59bf156bc6c8a1e19e94a850f7c52f9d549f493fb33807e3.png) 95% 50% no-repeat, #f7f7f7;
  background-size: contain; }
  .new-courses__banner--kids {
    height: 325px;
    padding: 70px 76px;
    background: url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-85cd674eda617d204f2994840cfb906834b441240b39824854c4670cec2ae9ee.png) 0 0 no-repeat, url(https://studio.jvcompany.ru/assets/kids/kids-cert-307a0364c113c611d9470fc02dc80315e60c00aa7d0d1628a0960e7facbcf5e8.jpg) 100% 50% no-repeat, #f7f7f7;
    background-size: 49%, contain; }
  .new-courses__banner--lectures {
    height: 325px;
    padding: 70px 76px;
    background: url(https://studio.jvcompany.ru/assets/new-courses/mc-banner-85cd674eda617d204f2994840cfb906834b441240b39824854c4670cec2ae9ee.png) 0 0 no-repeat, url(https://studio.jvcompany.ru/assets/JVSertificat-e71b1f129eece76069b765038bee2293239d264b0b369b6915feb370bd7dc5bb.jpg) 100% 50% no-repeat, #f7f7f7;
    background-size: 49%, 56%; }

.new-courses__banner-content {
  max-width: 570px; }

.new-courses__banner-anno {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: #ffba00; }

.new-courses__banner-title {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  color: #fff; }
  .new-courses__banner-title--kids {
    margin-bottom: 38px; }

.new-courses__banner-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
  color: #fff; }

.new-courses__teachers {
  margin-bottom: 84px; }

.new-courses__process {
  margin-bottom: 85px; }

.slider.new-courses__process-slider {
  height: 374px; }
  .slider.new-courses__process-slider .slick-dots {
    bottom: -30px; }

.new-courses__process-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  height: 374px; }

.new-courses__process-img {
  display: block;
  width: 50%;
  height: 100%;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover; }

.new-courses__process-content {
  width: 50%;
  height: 100%;
  padding: 80px 80px 80px 50px; }

.new-courses__process-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold; }

.new-courses__process-text {
  font-size: 18px;
  line-height: 28px; }

.new-courses__process-slider.slider .slick-dots li button {
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #eaeaea; }

.new-courses__process-slider.slider .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  border: none;
  background: #03A561; }

.new-courses__format {
  margin-bottom: 85px; }

.new-courses__format-items {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.new-courses__format-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  height: 300px;
  padding: 30px;
  margin-right: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7; }
  .new-courses__format-item--green {
    margin-right: 0;
    background: #E6F6EF; }

.new-courses__format-anno {
  padding: 10px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #03A561;
  background: #fff;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.new-courses__format-wrap {
  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-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.new-courses__format-text {
  max-width: 325px;
  margin-bottom: 5px;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold; }

.new-courses__format-price {
  font-size: 56px;
  font-weight: bold;
  line-height: 64px;
  font-family: 'PT Serif', sans-serif;
  color: #03A561; }

.mc-pack__faq {
  margin-bottom: 85px; }

.mc-pack__faq-title {
  margin-bottom: 40px; }

.new-courses__popup {
  max-width: 800px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }

.new-courses__popup-image img {
  display: block;
  height: 342px;
  width: 100%;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover; }

.new-courses__popup-content {
  padding: 15px 40px 45px;
  background: #fff; }

.new-courses__popup-head {
  padding: 15px 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea; }

.new-courses__popup-title {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: bold;
  line-height: 38px; }

.new-courses__popup-date {
  font-size: 16px;
  color: #969696;
  line-height: 26px; }
  .new-courses__popup-date .fa-clock::before {
    margin-right: 10px; }

.new-courses__popup-subtitle {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold; }

.new-courses__popup-for {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px; }

.new-courses__popup-block:not(:last-child) {
  margin-bottom: 15px; }

.new-courses__popup-block p {
  font-size: 18px;
  line-height: 28px; }
  .new-courses__popup-block p:not(:last-child) {
    margin-bottom: 15px; }

.new-courses__popup-block ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  gap: 10px;
  width: 100%;
  font-size: 18px;
  line-height: 1.55; }
  .new-courses__popup-block ul li::before {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: 9px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #03A561; }

.new-courses__popup-ingredients {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .new-courses__popup-ingredients p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px; }
  .new-courses__popup-ingredients ul {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap; }
  .new-courses__popup-ingredients li {
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    line-height: 28px; }
    .new-courses__popup-ingredients li::before {
      position: absolute;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      top: 50%;
      left: 0;
      background: #03A561;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .new-courses__popup-ingredients li:not(:last-child) {
      margin-bottom: 10px; }
    .new-courses__popup-ingredients li:last-child {
      margin-bottom: 15px; }

.new-courses__popup-image {
  width: 100%;
  height: 342px;
  overflow: hidden; }
  .new-courses__popup-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__masterclasses-card {
  -webkit-box-shadow: none;
          box-shadow: none; }

.new-courses__cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-calc( 100% - 360px);
  width: calc( 100% - 360px);
  margin-right: -30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.new-courses__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: -webkit-calc( 33% - 30px);
  width: calc( 33% - 30px);
  margin: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  border: 1px solid #eaeaea; }

.new-courses__card-image {
  position: relative;
  height: 324px;
  min-width: 405px;
  width: 100%;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  overflow: hidden; }
  .new-courses__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__card-places {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding: 4px 15px;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 100px;
          border-radius: 100px; }
  .new-courses__card-places span {
    padding-left: 3px; }

.new-courses__card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px 25px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.new-courses__card-title {
  min-height: 56px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px; }

.new-courses__card-price {
  margin-top: auto; }

.new-courses__card-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  min-height: 26px;
  font-size: 16px;
  line-height: 26px;
  color: #969696;
  white-space: nowrap; }
  .new-courses__card-date img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    -o-object-fit: contain;
       object-fit: contain; }

.new-courses__card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.new-courses__card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto; }

.new-course__card-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.new-course__card-value {
  display: inline-block; }
  .new-course__card-value ~ .new-course__card-value {
    margin-left: 15px; }
  .new-course__card-value--new {
    color: #E41B13; }
  .new-course__card-value--old {
    color: #969696;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through; }

.new-courses__card-button .fa-check {
  display: none; }

.new-courses__card-button.success {
  pointer-events: none;
  background: #ffba00; }
  .new-courses__card-button.success .fa-check {
    display: inline-block; }
  .new-courses__card-button.success .fa-shopping-basket {
    display: none; }

.new-courses__card-arrow {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 56px;
  height: 56px;
  background-image: url(https://studio.jvcompany.ru/assets/new-courses/arrow-right-c825cc821abf846e76d32dd41bd7ffcaf3d3668c912bb9361b3315e99d2ba199.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background-position .3s;
  transition: background-position .3s; }
  .new-courses__card-arrow:hover {
    background-position: 60% 50%; }
  .new-courses__card-arrow--mobile {
    display: none; }

.new-courses__preloader {
  margin-top: 20px; }

.new-courses__courses-shefs .slider .slick-slide {
  width: 433px;
  height: 284px;
  margin-right: 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .new-courses__courses-shefs .slider .slick-slide div {
    height: 100%; }
  .new-courses__courses-shefs .slider .slick-slide .chef {
    height: 100%; }
    .new-courses__courses-shefs .slider .slick-slide .chef .about {
      height: auto; }

.new-courses__courses-shefs .slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.new-courses__offline-card {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0; }

.new-courses__offline-innercard {
  padding-bottom: 25px; }

.new-courses__offline-day {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold; }

.new-courses__offline-title {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: -webkit-calc(2 * 1.5555555556 * 18px);
  min-height: calc(2 * 1.5555555556 * 18px);
  -webkit-line-clamp: 2; }

.new-courses__flow {
  padding-top: 40px;
  margin-bottom: 85px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.new-courses__flow-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px; }

.new-courses__flow-item {
  width: -webkit-calc( 100% / 3);
  width: calc( 100% / 3); }
  .new-courses__flow-item:not(:last-child) {
    margin-right: 68px; }

.new-courses__flow-image {
  height: 230px;
  width: 230px;
  margin-bottom: 25px; }

.new-courses__flow-title {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold; }
  .new-courses__flow-title span {
    padding-right: 8px;
    color: #03A561; }

.new-courses__flow-list li {
  position: relative;
  padding-left: 47px;
  margin-bottom: 27px;
  list-style-type: none;
  word-break: break-word; }
  .new-courses__flow-list li::before {
    position: absolute;
    display: block;
    content: '';
    height: 32px;
    width: 32px;
    left: 0;
    top: 50%;
    background: url(https://studio.jvcompany.ru/assets/checked-green-m-4ffe00a1be7d60ac0caa5c611d007952908426c2b86276970e7f7bdd1865c9cc.svg) 50% 50% no-repeat;
    border: 1px solid #03A561;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.new-courses__flow-footer {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 50px;
  background: #F7F7F7;
  border-top: 1px solid #EAEAEA;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px; }

.new-courses__flow-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.new-courses__flow-summary {
  max-width: 122px;
  margin-right: 25px;
  font-size: 18px;
  line-height: 24px; }

.new-courses__flow-price {
  font-size: 44px;
  font-family: "PT Sans", sans-serif;
  line-height: 64px;
  font-weight: bold;
  color: #03A561; }
  .new-courses__flow-price .fa-ruble-sign {
    font-size: 38px;
    font-weight: 600; }

.new-courses__flow-action .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.new-courses__order-explain {
  margin-bottom: 85px; }

.new-courses__location-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px; }

.new-courses__location-item {
  position: relative;
  width: -webkit-calc( 50% - 15px);
  width: calc( 50% - 15px);
  height: 374px;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .new-courses__location-item::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    -webkit-border-radius: inherit;
            border-radius: inherit;
    opacity: .7; }
  .new-courses__location-item:first-child {
    margin-right: 30px; }
  .new-courses__location-item img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__location-content {
  position: absolute;
  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-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 25px 25px; }

.new-courses__location-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #FFFFFF; }

.new-courses__location-address {
  max-width: 370px;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF; }

.new-courses__location-btn {
  display: block;
  padding: 11px 35px 12px;
  font-size: 16px;
  line-height: 21px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .new-courses__location-btn:hover {
    opacity: 0.7; }

.new-courses__online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
          border-radius: 20px; }
  .new-courses__online span {
    display: block; }
  .new-courses__online img {
    height: 18px;
    width: 12px;
    -o-object-fit: contain;
       object-fit: contain; }

.new-courses__sign {
  position: relative;
  margin-bottom: 85px;
  overflow: visible; }

.new-courses__sign-container {
  height: auto;
  background: url(https://studio.jvcompany.ru/assets/nc-banner-new-15e60587045e2f777571afb7ea4959e7a2eb1e1f9a7aa2156dfe6045eac9c84a.png) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/offline-kids-782c008e7a2f0b7334c22aa85e183aaa656453147c616fe3c7f08e819171a6af.jpg) no-repeat 100% 0;
  background-size: contain;
  overflow: visible; }

.new-courses__sign-banner {
  height: 100%; }

.new-courses__sign-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 0 45px 60px; }
  .new-courses__sign-content .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.new-courses__teachers-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px; }
  .new-courses__teachers-wrap:not(:last-child) {
    margin-bottom: 80px; }

.new-courses__teachers-chef {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: -webkit-calc( 50% - 15px);
  width: calc( 50% - 15px);
  min-height: 374px;
  padding: 30px 70px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #F7F7F7; }

.new-courses__teachers-img {
  position: relative;
  margin-bottom: 14px; }
  .new-courses__teachers-img img {
    display: block;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__teachers-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #EB6532;
  -webkit-border-radius: 76px;
          border-radius: 76px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.new-courses__teachers-name {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  color: #2B2B2B;
  font-weight: 700; }

.new-courses__teachers-description {
  font-size: 18px;
  line-height: 28px;
  color: #2B2B2B;
  text-align: center; }

.new-courses__teachers-video {
  width: -webkit-calc( 50% - 15px);
  width: calc( 50% - 15px);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }
  .new-courses__teachers-video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.new-courses__sign-title {
  max-width: 520px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 46px;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
  color: #fff; }

.new-courses__sign-subtitle {
  max-width: 580px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #fff; }

.new-courses__sign-up {
  display: block;
  padding: 18px 40px 17px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: auto;
  font-size: 16px;
  line-height: 21px;
  background: #fff;
  color: #2B2B2B;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .new-courses__sign-up:hover {
    opacity: 0.7;
    color: #2b2b2b; }

.new-courses__add-complete {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.new-courses__sign-action {
  position: absolute;
  top: 45px;
  right: -110px;
  height: 160px;
  width: 160px;
  background: url(https://studio.jvcompany.ru/assets/nc-action-6b801d1dc3558f6049276e6a14452d13bf6b82ff737e47c32896518354b9d950.png) 50% 50% no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.new-courses__sign-data {
  position: absolute;
  top: 50%;
  left: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 20px;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg); }

.new-courses__sign-price {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold; }

.new-courses__oferta {
  display: block;
  font-size: 22px;
  line-height: 28px;
  color: #2B2B2B;
  margin: -20px 0 64px;
  font-family: "PT Serif", sans-serif;
  text-decoration: underline; }
.new-courses__filter {
  width: 100%; }

.new-courses__filter-block {
  padding: 25px 25px 35px;
  margin-bottom: 20px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .new-courses__filter-block--green {
    border-color: #03A561;
    background: #fff; }

.new-courses__filter-title {
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 28px;
  color: #2b2b2b;
  font-weight: bold; }
  .new-courses__filter-title--format {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 28px; }
    .new-courses__filter-title--format::before {
      display: block;
      content: '';
      height: 22px;
      width: 20px;
      margin-right: 10px;
      background: url(https://studio.jvcompany.ru/assets/learn-list-feb1a392efec8354af0f0c02f119e745b63bf047674e9097aaeee054484207fb.png) 50% 50% no-repeat; }

.new-courses__filter-item:not(:last-child) {
  margin-bottom: 21px; }

.new-courses__filter-item--border:not(:last-child) {
  padding-bottom: 18px;
  border-bottom: 1px solid #EAEAEA; }

.new-courses__filter-input {
  display: none; }

.new-courses__filter-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .new-courses__filter-label::before {
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }
  .new-courses__filter-label span {
    padding-left: 5px;
    color: #969696; }

.new-courses__filter-input:checked ~ .new-courses__filter-label::before {
  background-image: url(https://studio.jvcompany.ru/assets/checked-green-m-4ffe00a1be7d60ac0caa5c611d007952908426c2b86276970e7f7bdd1865c9cc.svg); }

.new-courses__filter-dismiss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  line-height: 26px;
  color: #a0a0a0;
  background: #F7F7F7;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .new-courses__filter-dismiss::before {
    display: block;
    content: '';
    height: 16px;
    width: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 2px 10px 0 0;
    background-image: url(https://studio.jvcompany.ru/assets/cross-g-81834bb2bcaca84df0665b273e719427258249682748627a360395f7efbe8d53.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: background-image .3s;
    transition: background-image .3s; }
  .new-courses__filter-dismiss:hover {
    color: #FF0000; }
    .new-courses__filter-dismiss:hover::before {
      background-image: url(https://studio.jvcompany.ru/assets/cross-r-cc47a18cf5b76d7a39769adf4b710a39cb3f1e1d35ca91f532257ecf5d8e981a.svg); }

.new-courses__filter-button {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
.noty_theme__noty-custom {
  background: rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 18px;
          border-radius: 18px;
  padding: 18px 25px;
  color: #fff; }

.noty-custom__preview {
  background: url(https://studio.jvcompany.ru/assets/noty-preview-5d3958059707c2a82a3139bc60085a92b73ee3021b8bbcd35a920f7031f2e735.svg);
  background-size: contain;
  width: 60px;
  height: 60px; }

.noty-custom__close {
  background: url(https://studio.jvcompany.ru/assets/noty-close-caf9c32bc92607494dce7af0fc2cfbb37fff87cb5956d0df4d2ae58601a18a3b.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px; }
  .noty-custom__close:hover {
    opacity: .7; }

.noty-custom__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-right: 50px; }

.noty-custom__content {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 15px; }

.noty-custom__title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px; }

.noty-custom__desc {
  font-size: 14px;
  line-height: 22px;
  color: #fff; }

#noty_layout__bottomLeft {
  width: auto; }
.online-school__banner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 394px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  background: url(https://studio.jvcompany.ru/assets/online-school-head-bg-1-f95c01fe06468dd7211e3b252c293112101b6281d50b4088f33d02413d75fd4b.svg) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/new-courses/nc-banner-photo-992c48b4f7e6c5c086ca7afaff61771de75b005e2eccb3c9f5bc53bb500f7470.png) no-repeat 100% 0;
  background-size: 100%, 55%;
  margin-bottom: 40px; }
  .online-school__banner--kids {
    background: url(https://studio.jvcompany.ru/assets/online-school-head-bg-1-f95c01fe06468dd7211e3b252c293112101b6281d50b4088f33d02413d75fd4b.svg) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/kids/kids-93867d945f7aeb7434c3b89fcc323e9d3eadec3093c366cbbe24868d84e6fcaf.jpg) no-repeat 100% 0;
    background-size: 100%, 53%; }
  .online-school__banner--lectures {
    height: 430px;
    background: url(https://studio.jvcompany.ru/assets/online-school-head-bg-1-f95c01fe06468dd7211e3b252c293112101b6281d50b4088f33d02413d75fd4b.svg) no-repeat 0 0, url(https://studio.jvcompany.ru/assets/lectory-banner-8f61d4ac69262209f44a802c67dbf4c8eecbab22019c0576628d0a7901beb942.jpg) no-repeat 100% 0;
    background-size: cover, 50%; }

.online-school__banner-content {
  height: 100%;
  width: 675px;
  padding: 64px 0 0 61px; }

.online-school__text {
  padding-left: 61px;
  margin-bottom: 40px;
  width: 90%; }
  .online-school__text p {
    font-size: 20px;
    line-height: 26px; }
    .online-school__text p:not(:last-child) {
      margin-bottom: 12px; }
    .online-school__text p span {
      font-weight: 700; }

.online-school__banner-subtitle {
  max-width: 500px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF; }
  .online-school__banner-subtitle li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .online-school__banner-subtitle li::before {
      content: '';
      display: block;
      height: 4px;
      width: 4px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #fff; }

.online-school__banner-title {
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 25px; }

.online-school__banner-button {
  display: inline-block;
  width: auto;
  padding: 15px 38px 19px 40px;
  cursor: pointer;
  -webkit-transition: color .4s, background .4s;
  transition: color .4s, background .4s; }
  .online-school__banner-button--empty {
    margin-left: 15px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    background: transparent;
    -webkit-border-radius: 100px;
            border-radius: 100px;
    font-family: "PT Sans", sans-serif; }
  .online-school__banner-button:hover {
    color: #2b2b2b;
    background: #fff; }

.online-school__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -15px 85px; }

.online-school__menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.online-school__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #f7f7f7;
  padding: 25px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.online-school__menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  color: #03A561;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .online-school__menu-icon--horn img {
    display: block;
    max-height: 54%;
    width: auto; }
  .online-school__menu-icon--gift img {
    display: block;
    max-height: 51%;
    width: auto; }

.online-school__menu-title {
  padding: 0 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 22px;
  line-height: 32px; }

.online-school__menu-arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(https://studio.jvcompany.ru/assets/arrow_long_right-8e5a98339a6d6d8c991a64966a71ba1e8f9315d352c13033679b61f7f60361cc.svg) no-repeat center center/100%; }

.online-school__about {
  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;
  margin: 0 -34px 85px; }

.online-school__about-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc( 25% - 34px);
  width: calc( 25% - 34px);
  margin: 0 34px;
  text-align: center;
  font-size: 22px;
  line-height: 32px; }
  .online-school__about-item h4 {
    font-weight: 700; }

.online-school__about-image {
  width: 280px;
  height: 280px;
  margin-bottom: 15px;
  padding: 3px;
  background: transparent;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .online-school__about-image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }

.online-school__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px; }
  .online-school__title-wrap .title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 20px;
    margin-bottom: 0; }

.online-school__schedule-list.slider {
  width: auto;
  margin: 0 -15px 85px; }
  .online-school__schedule-list.slider .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px; }
    .online-school__schedule-list.slider .slick-slide > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
  .online-school__schedule-list.slider .card {
    max-width: 100%;
    height: 100%; }

.online-school__schedule-list--kids.slider {
  height: auto; }
  .online-school__schedule-list--kids.slider .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .online-school__schedule-list--kids.slider .slick-slide {
    height: auto; }

.online-school__courses-slider.slider {
  height: auto;
  width: auto;
  min-height: 525px;
  margin: 0 -15px 85px; }
  .online-school__courses-slider.slider .new-courses__card {
    margin: 0; }

.online-school__holidays {
  margin-bottom: 85px; }
.dishes__title {
  margin-bottom: 40px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 58px;
  color: #2b2b2b; }

.dishes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -18px; }

.dishes-list__item {
  margin: 0 18px;
  margin-bottom: 50px; }

.dishes-preloader {
  display: none;
  margin-bottom: 100px;
  width: 100%; }

.dishes-preloader__image {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background: url(https://studio.jvcompany.ru/assets/preloader-a6ce2af0e6de26abdae82015c0c7de11efe6ba1797b66120f45862a3246023aa.svg) no-repeat 50% 50%;
  background-size: contain;
  -webkit-animation: preload 2s infinite linear;
          animation: preload 2s infinite linear; }
  .dishes-preloader__image--hide {
    display: none; }

@-webkit-keyframes preload {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes preload {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.kulinary__bottom {
  margin-bottom: 30px; }
  .kulinary__bottom h1 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
    font-family: "PT Serif", sans-serif; }
  .kulinary__bottom p {
    font-size: 18px;
    line-height: 28px; }
    .kulinary__bottom p:not(:last-child) {
      margin-bottom: 18px; }

.js-kord-more {
  margin-bottom: 100px; }
.page__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.page__title {
  width: 100%; }

.page__content {
  max-width: 960px;
  width: 100%;
  padding-right: 60px; }

.page__aside-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.page__aside {
  width: 400px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 30px 40px;
  margin-bottom: 70px; }
.pagination {
  position: relative;
  padding-right: 100px; }
  .pagination a, .pagination em, .pagination span {
    width: 56px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #2b2b2b;
    font-size: 16px;
    margin-right: 10px;
    font-family: "PT Sans", sans-serif; }
    .pagination a:hover, .pagination em:hover, .pagination span:hover {
      background: #f7f7f7; }
    .pagination a:last-child, .pagination em:last-child, .pagination span:last-child {
      margin-right: 0; }
    .pagination a--active, .pagination em--active, .pagination span--active {
      background: #03A561;
      cursor: default;
      color: #fff; }
      .pagination a--active:hover, .pagination em--active:hover, .pagination span--active:hover {
        background: #03A561;
        cursor: default;
        color: #fff; }
  .pagination .current {
    background: #03A561;
    border-color: #03A561;
    color: #fff; }
    .pagination .current:hover {
      background: #03A561;
      cursor: default;
      color: #fff; }
  .pagination .previous_page {
    position: absolute;
    top: 0;
    right: 50px;
    margin-right: 0;
    font-size: 30px; }
    .pagination .previous_page:hover {
      color: #03A561; }
  .pagination .next_page {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    font-size: 30px; }
    .pagination .next_page:hover {
      color: #03A561; }
  .pagination .disabled {
    background: none;
    opacity: 0.3;
    cursor: default; }
    .pagination .disabled:hover {
      color: #2b2b2b; }
.panel_jv:after {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/quote-52292d614061bb5ac46cae38a11fdbfc04c27b27838edf6b3db2d0f8efff7836.png); }

.panel {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  margin-bottom: 60px; }
  .panel_jv {
    height: 210px;
    padding: 35px 20px 20px;
    font-size: 16px;
    line-height: 23px; }
    .panel_jv:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 14px;
      top: 10px;
      left: 20px; }
  .panel:hover {
    -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1); }
  .panel__bottom {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px; }
.pxc {
  position: relative; }
  .pxc__i {
    position: absolute;
    pointer-events: none;
    top: 0;
    background-repeat: no-repeat;
    left: 0;
    z-index: 2; }
  .pxc__lenta {
    top: 420px;
    left: 50%;
    margin-left: -620px; }
  .pxc__c1 {
    top: -80px;
    left: 50%;
    margin-left: -790px; }
  .pxc__c2 {
    top: 700px;
    left: 50%;
    margin-left: -500px; }
  .pxc__pirog {
    left: 50%;
    margin-left: -370px;
    top: 1120px; }
  .pxc__sharik {
    top: 370px;
    left: 50%;
    margin-left: -70px; }
  .pxc__kolpak {
    top: 1100px;
    left: 50%;
    margin-left: -800px; }

.parallax-mirror {
  pointer-events: none;
  height: 100% !important;
  width: 100% !important;
  bottom: 0;
  right: 0;
  overflow: visible !important;
  visibility: visible !important; }
.partners-slider {
  margin-bottom: 65px; }

.partners-slider__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 38px;
  width: 100%; }

.partners-slider__head-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0; }

.partners-slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.partners-slider__nav-arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #F7F7F7;
  background-image: url(https://studio.jvcompany.ru/assets/partners-slider-arrow-c1a0bebf507389f39286d509d0d575e3b7636396b2aa24c0b7dd0e957daa784b.svg);
  background-repeat: no-repeat;
  background-position: center; }
  .partners-slider__nav-arrow:not(.slick-disabled) {
    cursor: pointer; }
  .partners-slider__nav-arrow.prev {
    margin-right: 10px;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .partners-slider__nav-arrow.slick-disabled {
    opacity: 0.5; }

.partners-slider__list-wrap {
  padding-bottom: 2px;
  overflow: hidden; }

.partners-slider__list {
  margin: -15px; }

.partners-slider__list-item {
  position: relative;
  padding: 15px; }

.partner {
  position: relative; }

.partner__block {
  height: 178px;
  line-height: 178px;
  display: block;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  text-align: center; }
  .partner__block:focus {
    outline: none; }
  .partner__block:hover {
    border-color: #DADADA; }
  .partner__block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 200px;
    max-height: 120px; }

.partner__main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0; }

.partner__main-text {
  display: inline-block;
  padding: 9px 14px 7px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #2B2B2B;
  white-space: nowrap;
  background: #EAEAEA;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0; }
.partners__one:hover span:after {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }

.partners {
  padding: 50px 0;
  margin: 0 50px;
  position: relative; }
  .partners__one {
    text-align: center;
    height: 90px;
    line-height: 90px;
    outline: none;
    position: relative;
    margin: 10px 0; }
    .partners__one img {
      display: inline-block !important;
      vertical-align: middle;
      max-height: 30px;
      width: auto !important;
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      -webkit-filter: gray;
              filter: gray;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      .partners__one img:hover {
        -webkit-filter: none;
                filter: none; }
    .partners__one:hover span {
      position: relative; }
      .partners__one:hover span:after {
        position: absolute;
        top: 50%;
        margin-top: -45px;
        left: -50px;
        right: -50px;
        height: 90px;
        content: ''; }
  .partners__prev {
    position: absolute;
    width: 35px;
    height: 35px;
    left: -50px;
    top: 50%;
    margin-top: -17px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #f7f7f7;
    text-align: center;
    line-height: 33px;
    cursor: pointer; }
    .partners__prev .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow_l_grey-697e8516fe7c7b306a4447ff1c4baeed3339035970e8839e91d15cb7e04837c2.png); }
    .partners__prev:hover {
      background: #f00; }
      .partners__prev:hover .icon {
        background-image: url(https://studio.jvcompany.ru/assets/png/arrow_l_white-e25892ef2266090f3dba0ccc47589588e6dbd10ea24977932087c3803be99d2e.png); }
  .partners__next {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -50px;
    top: 50%;
    margin-top: -17px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #f7f7f7;
    text-align: center;
    line-height: 33px;
    cursor: pointer; }
    .partners__next .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow_r_grey-c897df24dd7a8921eb40914f18c31811296d45faf84426b96beb2b1e10e51ade.png); }
    .partners__next:hover {
      background: #f00; }
      .partners__next:hover .icon {
        background-image: url(https://studio.jvcompany.ru/assets/png/arrow_r_white-6df25963d079515d732431dcbd19a5cfe9e1e213fcf8dfee5eb1d7a65fca8163.png); }
.partnership {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 0 80px;
  margin-bottom: 50px !important;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .partnership .partnership__title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #2B2B2B;
    font-family: "PT Serif", sans-serif;
    text-align: center; }
  .partnership .partnership__description {
    max-width: 664px;
    padding: 0 35px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: "PT Sans", sans-serif;
    text-align: center; }

.partnership__form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 50%);
  width: 100%;
  max-width: 664px;
  margin: 0 auto; }

.partnership__form-box {
  max-width: unset; }
  .partnership__form-box div {
    margin-bottom: 0; }
  .partnership__form-box .form-captcha {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto; }
  .partnership__form-box--files {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 12px; }

.partnership__form-box--stretch {
  grid-column-start: 1;
  grid-column-end: -1; }

.partnership__form-input {
  display: none; }

.partnership__form-label--file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer; }
  .partnership__form-label--file::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://studio.jvcompany.ru/assets/paperclip-5c1ed7d6df323ca346c5e0d3c30fa3d7c0ee9fa5b22de07a997c84dc71f02ee3.svg) 50% 50% no-repeat; }
  .partnership__form-label--file span {
    display: block;
    margin-left: -4px;
    color: #969696; }

.partnership__form-tooltiper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #EAEAEA;
  cursor: pointer; }
  .partnership__form-tooltiper:hover .partnership__form-tooltip {
    opacity: 1;
    z-index: 1; }

.partnership__form-tooltip {
  position: absolute;
  top: 50%;
  left: auto;
  right: -320px;
  padding: 16px 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .partnership__form-tooltip span {
    display: block;
    margin-left: 0;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    white-space: nowrap; }

.partnership__form-files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 100%;
  gap: 8px; }

.partnership__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  max-width: 100%; }
  .partnership__file::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 1px solid rgba(43, 43, 43, 0.15);
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .partnership__file--txt::before {
    background-image: url(https://studio.jvcompany.ru/assets/file-text-icon-e124b781646c6170e7b3686b51c779140f5b2c4eb48e66c8fc36832c96a0aff1.svg); }
  .partnership__file--img::before {
    background-image: url(https://studio.jvcompany.ru/assets/img-icon-f487135d413ca8ce142a731f099ead0b15f545e96ac6210e8b3aa71da6258452.svg); }
  .partnership__file.error::before {
    border-color: #E41B13; }
  .partnership__file.error .partnership__file-name {
    color: #E41B13; }

.partnership__file-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  max-width: -webkit-calc( 100% - 40px);
  max-width: calc( 100% - 40px); }
  .partnership__file-wrap span {
    font-size: 14px;
    line-height: 22px; }
    .partnership__file-wrap span:first-child {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.partnership__file-size {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #969696; }

.partnership__file-remove {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: url(https://studio.jvcompany.ru/assets/cross-grey-e91e95e830c08d3fc714605d39a0b3a1dae189506d5e8777778ae7675dc84171.svg);
  background-color: #fff;
  background-position: 50% 50%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: baackground .3s;
  transition: baackground .3s; }
  .partnership__file-remove:hover {
    background-image: url(https://studio.jvcompany.ru/assets/cross-black-8d017a08391cae7c2be547a0f25bee05b15e928fb07ba0fec71baf44680d0b07.svg); }
.photo-report__number .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/photo-d516e0b644cd7285b335169e148b379cef58a0f6b13529c9a5806b268c6b6eab.png); }

.photo-report {
  display: block;
  margin-bottom: 57px; }
  .photo-report__image {
    margin-bottom: 15px;
    display: block;
    width: 220px;
    height: 220px; }
    .photo-report__image img {
      vertical-align: top;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      max-width: 100%; }
    .photo-report__image_ah {
      height: auto; }
  .photo-report__thumbs {
    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;
    margin-bottom: 24px; }
  .photo-report__thumb {
    display: inline-block;
    width: 63px;
    height: 63px; }
    .photo-report__thumb img {
      vertical-align: top;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      max-width: 100%; }
  .photo-report__row {
    margin-bottom: 12px;
    line-height: 16px; }
    .photo-report__row::after {
      content: '';
      display: table;
      clear: both; }
  .photo-report__col1 {
    float: left;
    width: 170px; }
  .photo-report__title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .photo-report__col2 {
    float: right;
    width: 45px; }
  .photo-report__number {
    font-size: 14px;
    color: #969696; }
    .photo-report__number .icon {
      margin-top: -4px;
      width: 15px;
      height: 15px;
      margin-right: 8px; }
  .photo-report__date {
    font-size: 14px;
    color: #969696; }
.png-user_green {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/user_green-2e23324d5a7d72a836c5103cd6977baa02d989a279e4b09f2d5b4ff7ba104f5c.png); }

.png-cart_green {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cart_green-805a4f61c47046b35db3daeaf6dd77fe75f91bb5a4ebc20058777ccea0b817e1.png); }

.png-orders_green {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/orders_green-f3dd6fd6b1694a76005c7452fb87f1d9bce0febf667709b4de2e3853daff5767.png); }

.png-cal_green {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cal_green-eaa2ab95afc6e1161fb8d35765763202f46140d06a550d8e13a2b7eca037b1b3.png); }

.png-bell_green {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/bell_green-0a78f9883d54cd5943b3a8dae19d108af0e3053182ae85137bca9d54d4686d68.png); }

.png-user_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/user_grey-6069a9135eebbaf70fd01b07c1a2708145bb0756e7bfc1681bf4a7f278af22e3.png); }

.png-cart_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cart_grey-8f2f3f100c6396d44a128f739b1d82449255108cb3a2220cb08ccdcc3ee2baf0.png); }

.png-orders_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/orders_grey-2ce3aed7b30ac5e8bb26331d5ea67bbfd32f9617227d617fa4e78ebf15acd539.png); }

.png-cal_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cal_grey-88c1165d3ce113975eae4e9a858fdeccb96006f49a13843797d807cd65607293.png); }

.png-bell_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/bell_grey-40e68a9256bb9c37dbd446f68dcbbcff895f9d9de757d5ff84e9009d9397ddbb.png); }

.png-cart_grey {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cart_grey-8f2f3f100c6396d44a128f739b1d82449255108cb3a2220cb08ccdcc3ee2baf0.png); }

.png-zap {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/zap-27539ae7e758f313f4e78d0ec7662f5771ca89e9a1ba0e6655a71b57e4e689fc.png); }

.png-location_grey {
  width: 0.875rem;
  height: 1.125rem;
  background-size: contain;
  background-image: url(https://studio.jvcompany.ru/assets/png/location_grey-e61247769927ef9720e776e374a849e0839bccbb23d3a20f624f98adbe1dda12.png);
  background-repeat: no-repeat;
  background-position: center; }

.png-card_grey {
  width: 0.9375rem;
  height: 0.875rem;
  background-size: contain;
  background-image: url(https://studio.jvcompany.ru/assets/png/card_grey-342b1166f7cd07347fe1c191765d2af0cd48974d7230d0275a57a3fe18503183.png);
  background-repeat: no-repeat;
  background-position: center; }

.png-user_grey {
  width: 14px;
  height: 15px; }

.png-cart_grey {
  width: 18px;
  height: 14px; }

.png-orders_grey {
  width: 12px;
  height: 15px; }

.png-cal_grey {
  width: 14px;
  height: 16px; }

.png-bell_grey {
  width: 15px;
  height: 15px; }

.png-user_green {
  width: 14px;
  height: 15px; }

.png-cart_green {
  width: 18px;
  height: 14px; }

.png-orders_green {
  width: 12px;
  height: 15px; }

.png-cal_green {
  width: 14px;
  height: 16px; }

.png-bell_green {
  width: 15px;
  height: 15px; }

.png-zap {
  width: 9px;
  height: 15px; }
.popup__content {
  width: 625px;
  background: #fff;
  padding: 50px; }

.popup__title--request {
  margin-bottom: 10px; }

.popup__close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 47px;
  height: 47px;
  font-size: 25px;
  background: #F7F7F7;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  z-index: 100; }
  .popup__close:hover {
    background: #e0dede; }

.popup__close-icon {
  background: url(https://studio.jvcompany.ru/assets/popup-close-c3e695de7f5d82f134f0baa1826bab4bbc32770a6bddfe68ccb487622d6d0171.svg);
  width: 17px;
  height: 17px;
  background-size: contain; }

.pop-cont {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
          box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1); }
  .pop-cont_880 {
    width: 880px; }
  .pop-cont_360 {
    width: 360px; }
  .pop-cont_660 {
    width: 660px; }
  .pop-cont_620 {
    width: 620px; }
  .pop-cont__table td {
    vertical-align: top; }
  .pop-cont__table .radio {
    margin-right: 15px; }
  .pop-cont_tort .col3 {
    width: 24%; }
  .pop-cont__grey {
    background: #f7f7f7;
    margin: 0 -60px -60px;
    padding: 30px 60px 60px; }
  .pop-cont__social a {
    margin-right: 27px; }
  .pop-cont_notpop {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0; }
.popup-search .popup-close::before {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/ret-0b1aba41abd088907c1654077aa2ae39e0d6b6c3aaf807dd680255853dac5b8c.png); }

.popup-search .popup-close:hover::before {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/ret_red-c332b4194b9e54dab98d593c2d7c87b298c5e7b66a7d42deff12694c02de9809.png); }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.popup-container {
  display: block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
  -webkit-animation: show 0.5s;
          animation: show 0.5s; }
  .popup_transitionable .playout {
    -webkit-transition: margin-top 0.7s ease, margin-left 0.7s ease;
    transition: margin-top 0.7s ease, margin-left 0.7s ease; }
  .popup .background {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1001;
    background-color: #100500;
    -webkit-opacity: 0.6;
    opacity: 0.6; }
  .popup .popupScroll {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1002; }
    .popup .popupScroll.active {
      overflow-y: scroll; }
  .popup .playout {
    position: absolute;
    top: 50%;
    left: 50%; }
  .popup .popup-close {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1004;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .popup .popup-close:hover {
      background: #ff1616;
      border-color: #ff1616; }

.popup-preview .popup-close {
  display: none; }

.popup-c1 {
  float: left;
  width: 270px;
  background: #f4eed8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  height: 240px; }

.popup-c2 {
  float: left;
  width: 300px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  height: 240px; }

.popup-c3 {
  width: 300px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px; }

.popup-link {
  display: block;
  cursor: pointer;
  margin-bottom: 20px; }
  .popup-link .icon {
    margin-right: 14px; }
  .popup-link .svgicon {
    margin-right: 10px; }
  .popup-link:not(.popup-link__active):hover {
    color: red; }
  .popup-link__active {
    cursor: default; }
  .popup-link:last-child {
    margin-bottom: 0; }

.popup-search .total_results {
  text-align: center; }

.popup-search .background {
  background: #fff;
  opacity: 0.9; }

.popup-search .popup-close {
  display: block;
  border: 0;
  top: 60px;
  right: 60px; }
  .popup-search .popup-close::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px; }
  .popup-search .popup-close:hover {
    background: transparent; }
    .popup-search .popup-close:hover::before {
      display: block; }
  .popup-search .popup-close:active {
    top: 60px; }

.popup-search--custom {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 100001; }
  .popup-search--custom .popup-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
.mc__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/check-74c5ed7ccc7f595adb38860ed26a63c1962d49abad00b647f84a0b5c1c0bc03e.png); }

.mc__points .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/points-2d3066c42e00481854fc66fd0478c5d36ea948df6b5fb52816528d50f730ee53.png); }

.mc_red .mc__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/bullit-3319834eea2abbbca596b4d1204e010dec5bcf0c27c7e08aba7992c1d0de3453.png); }

.mc_inactive .mc__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/dot-391a174010f5d32936b4c46bcca46ae62ec7e52c977eedb0c16ba6712d89b4b0.png); }

.mc__points .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/points-2d3066c42e00481854fc66fd0478c5d36ea948df6b5fb52816528d50f730ee53.png); }

.post__head .badge {
  margin-bottom: 15px; }

.post__head .title {
  margin-bottom: 10px; }

.post__info {
  margin-bottom: 60px; }

.post__mcs_lined1 {
  position: relative; }
  .post__mcs_lined1:before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #eaeaea;
    border-left: 1px dashed #eaeaea;
    border-right: 1px dashed #eaeaea;
    top: 16px;
    left: 8px;
    right: 16px;
    bottom: -16px;
    -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px; }

.post__mcs_lined2 {
  position: relative; }
  .post__mcs_lined2:before {
    content: '';
    position: absolute;
    border-top: 1px dashed #eaeaea;
    border-left: 1px dashed #eaeaea;
    border-right: 1px dashed #eaeaea;
    width: 60px;
    top: 0px;
    left: -57px;
    height: 16px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
            border-top-right-radius: 3px; }
  .post__mcs_lined2:after {
    content: '';
    position: absolute;
    border-right: 1px dashed #eaeaea;
    width: 60px;
    top: 16px;
    left: -57px;
    bottom: 34px; }

.post__inf {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  color: #969696; }
  .post__inf .icon {
    margin-right: 5px;
    margin-top: -2px; }
  .post__inf_dif {
    color: #08b457; }
    .post__inf_dif .icons {
      letter-spacing: 2px;
      font-size: 10px;
      display: inline-block;
      margin-right: 0;
      margin-left: 4px; }
  .post__inf_com {
    margin-right: 10px; }
    .post__inf_com .icon {
      margin-right: 10px; }

.post__stars {
  font-size: 10px;
  color: #ffba00;
  display: inline-block;
  letter-spacing: 2px; }

.post__stars-hollow {
  position: relative; }

.post__stars-filled {
  position: absolute;
  overflow: hidden;
  top: 0;
  padding-left: 1px;
  left: -1px;
  bottom: 0;
  right: 0; }
  .post__stars-filled span {
    display: block;
    white-space: nowrap; }

.post__intro {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 55px; }

.post__program .sline {
  margin-bottom: 30px; }

.post__program .title2 {
  margin-bottom: 56px; }
  .post__program .title2 .icon {
    margin-top: -2px;
    margin-left: 9px; }

.post__bludos {
  margin-bottom: 25px; }

.post__text {
  font-size: 16px;
  line-height: 23px; }

.post__dif {
  font-size: 14px; }
  .post__dif .icons {
    color: #08b457;
    letter-spacing: 2px;
    font-size: 10px;
    display: inline-block;
    margin-right: 0;
    margin-left: 4px; }

.post__kurs .post__text {
  margin-bottom: 50px; }

.post__kurs .title2 {
  margin-bottom: 13px; }
  .post__kurs .title2 .icon {
    margin-left: 10px; }

.post__kurs .post__dif {
  margin-bottom: 23px; }

.post__count {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 23px; }
  .post__count span {
    display: block;
    color: #969696; }

.post__conditions {
  margin-bottom: 60px; }
  .post__conditions .sline {
    margin-bottom: 23px; }
  .post__conditions .title2 {
    margin-bottom: 12px; }

.post__preports {
  margin-bottom: 56px; }

.post__comments .title2 {
  margin-bottom: 25px; }
  .post__comments .title2 .icon {
    margin-left: 8px;
    margin-top: -3px; }

.bludo {
  width: 220px;
  margin-bottom: 30px; }
  .bludo__image {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px; }
    .bludo__image img {
      vertical-align: top;
      width: 220px;
      height: 250px; }
  .bludo__number {
    float: left;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #08b457;
    font-size: 10px;
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .bludo__title {
    margin-left: 30px;
    margin-top: -5px;
    font-size: 16px;
    margin-right: -10px;
    line-height: 23px; }
    .bludo__title span {
      max-height: 46px;
      display: block;
      overflow: hidden; }

.mc {
  margin-bottom: 50px; }
  .mc__icon {
    margin-top: 2px;
    width: 30px;
    float: left;
    position: relative;
    z-index: 1; }
    .mc__icon .icon {
      width: 17px;
      height: 17px; }
  .mc__info {
    margin-top: -2px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px; }
  .mc__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .mc__date {
    color: #969696;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 15px; }
  .mc__points {
    color: #ffba00;
    font-weight: bold;
    font-size: 16px; }
    .mc__points .icon {
      margin-top: -3px;
      margin-left: 6px;
      width: 15px;
      height: 15px; }
  .mc_red .mc__icon .icon {
    width: 17px;
    height: 17px; }
  .mc_inactive {
    color: #969696; }
    .mc_inactive .mc__icon .icon {
      width: 5px;
      height: 5px; }
.preport__number .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/photo-d516e0b644cd7285b335169e148b379cef58a0f6b13529c9a5806b268c6b6eab.png); }

.preport {
  margin-bottom: 26px; }
  .preport__images {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    margin-bottom: 14px; }
  .preport__image {
    float: left;
    display: block;
    position: relative;
    width: 50%;
    background: #F7F7F7;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    overflow: hidden; }
    .preport__image:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 100%; }
    .preport__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .preport__image:nth-child(1) {
      border-bottom: 2px solid #fff; }
    .preport__image:nth-child(2) {
      border-bottom: 2px solid #fff; }
    .preport__image:nth-child(2n+1) {
      border-right: 2px solid #fff; }
  .preport__row {
    margin-bottom: 12px;
    line-height: 16px; }
    .preport__row::after {
      content: '';
      display: table;
      clear: both; }
  .preport__col1 {
    float: left;
    width: 190px; }
  .preport__title {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .preport__title:hover, .preport__images:hover + .preport__info .preport__title {
      color: #03A561; }
  .preport__col2 {
    float: right;
    width: 40px; }
  .preport__number {
    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;
    font-size: 14px;
    color: #969696; }
    .preport__number .icon {
      margin-top: -4px;
      width: 15px;
      height: 15px;
      margin-right: 8px; }
  .preport__date {
    font-size: 14px;
    color: #969696; }
.presentation__play .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/play-893ac62eae571195c73f5528e171d90fbaca94d6949b769e928370038d5f2a94.png); }

.presentation {
  cursor: pointer; }
  .presentation__image {
    float: left;
    margin-left: -80px; }
  .presentation__play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #08b457;
    float: left;
    margin-top: 105px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin-left: -50px;
    margin-right: 20px; }
    .presentation__play .icon {
      vertical-align: middle;
      margin-top: -2px;
      width: 15px;
      height: 21px; }
  .presentation__text {
    margin-top: 105px;
    float: left; }
@font-face {
  font-family: 'montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratSemiBold-8094bcd05af0ebb688c40414315b3350df0c6392a27b35cb3a29f58cdde8a844.woff) format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'montserrat';
  src: url(https://studio.jvcompany.ru/assets/montserrat/MontserratRegular-3412e52a412767a2920652f0facf7df9add543aecef2e93edfff4b87960ee7b8.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@page {
  margin: 0;
  width: 21cm;
  height: 29.65cm; }

body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.pcert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1240px;
  height: 1640px;
  padding: 90px 100px 0 60px;
  font-family: montserrat; }

.pcert__container {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  border: 6px solid #008a46; }

.pcert__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 85px 41px 41px;
  border: 3px solid #008a46; }

.pcert__img {
  position: absolute;
  top: -68px;
  right: 455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  background-color: white; }
  .pcert__img img {
    width: 114px; }

.pcert__h1 {
  display: block;
  text-align: center;
  margin-bottom: 18px;
  color: #008a46;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: 1px; }

.pcert__p {
  margin: 18px 0 0;
  color: #231f20;
  font-size: 31px;
  font-weight: 400;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0; }
  .pcert__p--site {
    margin: 45px 0 0; }

.pcert__amount {
  margin: 34px 0 18px;
  color: #008a46;
  font-size: 72px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px; }

.pcert__info {
  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;
  margin-top: 35px;
  padding: 0 15px; }

.pcert__info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #231f20;
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1px; }
  .pcert__info-container span {
    font-weight: 400; }

.pcert__photo {
  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;
  width: 100%;
  margin-top: 35px;
  padding: 40px 100px 33px;
  border: 1px dashed #008a46; }

.pcert__photo-img {
  width: 31%; }
  .pcert__photo-img img {
    width: 100%; }

.pcert__photo-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62%; }

.pcert__photo_p {
  margin: 17px 0;
  color: #008a46;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 2px; }

.pcert__photo_signature {
  width: 100%;
  text-align: right; }
  .pcert__photo_signature img {
    width: 80%; }

.pcert__addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.pcert__addresses-span {
  display: block;
  color: #231f20;
  font-size: 25px;
  line-height: 39px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0px; }
  .pcert__addresses-span--bold {
    margin-bottom: 30px;
    font-weight: 600; }

.pcert__addresses-item--place {
  width: 47%; }

.pcert__addresses-item--info {
  width: 33%; }

.pcert__addresses-item--qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 10%; }
  .pcert__addresses-item--qr img {
    width: 100%; }
.qtip-maintip.qtip-default {
  border: none;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden; }

.qtip-maintip .qtip-tip {
  display: none !important; }

.qtip-maintip .qtip-content {
  padding: 20px 25px;
  background: #fff;
  font-size: 16px;
  line-height: 24px;
  color: #000000; }
.quantitier {
  height: 45px;
  line-height: 45px;
  padding: 0 14px;
  border: 1px solid #eaeaea;
  display: inline-block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  white-space: nowrap; }
  .quantitier_small {
    height: 35px;
    line-height: 35px;
    padding: 0 9px; }
  .tdesc__block .quantitier .icon {
    margin-right: 0 !important; }
  .quantitier__minus {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer; }
    .quantitier__minus .icon {
      width: 0.625rem;
      height: 0.125rem;
      background-image: url(https://studio.jvcompany.ru/assets/png/c_minus-b14644d0786661e9d54b499b57df3a50d0486e698a4b46116999af9e6607eaa2.png);
      background-size: cover; }
    .quantitier__minus:hover .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/c_minus_red-0ca98a9e2ce06464d53becdb43a39ab02e873274090da22a7d34a51e175f78d4.png); }
  .quantitier__plus {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block; }
    .quantitier__plus .icon {
      width: 0.625rem;
      height: 0.625rem;
      background-size: cover;
      background-image: url(https://studio.jvcompany.ru/assets/png/c_plus-8d223732882d345764253547f0694f6519cd0cf1788755837c2b78693b1c765c.png); }
    .quantitier__plus:hover .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/c_plus_red-026b9e9360fc906d79d53d014b5a7d80b2e819097b0a8e8037000fb098eab8e9.png); }
  .quantitier__show {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .quantitier input {
    display: none; }
  .quantitier_bare {
    border: 0;
    height: auto;
    line-height: inherit;
    padding: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .quantitier_bare .quantitier__minus, .quantitier_bare .quantitier__plus {
      width: 20px;
      text-align: center;
      line-height: 17px;
      height: 20px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background: #f7f7f7; }
      .quantitier_bare .quantitier__minus:hover, .quantitier_bare .quantitier__plus:hover {
        background: #f00; }
    .quantitier_bare .quantitier__plus:hover .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/c_plus_white-fd2aca47b02de7caca5ad9667e43f7e6fc65fc0793424fd00cd4d0618c6935aa.png); }
    .quantitier_bare .quantitier__minus:hover .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/c_minus_white-359737a35f448fe1363184c1542d1bcc92b72c39463292dc080e403db8ed8066.png); }

.quantitier--cart {
  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;
  width: 122px;
  height: 44px;
  padding: 0 22px;
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px; }
  .quantitier--cart .quantitier__minus .icon, .quantitier--cart .quantitier__plus .icon {
    position: relative;
    top: -3px;
    width: 12px;
    height: 100%;
    background-image: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px; }
  .quantitier--cart .quantitier__minus:hover .icon, .quantitier--cart .quantitier__plus:hover .icon {
    width: 12px;
    background-image: none; }
    .quantitier--cart .quantitier__minus:hover .icon:after, .quantitier--cart .quantitier__minus:hover .icon:before, .quantitier--cart .quantitier__plus:hover .icon:after, .quantitier--cart .quantitier__plus:hover .icon:before {
      background-color: red; }
  .quantitier--cart .quantitier__minus {
    margin-right: 0; }
    .quantitier--cart .quantitier__minus .icon:after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 12px;
      height: 2px;
      background-color: #2B2B2B;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .quantitier--cart .quantitier__plus {
    margin-left: 0; }
    .quantitier--cart .quantitier__plus .icon:after {
      content: '';
      position: absolute;
      top: 50%;
      display: block;
      width: 12px;
      height: 2px;
      background-color: #2B2B2B;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .quantitier--cart .quantitier__plus .icon:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      display: block;
      width: 2px;
      height: 12px;
      background-color: #2B2B2B;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
  .quantitier--cart .quantitier__show {
    font-family: "PT Sans", sans-serif;
    font-size: 16px; }
.radio_cb input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb_a-5ebb4372e46408c7c390e11585af9a2a9dec41793bde077048a77762cd292173.png); }

.radio_f1 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f1-e1533c83f9c2576907a6a10a8c86c5ff5d16bd0342bb3578099ae9bc17560f74.png); }

.radio_f2 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f2-4f090a34f248a8e4a42d4c19c819fca6a78689716247120df33e624afff3313f.png); }

.radio_f3 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f3-55cdc1c53fa930a86fa2a94ff30257bd0f14e664d3b3ed513cce8a080193cbd9.png); }

.radio_f4 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f4-ee4eb696f433f6b6223a00c0ff675df09824edaef157e86bb79003c788fa3510.png); }

.radio_f5 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f5-77035dda68051e2d4f24a0bb4fe4bc9df97cf8930e533ba72c6826d8164d33ac.png); }

.radio_cb .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb-92e9a158ba164817695d71d1ec9e4784a58a325777896bf83abffbe58bbf3c3b.png); }

.radio_cb input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cb_a-5ebb4372e46408c7c390e11585af9a2a9dec41793bde077048a77762cd292173.png); }

.radio_n1 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n1a-92912711f7dee2d591bbef151b0fab349a94bb65c652835928e19bfafa220a56.png); }

.radio_n2 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n2a-302baaa7bf81b5722d340cacfc3b049e8d454d94fa582eb274add96e051a553b.png); }

.radio_n3 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n3a-0c49773ce4f47b06e8bde298ca2c64068f9b845fa003a532ebb8527ffe882cdc.png); }

.radio_n4 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n4a-dbde174b3f514ea69fd5dbab1623abc25ad0eef57cbcc86e7342ed87699d2143.png); }

.radio_n5 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n5a-b55e45a723c22112164526ab6e3c6063881114ab90318b5f778910f39010a804.png); }

.radio_t1 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t1-fbc6a9d6ddf62eff652868abaf58abbad3c7dd6b5811c37fab27d7e3e2914965.png); }

.radio_t2 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t2-c887bc101e716ad1fb189f8664104ad0080916af90f0b682287f74f34c97ce59.png); }

.radio_t3 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t3-8c16c7b2b59be3a756a985c3932c8dee824d144226e7c561e7a68644a7886685.png); }

.radio_t4 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t4-47a2a709a152f8fad32528b00b1bfbd11ac6230d782e4eef6497bd65c14fdfb0.png); }

.radio_t5 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t5-c02705986a91bbeb739de211a8156458ea72780ed3970df5d317e53b77a57f2c.png); }

.radio_n1 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n1-4db2c0db7cf22c44018e84c85c2af0d6bba88aa3699d1d69c22b69aedfc7252a.png); }

.radio_n2 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n2-4174741a95510df95d50cd6bb66090d419d8804a8a576f9b69426eb1ed3fe272.png); }

.radio_n3 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n3-4773b27cc009c3d7ffc045962a12aa15b878da8ba171688ff19943b4e1cbd4ac.png); }

.radio_n4 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n4-f22b5c7432abe4ea4e56c95831a0c41e30839639092ad55f509d2c73740a6025.png); }

.radio_n5 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_n5-137592867f3975a5caf38dd7f097c6e11a4b7c6b76fbb6247ebdb530852ee338.png); }

.radio_f1 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f1a-c6a8605e49fa4781050ff8b05e25420c4d231f37220c3611df5c3b35d48da92b.png); }

.radio_f2 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f2a-24af16ce85cc56e892f06273ffd1cf8b4d280af18340f8a57b8a1d7ee6af2075.png); }

.radio_f3 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f3a-79174af75987be228b068910f8b1c66630db00eb488890c761d9a345dc81cc1a.png); }

.radio_f4 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f4a-eb1baa5554ca76117bb9a50bc47ff168838e5cc14661b32df6718f4a2db58edf.png); }

.radio_f5 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_f5a-4ce24248392adbbe15bc781d7a6b913217dd22ab13b460af1a1fc886726c1c6a.png); }

.radio_t1 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t1a-9acd3b0a6c85d341be9ab889cdac7ed1471af817e116c4d1d828c49a5b406f7b.png); }

.radio_t2 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t2a-944553a158b997c141c22974fe19bdb77abb56605e808f51a7faea8e436bca2e.png); }

.radio_t3 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t3a-de20b0bca6a0ae1b9091f576c311237cc0b58b9dde50d39d0bdf7c87632582b0.png); }

.radio_t4 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t4a-61b23f572996e8fcd17cba2be7c33b287aae864750c8727127fb3bc42a039a2a.png); }

.radio_t5 input:checked + .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/r_t5a-7e72dc00d851d9358ec214e6c526117ff43db79807b8cae07fdefbed3256ce9e.png); }

.radio {
  cursor: pointer; }
  .radio input {
    display: none; }
  .radio__icon {
    display: inline-block;
    width: 35px; }
    .radio__icon .icon {
      margin-top: -3px; }
  .radio label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .radio_f1 .icon {
    width: 20px;
    height: 20px; }
    .radio_f1 .icon:nth-child(3), .radio_f1 .icon:nth-child(5) {
      width: 16px; }
  .radio_t1 .icon {
    width: 20px;
    height: 20px; }
  .radio_n1 .icon {
    width: 20px;
    height: 20px; }
    .radio_n1 .icon:nth-child(4) {
      width: 18px; }
    .radio_n1 .icon:nth-child(5) {
      width: 15px; }
  .radio_f2 .icon {
    width: 20px;
    height: 20px; }
    .radio_f2 .icon:nth-child(3), .radio_f2 .icon:nth-child(5) {
      width: 16px; }
  .radio_t2 .icon {
    width: 20px;
    height: 20px; }
  .radio_n2 .icon {
    width: 20px;
    height: 20px; }
    .radio_n2 .icon:nth-child(4) {
      width: 18px; }
    .radio_n2 .icon:nth-child(5) {
      width: 15px; }
  .radio_f3 .icon {
    width: 20px;
    height: 20px; }
    .radio_f3 .icon:nth-child(3), .radio_f3 .icon:nth-child(5) {
      width: 16px; }
  .radio_t3 .icon {
    width: 20px;
    height: 20px; }
  .radio_n3 .icon {
    width: 20px;
    height: 20px; }
    .radio_n3 .icon:nth-child(4) {
      width: 18px; }
    .radio_n3 .icon:nth-child(5) {
      width: 15px; }
  .radio_f4 .icon {
    width: 20px;
    height: 20px; }
    .radio_f4 .icon:nth-child(3), .radio_f4 .icon:nth-child(5) {
      width: 16px; }
  .radio_t4 .icon {
    width: 20px;
    height: 20px; }
  .radio_n4 .icon {
    width: 20px;
    height: 20px; }
    .radio_n4 .icon:nth-child(4) {
      width: 18px; }
    .radio_n4 .icon:nth-child(5) {
      width: 15px; }
  .radio_f5 .icon {
    width: 20px;
    height: 20px; }
    .radio_f5 .icon:nth-child(3), .radio_f5 .icon:nth-child(5) {
      width: 16px; }
  .radio_t5 .icon {
    width: 20px;
    height: 20px; }
  .radio_n5 .icon {
    width: 20px;
    height: 20px; }
    .radio_n5 .icon:nth-child(4) {
      width: 18px; }
    .radio_n5 .icon:nth-child(5) {
      width: 15px; }
  .radio_cb {
    display: block; }
    .radio_cb .icon {
      width: 16px;
      height: 16px; }
    .radio_cb .radio__icon {
      width: 30px; }

.radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #f7f7f7;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 21px; }
  .radio-group__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .radio-group__label {
    display: block;
    padding: 17px 27px 16px 27px;
    text-align: center;
    -webkit-border-radius: 15px;
            border-radius: 15px; }

.radio-group__item input:checked ~ .radio-group__label {
  background: white;
  border: 1px solid #03A561; }
.rads {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px; }

.rads__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0.1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden; }

.rads__wrapper {
  padding: 10px 20px 14px;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  border: 1px solid #F7F7F7; }
  .rads:hover input:not(:checked) + .rads__wrapper {
    background: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
            box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15); }
  input:checked + .rads__wrapper, .rads:hover input:checked + .rads__wrapper {
    border-color: #03A561; }

.rads__price {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #000000; }

.rads__date,
.rads__descr {
  font-size: 14px;
  line-height: 22px;
  color: #969696;
  white-space: nowrap; }

.rads__location {
  margin-top: 5px;
  color: #03A561;
  font-size: 14px;
  white-space: nowrap; }
.raty {
  color: #03A561;
  font-size: 12px;
  line-height: 1; }

.raty--md {
  font-size: 20px; }
.schedule__title {
  margin-bottom: 0; }

.schedule__list-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.schedule__title-wrap {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px; }

.schedule__title-btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.schedule__list-date {
  margin-bottom: 0; }

.schedule__wrapper {
  max-width: 100%;
  width: 100%; }

.schedule__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px; }

.schedule__list-banner {
  height: auto;
  width: -webkit-calc( ( 100% - 90px ) / 4);
  width: calc( ( 100% - 90px ) / 4); }
  .schedule__list-banner .banner {
    height: 100%;
    width: 100%; }
    .schedule__list-banner .banner img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      -o-object-fit: cover;
         object-fit: cover; }

.schedule__preloader {
  padding: 100px 0;
  display: none; }

.schedule__list-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .schedule__list-empty .hide {
    display: none; }

.schedule__show-more {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 57px auto 100px; }

.schedule__list-content {
  margin: -20px -15px -35px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 26px; }
  .schedule__list-content .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 1000px !important; }
  .schedule__list-content--list .schedule__list-item {
    padding-bottom: 10px;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4); }

.schedule__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: -webkit-calc( ( 100% - 90px ) / 4);
  width: calc( ( 100% - 90px ) / 4);
  min-height: auto; }
  .schedule__list-item--mc-packs {
    width: -webkit-calc( 100% / 4);
    width: calc( 100% / 4); }
  .slick-initialized .schedule__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .schedule__list-item--series {
    width: -webkit-calc( ( 100% - 90px ) / 4);
    width: calc( ( 100% - 90px ) / 4); }

.schedule__aside {
  margin-top: 74px; }

.schedule__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.schedule__calendar {
  margin-bottom: 10px;
  width: 100%;
  position: relative; }

.schedule__calendar-tooltip {
  display: none;
  position: absolute;
  width: 100%;
  top: 66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5; }

.schedule__calendar-button {
  position: relative; }
  .schedule__calendar-button i {
    margin-right: 15px;
    color: #969696; }

.schedule__empty {
  padding: 0;
  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-border-radius: 15px;
          border-radius: 15px;
  margin-bottom: 30px; }

.schedule__empty-inner {
  text-align: center; }
  .schedule__empty-inner a {
    margin: 0; }

.schedule__empty-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px; }

.schedule__empty-text {
  width: 323px;
  margin: 0 auto;
  margin-bottom: 19px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 21px;
  color: #969696;
  text-align: center; }

.schedule__empty-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(3, 165, 97, 0.15);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 1;
  position: relative; }
  .schedule__empty-icon::before {
    content: '';
    display: block;
    width: 55px;
    height: 42px;
    background: url(https://studio.jvcompany.ru/assets/empty_screen-a4398c452fb019febcec4aa994f033a61d0a2065931aa65bfc445d57d04f535e.svg) 50% 50% no-repeat;
    background-size: cover; }

a.schedule__empty-button {
  padding: 10px 35px 13px;
  background: #F7F7F7; }

.schedule__info {
  margin: 0 auto 30px;
  padding: 10px 70px;
  font-size: 20px;
  line-height: 1.3;
  background: #FFF3D0;
  text-align: center; }
  .schedule__info a {
    color: #03A561; }
.schemas-popup {
  z-index: 104000 !important; }

.schemas-popup__main {
  position: relative;
  height: 100%;
  max-height: 800px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto; }
  .schemas-popup__main img {
    display: block;
    height: 100%;
    max-height: 800px;
    width: auto; }
.search .finished .input-wrap__icon:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross_red-54cfb374d6f792b583ca688180cc36daf87b9f8e721e12faa9e1b26b715fc765.png); }

.search .focused .input-wrap__icon:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa_red-a50170a81e4b1c24f68fa63be653ba27e7bf5f01523c158ceaae74cc63b2b329.png); }

.search .focused .input-wrap__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa-f788f115f64f66c8f7cc96b6e2a35c527d9d7c4236735955944e288583a63fe2.png); }

.search__ok .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/ok-dd71ff28dba5a10502bc02048465c6bbf6dd01dfc666cb87b182c82362fd1f8d.png); }

.search .focused .input-wrap__icon:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/lupa_red-a50170a81e4b1c24f68fa63be653ba27e7bf5f01523c158ceaae74cc63b2b329.png); }

.search .finished .input-wrap__icon .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross_black-547afd6e4d4ea64cb906a80af8e3f7f383a31a92f9b2a1445d900df2fcfcbcb6.png); }

.search .finished .input-wrap__icon:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross_red-54cfb374d6f792b583ca688180cc36daf87b9f8e721e12faa9e1b26b715fc765.png); }

.search {
  max-width: 520px;
  margin: 0 auto; }
  .search__box {
    margin-bottom: 53px; }
  .search__line {
    margin-bottom: 15px; }
    .search__line:last-child {
      margin-bottom: 0; }
    .search__line:hover .search__grey span {
      display: inline-block; }
  .search__results {
    margin-bottom: 53px; }
  .search .title {
    margin-bottom: 40px; }
  .search__num {
    font-size: 12px;
    float: left;
    width: 38px; }
  .search__icon {
    float: left;
    width: 22px; }
  .search__data {
    overflow: hidden;
    font-size: 16px;
    line-height: 23px; }
  .search__text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%; }
    .search__text.you-go {
      padding-right: 94px; }
      .search__text.you-go span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        position: relative; }
      .search__text.you-go .search__ok {
        display: block; }
  .search__ok {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #08b457; }
    .search__ok .icon {
      margin-right: 5px;
      vertical-align: middle;
      margin-top: -2px;
      width: 16px;
      height: 16px; }
  .search__grey {
    color: #969696;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .search__grey span {
      display: none; }
  .search .focused .input-wrap__icon .icon {
    width: 16px;
    height: 16px; }
  .search .finished .input-wrap__icon .icon {
    width: 11px;
    height: 12px; }
.input-box {
  position: relative; }
  .input-box--stretch {
    max-width: 100%; }
    .input-box--stretch .select-custom__label {
      width: 100%; }
    .input-box--stretch .select2-container, .input-box--stretch .sel-multi {
      width: 100% !important; }

body > .select2-container, .sel-multi {
  z-index: 100000 !important; }

.select2-container, .sel-multi {
  border: 1px solid #EAEAEA;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 255px !important;
  z-index: 2;
  position: relative;
  cursor: pointer; }
  .select2-container .select2-selection, .sel-multi .select2-selection {
    display: block;
    height: 54px;
    padding: 22px 45px 2px 27px; }
  .select2-container--changed ~ .select-custom__label, .sel-multi--changed ~ .select-custom__label {
    top: 9px;
    font-size: 12px;
    line-height: 16px; }
  .select2-container--open, .sel-multi--open {
    -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
            box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
    -webkit-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0;
    border: none; }
    .select2-container--open .select2-selection__arrow, .sel-multi--open .select2-selection__arrow {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
          -ms-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }

.select-custom__label {
  position: absolute;
  left: 27px;
  top: 18px;
  font-family: PT Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #969696;
  z-index: 1;
  -webkit-transition: top 0.4s, font-size 0.4s, opacity 0.4s;
  transition: top 0.4s, font-size 0.4s, opacity 0.4s;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 200px; }

.select2-results {
  padding-right: 4px; }

.select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 27px !important;
  height: 12px !important;
  width: 15px !important;
  background: url(https://studio.jvcompany.ru/assets/select_arrow-c07b9ad944d27bd4d4d2750ce13058db4cd385851afea6b5a5b0c8bfc5cd508d.svg) center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .select2-selection__arrow b {
    display: none; }

.select2-container--default .select2-selection--single {
  border: none;
  background: none; }
  .select2-container--default .select2-selection--single:focus {
    outline: none; }

.select2-selection__rendered {
  width: 100%;
  padding: 0 !important;
  font-size: 16px; }

.select2-dropdown {
  border: none;
  border-top: 1px solid #EAEAEA !important;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.1); }
  .select2-dropdown::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 111; }
  .select2-dropdown.loading::before, .select2-dropdown.loading::after {
    display: none; }

.select2-results__options {
  padding: 20px 25px 20px 50px; }

.select2-results__option {
  font-size: 16px;
  line-height: 21px;
  color: #969696;
  background: none !important;
  position: relative;
  display: block; }
  .select2-results__option::before {
    border: 1px solid #EAEAEA;
    content: '';
    position: absolute;
    left: -3px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 11; }
  .select2-results__option--highlighted {
    color: #2b2b2b !important; }
    .select2-results__option--highlighted::before {
      -webkit-box-shadow: inset 0 0 0 6px #03A561;
              box-shadow: inset 0 0 0 6px #03A561; }

.sel-multi .select2-selection--multiple {
  cursor: pointer;
  border: none !important;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: none; }
  .sel-multi .select2-selection--multiple .s2__pres {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .sel-multi .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden; }
    .sel-multi .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      padding: 0;
      margin: 0 5px 0 0;
      background: none;
      border: none; }
      .sel-multi .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:after {
        content: ', '; }
      .sel-multi .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:nth-last-child(2):after {
        display: none; }
    .sel-multi .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
      display: none; }

.select2-container.multi .select2-dropdown .select2-results__option::before {
  border: 1px solid #EAEAEA;
  background: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  z-index: 2; }

.select2-container.multi .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #2b2b2b; }
  .select2-container.multi .select2-dropdown .select2-results__option[aria-selected=true]::after {
    background: url(https://studio.jvcompany.ru/assets/checkbox-c4ff7e78ae6fb668266310779c222d9f3b4236866a5ad0c6b2b3eace80de36c3.svg);
    content: '';
    width: 11px;
    height: 8px;
    position: absolute;
    left: -18px;
    background-repeat: no-repeat;
    top: 12px;
    z-index: 3; }
  .select2-container.multi .select2-dropdown .select2-results__option[aria-selected=true]::before {
    background: #03A561;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
    color: #2b2b2b; }
    .select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected=true]::after {
      display: block; }
    .select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected=true]::before {
      background: #03A561;
      -webkit-box-shadow: none;
              box-shadow: none; }

.select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  color: #2b2b2b; }
  .select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted::after {
    display: none; }
  .select2-container.multi .select2-dropdown .select2-results__option.select2-results__option--highlighted::before {
    background: light-grey;
    -webkit-box-shadow: none;
            box-shadow: none; }

.select2-container--accent {
  border: 1px solid #03A561; }
  .select2-container--accent.select2-container--open + .select2-bg-accent {
    -webkit-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0; }

.select2-bg-accent {
  position: absolute;
  left: 0;
  top: 0;
  background: #F7F7F7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  width: 100%;
  height: 100%; }

.select2-container--accent-drop .select2-dropdown {
  background: #F7F7F7;
  border: 1px solid #03A561; }
  .select2-container--accent-drop .select2-dropdown .select2-results__option::before {
    border: 1px solid #03A561 !important; }
.selector input {
  display: none; }

.selector__pupa {
  height: 16px;
  position: relative;
  width: 30px;
  background: #c7c7c7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  vertical-align: middle; }
  .selector__pupa:after {
    content: '';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    top: 4px;
    left: 4px; }

.selector input:checked + .selector__pupa {
  background: #08b457; }
  .selector input:checked + .selector__pupa:after {
    left: 18px; }
.share-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }

.share-buttons__btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0 5px;
  color: #969696;
  text-align: center;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }
  .share-buttons__btn:hover {
    color: #03A561;
    border-color: #03A561; }
  .share-buttons__btn:first-child {
    margin-left: 0; }
  .share-buttons__btn:last-child {
    margin-right: 0; }
  .share-buttons__btn > i {
    font-size: 16px;
    line-height: 44px; }
.shelf {
  width: 330px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
          box-shadow: 0px 15px 40px 0px rgba(43, 23, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 100;
  visibility: hidden; }
  .shelf.open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }
  .shelf__inner {
    overflow-y: auto;
    height: 100%;
    padding: 60px; }
  .shelf__bottom {
    position: absolute;
    bottom: 55px;
    left: 60px;
    right: 60px; }
.sld {
  position: relative; }
  .sld__slider {
    height: 20px;
    height: 3px;
    height: 10px;
    margin: 0 55px 0 25px;
    position: relative; }
  .sld input {
    display: none; }
  .sld .ui-slider-handle {
    width: 13px;
    z-index: 10;
    margin-left: -6px;
    height: 13px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    border: 2px solid #ffba00;
    position: absolute;
    outline: none;
    cursor: pointer; }
  .sld__active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0; }
    .sld__active:before {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 3px;
      content: '';
      background: #ffba00; }
    .sld__active:after {
      position: absolute;
      left: 0;
      bottom: 3px;
      right: 0;
      height: 3px;
      content: '';
      border-bottom: 4px solid #ffba00;
      border-left: 430px solid transparent; }
  .sld__inactive {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    bottom: 0; }
    .sld__inactive:before {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 3px;
      content: '';
      background: #eaeaea; }
    .sld__inactive:after {
      position: absolute;
      bottom: 3px;
      right: 0;
      height: 3px;
      content: '';
      z-index: 2;
      border-bottom: 4px solid #eaeaea;
      border-left: 430px solid transparent; }
  .sld__pop {
    position: absolute;
    top: -28px;
    font-size: 14px;
    left: 13px;
    color: #fff;
    background: #ffba00;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap; }
  .sld__left {
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 2px;
    color: #969696;
    line-height: 10px; }
  .sld__right {
    position: absolute;
    font-size: 12px;
    right: 0;
    text-align: right;
    top: 2px;
    color: #969696;
    line-height: 10px; }
.slider {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .slider_780 {
    height: 439px; }
    .slider_780 .slider__slide {
      line-height: 439px; }
      .slider_780 .slider__slide img {
        height: 439px;
        max-width: 100%; }
  .slider__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .slider__image img {
      max-width: 100%;
      height: 500px; }
  .slider .slick-track, .slider .slick-list {
    height: 100% !important;
    -webkit-border-radius: 20px;
            border-radius: 20px; }
  .slider__slide {
    height: 100%;
    background-position: center;
    background-size: cover;
    line-height: 500px;
    outline: none; }
    .slider__slide_faded:after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background: #000;
      opacity: 0.3;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .slider__slide_faded:hover:after {
      opacity: 0.5; }
  .slider__text {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    text-align: center;
    padding: 0 22%;
    font-size: 36px;
    line-height: 48px;
    font-family: "PT Serif", sans-serif;
    font-weight: 700; }
  .slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .slider .slick-dots li {
      display: inline-block;
      margin: 0 6px; }
      .slider .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background: #fff; }
        .slider .slick-dots li.slick-active button:hover {
          border-color: #fff; }
    .slider .slick-dots button {
      cursor: pointer;
      outline: none;
      border: 0;
      font-size: 0;
      color: transparent;
      background: transparent;
      border: 4px solid rgba(255, 255, 255, 0.5);
      padding: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 8px;
      height: 8px; }
      .slider .slick-dots button:hover {
        width: 12px;
        height: 12px;
        border: 6px solid rgba(255, 255, 255, 0.5); }
  .slider .slick__prev, .slider .slick__next {
    position: absolute;
    left: 52px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2; }
  .slider .slick__next {
    left: auto;
    right: 52px;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }
  .slider__content {
    position: relative;
    margin-top: -50px;
    margin-left: 135px;
    margin-right: 135px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: "PT Sans", sans-serif !important; }
    .slider__content:hover:before {
      background: rgba(0, 0, 0, 0.7); }
    .slider__content > * {
      position: relative; }
  .slider .title {
    color: #fff; }
  .slider .badge {
    margin-bottom: 10px; }
  .slider__table {
    line-height: normal;
    position: absolute;
    top: 180px;
    right: 190px;
    width: 200px; }

.tslider {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 135px; }
  .tslider .slick-track, .tslider .slick-list {
    height: 100% !important; }
  .tslider .slick-list {
    margin-bottom: 15px; }
  .tslider__slide {
    height: 28rem;
    outline: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden; }
    .tslider__slide img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: 'object-fit: cover; object-position: center;';
      width: 100%;
      height: 100%; }
  .tslider .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .tslider .slick-dots li {
      width: 8px;
      height: 8px;
      margin: 0 6px;
      padding: 0;
      background-color: rgba(255, 255, 255, 0.5);
      -webkit-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer;
      outline: none;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .tslider .slick-dots li:hover {
        background-color: #ff0000; }
      .tslider .slick-dots li.slick-active {
        background-color: #ffffff; }
      .tslider .slick-dots li img {
        display: none; }
  .tslider__prev, .tslider__next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer; }
    .tslider__prev:active, .tslider__next:active {
      background-color: #ff0000; }
  .tslider__prev {
    left: 26px; }
    .tslider__prev .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_l-d3a7896499bd1c5925bc89074dc4436a7c19b9f808927215dffca95e95639ee3.png); }
    .tslider__prev:hover .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_l_red-1174e545ac936435eed43377fb0d9c6bd8ee1205bb635790434efc9030753be3.png); }
    .tslider__prev:active .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_l_w-934e26b7d3d9097589eff0f04c2d8467e6571f651803e8e20b7080f727d6c6c5.png); }
  .tslider__next {
    right: 26px; }
    .tslider__next .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_r-5e24397b282e33ce3a9e250aaa818d0bd5a88633a0ca8587eff1fbd0455d297a.png); }
    .tslider__next:hover:not(:active) .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_r_red-149eddd4c0f4501b3f6969b64da30122a11ccdb93f0784955711d88374aa5a21.png); }
    .tslider__next:active .icon {
      background-image: url(https://studio.jvcompany.ru/assets/png/arrow2_r_w-8406a5e9197a3af90d72292bfede5199e563a40c59c79836d7ff20efaadbaeac.png); }

.slider-arrow {
  width: 44px;
  height: 44px;
  display: block;
  background: #EAEAEA;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  color: #2b2b2b;
  -webkit-transition: height .2s, width .2s;
  transition: height .2s, width .2s;
  z-index: 101; }
  .slider-arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slider-arrow:hover, .slider-arrow.hover {
    width: 48px;
    height: 48px; }
  .slider-arrow:active {
    color: #4F9436; }
  .slider-arrow--disabled {
    background: rgba(234, 234, 234, 0.4);
    color: rgba(43, 43, 43, 0.4);
    cursor: default; }
    .slider-arrow--disabled:active {
      color: rgba(43, 43, 43, 0.4); }
    .slider-arrow--disabled:hover {
      width: 44px;
      height: 44px; }
  .slider-arrow--lg {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
            box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15); }
    .slider-arrow--lg i {
      font-size: 20px; }
    .slider-arrow--lg:hover {
      width: 64px;
      height: 64px; }
.stars-rating {
  display: inline-block;
  position: relative;
  color: #03A561;
  font-size: 12px;
  line-height: 1; }
  .stars-rating .fa-star {
    margin: 0 2px; }
    .stars-rating .fa-star:last-child {
      margin-right: 0; }
    .stars-rating .fa-star:first-child {
      margin-left: 0; }
  .stars-rating--yellow {
    color: #ffba00; }

.stars-rating__filled {
  position: absolute;
  top: 0;
  overflow: hidden;
  white-space: nowrap; }
.studio .contacts-item__title {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px; }

.studio .schedule__show-more, .studio .schedule__list-empty {
  margin-bottom: 0px; }

.studio__title {
  margin-bottom: 40px; }

.studio__slider .slider {
  margin-bottom: 48px; }

.studio__contacts {
  max-width: 960px;
  margin: 88px 0; }

.studio__about-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  font-family: "PT Serif", sans-serif; }

.studio__about {
  margin-bottom: 64px; }

.studio__about-content p:not(:last-child) {
  margin-bottom: 32px; }

.studio__about-content p {
  font-size: 16px;
  line-height: 24px; }
  .studio__about-content p strong {
    display: block;
    margin-bottom: -20px; }

.studio__about-content ul {
  margin-bottom: 24px;
  list-style: none; }
  .studio__about-content ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #2B2B2B; }
    .studio__about-content ul li::before {
      position: absolute;
      top: 13px;
      left: 10px;
      display: block;
      content: '';
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #2B2B2B;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .studio__about-content ul li strong {
      font-weight: 700; }

.studio__about-content p strong {
  font-weight: 700; }

.studio__photos-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  font-family: "PT Sans", sans-serif; }

.studio__photos-place {
  margin-bottom: 35px; }

.studio__photos-content {
  margin-bottom: 88px; }

.studio__item-title {
  left: 50%;
  right: auto;
  width: auto;
  max-width: -webkit-calc( 100% - 70px);
  max-width: calc( 100% - 70px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.studio__slider {
  max-width: 900px; }
.summary_sh {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }

.summary {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  padding: 50px 40px;
  font-size: 14px;
  line-height: 35px; }
  .summary::after {
    content: '';
    display: table;
    clear: both; }
  .summary_sh {
    border: 0; }
  .summary .location .icon {
    vertical-align: middle; }
  .summary .new {
    top: 0;
    right: 40px; }
    .summary .new__red {
      background: #f00; }
      .summary .new__red:after {
        content: '';
        top: 20px;
        left: 0;
        position: absolute;
        border-top: 0.5rem solid #f00;
        border-left: 2rem solid transparent;
        border-right: 2rem solid transparent; }
  .summary__c1 {
    float: left;
    width: 45%; }
  .summary__c2 {
    float: right;
    width: 37%; }
  .summary__row {
    height: 35px; }
    .summary__row::after {
      content: '';
      display: table;
      clear: both; }
    .summary__row.justify {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .summary__icon {
    width: 25px;
    float: left; }
  .summary__right {
    overflow: hidden;
    margin-left: 25px; }
  .summary__buttons {
    height: 70px;
    padding-top: 8px; }
  .summary_plain {
    padding: 0;
    border: 0;
    line-height: 23px; }
    .summary_plain .summary__row {
      margin-bottom: 18px;
      height: auto; }
    .summary_plain .summary__icon {
      width: 30px; }
.switchery {
  width: 48px;
  height: 28px;
  line-height: 20px;
  border: none;
  float: left;
  margin-right: 10px; }
  .switchery small {
    top: 4px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.table_myc .table__col.has_event:hover:after {
  -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1); }

.table__delete .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross-cf4cdb9a66f410682a66f0cb1db0b75182c06db02ececa414aa333531756c03f.png); }

.table__delete:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross_red-54cfb374d6f792b583ca688180cc36daf87b9f8e721e12faa9e1b26b715fc765.png); }

.table__go .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/next_green-1c4be925a13aa231235aa658bc6e47f5156b164fed39c58e5cdd224a33e127b6.png); }

.table__status.paid .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/ok-dd71ff28dba5a10502bc02048465c6bbf6dd01dfc666cb87b182c82362fd1f8d.png); }

.table__delete:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/cross_red-54cfb374d6f792b583ca688180cc36daf87b9f8e721e12faa9e1b26b715fc765.png); }

.table__action_edit .inner .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/pen_grey-78a59e90794c2ae3bb51bf0679e7c8c85418daee1238386a4d19aed0daf53f56.png); }

.table__action_edit .inner .icon:hover {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/pen_red-a530afbc0e933d7d1c7818e123fe07e0f1773e27d53a0149e04ef2624a1a88f5.png); }

.table__action_present .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/present-83211d8c79498a3c4a26ba672f69115d4d2cb44249d851641785b2dc0e3c6e6d.png); }

.table__status .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/stop-d1372a7206c5b080c7a18e98e25fd07c9804aea2b1634cfeee414553efcfa3f5.png); }

.table__repeat .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/repeat_grey-cbbfa9b2ad349f4211f4d484fda2fa30a36959de2af99cfaa6c2d4ea6c4274d5.png); }

.table__repeat:hover .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/repeat_red-a480f1afa1d6be61e9f71b8b5ea73a862929baeea29fb5baf1cea00358e62471.png); }

.table__go .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/next_green-1c4be925a13aa231235aa658bc6e47f5156b164fed39c58e5cdd224a33e127b6.png); }

.table {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 53px; }
  .table th {
    color: #969696;
    font-size: 14px;
    vertical-align: top; }
  .table td {
    padding-top: 17px;
    vertical-align: top; }
  .table_padded td {
    padding-right: 30px; }
    .table_padded td:last-child {
      padding-right: 0; }
  .table__300 {
    width: 300px; }
  .table__170 {
    width: 170px; }
  .table__right {
    display: inline-block; }
  .table__edit {
    padding-right: 25px;
    position: relative;
    max-width: 300px;
    display: inline-block; }
    .table__edit.with-present {
      padding-right: 47px; }
  .table__delete {
    cursor: pointer; }
    .table__delete .icon {
      width: 11px;
      height: 12px; }
  .table__actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }
  .table__notified {
    position: relative; }
    .table__notified:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      background: #f00;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      left: 15px;
      top: 33px; }
  .table__notification {
    width: 700px; }
  .table__action {
    display: inline-block;
    margin-left: 7px; }
    .table__action_edit .inner .icon {
      margin-top: -5px;
      vertical-align: middle;
      width: 16px;
      height: 16px; }
    .table__action_present .icon {
      margin-top: -5px;
      vertical-align: middle;
      width: 16px;
      height: 17px; }
  .table__status .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -3px; }
  .table__status.paid .icon {
    width: 16px;
    height: 16px; }
  .table__repeat {
    cursor: pointer;
    position: relative;
    color: #969696; }
    .table__repeat .icon {
      margin-right: 10px;
      margin-top: -3px;
      width: 18px;
      height: 15px; }
    .table__repeat:hover {
      color: #f00; }
  .table__tr_padded td {
    padding-top: 47px; }
  .table_calendar td {
    padding-top: 0; }
  .table_hoverable tbody tr:hover {
    position: relative;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
    -webkit-border-radius: 3px;
            border-radius: 3px; }
  .table_hoverable th {
    padding-bottom: 10px; }
  .table_hoverable td {
    padding-top: 8px;
    padding-bottom: 8px; }
  .table_hoverable td:first-child, .table_hoverable th:first-child {
    padding-left: 15px; }
  .table_hoverable td:last-child, .table_hoverable th:last-child {
    padding-right: 15px; }
  .table__go {
    margin-left: 10px;
    display: none; }
    .table__go .icon {
      width: 13px;
      height: 12px; }
  .table_hoverable-bigger {
    margin-top: -25px;
    margin-bottom: 30px; }
    .table_hoverable-bigger tbody tr {
      border-bottom: 1px solid #eaeaea;
      position: relative; }
      .table_hoverable-bigger tbody tr:last-child {
        border-bottom: 1px solid transparent; }
    .table_hoverable-bigger tbody tr:hover {
      position: relative;
      -webkit-box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
              box-shadow: 0px 2px 15px 0px rgba(112, 76, 34, 0.1);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      border-bottom: 1px solid transparent; }
      .table_hoverable-bigger tbody tr:hover .table__go {
        display: inline-block; }
    .table_hoverable-bigger td {
      padding-right: 30px;
      padding-top: 24px;
      padding-bottom: 24px; }
    .table_hoverable-bigger td:first-child {
      position: relative; }
      .table_hoverable-bigger td:first-child:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 30px;
        border-bottom: 1px solid #fff; }
    .table_hoverable-bigger td:first-child, .table_hoverable-bigger th:first-child {
      padding-left: 30px; }
    .table_hoverable-bigger td:last-child, .table_hoverable-bigger th:last-child {
      padding-right: 30px; }
  .table__icon {
    float: left;
    margin-right: 10px; }
    .table__icon + div {
      overflow: hidden; }
  .table_bordered td, .table_bordered th {
    border: 1px solid #eaeaea;
    padding: 0; }
  .table_myc th {
    text-align: center;
    height: 42px;
    vertical-align: middle; }
  .table_myc td, .table_myc th {
    width: 14.2857142857%; }
  .table_myc .table__col {
    position: relative;
    padding: 15px;
    height: 90px; }
    .table_myc .table__col.current:before {
      position: absolute;
      content: '';
      top: 15px;
      right: 15px;
      width: 7px;
      height: 7px;
      z-index: 2;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #ff0000; }
    .table_myc .table__col.has_event {
      cursor: pointer; }
      .table_myc .table__col.has_event:hover:after {
        top: -1px;
        bottom: -1px;
        left: -1px;
        position: absolute;
        right: -1px;
        content: '';
        border: 1px solid #fff;
        background: #fff; }
  .table_myc .table__date {
    margin-top: -2px;
    line-height: 13px;
    font-size: 13px;
    color: #969696;
    margin-bottom: 11px;
    position: relative;
    z-index: 1; }
  .table_myc .table__title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .table_myc .table__title span {
      display: block; }
  .table__current {
    background: #f7f7f7; }
.tb {
  color: #fff;
  margin-bottom: 10px; }
  .tb__dashes {
    width: 100%;
    padding: 0 5px; }
    .tb__dashes span {
      display: block;
      margin-top: 11px;
      border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
  .tb__c2 {
    white-space: nowrap; }
  .tb_title {
    margin-bottom: 15px; }
    .tb_title td {
      font-weight: bold; }
.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.thank-you__image-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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 165px;
  height: 165px; }

.thank-you__image {
  display: block; }

.thank-you__content-wrapper {
  text-align: center; }

.thank-you__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "PT Serif", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #2b2b2b; }

.thank-you__text {
  margin: 0;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.7; }

.thank-you__link {
  display: block;
  margin: 30px auto 100px;
  padding: 17px 40px;
  max-width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #03A561;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #03A561;
  text-align: center;
  font-weight: 700;
  color: #fff;
  cursor: pointer; }
  .thank-you__link:hover {
    color: #03A561;
    background-color: #fff; }

.thank-you__footer {
  position: relative;
  padding-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .thank-you__footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    background-color: #EAEAEA; }

.thank-you__footer-text {
  max-width: 255px;
  text-align: center;
  font-size: 14px;
  color: #969696; }

.thank-you__footer-socials {
  margin-top: 15px; }
.theses__one_1 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/th_egg-36d59eea84cdd00ef8bd84dfb50e633f4a76821257881a2b4336568bb2c129e2.png); }

.theses__one_2 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/th_disco-05aec013897983110ee1e7f736c2858beed7a83cb2feddab04959aba63cfa6f4.png); }

.theses__one_3 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/th_baloon-0516268d48f24c986861a8679d3b1ae0737a8be4ca331f97e1c1cda14a052caf.png); }

.theses__one_4 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/th_cup-33f7621d1311f6b31831472eaacfe4ce43e1cfa46a951f8722f7ab0894180982.png); }

.theses__one_5 .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/th_coffee-8042768c96804c389a16ddfe7beac2576be3f2df9b171f313b890abef3430ad3.png); }

.theses {
  padding: 60px 0;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 3px;
          border-radius: 3px; }
  .theses_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .theses__one {
    font-size: 16px;
    line-height: 23px;
    display: inline-block; }
    .theses__one .icon {
      float: left;
      margin-right: 15px;
      margin-top: 3px; }
    .theses__one_1 .icon {
      width: 40px;
      height: 39px; }
    .theses__one_2 .icon {
      width: 40px;
      height: 44px; }
    .theses__one_3 .icon {
      width: 34px;
      height: 42px; }
    .theses__one_4 .icon {
      width: 40px;
      height: 40px; }
    .theses__one_5 .icon {
      width: 38px;
      height: 45px; }
  .theses__text {
    overflow: hidden;
    margin-top: -3px; }
@font-face {
  font-family: 'PT Serif';
  src: url(https://studio.jvcompany.ru/assets/ptserif-regular-60ad456da412127cb2c426e587e6b85d1e9241b161afe0d49ee497f564273e15.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PT Sans';
  src: url(https://studio.jvcompany.ru/assets/ptsans-acabf246fbfe4e0e8939a210b3b3b3d2cf8b6f0fc0c7597783b81720f751ae8c.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ticket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1754px;
  width: 100%;
  margin: 0 auto;
  padding: 60px; }
  @media screen and (max-width: 1350px) {
    .ticket {
      padding: 60px 20px 20px; } }
  @media print {
    .ticket {
      padding: 2cm 1cm 1cm;
      max-width: 29.7cm;
      max-height: 21cm; } }
.ticket__image {
  position: relative;
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .ticket__image::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    background: #F7F7F7; }
  @media screen and (max-width: 1100px) {
    .ticket__image {
      height: 70%; } }
.ticket__image-logo {
  position: absolute;
  display: block;
  left: 50%;
  top: -60px;
  height: 166px;
  width: 160px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 1100px) {
    .ticket__image-logo {
      top: -50px;
      width: 140px;
      height: 144px; } }
  @media print {
    .ticket__image-logo {
      height: 60px;
      width: 60px;
      top: -25px; } }
  .ticket__image-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.ticket__image-bg {
  display: block;
  width: 100%;
  height: 72%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 16px;
          border-radius: 16px; }
  @media screen and (max-width: 1100px) {
    .ticket__image-bg {
      height: 50%; } }
  @media print {
    .ticket__image-bg {
      height: 80%; } }
.ticket__image-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 28%;
  padding: 40px; }
  @media screen and (max-width: 1350px) {
    .ticket__image-content {
      padding: 20px; } }
  @media screen and (max-width: 1100px) {
    .ticket__image-content {
      position: static; } }
  @media print {
    .ticket__image-content {
      padding: 16px;
      height: 20%; } }
.ticket__image-title {
  margin-bottom: 25px;
  font-size: 35px;
  font-family: 'PT Sans', serif;
  line-height: 45px;
  color: #2B2B2B;
  font-weight: 700; }
  @media screen and (max-width: 1600px) {
    .ticket__image-title {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (max-width: 1350px) {
    .ticket__image-title {
      margin-bottom: 10px;
      font-size: 25px;
      line-height: 35px; } }
  @media print {
    .ticket__image-title {
      font-size: 16px;
      line-height: 20px; } }
.ticket__image-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B2B2B;
  font-size: 25px;
  font-family: 'PT Sans', serif;
  line-height: 35px; }
  @media screen and (max-width: 1100px) {
    .ticket__image-details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 18px;
      line-height: 24px; } }
  @media print {
    .ticket__image-details {
      font-size: 16px;
      line-height: 20px; } }
  .ticket__image-details span:not(:last-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .ticket__image-details span:not(:last-child)::after {
      display: block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      content: '';
      height: 5px;
      width: 5px;
      margin: 0 15px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #2B2B2B; }
      @media screen and (max-width: 1100px) {
        .ticket__image-details span:not(:last-child)::after {
          content: none; } }
.ticket__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-left: 40px; }
  @media screen and (max-width: 1350px) {
    .ticket__content {
      padding-left: 20px; } }
.ticket__button {
  display: block;
  margin-bottom: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 35px 12px;
  font-size: 16px;
  font-family: 'PT Sans', serif;
  line-height: 21px;
  background: #F7F7F7;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  text-decoration: none;
  color: #2b2b2b; }
  @media screen and (max-width: 1100px) {
    .ticket__button {
      margin-bottom: 20px; } }
  @media print {
    .ticket__button {
      display: none;
      margin-bottom: 0; } }
.ticket__block {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #EAEAEA; }
  @media screen and (max-width: 1100px) {
    .ticket__block {
      padding-bottom: 20px;
      margin-bottom: 20px; } }
  @media print {
    .ticket__block {
      padding-bottom: 12px;
      margin-bottom: 12px; } }
.ticket__maintitle {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: bold;
  font-family: 'PT Serif', serif;
  line-height: 70px; }
  @media screen and (max-width: 1350px) {
    .ticket__maintitle {
      font-size: 40px;
      line-height: 50px; } }
  @media print {
    .ticket__maintitle {
      font-size: 24px;
      line-height: 28px; } }
.ticket__numberticket {
  font-size: 28px;
  line-height: 38px; }

.ticket__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-family: 'PT Sans', serif;
  line-height: 45px;
  font-weight: bold; }
  @media screen and (max-width: 1350px) {
    .ticket__title {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (max-width: 1100px) {
    .ticket__title {
      margin-bottom: 15px;
      font-size: 25px;
      line-height: 35px; } }
  @media print {
    .ticket__title {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; } }
.ticket__metros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-family: 'PT Sans', serif;
  font-size: 35px;
  line-height: 45px; }
  @media print {
    .ticket__metros {
      font-size: 14px;
      line-height: 18px; } }
.ticket__metro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: 'PT Sans', serif;
  line-height: 25px;
  color: #969696; }
  .ticket__metro::before {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  @media print {
    .ticket__metro {
      font-size: 14px;
      line-height: 18px; }
      .ticket__metro::before {
        height: 6px;
        width: 6px;
        margin-right: 4px; } }
  .ticket__metro:not(:last-child) {
    margin-right: 25px; }
    @media print {
      .ticket__metro:not(:last-child) {
        margin-right: 12px; } }
  .ticket__metro--sav::before {
    background: #FFD702; }
  .ticket__metro--bel::before {
    background: #8D5B2D; }
  .ticket__metro--ohot::before {
    background: #EF161E; }
  .ticket__metro--teatr::before {
    background: #2DBE2C; }
  .ticket__metro--cska::before {
    background: #FFD702; }
  .ticket__metro--univer::before {
    background: #EF161E; }

.ticket__text {
  font-size: 20px;
  font-family: 'PT Sans', serif;
  line-height: 32px; }
  .ticket__text:not(:last-child) {
    margin-bottom: 20px; }
  .ticket__text--block {
    margin: 0; }
  @media screen and (max-width: 1100px) {
    .ticket__text {
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 24px; } }
  @media print {
    .ticket__text {
      font-size: 14px;
      line-height: 20px; } }
.ticket__text-mail {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  text-decoration: none;
  color: #2b2b2b; }
  .ticket__text-mail::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #03a561; }

.ticket__text-phone {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  color: #2b2b2b;
  font-weight: 700; }

.ticket__time {
  font-size: 20px;
  font-family: 'PT Sans', serif;
  line-height: 32px; }
  .ticket__time span {
    padding-right: 7px;
    color: #969696; }
  .ticket__time:not(:last-child) {
    margin-bottom: 5px; }
  @media print {
    .ticket__time {
      font-size: 14px;
      line-height: 18px; } }
.ticket__subtitle {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 30px;
  font-family: 'PT Sans', serif;
  line-height: 40px; }
  @media screen and (max-width: 1100px) {
    .ticket__subtitle {
      margin-bottom: 15px;
      font-size: 25px;
      line-height: 35px; } }
  @media print {
    .ticket__subtitle {
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 20px; } }
.ticket__footer {
  position: relative;
  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;
  padding-top: 37px;
  margin-top: auto;
  border-top: 1px solid #eaeaea; }
  @media screen and (max-width: 1100px) {
    .ticket__footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media print {
    .ticket__footer {
      padding-top: 25px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
.ticket__footer-title {
  position: absolute;
  left: 50%;
  top: -13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  font-size: 17px;
  font-family: 'PT Sans', serif;
  font-weight: bold;
  line-height: 26px;
  color: #2b2b2b;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media print {
    .ticket__footer-title {
      top: -9px;
      font-size: 14px;
      line-height: 18px;
      white-space: nowrap; } }
.ticket__footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-decoration: none;
  color: #2b2b2b; }
  .ticket__footer-link img {
    display: block;
    height: 25px;
    width: 25px;
    margin-right: 10px; }
  @media screen and (max-width: 1350px) {
    .ticket__footer-link {
      font-size: 14px;
      line-height: 18px; } }
  @media screen and (max-width: 1100px) {
    .ticket__footer-link ~ .ticket__footer-link {
      margin-top: 10px; } }
  @media print {
    .ticket__footer-link:not(:last-child) {
      margin-bottom: 10px; } }
.tickets-format__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin-bottom: 85px; }

.tickets-format__card-img {
  max-width: 100%;
  width: 100%;
  max-height: 374px;
  margin-bottom: 25px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover; }

.tickets-format__card-wrapp {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px; }

.tickets-format__card-title {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4; }

.tickets-format__card-count {
  display: block;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  color: #08b457;
  background-color: #e6f6ef;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1; }

.tickets-format__card-text {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.5; }
  .tickets-format__card-text--bottom {
    margin-bottom: 85px; }
    .tickets-format__card-text--bottom a {
      color: #08b457; }
      .tickets-format__card-text--bottom a:hover {
        text-decoration: underline; }
.tooltip {
  width: 250px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%); }
  .tooltip.open {
    visibility: visible;
    z-index: 100000;
    opacity: 1; }
  .tooltip--online {
    width: 100%;
    z-index: 100000; }
    .tooltip--online .tooltip__inner {
      padding: 28px 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }

.tooltip__wrapper {
  padding-top: 10px; }

.tooltip__inner {
  -webkit-box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0px 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  font-weight: normal; }

.tooltip__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px; }
  .tooltip__item:last-child {
    border-bottom: none;
    margin: 0; }

.tooltip__item-text {
  color: #969696;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 18px; }

.tooltip__item-number {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 18px; }

.tooltip__icon {
  background: #F7F7F7;
  width: 41px;
  height: 41px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tooltip__icon::before {
    content: '';
    background: url(https://studio.jvcompany.ru/assets/info-green-16aaaa8da3be936bf1ef7ac9c60255daa2c15c0ab7dee69c46dfce758db4ffe4.svg) no-repeat;
    width: 6px;
    height: 16px;
    background-size: contain; }
  .tooltip__icon--signed::before {
    background: url(https://studio.jvcompany.ru/assets/check-green-1c3ca216ecf10198903d70c90e4a33a1d9cb3e0079ea2548c8f15b584fb17ddd.svg) no-repeat;
    width: 14px;
    height: 13px;
    background-size: contain; }

.tooltip__text {
  font-size: 16px;
  line-height: 21px;
  color: #2b2b2b;
  padding-left: 12px;
  width: -webkit-calc(100% - 41px);
  width: calc(100% - 41px); }
.tdesc {
  height: 450px;
  position: relative; }
  .tdesc .text {
    font-size: 16px;
    line-height: 23px; }
  .tdesc__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .tdesc__bottom--stat {
      position: static;
      padding-top: 15px; }
  .tdesc__line {
    margin-bottom: 50px; }
    .tdesc__line:last-child {
      margin-bottom: 0; }
  .tdesc__block {
    display: inline-block;
    margin-right: 20px; }
    .tdesc__block .icon {
      margin-right: 10px;
      margin-top: -2px; }
    .tdesc__block_small {
      font-size: 14px;
      line-height: 23px;
      color: #969696;
      vertical-align: top; }

.tdesc__block-text {
  padding: 20px 20px 0;
  margin-right: 0;
  text-align: center;
  color: #969696; }
.user__points .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/points-2d3066c42e00481854fc66fd0478c5d36ea948df6b5fb52816528d50f730ee53.png); }

.user__points .icon {
  background-size: cover;
  background-image: url(https://studio.jvcompany.ru/assets/png/points-2d3066c42e00481854fc66fd0478c5d36ea948df6b5fb52816528d50f730ee53.png); }

.user {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .user:hover .user__nav {
    display: block; }
  .user:hover:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .user:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(https://studio.jvcompany.ru/assets/png/arrow_drop-b209bf73d287d52c16a8f47364784bd8ce1f845abea7cb30bd7020698b6041e7.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .user__name {
    font-size: 16px;
    color: #2b2b2b; }
  .user__avatar {
    position: relative;
    width: 44px;
    height: 44px;
    background-color: transparent; }
    .user__avatar img {
      display: block;
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .user__count {
    position: absolute;
    top: 0px;
    right: -1.5px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 1px 6px;
    background: #E41B13;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 8px;
            border-radius: 8px; }
    .user__count--dot {
      display: block;
      width: 10px;
      height: 10px;
      line-height: 1;
      padding: 0;
      border: 1.5px solid #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .user__notification {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #ff0000;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 11px; }
  .user__data {
    line-height: 35px;
    margin-right: 15px; }
    .with_points .user__data {
      line-height: 21px; }
      .with_points .user__data .user__points {
        display: block; }
  .user__name {
    max-width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .user__points {
    display: none;
    color: #ffba00;
    font-weight: bold; }
    .user__points .icon {
      width: 15px;
      height: 15px;
      margin-left: 5px;
      margin-top: -4px; }
  .user .moar {
    margin-top: 2px; }

.user__nav {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  padding-top: 15px;
  z-index: 1000000; }

.user__nav-list {
  width: 100%; }

.user__nav-wrap {
  min-width: 225px;
  padding: 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
          box-shadow: 0 10px 30px rgba(43, 43, 43, 0.15);
  -webkit-border-radius: 15px;
          border-radius: 15px; }

.user__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  cursor: default;
  padding: 5px 0; }
  .user__nav-item:hover {
    color: #000; }
    .user__nav-item:hover a {
      color: #03A561; }
  .user__nav-item .user__count {
    position: static;
    margin-left: 7px; }

.user__nav-item--exit {
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
  margin-top: 15px; }
  .user__nav-item--exit .user__nav-link {
    color: #E41B13 !important; }
    .user__nav-item--exit .user__nav-link:hover {
      color: #FF3027 !important; }

.user__nav-link {
  cursor: pointer; }
  .user__nav-link:hover {
    color: #03A561; }

.usor__image {
  float: left;
  margin-right: 15px;
  margin-top: 3px; }
  .usor__image img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    vertical-align: top; }

.usor__data {
  margin-top: -3px;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px; }

.usor__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px; }

.usor__info {
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.usor_jv .usor__image {
  margin-right: 10px; }

.usor_jv .usor__name {
  font-weight: bold;
  margin-bottom: 0; }

.usor_hzimage {
  margin-top: -10px; }
  .usor_hzimage .usor__data {
    padding-top: 10px;
    margin-top: 0; }
.video {
  width: 100%;
  background: #fff;
  position: relative; }
  .video:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://studio.jvcompany.ru/assets/video_shadow-60b7e40c874aa4a526ab052edb52b41d8da48d870bb317c2817173c7b1efbfdb.png) repeat-x; }
  .video video {
    min-width: 50vw;
    vertical-align: top; }
/* Magnific Popup CSS */
.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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: none;
          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: rgba(0, 0, 0, 0);
}
.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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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;
  }
}
