/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/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-size: 100%;font: inherit;vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../themes/perfomans2/assets/css/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 40px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    margin: 0 10px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-radius: 50%;
  border: 4px solid #fff;
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 70px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75;
  background: #fff;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;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{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;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{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;border-radius:4px;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;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;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;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;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;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;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{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;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{border-top-left-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{border-bottom-left-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;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;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;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 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;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 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;border-radius:0;border-top-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;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 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;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 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;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;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;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;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-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;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;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:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
    display: flex;
    flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: absolute;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: none;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
    position: static;
    display: block;
    cursor: default;
    white-space: nowrap;
    visibility: initial !important;
}
.irs-from,
.irs-to {
    display: none;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs.irs--flat {
    position: absolute;
    width: 100%;
    left: 0;
}
.irs--flat {
  height: 40px;

}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  height: 3px;
  width: 100%;
  background-color: #D2DCE4;
  bottom: -11px;
  left: 0px;
}
.irs--flat .irs-bar {
    bottom: 9px;
    height: 3px;
    background-color: #D32123;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
    position: absolute;
    display: block;
    bottom: 3px;
    width: 13px;
    height: 13px;
    margin-left: -1px;
    background-color: #da4453 !important;
    border-radius: 50%;
    border: 2px solid #ECF0F5;
}

