@charset "UTF-8";
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, li {
  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; }

a,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased; }

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
  cursor: pointer; }

input[type=file],
input[type=password],
input[type=submit],
input[type=text],
input[type=email],
input[type=search],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto; }

select::ms-expand {
  display: none; }

input::-ms-clear {
  display: none; }

/**************
END RESETT CSS
****************/
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900; }
@font-face {
  font-family: "Roboto";
  src: url("../font/RobotoBold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: "Gilroy";
  src: url("../font/Gilroy-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }
/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

#fp-nav {
  left: 8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#fp-nav ul li, .fp-slidesNav ul li {
  width: auto;
  height: auto;
  margin: 0; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  display: block;
  width: auto;
  height: auto;
  position: static;
  background-color: transparent;
  margin: 0;
  color: var(--white-light);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 25px; }

#fp-nav ul li a span::after {
  content: '';
  display: block;
  width: 1px;
  height: 0;
  margin-top: 0;
  background-color: rgba(147, 110, 79, 0.3);
  position: relative;
  left: 6px;
  -webkit-transition: all .2s;
  transition: all .2s; }

#fp-nav ul li a.active span::after {
  height: 36px;
  margin-top: 25px; }

#fp-nav ul li:last-child a span {
  margin-bottom: 0; }

#fp-nav ul li:last-child a.active span::after {
  display: none; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  margin: 0;
  width: auto;
  height: auto;
  margin-bottom: 25px;
  color: #fff; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  color: #fff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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; }

/* 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%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover: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: white;
    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 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      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: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

:root {
  --red:#f00606;
  --blue: #0165bb;
  --black: #191f27;
  --brown: #816c5a;
  --border-color: #f2f2f2; }

html, body {
  height: 100%; }

html {
  font-size: 10px; }

body {
  font-family: 'Roboto',sans-serif;
  background-color: #f4f4f4;
  color: var(--black); }

a {
  color: var(--black);
  -webkit-transition: all .2s;
  transition: all .2s; }

.wrapper {
  overflow-x: hidden; }

.container {
  width: 100%;
  max-width: 1780px;
  padding: 0 20px;
  margin: 0 auto; }
  .container--lt {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto; }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .columns .col {
    width: 20%;
    border-right: 1px solid rgba(255, 255, 255, 0.22); }
    .columns .col:last-child {
      border-right: none; }

h1,
.h1 {
  font-size: 7.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-size: 4.8rem;
  line-height: 1.2; }

h3 {
  font-size: 3.6rem;
  font-weight: 500; }

p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social li {
    padding: 0 .5em; }
    .social li a img {
      max-width: 100%; }

.mouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mouse::before, .mouse::after {
    content: '';
    width: 1px;
    height: 7.5em;
    background-color: rgba(255, 255, 255, 0.22); }
  .mouse img {
    display: block;
    margin: 3em 0; }

.block-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em; }
  .block-title::after {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 3px;
    height: 3px;
    background-color: #f00606;
    margin-left: .7em;
    position: relative;
    top: -.1em; }
  .block-title--type2 {
    margin-bottom: 1em; }
    .block-title--type2::after {
      display: none; }

.btn {
  display: inline-block;
  position: relative;
  background-color: var(--blue);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1em 1.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn--lg {
    padding-left: 4.1em;
    padding-right: 4.1em; }
  .btn::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #f00606;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: width .3s, height .3s .3s;
    transition: width .3s, height .3s .3s; }
  .btn:hover::after {
    width: 100%;
    height: 100%; }
  .btn span {
    position: relative;
    z-index: 2; }

.white {
  color: #fff; }

.red {
  color: var(--red); }

.text-center {
  text-align: center; }

@-webkit-keyframes moveDot {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(350%);
            transform: translateY(350%);
    opacity: 0;
    background-color: var(--red); } }

@keyframes moveDot {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(350%);
            transform: translateY(350%);
    opacity: 0;
    background-color: var(--red); } }
.title--type2 {
  margin-bottom: 4rem;
  padding-top: 2rem;
  position: relative; }
  .title--type2::before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-color: #f00606;
    position: absolute;
    top: 0;
    left: 0; }
  .title--type2::after {
    content: '';
    width: .7rem;
    height: .7rem;
    background-color: #0165bb;
    position: absolute;
    left: 1rem;
    top: 1rem; }

/* Firefox 19+ */
/* Firefox 18- */
/* хром, сафари */
.element::-webkit-scrollbar {
  width: 0; }