.irs--flat .irs-handle.from > i:first-child{
    left: 0;
}
.irs--flat .irs-handle.to > i:first-child{
    right: 0;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: #000;
    text-shadow: none;
    padding: 1px 5px;
    background-color: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 16px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: none;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@font-face {
  font-family: "Mistral";
  src: url("../themes/perfomans2/assets/fonts/MistralRegular.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/MistralRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Avanti";
  src: url("../themes/perfomans2/assets/fonts/avantiallfontru.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/avantiallfontru.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "AvantiBold";
  src: url("../themes/perfomans2/assets/fonts/avanti-boldallfontru.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/avanti-boldallfontru.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "HeliosExtThin";
  src: url("../themes/perfomans2/assets/fonts/HeliosExtThinRegular.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/HeliosExtThinRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-Bold";
  src: url("../themes/perfomans2/assets/fonts/Acrom-Bold.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Acrom-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-ExtraBold";
  src: url("../themes/perfomans2/assets/fonts/Acrom-ExtraBold.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Acrom-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-Light";
  src: url("../themes/perfomans2/assets/fonts/Acrom-Light.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Acrom-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-Medium";
  src: url("../themes/perfomans2/assets/fonts/Acrom-Medium.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Acrom-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-Thin";
  src: url("../themes/perfomans2/assets/fonts/Acrom-Thin.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Acrom-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "Acrom-Regular";
  src: url("../themes/perfomans2/assets/fonts/ofontruAcrom.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/ofontruAcrom.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "BebasNeueBold";
  src: url("../themes/perfomans2/assets/fonts/BebasNeueBold.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "BebasNeueBook";
  src: url("../themes/perfomans2/assets/fonts/BebasNeueBook.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/BebasNeueBook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "BebasNeueLight";
  src: url("../themes/perfomans2/assets/fonts/BebasNeueLight.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/BebasNeueLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "BebasNeueRegular";
  src: url("../themes/perfomans2/assets/fonts/BebasNeueRegular.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/BebasNeueRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "BebasNeue-Thin";
  src: url("../themes/perfomans2/assets/fonts/BebasNeue-Thin.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/BebasNeue-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "CenturyGothic";
  src: url("../themes/perfomans2/assets/fonts/CenturyGothic.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/CenturyGothic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("../themes/perfomans2/assets/fonts/CenturyGothic-Bold.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/CenturyGothic-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "CenturyGothic-BoldItalic";
  src: url("../themes/perfomans2/assets/fonts/CenturyGothic-BoldItalic.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/CenturyGothic-BoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "CenturyGothic-Italic";
  src: url("../themes/perfomans2/assets/fonts/Century-Gothic-Italic9790.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/Century-Gothic-Italic9790.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}
@font-face {
  font-family: "ProximaNovaT-Thin";
  src: url("../themes/perfomans2/assets/fonts/ProximaNovaT-Thin.woff") format("woff"), /* Modern Browsers */ url("../themes/perfomans2/assets/fonts/ProximaNovaT-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  
  /* Modern Browsers */
}

.scroll-fix.no-scroll {
  height: 100vh;
  overflow: hidden;
}
html {
  font-family: 'Arial', sans-serif !important;
  font-size: 14px !important;
}
a {
  text-decoration: none;
  color: currentColor;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #cccccc;
}
h1,
h2,
h3 {
  font-family: 'Tahoma', serif;
}
img {
  display: block;
  max-width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  flex-grow: 1;
}
.row {
  margin: 0 -20px;
}
.row--fullwidth {
  margin-left: 0;
  margin-right: 0;
}
.row.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flex-row:before,
.row.flex-row:after {
  display: none;
}
.row.flex-row > .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  flex-direction: column;
}
.row.flex-row > .col.end {
  margin-left: auto;
}
.row.flex-row .flex-item-right {
  justify-content: flex-end;
}
.row.flex-row .flex-vertical-center,
.row.flex-row.flex-vertical-center {
  align-items: center;
  flex: 1;
}
.row.flex-row.flex-vertical-middle {
  align-items: center;
}
.row > .row {
  margin-left: 0;
  margin-right: 0;
}
.row:before,
.row:after {
  content: '';
  display: block;
  clear: both;
}
.col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}
.col--centered {
  margin: 0 auto;
  float: none;
}
.col--padding-left {
  padding-right: 0;
}
.col--padding-right {
  padding-left: 0;
}
.col--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.col.end {
  float: right;
}
.col.lg-12 {
  width: 100%;
}
.col.lg-12-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 12);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--12 {
  margin-left: -100%;
}
.col.lg-offset-12 {
  margin-left: 100%;
}
.col.lg-11 {
  width: 91.66666667%;
}
.col.lg-11-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 11);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--11 {
  margin-left: -91.66666667%;
}
.col.lg-offset-11 {
  margin-left: 91.66666667%;
}
.col.lg-10 {
  width: 83.33333333%;
}
.col.lg-10-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 10);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--10 {
  margin-left: -83.33333333%;
}
.col.lg-offset-10 {
  margin-left: 83.33333333%;
}
.col.lg-9 {
  width: 75%;
}
.col.lg-9-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 9);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--9 {
  margin-left: -75%;
}
.col.lg-offset-9 {
  margin-left: 75%;
}
.col.lg-8 {
  width: 66.66666667%;
}
.col.lg-8-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 8);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--8 {
  margin-left: -66.66666667%;
}
.col.lg-offset-8 {
  margin-left: 66.66666667%;
}
.col.lg-7 {
  width: 58.33333333%;
}
.col.lg-7-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 7);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--7 {
  margin-left: -58.33333333%;
}
.col.lg-offset-7 {
  margin-left: 58.33333333%;
}
.col.lg-6 {
  width: 50%;
}
.col.lg-6-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 6);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--6 {
  margin-left: -50%;
}
.col.lg-offset-6 {
  margin-left: 50%;
}
.col.lg-5 {
  width: 41.66666667%;
}
.col.lg-5-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 5);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--5 {
  margin-left: -41.66666667%;
}
.col.lg-offset-5 {
  margin-left: 41.66666667%;
}
.col.lg-4 {
  width: 33.33333333%;
}
.col.lg-4-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 4);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--4 {
  margin-left: -33.33333333%;
}
.col.lg-offset-4 {
  margin-left: 33.33333333%;
}
.col.lg-3 {
  width: 25%;
}
.col.lg-3-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 3);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--3 {
  margin-left: -25%;
}
.col.lg-offset-3 {
  margin-left: 25%;
}
.col.lg-2 {
  width: 16.66666667%;
}
.col.lg-2-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 2);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--2 {
  margin-left: -16.66666667%;
}
.col.lg-offset-2 {
  margin-left: 16.66666667%;
}
.col.lg-1 {
  width: 8.33333333%;
}
.col.lg-1-vw {
  width: calc(calc((100vw - @{spacer * 2}) / 12) * 1);
  /*max-width: @baseWidth * @i*/
}
.col.lg-offset--1 {
  margin-left: -8.33333333%;
}
.col.lg-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 1180px) {
  .col.md-12 {
    width: 100%;
  }
  .col.md-11 {
    width: 91.66666667%;
  }
  .col.md-10 {
    width: 83.33333333%;
  }
  .col.md-9 {
    width: 75%;
  }
  .col.md-8 {
    width: 66.66666667%;
  }
  .col.md-7 {
    width: 58.33333333%;
  }
  .col.md-6 {
    width: 50%;
  }
  .col.md-5 {
    width: 41.66666667%;
  }
  .col.md-4 {
    width: 33.33333333%;
  }
  .col.md-3 {
    width: 25%;
  }
  .col.md-2 {
    width: 16.66666667%;
  }
  .col.md-1 {
    width: 8.33333333%;
  }
}
@media screen and (max-width: 750px) {
  .col.sm-12 {
    width: 100%;
  }
  .col.sm-11 {
    width: 91.66666667%;
  }
  .col.sm-10 {
    width: 83.33333333%;
  }
  .col.sm-9 {
    width: 75%;
  }
  .col.sm-8 {
    width: 66.66666667%;
  }
  .col.sm-7 {
    width: 58.33333333%;
  }
  .col.sm-6 {
    width: 50%;
  }
  .col.sm-5 {
    width: 41.66666667%;
  }
  .col.sm-4 {
    width: 33.33333333%;
  }
  .col.sm-3 {
    width: 25%;
  }
  .col.sm-2 {
    width: 16.66666667%;
  }
  .col.sm-1 {
    width: 8.33333333%;
  }
}
.no-scroll {
  overflow: hidden;
}
.hide {
  display: none;
}
@media screen and (min-width: 1181px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1180px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .sm-hide {
    display: none !important;
  }
}
.menu.menu--horizontal {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.menu.menu--horizontal li {
  font-size: 14px;
  display: inline-flex;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.clearfix:before,
.tab-content:before,
.container:before,
.clearfix:after,
.tab-content:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix--flex:before,
.tab-content--flex:before,
.container--flex:before,
.clearfix--flex:after,
.tab-content--flex:after,
.container--flex:after {
  display: none;
}
.tab-wrapper .tab-labels {
  display: flex;
  align-items: center;
}
.tab-wrapper .tab-labels .tab-label {
  cursor: pointer;
}
.tab-wrapper .tab-contents .tab-content {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.tab-wrapper .tab-contents .tab-content.active {
  position: relative;
  left: 0;
  height: auto;
  overflow: unset;
}
/*modal*/
.modal {
  display: none;
  width: 480px;
  min-height: 300px;
  background: #fff;
}
.arcticmodal-container .modal {
  display: flex;
}
.modal__close {
  position: absolute;
  cursor: pointer;
  right: 0;
  padding: 30px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../themes/perfomans2/assets/img/svg/modal_close.svg) center / contain;
}
.modal__close:hover {
  opacity: .8;
}
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
  height: 100%;
}
.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}
.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}
.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}
.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000000 url(../themes/perfomans2/assets/css/loading.gif) no-repeat 50% 50%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #dddddd;
  cursor: pointer;
  border: 0;
  font-family: 'Arial', sans-serif;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover,
.button:focus {
  background: #cccccc;
  color: #fff;
}
.button[disabled] {
  pointer-events: none;
  opacity: .8;
}
.button.button--hollow {
  border: 2px solid;
  background: transparent;
}
.button.button--hollow:hover,
.button.button--hollow:focus {
  border-color: #cccccc;
}
.button.button--text {
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.button.button--text:hover,
.button.button--text:focus {
  background: transparent;
  color: #cccccc;
}
.button.button--wide {
  width: 100%;
}
.button.button--has-icon svg,
.button.button--has-icon img {
  margin-right: 9px;
}
.button.button--icon-right svg,
.button.button--icon-right img {
  margin-right: 0;
  margin-left: 9px;
}
.button.button--centered {
  margin-left: auto;
  margin-right: auto;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  width: 100%;
}
/*
<a href="#" class="lazy-parent">
    <img
        src="{{ image.path|resize(18,16,{mode:'crop'})|base64 }}"
        data-src="{{ image.path|resize(360,335,{mode:'crop'}) }}"
        data-srcset="{{image.path|resize(720,670,{mode:'crop'}) }} 2x"
        width='100%'
        class='lazy'
    >
</a>
*/
.lazy-parent {
  background: url(../themes/perfomans2/assets/img/svg/loader.svg) center / 30px no-repeat;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.lazy-parent.img-loaded {
  background: #fff;
}
.lazy-parent.img-loaded .lazy {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.lazy-parent.img-not-loaded {
  background: url(../themes/perfomans2/assets/img/svg/missing-image.svg) center no-repeat;
}
.lazy-parent .lazy {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: .2s;
  opacity: 0;
}
.form-group {
  position: relative;
  display: flex;
}
@media screen and (max-width: 750px ) {
  .form-group.small-column {
    flex-direction: column;
  }
}
.form-group + .form-group {
  margin-top: 20px;
}
.form-group__input,
.form-group__select,
.form-group__textarea,
.form-group__checkbox,
.form-group__radio {
  border-radius: 0;
  border: none;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.form-group__input--border,
.form-group__select--border,
.form-group__textarea--border,
.form-group__checkbox--border,
.form-group__radio--border {
  border: 1px #E1DDD4 solid;
}
.form-group__label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-group__label + .form-group__label {
  margin-left: 20px;
}
@media screen and (max-width: 750px ) {
  .small-column .form-group__label + .form-group__label {
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-group__label--inline {
  flex-direction: row;
}
.form-group__label--checkbox {
  align-items: baseline;
}
.form-group__label--checkbox input {
  transform: translateY(7px);
}
.form-group__label--checkbox a {
  text-decoration: underline;
}
.form-group__label--radio {
  align-items: center;
  margin-right: 10px;
  flex-direction: row;
  width: auto;
}
.form-group__label-caption {
  margin-bottom: 5px;
}
.form-group__label + button {
  margin-left: auto;
}
@media screen and (max-width: 750px ) {
  .small-column .form-group__label + button {
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.form-group__input {
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.form-group__textarea {
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  resize: none;
}
.form-group__checkbox {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 10px;
  background: #fff;
}
.form-group__checkbox:checked {
  background: url('../themes/perfomans2/assets/img/svg/check.svg') center / contain no-repeat, #ffffff;
}
.form-group__radio {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0 #fff !important;
}
.form-group__radio:checked {
  background: #333333;
  box-shadow: inset 0 0 0 6px #fff !important;
}
.form-group__radio + span {
  margin-left: 10px;
}



.header {
  position: fixed;
  z-index: 100;
  top: 0px;
  transition: all 0.3s;
  width: 100%;
  padding: 22px 0px 0px 0px;
}
.header__container {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.header__nav-list {
  color: #8598b4;
  display: flex;
  padding: 0px 30px;
  margin-bottom: 25px;
}
.header__nav-item {
  margin-right: 17px;
  text-align: center;
}
.header__nav-item:last-child {
  margin-right: 0;
}
.header__nav-item a:hover {
  color: #f44c79;
}
.header__contact {
  color: #fff;
  margin-bottom: 30px;
}
.header__contact-phone {
  font-family: AvantiBold;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
}
.header__contact-mail {
  font-family: AvantiBold;
  font-size: 15px;
  display: flex;
}
.header__contact-link:hover {
  color: #f44c79;
}
.header__scroll {
  background: linear-gradient(to right, #000000, #1b1b23);
  padding: 10px 0px 10px 0px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
}
.gamburger {
  width: 20px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  display: none;
  margin-left: 30px;
}
.gamburger__span {
  display: block;
  transition: all 0.3s;
  width: 20px;
  margin-bottom: 4px;
  height: 2px;
  background-color: #fff;
}
.gamburger__span:last-child {
  margin-bottom: 0;
}
.menu {
  position: absolute;
  width: 100%;
  top: 116px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  background: linear-gradient(to right, #000000, #1b1b23);
  padding: 20px;
}
@media screen and (max-width: 1160px) {
  .gamburger {
    display: block;
  }
  .header__nav,
  .header__contact {
    display: none;
  }
  .header__container {
    justify-content: space-between;
  }
  .menu .header__nav {
    display: block;
  }
  .menu .header__nav-list {
    flex-direction: column;
  }
  .menu .header__nav-item {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .menu .header__nav-item:last-child {
    margin-bottom: 0;
  }
}
.color {
  background: #f44c79;
}
.open {
  opacity: 1;
  pointer-events: all;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
}
.footer__container {
  display: flex;
  height: 100% !important;
  justify-content: space-between;
}
.footer__container:before {
  display: none;
}
.footer__container:after {
  display: none;
}
@media screen and (max-width: 740px) {
  .footer__container {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.footer__left-up {
  font-family: CenturyGothic;
  font-size: 14px;
  margin-bottom: 20px;
  color: #92a7c5;
}
.footer__left-down {
  font-family: Acrom-Regular;
  font-size: 8px;
  color: #596477;
}
.footer__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) {
  .footer__center {
    margin: 30px 0px;
  }
}
.footer__center .social {
  transition: 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.5) 3px 3px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px, inset rgba(255, 255, 255, 0.6) 2px 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.footer__center .social__icon {
  width: 30px;
  height: 30px;
  color: #000;
}
.footer__center .social:hover {
  background: #fff;
  background: #ff006c;
}
.footer__right-phone {
  font-family: AvantiBold;
  font-size: 19px;
  margin-bottom: 10px;
  display: flex;
}
.footer__right-mail {
  font-family: AvantiBold;
  font-size: 15px;
  display: flex;
}
.footer__right-link:hover {
  color: #f44c79;
}
.footer__down {
  font-family: Acrom-Regular;
  font-size: 8px;
  color: #596477;
  padding-top: 20px;
  height: 100% !important;
}
@media screen and (max-width: 740px) {
  .footer__down {
    margin-top: 40px !important;
  }
}



@import "../themes/perfomans2/assets/css/./vars.scss";
html {
  font-family: Montserrat;
  scroll-behavior: smooth;
  font-size: 15px; }

body, html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black; }

button {
  border: 0;
  cursor: pointer; }

* {
  box-sizing: border-box; }

.slick-slide {
  outline: none; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0;
  padding: 0; }

button[type="button"] {
  cursor: pointer;
  background-color: transparent; }

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.section {
  margin-bottom: 100px; }

.arcticmodal-overlay {
  opacity: 0.8 !important; }

.wrapper {
  overflow: hidden;
  min-height: 100%;
  position: relative; }

.container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 15px; }
  @media screen and (max-width: 1133px) {
  .container {
    height: 100%; } }
  @media screen and (max-width: 800px) {
  .container {
    padding: 0px 15px; } }

.scroll-fix {
  overflow: hidden;
  min-height: 100%;
  position: relative;
  background: linear-gradient(to right, #000, #1b1b23);
  color: #fff; }
  .scroll-fix__content {
    padding-top: 124px; }

.light-text {
  font-family: AvantiBold;
  font-size: 56px;
  color: #3a081f;
  -webkit-text-stroke: 2px #d82c7e;
  text-shadow: #d82c7e 0 0 8px; }

.red-line {
  border-left: 1px solid #8c002c;
  padding-left: 50px;
  position: relative; }
  @media screen and (max-width: 800px) {
  .red-line {
    border-left: none;
    padding-left: 0px; } }

.red-circle {
  position: absolute;
  width: 107px;
  height: 99px;
  top: -25px;
  left: -140px; }

.red-text {
  position: absolute;
  border-left: 3px solid #db0344;
  color: #db0344;
  text-transform: uppercase;
  font-family: Acrom-Light;
  font-size: 12px;
  padding-left: 10px;
  writing-mode: tb;
  transform: scale(-1);
  white-space: nowrap;
  left: -25px; }
  .red-text br {
    display: none; }
  @media screen and (max-width: 800px) {
  .red-text {
    display: none; } }

.h2 {
  font-family: Acrom-Thin;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 40px;
  position: relative; }
  .h2 span {
    font-family: Mistral;
    font-size: 50px; }
  @media screen and (max-width: 750px) {
  .h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px; }
    .h2 span {
      font-family: Mistral;
      font-size: 46px; } }

.bg-h2 {
  pointer-events: none;
  width: 1391px;
  height: 406px;
  background: url('../themes/perfomans2/assets/img/for-title.png');
  position: absolute;
  background-position-x: 100%;
  background-position-y: 100%;
  top: -160px;
  left: -60px; }

.row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr); }
  .row:after {
    display: none; }
  .row:before {
    display: none; }

.row--two {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr); }

.row--double {
  -ms-grid-columns: repeat(6, 1fr);
  grid-template-columns: repeat(6, 1fr); }

.row--triple {
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr); }

.row--services {
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 1130px) {
  .row--services {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 750px) {
  .row--services {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr); } }

.row--quart {
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr); }

.row--five {
  -ms-grid-columns: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr); }

.row--eight {
  -ms-grid-columns: repeat(8, 1fr);
  grid-template-columns: repeat(8, 1fr); }

@media screen and (max-width: 1100px) {
    .row--two-skills {
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 1090px) {
    .row--two-sw1 {
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 600px) {
  .row--two-sw1 {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 1090px) {
    .row--three-sw2 {
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 600px) {
  .row--three-sw2 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 460px) {
  .row--three-sw2 {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 1000px) {
    .row--one-o-nas {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 500px) {
    .row--one-tenders {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 850px) {
    .row--one-o-nas850 {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

.row--two-clients {
  width: 100%; }
  @media screen and (max-width: 860px) {
  .row--two-clients {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }

.row--two-facts {
  width: 100%; }
  @media screen and (max-width: 860px) {
  .row--two-facts {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }

.row--one-facts {
  width: 100%; }
  @media screen and (max-width: 600px) {
  .row--one-facts {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 750px) {
    .row--one-skills {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 850px) {
    .stage5 {
      -ms-grid-columns: repeat(3, 1fr);
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 600px) {
  .stage5 {
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 750px) {
    .row--two-sw3 {
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 460px) {
  .row--two-sw3 {
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr); } }

.phone-icon {
  border-radius: 50%;
  background: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.5) 3px 3px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px, inset rgba(255, 255, 255, 0.6) 2px 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px; }
  .phone-icon__svg {
    width: 12px;
    height: 12px;
    fill: #000; }

.mail-icon {
  border-radius: 50%;
  background: #fff;
  box-shadow: inset rgba(0, 0, 0, 0.5) 3px 3px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px, inset rgba(255, 255, 255, 0.6) 2px 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 10px; }
  .mail-icon__svg {
    width: 12px;
    height: 12px;
    fill: #000; }

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%; }

.column {
  flex-direction: column; }

.lock {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .lock__svg {
    width: 79px;
    height: 97px; }
    .lock__svg-icon {
      fill: #db024f; }
      .lock__svg-icon--white {
        fill: #fff; }
  .lock__text {
    font-family: HeliosExtThin;
    font-size: 16px;
    color: #db0344;
    margin-bottom: 21px;
    text-align: center; }
    .lock__text--white {
      color: #fff; }

.blur {
  filter: blur(8px); }

.pink {
  color: #ff0071; }

.btn {
  text-transform: uppercate;
  display: block;
  max-width: 656px;
  border-radius: 50px;
  font-family: BebasNeueRegular;
  font-size: 27px;
  color: #000;
  max-width: 656px;
  padding: 20px 90px;
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #ff006c, #f90029);
  transition: 0.3s;
  box-shadow: inset rgba(0, 0, 0, 0.5) -2px -2px 3px, inset rgba(255, 255, 255, 0.6) 2px 2px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px; }
  .btn:hover {
    background: linear-gradient(to bottom right, #f90029, #ff006c);
    color: #000;
    box-shadow: inset rgba(0, 0, 0, 0.5) -2px -2px 3px, inset rgba(255, 255, 255, 0.6) 2px 2px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px, 0 0 15px rgba(255, 255, 255, 0.4); }
  .btn--topauto {
    margin-top: auto; }
  .btn--portfolio {
    align-self: center;
    padding: 20px 257px;
    margin: auto;
    margin-top: 40px; }
  .btn--text-block1 {
    text-align: center;
    max-width: 775px;
    margin-bottom: 0px;
    margin-top: 30px; }
  .btn--facts {
    margin-top: 100px;
    margin-bottom: 0px;
    width: 650px;
    text-align: center; }
  .btn--silver {
    margin: 0;
    font-size: 20px;
    padding: 20px 40px;
    display: block;
    margin-top: 30px;
    background: linear-gradient(to bottom right, #fff, #a8a8ab);
    box-shadow: inset rgba(0, 0, 0, 0.5) -2px -2px 3px, inset rgba(0, 0, 0, 0.6) 2px 2px 3px, rgba(0, 0, 0, 0.5) 2px 2px 2px -3px; }
    .btn--silver:hover {
      background: linear-gradient(to bottom right, #a8a8ab, #fff);
      color: #000; }
  .btn--nomb {
    margin-top: 30px; }
  .btn--questions {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 100%;
    padding: 20px 30px; }
  .btn--service {
    text-align: center;
    font-size: 20px;
    margin: 20px 0px;
    margin-bottom: 0;
    padding: 20px 10px; }
    @media screen and (max-width: 1100px) {
  .btn--service {
    max-width: 100%; } }
  .btn--review {
    margin: 0;
    border-radius: 0;
    padding: 17px 37px;
    text-align: center; }
    @media screen and (max-width: 880px) {
  .btn--review {
    max-width: 200px; } }
    @media screen and (max-width: 550px) {
  .btn--review {
    max-width: 100%;
    margin-bottom: 20px; } }
  .btn--about {
    margin-bottom: 0; }
  .btn--case {
    text-align: center;
    margin: 0;
    margin-top: 24px; }
    @media screen and (max-width: 1000px) {
  .btn--case {
    max-width: 100%; } }
  .btn--company {
    margin-top: 30px; }
  @media screen and (max-width: 900px) {
  .btn {
    width: 100% !important;
    padding: 20px 30px !important;
    text-align: center; } }
  @media screen and (max-width: 750px) {
  .btn {
    font-size: 17px; } }

.diplom-modal {
  width: 600px; }
  .diplom-modal__info {
    padding: 30px; }
  @media screen and (max-width: 850px) {
  .diplom-modal {
    width: 330px; }
    .diplom-modal__info {
      padding: 10px; } }

.form-modal {
  width: 600px; }
  .form-modal__content {
    width: 100%; }
  .form-modal__block {
    background: #151c26;
    box-shadow: -12px -19px 41px rgba(0, 0, 0, 0.3);
    padding: 20px;
    height: 100%; }
  @media screen and (max-width: 850px) {
  .form-modal {
    width: 310px; } }
  .form-modal__group {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 600px) {
  .form-modal__group {
    flex-direction: column;
    justify-content: center;
    align-items: center; } }
    .form-modal__group .forms-field-string, .form-modal__group .forms-field-email {
      margin: 0px 5px;
      width: 100%; }
    .form-modal__group input {
      display: block;
      padding: 20px 100px;
      width: 100%;
      background: none;
      border: 2px solid #a5385c;
      margin-bottom: 10px;
      border-radius: 20px;
      font-family: CenturyGothic-Italic;
      font-size: 22px;
      color: #60555e;
      box-shadow: 0 0 54px rgba(165, 56, 92, 0.3), inset 0 0 31px rgba(165, 56, 92, 0.3);
      text-align: center;
      width: 100%; }
      .form-modal__group input:active, .form-modal__group input:hover, .form-modal__group input:focus {
        outline: 0;
        outline-offset: 0; }
      .form-modal__group input:first-child {
        margin-right: 20px; }
      @media screen and (max-width: 750px) {
  .form-modal__group input {
    padding: 20px;
    font-size: 17px; } }
      @media screen and (max-width: 600px) {
  .form-modal__group input {
    width: 100%; }
    .form-modal__group input:first-child {
      margin-right: 0px; } }
  .form-modal__titles {
    font-family: HeliosExtThin;
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 10px;
    color: #fff; }

.ok {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #151c26;
  padding: 40px;
  height: 100%;
  width: 100%;
  color: #fff;
  text-align: center; }
  .ok img {
    margin-bottom: 30px; }
  .ok h2 {
    font-family: Acrom-Thin;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 20px;
    font-weight: bold; }
  .ok p {
    font-family: Acrom-Regular;
    font-size: 13px; }

.w100 {
  width: 100%; }

.logo-title {
  font-family: Mistral;
  font-size: 60px; }

.logo-subtitle {
  font-family: Acrom-Regular;
  font-size: 11px;
  text-transform: uppercase; }

.header-nav {
  font-family: Acrom-Regular;
  font-size: 13px; }