/* ie 10+ */
.element {
  -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.element {
  overflow: -moz-scrollbars-none; }

/*Header*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  height: 9em;
  z-index: 10;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .header .columns {
    width: 100%;
    position: relative; }
    .header .columns .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-right: none; }
      .header .columns .col:nth-child(4) {
        border-right: 1px solid rgba(255, 255, 255, 0.22); }
      .header .columns .col:last-child {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
        .header .columns .col:last-child::before {
          content: '';
          width: 2.1em;
          height: 2.1em;
          position: absolute;
          bottom: 0;
          left: 0;
          background: transparent url("../img/icons/plus.svg") left top no-repeat;
          background-size: contain;
          -webkit-transform: translate(-50%, 50%);
                  transform: translate(-50%, 50%); }
        .header .columns .col:last-child::after {
          content: '';
          width: 1em;
          height: 1em;
          background-color: #f00606;
          position: absolute;
          bottom: 1px;
          left: 1px; }
  .header a {
    color: #fff; }

.main-page .header {
  position: fixed; }

.logo {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900; }
  .logo img {
    max-width: 100%; }
  .logo .logo-text {
    padding-left: .6em; }

.callback {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase; }
  .callback:hover {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    opacity: .7; }

.phone {
  font-family: 'Gilroy', sans-serif;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .phone::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: .6em;
    height: .6em;
    background: transparent url("../img/icons/phone.svg") left top no-repeat;
    background-size: contain;
    margin-right: .2em; }
  .phone:hover {
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    opacity: .7; }

.menu-btn {
  cursor: pointer;
  height: 9em;
  width: 14.3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--blue);
  -webkit-transition: all .3s;
  transition: all .3s; }
  .menu-btn:hover {
    background-color: var(--red); }
  .menu-btn::before {
    content: 'Меню';
    font-size: 12px;
    color: #fff;
    width: 60px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: .5em;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition: all .4s;
    transition: all .4s; }
  .menu-btn:hover .burger span:nth-child(2)::before {
    background-color: #0165bb; }
  .menu-btn.active::before {
    content: 'Закрыть'; }
  .menu-btn.active .burger span {
    background-color: #fff; }
  .menu-btn.active .burger span:first-child {
    -webkit-transform: rotate(45deg) translate(10px, 2px);
            transform: rotate(45deg) translate(10px, 2px); }
  .menu-btn.active .burger span:nth-child(2) {
    background-color: transparent;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  .menu-btn.active .burger span:last-child {
    -webkit-transform: rotate(-45deg) translate(12px, -4px);
            transform: rotate(-45deg) translate(12px, -4px); }

.burger {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 26px; }
  .burger span {
    display: block;
    height: 1px;
    background-color: #fff;
    margin-bottom: 9px;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s; }
    .burger span:last-child {
      margin-bottom: 0; }
    .burger span:nth-child(2)::before {
      content: '';
      width: .35em;
      height: .35em;
      background-color: #f00606;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -2px;
      z-index: 1;
      -webkit-transition: width .4s;
      transition: width .4s; }

.fp-viewing-1 .header,
.fp-viewing-2 .header,
.fp-viewing-6 .header {
  background-color: var(--black); }

.menu-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 9em;
  background-color: var(--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.menu-active {
  overflow: hidden; }
  .menu-active .header {
    background-color: var(--black); }
  .menu-active .footer {
    display: none; }

.menu-active .menu-block {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.menu li {
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em; }
  .menu li a {
    display: inline-block;
    position: relative; }
    .menu li a::after {
      content: '';
      width: 38px;
      height: 2px;
      background-color: #f00606;
      position: absolute;
      bottom: -.4em;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all .3s;
      transition: all .3s; }
    .menu li a.active {
      color: var(--red); }
      .menu li a.active::after {
        background-color: #fff; }
    .menu li a:hover::after {
      background-color: #fff; }

/*section*/
.fp-viewing-0 .fp-tableCell,
.fp-viewing-3 .fp-tableCell,
.fp-viewing-4 .fp-tableCell,
.fp-viewing-5 .fp-tableCell {
  vertical-align: bottom; }
.fp-viewing-0 .footer,
.fp-viewing-3 .footer,
.fp-viewing-4 .footer,
.fp-viewing-5 .footer {
  opacity: 0;
  height: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .2s;
  transition: all .2s; }

.fp-viewing-6 .footer-mouse {
  display: none; }

section .conttainer {
  position: relative;
  z-index: 1; }

.section-container {
  position: relative;
  height: calc(100% - 9em); }

.screen {
  overflow: hidden; }
  .screen--first {
    background: #fefefe url("../img/bg/bg-1.jpg") left top no-repeat;
    background-size: cover; }
  .screen--second .col {
    border-color: rgba(0, 0, 0, 0.1); }
  .screen--fourth {
    background: #fefefe url("../img/bg/bg-2.jpg") left top no-repeat;
    background-size: cover; }
    .screen--fourth .top-screen__half:last-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .screen--fourth .top-screen__half .col:nth-child(2) {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .screen--fourth .top-screen__half .col:nth-child(2) .block-title::after {
        display: none; }
    .screen--fourth .top-screen__half .white-block {
      height: 3.5em;
      background-color: #fff; }
  .screen--fifth {
    background: #52575e url("../img/bg/bg-3.jpg") left top no-repeat;
    background-size: cover; }
  .screen--sixth {
    background: #52575e url("../img/bg/bg-4.jpg") left top no-repeat;
    background-size: cover; }

.top-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.top-screen__half {
  padding-top: 3em;
  position: relative;
  text-align: left;
  color: #fff; }
  .top-screen__half:first-child {
    height: 45%; }
    .top-screen__half:first-child .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .top-screen__half:first-child .col:first-child::before {
        content: '';
        width: 1em;
        height: 1em;
        background-color: #f00606;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translate(100%, 100%);
                transform: translate(100%, 100%); }
      .top-screen__half:first-child .col::after {
        content: '';
        width: 2.1em;
        height: 2.1em;
        background: transparent url("../img/icons/plus.svg") left top no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        -webkit-transform: translate(50%, 50%);
                transform: translate(50%, 50%); }
      .top-screen__half:first-child .col .mouse {
        -webkit-transform: translateX(-9em);
                transform: translateX(-9em); }
  .top-screen__half:last-child {
    height: 55%; }
  .top-screen__half:first-child .columns {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .top-screen__half .col {
    border: none; }
  .top-screen__half .container--lt {
    height: 100%; }

.top-screen__bottom {
  position: relative;
  width: 100%;
  height: 100%; }
  .top-screen__bottom .columns {
    position: relative;
    width: 100%; }
  .top-screen__bottom .col {
    width: 33.3333%;
    border: none; }
    .top-screen__bottom .col:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .top-screen__bottom .col .play {
      -webkit-transform: translateY(80%);
              transform: translateY(80%); }

.play {
  display: block;
  width: 8.5em;
  height: 8.5em;
  background: transparent url("../img/icons/play.svg") 3.5em center no-repeat;
  position: relative; }
  .play::before, .play::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%; }
  .play::after {
    border: 1px solid white;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }

.top-row {
  margin-bottom: 7em; }

.top-row__right .btn {
  margin-left: 5rem; }

.screen--first .social {
  position: absolute;
  bottom: 4em;
  left: 12em; }

.screen--sixth .container {
  position: relative;
  z-index: 1; }
.screen--sixth .columns::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  left: 0;
  top: calc(50% + 9em); }
.screen--sixth .col {
  position: relative; }

.bg-text {
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transform: rotate(-90deg) translateY(50%);
          transform: rotate(-90deg) translateY(50%);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  position: absolute;
  bottom: .5em;
  left: 0; }
  .bg-text--type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .bg-text--type2::before {
      content: '';
      width: 7rem;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.09);
      position: absolute;
      left: calc(100% + 5px);
      top: 50%; }
    .bg-text--type2::after {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #0165bb;
      display: inline-block;
      vertical-align: middle;
      margin-left: 4rem; }

.about-block-descr {
  width: 76.5em;
  height: 60em;
  padding: 3em 15em;
  -webkit-transform: translateX(29.6em);
          transform: translateX(29.6em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff url("../img/bg/about-block_bg.jpg") left top no-repeat;
  background-size: cover; }
  .about-block-descr h3 {
    margin-bottom: 1em;
    line-height: 1.3; }
  .about-block-descr p {
    font-size: 1.6rem;
    line-height: 1.875;
    font-weight: 300;
    margin-bottom: 2em; }

.screen--seventh .container {
  position: relative;
  z-index: 1; }

/*sliders*/
.top-slider {
  display: block;
  height: 100%; }
  .top-slider .number {
    font-size: 10rem;
    font-weight: 700; }
  .top-slider.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .top-slider .slick-list {
    height: 100%; }
  .top-slider .slick-track {
    margin-top: 4.5em; }
  .top-slider .slick-dots {
    bottom: auto;
    top: 5.5em;
    right: 4em;
    width: auto; }
    .top-slider .slick-dots li {
      width: 7px;
      height: 7px; }
      .top-slider .slick-dots li.slick-active button {
        background-color: rgba(255, 255, 255, 0.3); }
      .top-slider .slick-dots li button {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff; }
        .top-slider .slick-dots li button::before {
          display: none; }

.top-slider__item {
  height: 28em;
  padding: 3em 5em 5em 0;
  background: transparent url("../img/bg/top-slide-bg.jpg") left top no-repeat;
  background-size: cover;
  color: #fff;
  outline: none; }

.top-slider__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.top-slider__descr {
  font-size: 3.2rem;
  font-weight: 700;
  padding-left: .2em; }
  .top-slider__descr small {
    display: block;
    font-size: .6em; }

.service-slider {
  margin: 0 -1.5em; }
  .service-slider .slick-list {
    overflow: visible; }

.service-slider__item {
  padding: 0 1.5em;
  max-width: 48.9em; }

.service-slider__content {
  display: block;
  color: var(--black);
  background-color: #fff;
  height: 40em;
  position: relative;
  padding: 10em 3em 0 6em; }
  .service-slider__content:hover {
    -webkit-box-shadow: -40px 40px 50px rgba(0, 0, 0, 0.1);
            box-shadow: -40px 40px 50px rgba(0, 0, 0, 0.1); }
  .service-slider__content h4 {
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.5em; }
  .service-slider__content p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    max-width: 80%; }
  .service-slider__content .product-photo {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 65%;
    z-index: 1; }

.bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.to-cart {
  display: block;
  width: 6.5em;
  height: 6.5em;
  background: #fff url("../img/icons/red-arrow.png") center no-repeat;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative; }
  .to-cart::after {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 2.1rem;
    height: 2.1rem;
    background: transparent url("../img/icons/plus_black.svg") left top no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 2;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .to-cart:hover {
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15); }
    .to-cart:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }

.slick-slide {
  outline: none; }

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.5em;
  height: 5.5em;
  background-color: #fff;
  color: var(--blue);
  margin: 0 1px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .slick-arrow:hover {
    background-color: #0165bb;
    color: #fff; }

.slick-disabled {
  opacity: .7;
  pointer-events: none;
  cursor: default; }

.catalog-slider {
  margin: 0 -1.5em; }

.catalog-slider__item {
  padding: 0 1.5em;
  max-width: 50em; }

.catalog-slider__content {
  background-color: #fff; }

.catalog-slider__photo {
  height: 20.7em; }
  .catalog-slider__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.catalog-slider__title {
  padding: 2em 2.5em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em; }

.catalog-slider__bottom {
  border-top: 1px solid var(--border-color); }
  .catalog-slider__bottom li {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    color: var(--black); }
    .catalog-slider__bottom li:not(:last-child) {
      border-right: 1px solid var(--border-color); }
    .catalog-slider__bottom li .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 100%; }

.more {
  display: block;
  color: var(--black);
  position: relative; }
  .more::after {
    content: '';
    width: 1em;
    height: 2px;
    background-color: #f00606;
    position: absolute;
    top: calc(100% + .2em);
    right: 0;
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .more:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%; }

.team-slider {
  margin: 0 -1.5em; }
  .team-slider .slick-list {
    padding-bottom: 5em; }

.team-slider__item {
  padding: 0 1.5em; }
  .team-slider__item img {
    width: 100%; }

.member {
  position: relative;
  -webkit-box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  transition: all .3s; }
  .member::after {
    content: '';
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .member:hover {
    -webkit-box-shadow: 0 25px 20px -15px rgba(0, 0, 0, 0.4);
            box-shadow: 0 25px 20px -15px rgba(0, 0, 0, 0.4); }

.member-data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 2.77em;
  z-index: 2; }
  .member-data .name {
    font-weight: 500;
    margin-bottom: .5em; }
  .member-data .post {
    font-weight: 300; }

.partner {
  padding: 9em 0;
  position: relative; }
  .partner .container--lt {
    position: relative;
    z-index: 1; }
  .partner .col {
    border-color: rgba(0, 0, 0, 0.05); }
  .partner h2 {
    margin-bottom: 1.4em; }
  .partner .slider-arrows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6em; }
  .partner .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.partner-slider img {
  max-width: 90%; }

.documents-slider {
  width: calc(100% - 350px);
  margin: 0 -1.5em; }

.document-slider__item {
  padding: 0 1.5em; }
  .document-slider__item img {
    width: 100%; }

/*features*/
.features__list {
  counter-reset: number; }

.features__item {
  width: 20%;
  background-color: #fff;
  position: relative;
  padding: 5em 4em 5.7em;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  -webkit-transition: all .3s;
  transition: all .3s; }
  .features__item:hover {
    -webkit-box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.1);
    z-index: 2; }

.features__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 4em; }
  .features__item__top::before {
    content: "0" counter(number);
    counter-increment: number;
    color: currentColor; }
  .features__item__top .ico {
    max-height: 8rem; }
  .features__item__top .ico-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 16rem; }

.features__item__descr {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
  position: relative; }
  .features__item__descr::before {
    content: '';
    width: .388em;
    height: .388em;
    background-color: #f00606;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
            transform: translate(-100%, -100%); }

span.input {
  padding-top: 3px;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top; }

.input__field {
  font-size: 16px;
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input__label:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: -11px; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.1em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }

.input__field--nariko {
  width: 100%;
  background: transparent;
  opacity: 0;
  padding: 0.35em;
  z-index: 100;
  color: #fff; }

.input__label--nariko {
  width: 100%;
  bottom: 9px;
  position: absolute;
  pointer-events: none;
  text-align: left;
  color: #fff;
  padding: 0; }

.input__label--nariko::before {
  content: '';
  position: absolute;
  width: 38px;
  height: 5px;
  top: calc(100% + 8px);
  left: 0;
  background-color: #0165bb;
  z-index: 2;
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.input__label-content--nariko {
  padding: 0.5em 0;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.4s, color 0.4s;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.input__field--nariko:focus,
.input--filled .input__field--nariko {
  cursor: text;
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s; }

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled + .input__label--nariko::before {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  width: 100%;
  left: 0; }

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled + label .input__label-content--nariko {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate3d(0, -1.4em, 0) scale3d(0.81, 0.81, 1);
  transform: translate3d(0, -1.4em, 0) scale3d(0.81, 0.81, 1); }

.input--filled {
  opacity: 1 !important; }

/*contact*/
.contact-block {
  width: 100%;
  height: 50em; }
  .contact-block .map {
    width: calc(100% - 640px); }

.contact-item {
  font-size: 1.8rem; }
  .contact-item h5 {
    font-weight: 700;
    margin-bottom: .5em;
    position: relative; }
    .contact-item h5 .ico {
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translateX(calc(-100% - .5rem));
              transform: translateX(calc(-100% - .5rem)); }
  .contact-item p {
    font-weight: 300; }

.form {
  width: 640px;
  background: var(--black);
  padding: 4.5em 3em 7em; }

.form-title {
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 1.5em; }

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em; }
  .divider::before, .divider::after {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1rem;
    height: 1rem;
    background-color: #f00606; }
  .divider .line {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1); }

.input-wrapper {
  margin-bottom: 3em; }

.agree a {
  color: currentColor; }
  .agree a:hover {
    opacity: .7; }
.agree input {
  display: none; }
  .agree input:checked + label::before {
    background: transparent url("../img/icons/check.svg") center no-repeat; }
.agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.7;
  cursor: pointer; }
  .agree label::before {
    content: '';
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 1.7em;
    height: 1.7em;
    border: 1px solid rgba(255, 255, 255, 0.42);
    margin-right: 1em; }

/*about*/
.about-top {
  height: 81.4em;
  background: #1b1d24 url("../img/bg/about-top-bg.jpg") 100% top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 9em;
  position: relative; }
  .about-top .section-container {
    height: 100%;
    padding-top: 6em; }
  .about-top .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-top .top-slider {
    width: 385px;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    .about-top .top-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .about-top .top-slider .slick-list {
      height: auto; }

.about-top__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5px; }

.breadcrumb {
  margin-bottom: 8em; }

.about-top__descr {
  width: 58em; }
  .about-top__descr p {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 300; }

.about-mouse {
  display: block;
  margin: 9em auto 0; }

.team {
  padding: 9em 0 5.5em;
  position: relative;
  background-color: #fff; }
  .team::before {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    left: 0; }
  .team .container {
    position: relative;
    z-index: 1; }
  .team .bg-text {
    left: auto;
    right: 0;
    color: #f4f4f4;
    -webkit-transform-origin: 50% -100%;
            transform-origin: 50% -100%;
    bottom: 1.3em; }

.about-video {
  position: relative; }
  .about-video .play {
    -webkit-transition: all 0s;
    transition: all 0s; }
  .about-video.pause .columns,
  .about-video.pause .about-video__title {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .about-video.pause .about-video__btn {
    background: rgba(0, 0, 0, 0.2); }
  .about-video.pause .play {
    background: url("../img/icons/pause.svg") center 3em no-repeat;
    background-size: 3em; }
  .about-video .video {
    width: 100%;
    height: 64em; }
    .about-video .video video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about-video .container--lt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2; }

.about-video__btn {
  width: 38.4em;
  height: 31.7em;
  background: transparent url("../img/bg/top-slide-bg.jpg") left top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(4.5em);
          transform: translateY(4.5em); }

.about-video__title {
  padding-left: 8em; }
  .about-video__title h2 {
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 1.2em; }

.priority {
  padding: 12em 0;
  position: relative; }
  .priority .container {
    position: relative;
    z-index: 1; }
    .priority .container--lt {
      max-width: 1140px; }
  .priority .col {
    border-right-color: #e8e8e8;
    position: relative; }
    .priority .col:nth-child(2)::before {
      content: '';
      height: .9em;
      width: .9em;
      background-color: #0a6abd;
      position: absolute;
      right: 0;
      top: 20em; }
  .priority .bg-text {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    bottom: -2.1em; }

.priority__descr,
.priority__img {
  width: 47%; }

.priority__descr h2 {
  margin-bottom: 1em; }

.priority__img img {
  width: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.in-numbers {
  padding: 9em 0;
  background: #252b34 url("../img/bg/about-number-bg.png") center top no-repeat;
  background-size: cover;
  color: #fff; }
  .in-numbers h2 {
    margin-bottom: 1.45em; }

.in-numbers__list li:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.in-numbers__list li .number {
  width: 100%;
  text-align: center;
  font-size: 4.8rem;
  padding-bottom: .45em;
  margin-bottom: .45em;
  border-bottom: 1px solid #fff; }

.in-numbers_descr {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: center; }

.documents {
  padding: 8em 0;
  background: transparent url("../img/bg/doc-bg.png") left top no-repeat;
  background-size: cover; }

.documents__title {
  width: 30em; }
  .documents__title h2 {
    line-height: 1.5;
    margin-bottom: .9em; }

/*inner*/
.inner-top {
  position: relative;
  background: #47494d url("../img/bg/inner-top-bg.png") left top no-repeat;
  background-size: cover;
  padding: 9em 0 10em; }
  .inner-top--contact {
    background-image: url("../img/bg/inner-top_contact.jpg"); }
  .inner-top .container {
    position: relative;
    padding-top: 6em;
    z-index: 1; }
  .inner-top .breadcrumb {
    margin-bottom: 1em; }
  .inner-top .title--type2 {
    margin-bottom: 0; }

.service-block {
  padding: 6em 0; }
  .service-block .container {
    position: relative; }
  .service-block .bg-text {
    bottom: auto;
    top: 4.6em;
    left: .5em; }

.catalog-list {
  margin: 0 -1.5em 7em; }
  .catalog-list li {
    width: 25%;
    padding: 0 1.5em;
    margin-bottom: 3em; }
  .catalog-list .service-slider__content {
    padding: 10em 2.5em 0 3em;
    height: 43em; }
    .catalog-list .service-slider__content h4 {
      position: relative;
      line-height: 1.5em;
      margin-bottom: .3em;
      font-size: 2.3rem; }
      .catalog-list .service-slider__content h4::before {
        content: '';
        width: .2em;
        height: .2em;
        background-color: #f00606;
        position: absolute;
        top: .5em;
        left: -.5em; }
    .catalog-list .service-slider__content .product-photo {
      max-width: 75%; }

.features__list--slider {
  margin-top: -5em; }
  .features__list--slider .slick-list {
    padding: 5em 0 !important; }
  .features__list--slider .slick-current {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
    z-index: 2 !important; }
  .features__list--slider .features__item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 0; }

.order {
  padding: 10em 20px;
  background: #1a1e2c url("../img/bg/order-bg.jpg") left top no-repeat;
  background-size: cover; }
  .order .input-wrapper--submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .order .input-wrapper--textarea {
    margin-top: 12px;
    margin-bottom: 30px; }

.order__top {
  color: #fff; }
  .order__top h2 {
    font-size: 7.2rem;
    margin-bottom: .5em;
    font-weight: 700;
    line-height: 1; }

.order__contact {
  font-size: 3.6rem; }
  .order__contact a {
    color: #fff;
    display: block;
    margin-top: .3em; }
    .order__contact a:hover {
      opacity: .7; }
  .order__contact span {
    font-size: .5em;
    font-weight: 300; }

.order-form__item {
  width: calc(50% - 15px); }

.input-wrapper--textarea span {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px; }

.textarea-wrapper {
  position: relative; }
  .textarea-wrapper::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 5px;
    top: -2px;
    left: 0;
    background-color: #0165bb;
    z-index: 2; }

.textarea {
  width: 100%;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  display: block;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none; }

.inner-page {
  position: relative;
  padding: 60px 0; }
  .inner-page .container--lt {
    position: relative;
    z-index: 2; }

.inner-page__body {
  background: transparent url("../img/inner-img.jpg") left top no-repeat;
  background-size: contain;
  padding: 25em 20px 0; }

.inner-page__content {
  background-color: #fff;
  padding: 7em 8em; }
  .inner-page__content h2 {
    position: relative; }
    .inner-page__content h2::before {
      content: '';
      width: .2em;
      height: .2em;
      background-color: #f00606;
      position: absolute;
      top: .5em;
      left: -.5em; }
  .inner-page__content h1, .inner-page__content h2, .inner-page__content h3, .inner-page__content h4, .inner-page__content h5, .inner-page__content h6 {
    margin-bottom: 1em; }
  .inner-page__content p:not(:last-child) {
    margin-bottom: 2em; }

.notice {
  margin-bottom: 7em;
  background-color: #ebf3fb;
  border-left: 8px solid var(--blue);
  padding: 4em; }
  .notice p {
    color: #0165bb;
    font-style: italic; }

.list li {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 2em;
  position: relative;
  padding-left: 1.5em; }
  .list li::before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background-color: #0165bb;
    position: absolute;
    left: 0;
    top: .5em; }

.contact {
  position: relative;
  padding: 50px 0; }
  .contact .container--lt {
    position: relative;
    z-index: 1; }

.contact-row {
  margin-bottom: 50px; }

.contact-col {
  width: 33.3333%; }
  .contact-col .contact-item:not(:last-child) {
    margin-bottom: 30px; }

.product-page {
  padding: 60px 0; }

.product {
  margin-bottom: 3em; }

.product__left,
.product__right {
  width: calc(50% - 2.5em); }

.product__photo img {
  max-width: 100%; }

.product__right p {
  margin-bottom: 1em; }
.product__right h4 {
  font-size: 1.6rem;
  margin-bottom: 1.5em; }

b {
  font-weight: 700; }

.product__right__data {
  height: 8em;
  background-color: #fff; }
  .product__right__data .price {
    font-size: 2.4rem; }
  .product__right__data .count {
    font-size: 1.8rem; }
  .product__right__data li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 300;
    border-right: 1px solid var(--border-color); }
    .product__right__data li .btn {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.share {
  margin-bottom: 3em; }
  .share img {
    max-width: 100%; }

.tab__list {
  width: 100%;
  background-color: #fff;
  margin-bottom: 3em; }
  .tab__list li:not(:last-child) {
    border-right: 1px solid var(--border-color); }
  .tab__list li a {
    display: block;
    position: relative;
    font-size: 1.6rem;
    padding: 1.5em 2.5em;
    font-weight: 300; }
    .tab__list li a::before {
      content: '';
      width: 3.8rem;
      height: .5rem;
      background-color: #0165bb;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0; }
    .tab__list li a:hover {
      color: var(--blue); }
    .tab__list li a.active::before {
      opacity: 1; }

.tab-content {
  display: none;
  margin-bottom: 4em; }
  .tab-content.active {
    display: block; }

.table-container {
  overflow-x: auto;
  margin-bottom: 7em; }

.table {
  font-size: 1.6rem;
  font-weight: 300;
  table-layout: fixed;
  width: 100%;
  background-color: #fff; }
  .table th {
    background-color: var(--blue);
    color: #fff;
    border-right: 1px solid #1a74c2;
    padding: 1.5em .5em;
    vertical-align: middle; }
    .table th:first-child {
      width: 10em; }
  .table td {
    vertical-align: middle;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    padding: 1em 2em;
    text-align: center;
    line-height: 1.3; }
    .table td:first-child {
      width: 10em; }
    .table td img {
      max-width: 6em; }
  .table .name {
    text-transform: uppercase; }

.releated h2 {
  margin-bottom: 1em; }

.releated__list .catalog-slider__item {
  width: 25%; }
.releated__list .catalog-slider__title {
  padding: 1.25em; }
.releated__list .catalog-slider__bottom li {
  width: 50%;
  padding: 0;
  margin: 0; }

/*catalog*/
.catalog {
  padding: 60px 0; }

.sort-line {
  margin-bottom: 3em;
  background-color: #fff; }

.select-wrapper {
  font-size: 1.6rem;
  font-weight: 300;
  height: 4.25em;
  border: 1px solid var(--border-color);
  border-top: none;
  border-bottom: none;
  padding-left: 1.5625em;
  padding-right: 1em; }
  .select-wrapper:first-child {
    border-left: none; }
  .select-wrapper:last-child {
    border-right: none; }

.select-wrapper__title {
  padding-right: .7em; }

.select-input {
  font-size: 1.6rem;
  font-family: 'Roboto',sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding-right: 15px;
  background: transparent url("../img/icons/select-arrow.svg") 100% center no-repeat;
  cursor: pointer; }

.catalog__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.filter {
  width: 267px;
  background-color: #fff; }

.aside-menu li {
  font-size: 16px;
  font-weight: 700;
  padding: 0 2em;
  border-bottom: 1px solid var(--border-color); }
  .aside-menu li a {
    display: block;
    padding: 1.5em 0;
    position: relative; }
    .aside-menu li a::before {
      content: '';
      width: 2em;
      height: 1px;
      background-color: #0165bb;
      position: absolute;
      left: 0;
      bottom: -1px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .aside-menu li a::after {
      content: '';
      width: .5em;
      height: .5em;
      background-color: #f00606;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -2px;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .aside-menu li a.active::after {
      opacity: 1; }
    .aside-menu li a:hover {
      color: var(--blue); }
      .aside-menu li a:hover::before {
        width: 100%; }
      .aside-menu li a:hover::after {
        background-color: #0165bb; }

.filter-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--blue);
  text-align: center;
  padding: 1.5em 0;
  font-weight: 700;
  margin-bottom: 1.25em; }

.aside-filter__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 75px; }
  .aside-filter__submit .btn {
    font-size: 16px; }

.aside-filter__content {
  padding: 20px 20px 50px; }

.filter__cost {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 35px; }

.filter-input {
  display: block;
  width: 75px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto',sans-serif;
  background-color: #f4f4f4;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none; }

.catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 250px;
  height: 40px;
  background-color: var(--blue);
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 15px;
  display: none; }
  .catalog-btn.active {
    background-color: var(--red); }

.catalog-btn__burger {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: block;
  width: 20px; }
  .catalog-btn__burger span {
    display: block;
    height: 1px;
    background-color: #fff;
    margin-bottom: 5px; }
    .catalog-btn__burger span:last-child {
      margin-bottom: 0; }

.catalog__content {
  width: calc(100% - 300px); }
  .catalog__content .catalog-list {
    margin-bottom: 0; }
  .catalog__content .catalog-slider__item {
    width: 33.333%;
    margin-bottom: 3em; }
  .catalog__content .catalog-slider__title {
    padding: 1.25em; }
  .catalog__content .catalog-slider__bottom li {
    width: 50%;
    padding: 0;
    margin-bottom: 0; }

.paginator {
  background-color: #fff; }

.page-switcher {
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-position: center; }
  .page-switcher:hover {
    background-color: #f2f2f2;
    -webkit-box-shadow: 0 0 1px var(--blue);
            box-shadow: 0 0 1px var(--blue); }

.prev-page {
  background-image: url("../img/icons/angle_left.svg");
  border-right: 1px solid var(--border-color); }

.next-page {
  background-image: url("../img/icons/angle_right.svg");
  border-left: 1px solid var(--border-color); }

.paginator__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 300;
  border-right: 1px solid var(--border-color);
  padding: 0 1.277em; }
  .paginator__list li a:hover, .paginator__list li a.active {
    background-color: var(--blue);
    color: #fff; }
.paginator__list li:first-child a {
  border-left: 1px solid var(--border-color); }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("../img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../img/ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #999999;
  background: #dadada url("../img/ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #212121;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #aaaaaa;
  background: #ffffff url("../img/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #aaaaaa;
  background-color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../img/ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../img/ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../img/ui/ui-icons_222222_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/ui/ui-icons_cd0a0a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../img/ui/ui-icons_888888_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa; }

/*custom style*/
.ui-widget-content {
  background: #c8c9cb !important;
  border: none !important; }

.ui-slider .ui-slider-handle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue) !important;
  top: -9px;
  outline: none;
  cursor: pointer; }
  .ui-slider .ui-slider-handle::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.value {
  position: absolute;
  top: calc(100% + 15px);
  font-size: 16px;
  font-weight: 300; }

.price-range-min {
  left: 0; }

.price-range-max {
  right: 0; }

/*Footer*/
.footer {
  background-color: #fff;
  position: relative;
  height: 8em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  .footer .container {
    height: 100%; }
  .footer .logo {
    color: var(--black); }

.main-page .footer {
  position: fixed; }

.footer-mouse {
  width: 19px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid #e2e3e4;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .footer-mouse::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #e2e3e4;
    position: absolute;
    left: 50%;
    top: 8px;
    margin-left: -1.5px;
    -webkit-animation: moveDot 2s infinite;
            animation: moveDot 2s infinite; }

.policy {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 3.4em; }
  .policy:hover {
    color: var(--red); }

/*media*/
@media (max-width: 1600px) {
  html {
    font-size: .62vw; }

  .top-screen__half:first-child {
    height: 40%; }

  .top-screen__half:last-child {
    height: 60%; }

  .team .bg-text {
    right: -1em; }

  .about-video {
    height: 68em; } }
/*1600*/
@media (max-width: 1400px) {
  html {
    font-size: .7vw; }

  .header,
  .menu-btn {
    height: 60px; }

  .menu-block {
    top: 60px; }

  .callback {
    font-size: 1.1rem; }

  .fp-viewing-0 .fp-tableCell, .fp-viewing-3 .fp-tableCell, .fp-viewing-4 .fp-tableCell, .fp-viewing-5 .fp-tableCell {
    vertical-align: center; }

  h1, .h1 {
    font-size: 4rem; }

  h2 {
    font-size: 3rem; }

  h3 {
    font-size: 2.4rem; }

  .logo,
  .features__item__descr,
  .contact-item {
    font-size: 1.5rem; }

  .btn,
  .catalog-slider__bottom li,
  .features__item__top {
    font-size: 1.4rem; }

  .play {
    width: 50px;
    height: 50px;
    background-position: 18px 50%; }

  .block-title {
    margin-bottom: 1em; }

  .top-row {
    margin-bottom: 3em; }

  .slick-arrow {
    width: 40px;
    height: 40px; }

  .catalog-slider__title {
    font-size: 2rem;
    padding: 1.5em 2em; }

  .logo img {
    width: 30px; }

  .features__item__top .ico {
    max-height: 5rem; }

  .about-block-descr {
    padding: 3em 7em; }

  .bg-text {
    font-size: 5rem;
    bottom: 2em; }

  .contact-block {
    height: 46em; }

  .form {
    width: 480px; }

  .contact-block .map {
    width: calc(100% - 480px); }

  .about-top {
    padding-top: 60px; }

  .about-video {
    height: 64em; } }
/*1400*/
@media (max-width: 1280px) {
  .header,
  .main-page .header {
    position: relative;
    background-color: var(--black); }

  section {
    padding: 50px 0; }

  section .columns,
  .top-screen__half:first-child,
  .screen--fourth,
  .header .columns .col:empty,
  .menu-btn::before,
  .callback,
  .inner-top .columns {
    display: none; }

  .section-container,
  .top-screen__half:last-child {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .screen--first .social {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 90%;
    margin: 30px auto 0; }

  .screen--first,
  .contact-block {
    height: 400px; }

  .top-screen__half .container--lt {
    height: auto; }

  .header .columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .columns .col:first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 20px; }
    .header .columns .col {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 100px; }

  .phone {
    width: 40px;
    height: 40px;
    background: transparent url("../img/icons/phone_blue.svg") center no-repeat;
    background-size: 30px; }
    .phone span, .phone::before {
      display: none; }

  .menu-btn {
    width: 100px; }

  .logo {
    font-size: 12px; }

  .footer {
    height: auto;
    padding: 20px 0;
    position: static; }

  .footer-mouse {
    display: none; }

  .about-top {
    padding-bottom: 0;
    height: 70em; }

  .about-top .top-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

  .about-top .top-slider .slick-track {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

  .about-top .top-slider .slick-dots {
    top: auto;
    bottom: 20px; }

  .about-top .section-container {
    padding-top: 0; }

  .about-top__descr p {
    font-size: 1.8rem; }

  .block-title {
    font-size: 1.6rem; }

  h2 {
    font-size: 3.4rem; }

  .about-mouse,
  .about-video__title {
    display: none; }

  .team .bg-text {
    right: -1.5em; }

  .about-video {
    padding: 0; }

  .about-video,
  .about-video .video {
    height: auto; }

  .about-video__btn {
    width: auto;
    height: auto;
    background: transparent;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

  .about-video .container--lt {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0;
    top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .about-video.pause .about-video__btn {
    background: transparent; }

  .about-video.pause .play {
    background-size: 20px;
    background-position: center 17px; }

  .priority__descr {
    width: 57%; }

  .priority__img {
    width: 40%; }

  .inner-top {
    padding: 50px 0; }
    .inner-top .container {
      padding-top: 0; }

  .service-block {
    padding: 50px 0; }
    .service-block .bg-text {
      top: 5.4em; } }
/*1280*/
@media (max-width: 1024px) {
  .member-data {
    font-size: 2.4rem; }

  .service-block .bg-text {
    left: .9em; }

  .catalog__content .catalog-slider__item {
    width: 50%; }
  .catalog__content .catalog-slider__title {
    font-size: 2.4rem; }
  .catalog__content .catalog-slider__bottom li {
    font-size: 2rem; }
  .catalog__content .btn {
    font-size: 2rem; }

  .select-wrapper,
  .select-input {
    font-size: 2rem; }

  .contact-col .contact-item {
    font-size: 1.6rem; } }
/*1024*/
@media (max-width: 990px) {
  .about-top .top-slider {
    width: 280px;
    height: 200px; }

  .about-top__descr p {
    font-size: 2.2rem; }

  .block-title {
    font-size: 1.8rem; }

  h2 {
    font-size: 3.8rem; }

  .catalog-list li {
    width: 33.3333%; }

  .order__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    .order__top .title,
    .order__top .order__contact {
      width: 100%; }
      .order__top .title p, .order__top .title span,
      .order__top .order__contact p,
      .order__top .order__contact span {
        font-size: 14px; }

  .order-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .order-form .btn {
      font-size: 16px; }

  .order-form__item {
    width: 100%; }

  .textarea {
    height: 120px; }

  .inner-page__content {
    padding: 30px 40px; }

  .inner-page__body {
    padding-top: 150px; }

  .filter {
    width: 220px; }

  .catalog__content {
    width: calc(100% - 240px); }

  .filter-title {
    font-size: 14px; }

  .filter__cost {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .filter__cost__title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; } }
/*990*/
@media (max-width: 768px) {
  html {
    font-size: .9vw; }

  .screen--first {
    height: auto; }

  h1, .h1 {
    font-size: 30px; }

  .btn, .catalog-slider__bottom li, .features__item__top {
    font-size: 13px; }

  .block-title {
    font-size: 2rem; }

  h2 {
    font-size: 4.5rem; }

  h3 {
    font-size: 3.4rem; }

  .top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .top-row.flex h2 {
      margin-bottom: 15px; }

  .top-row__right {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .service-slider__item,
  .catalog-slider__item {
    max-width: 60em; }

  .service-slider__content {
    padding: 5em 3em 0 4em; }
    .service-slider__content h4 {
      font-size: 3rem; }
    .service-slider__content p {
      font-size: 2rem; }

  .features__item {
    padding: 3em 2em 4em; }

  .features__item__descr {
    font-size: 1.8rem; }

  .about-block-descr {
    width: 80%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .about-block-descr p {
      font-size: 1.8rem; }

  .contact-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .contact-block .form {
      margin-bottom: 30px; }
    .contact-block .map {
      width: 100%;
      height: 300px; }

  .form {
    width: 100%; }

  .form-title {
    font-size: 16px; }

  .input-wrapper {
    margin-bottom: 40px; }

  .agree label,
  .policy {
    font-size: 13px; }

  .policy {
    margin: 1em; }

  .contact-item {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 20px; }

  .member-data {
    font-size: 1.8rem;
    padding: 0 4px 15px; }

  .catalog-list li {
    width: 50%; }

  .features__list--slider {
    margin-top: -20px !important; }
    .features__list--slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

  .features__list--slider .slick-list {
    padding: 20px 0 !important; }

  .inner-page__content {
    padding: 20px; }
    .inner-page__content p {
      font-size: 16px; }

  .list li {
    font-size: 16px;
    padding-left: 10px; }
    .list li::before {
      width: 5px;
      height: 5px; }

  .notice {
    padding: 15px;
    border-left-width: 4px; } }
/*768*/
@media (max-width: 767px) {
  html {
    font-size: 1.2vw; }

  .features__list__arrows {
    margin-bottom: 10px; }

  .features__item__top .ico {
    max-height: 60px; }

  .features__item__top {
    margin-bottom: 30px;
    font-size: 18px; }

  .features__item__descr {
    font-size: 14px; }

  .features__item {
    margin-right: 10px;
    padding: 20px; }

  .features__item__descr {
    font-size: 16px;
    line-height: 1.4; }

  .features__item__top .ico-bg {
    height: 70px; }

  h2 {
    font-size: 24px; }

  .block-title {
    font-size: 14px; }

  .service-slider__item, .catalog-slider__item {
    width: 300px;
    max-width: none; }

  .service-slider__content p {
    font-size: 2.4rem; }

  .to-cart {
    width: 8em;
    height: 8em; }

  .about-top {
    height: auto;
    background-position: 0 0; }

  .about-top__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    width: 100%; }

  .about-top .top-slider {
    height: auto;
    -ms-flex-item-align: start;
        align-self: flex-start; }

  .top-slider .slick-dots li,
  .top-slider .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0; }

  .about-top__descr,
  .container--lt,
  .documents__title,
  .documents-slider {
    width: 100%; }

  .about-top .top-slider {
    width: 260px; }

  .bg-text {
    display: none; }

  .in-numbers,
  .documents {
    padding-left: 20px;
    padding-right: 20px; }

  .documents .container--lt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .documents__title {
    margin-bottom: 20px; }

  .features__list--slider .slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

  .catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .catalog__wrapper {
    position: relative; }

  .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .filter.active {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }

  .catalog__content {
    width: 100%; }

  .catalog {
    padding: 50px 20px; }

  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }

  .product__left, .product__right {
    width: 100%; }

  .product__photo {
    max-width: 400px;
    margin: 0 auto 30px; }

  .product-page {
    padding: 50px 20px; }

  .product__right h4,
  .product__right p,
  .tab__list li a,
  .tab-content p {
    font-size: 16px; }

  .tab__list li a {
    padding: 1em 1.5em; }

  .share,
  .tab__list {
    margin-bottom: 30px; }

  .table {
    min-width: 760px;
    font-size: 15px; }
    .table td {
      padding: 10px; }
    .table th {
      padding: 12px 10px; }

  .releated__list .catalog-slider__item {
    width: 50%;
    margin-bottom: 20px; }
    .releated__list .catalog-slider__item .catalog-slider__photo {
      height: 140px; }

  .table td:first-child,
  .table th:first-child {
    width: 70px; }

  .table td img {
    max-width: 40px; } }
/*767*/
@media (max-width: 480px) {
  html {
    font-size: 6px; }

  .header .columns .col,
  .menu-btn {
    width: 60px; }

  .phone {
    background-size: 20px; }

  .menu-btn.active .burger {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px); }

  .logo {
    font-size: 10px; }

  .menu li {
    font-size: 20px;
    margin-bottom: 40px; }

  .service-slider .slick-list {
    overflow: hidden; }

  .catalog-slider__photo {
    height: 140px; }

  .catalog-slider__title {
    padding: 15px 10px;
    font-size: 16px; }

  section {
    padding: 35px 0; }

  h1, .h1 {
    font-size: 28px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  .about-block-descr {
    width: 100%;
    height: auto;
    padding: 20px; }

  .about-block-descr p {
    font-size: 14px; }

  .form__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .agree {
    margin-bottom: 20px; }

  .footer {
    padding: 20px 0; }
    .footer .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px; }

  .input__label {
    font-size: 14px; }

  .priority .container--lt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

  .priority__descr, .priority__img {
    width: 100%; }

  .priority__img {
    margin-bottom: 20px; }

  p {
    font-size: 16px; }

  .catalog-list li {
    width: 100%; }

  .sort-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .select-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid var(--border-color); }

  .catalog-btn,
  .filter {
    width: 100%; }

  .contact-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

  .contact-row {
    margin-bottom: 0; }

  .contact-col {
    width: 100%;
    margin-bottom: 20px; }
    .contact-col h5 {
      font-size: 18px; }
      .contact-col h5 .ico {
        display: none; } }
/*480*/
@media (max-width: 440px) {
  .releated__list .catalog-slider__item {
    width: 100%; } }
@media (max-width: 360px) {
  h1, .h1 {
    font-size: 24px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px; }

  .block-title {
    font-size: 12px; }

  .btn, .catalog-slider__bottom li, .features__item__top,
  .agree label, .policy {
    font-size: 12px; }

  .catalog__content .catalog-slider__item {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */