

/* Start:/local/templates/decibelov/css/dialogs.css?16621235819165*/
.dialogs {
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  overflow-y: auto;
  background: rgba(34, 34, 34, 0.98);
  top: 0;
  left: 0;
}

.dialogs .close-bg {
  position: absolute;
  z-index: 51;
  width: 100%;
  height: 100%;
}

.dialogs .vertical-align-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dialogs .vertical-align-table .vertical-align-row {
  display: table-row;
}

.dialogs .vertical-align-table .vertical-align-row .vertical-align {
  display: table-cell;
  vertical-align: middle;
}

.dialogs .popup {
  display: none;
  opacity: 0;
  margin: 0 auto;
  position: relative;
  z-index: 52;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1170px;
}

.dialogs .popup.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.dialogs .popup .form-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px;
  background: #fff;
  text-align: center;
  border-radius: 20px;
}

.dialogs .popup .form-box .close {
  width: 17px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(/local/templates/redesign2017/img/close-red.png);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.dialogs .popup .close {
  z-index: 53;
}

.kbc_thank {
  background: rgba(34, 34, 34, 0.98);
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.kbc_thank_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.kbc_thank_wd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 440px;
  padding: 0;
  color: #ddd;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}

.kbc_thank_close {
  position: absolute;
  background-image: url('https://www.kibercar.com/img/th_close.png');
  width: 16px;
  height: 17px;
  right: 22px;
  top: 24px;
  z-index: 30;
  cursor: pointer;
}

.kbc_thank_wd .form-box {
  padding: 50px 80px 20px;
}

.kbc_thank_wd .form-box .text-wrp {
  height: 95px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 72%;
}

.kbc_thank_wd .form-box .text-wrp h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 2px;
  text-align: left;
}

.kbc_thank_wd .form-box .text-wrp p {
  font-size: 20px;
  color: grey;
}

.kbc_thank_wd .form-box .text-wrp_soc {
  font-size: 20px;
  color: #1b1f29;
  margin-bottom: 13px;
  font-weight: 700;
}

.kbc_thank_wd .form-box .text-wrp_subscribe {
  color: #fff;
  padding: 17px 80px;
  background-color: #f02c1c;
  font-weight: 700;
  font-size: 20px;
  margin: 0 -80px 43px;
}

.text-wrp_soc_wrap {
  display: flex;
  z-index: 20;
  position: relative;
}

.text-wrp_youtube {
  max-width: 216px;
}

.text-wrp_youtube_img {
  display: block;
  max-width: 216px;
  margin-bottom: 10px;
}

.text-wrp_instagram {
  margin-top: 12px;
}

.text-wrp_instagram a img {
  display: block;
  margin-bottom: 3px;
  margin-top: -13px px;
  max-width: 216px;
}

.text-wrp_instagram a span {
  display: block;
  font-size: 20px;
  color: #f02c1c;
  text-decoration: underline;
}

.kbc_thank_wd:after {
  content: '';
  position: absolute;
  background: url('https://www.kibercar.com/img/th_bg.png');
  width: 362px;
  height: 535px;
  z-index: 10;
  top: 10px;
  right: 75px;
  background-size: contain;
}

@media (max-width: 1199.98px) {
  .text-wrp_youtube {
    margin-right: 70px;
  }

  .kbc_thank_wd {
    width: 940px;
  }

  .kbc_thank_wd .form-box .text-wrp {
    width: 70%;
  }

  .kbc_thank_wd:after {
    right: 3%;
  }
}

@media screen and (max-width: 1280px) {
  .dialogs .popup {
    width: 96%;
  }
}

@media screen and (max-width: 1100px) {
  .dialogs .popup .form-box {
    padding: 55px 25px;
  }
}

@media (max-width: 991.98px) {
  .kbc_thank_wd {
    width: 720px;
    height: 378px;
  }

  .kbc_thank_wd .form-box {
    padding: 30px 30px 20px;
  }

  .kbc_thank_wd .form-box .text-wrp {
    height: 103px;
    width: 75%;
  }

  .kbc_thank_wd .form-box .text-wrp_subscribe {
    margin: 0 -80px 35px;
  }

  .text-wrp_youtube {
    margin-right: 50px;
  }

  .text-wrp_youtube_img {
    margin-bottom: 15px;
    width: 180px;
  }

  .text-wrp_instagram a img {
    width: 220px;
    margin-top: -9px;
  }

  .kbc_thank_wd:after {
    background-size: contain;
    width: 250px;
    height: 368px;
    top: 37px;
    right: -3px;
  }
}

@media (max-width: 767.98px) {
  .kbc_thank_wd {
    width: 600px;
    height: 340px;
  }

  .kbc_thank_wd .form-box {
    padding: 37px 31px 20px;
  }

  .kbc_thank_wd .form-box .text-wrp {
    height: 61px;
    width: 70%;
    margin-bottom: 5px;
  }

  .kbc_thank_wd .form-box .text-wrp_soc {
    font-size: 15px;
    margin-bottom: 17px;
  }

  .kbc_thank_wd .form-box .text-wrp_subscribe {
    padding: 11px 80px;
    font-size: 22px;
    margin: 0 -80px 22px;
  }

  .text-wrp_soc_wrap {
    width: 80%;
  }

  .text-wrp_youtube {
    width: 42%;
    margin-bottom: 0;
    margin-right: 27px;
  }

  .text-wrp_youtube_img {
    width: 171px;
    margin-bottom: 17px;
  }

  .text-wrp_instagram a img {
    width: 200px;
  }

  .kbc_thank_wd:after {
    background-size: contain;
    width: 277px;
    height: 415px;
    top: 27px;
    right: -11px;
  }

  .kbc_thank_wd .form-box .text-wrp h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .kbc_thank_wd .form-box .text-wrp p {
    font-size: 11px;
  }
}

@media (max-width: 635.98px) {
  .kbc_thank_wd {
    width: 430px;
    height: 759px;
  }

  .kbc_thank_wd .form-box {
    padding: 45px 35px 20px;
  }

  .kbc_thank_wd .form-box .text-wrp {
    height: 98px;
    width: 96%;
    margin-bottom: 13px;
  }

  .kbc_thank_wd .form-box .text-wrp h2 {
    font-size: 27px;
    margin-bottom: 7px;
  }

  .kbc_thank_wd .form-box .text-wrp p {
    font-size: 14px;
  }

  .kbc_thank_wd .form-box .text-wrp_soc {
    font-size: 17.5px;
    margin-bottom: 25px;
  }

  .kbc_thank_wd .form-box .text-wrp_subscribe {
    padding: 13px 80px;
    font-size: 27px;
    margin: 0 -80px 80px;
  }

  .text-wrp_soc_wrap {
    flex-wrap: wrap;
    width: 70%;
  }

  .text-wrp_youtube {
    width: 100%;
    margin-bottom: 75px;
  }

  .text-wrp_youtube_img {
    width: 224px;
    max-width: 326px;
  }

  .text-wrp_instagram a img {
    max-width: 370px;
    width: 100%;
  }

  .kbc_thank_wd:after {
    max-width: 530px;
    width: 453px;
    height: 72%;
    bottom: 0;
    right: -195px;
    top: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

@media (max-width: 479.98px) {
  .kbc_thank_wd {
    width: 385px;
    height: 680px;
  }

  .kbc_thank_wd .form-box {
    padding: 40px 32px 20px;
  }

  .kbc_thank_wd .form-box .text-wrp {
    height: 98px;
    width: 96%;
    margin-bottom: 2px;
  }

  .kbc_thank_wd .form-box .text-wrp h2 {
    font-size: 24px;
    margin-bottom: 7px;
  }

  .kbc_thank_wd .form-box .text-wrp_soc {
    font-size: 15.5px;
    margin-bottom: 21px;
  }

  .kbc_thank_wd .form-box .text-wrp_subscribe {
    padding: 11px 80px;
    font-size: 24px;
    margin: 0 -80px 73px;
  }

  .text-wrp_youtube {
    width: 100%;
    margin-bottom: 68px;
  }

  .text-wrp_youtube_img {
    width: 200px;
    margin-bottom: 16px;
  }

  .text-wrp_instagram a img {
    max-width: 370px;
    width: 100%;
  }

  .kbc_thank_wd:after {
    max-width: 530px;
    width: 453px;
    height: 72%;
    bottom: 0;
    right: -195px;
    top: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

@media (max-width: 419.98px) {
  .kbc_thank_wd {
    width: 320px;
    height: 564px;
  }

  .kbc_thank_wd .form-box {
    padding: 34px 26px 20px;
  }

  .kbc_thank_wd .form-box .text-wrp h2 {
    font-size: 20px;
    margin-bottom: 7px;
  }

  .kbc_thank_wd .form-box .text-wrp p {
    font-size: 12px;
  }

  .kbc_thank_wd .form-box .text-wrp_soc {
    font-size: 13px;
    margin-bottom: 17px;
  }

  .kbc_thank_wd .form-box .text-wrp_subscribe {
    padding: 10px 80px;
    font-size: 20px;
    margin: 0 -80px 60px;
  }

  .text-wrp_youtube {
    width: 100%;
    margin-bottom: 47px;
  }

  .text-wrp_youtube_img {
    width: 167px;
    margin-bottom: 16px;
  }

  .text-wrp_instagram a img {
    max-width: 370px;
    width: 100%;
  }

  .kbc_thank_wd:after {
    max-width: 530px;
    width: 453px;
    height: 72%;
    bottom: 0;
    right: -195px;
    top: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

/* End */


/* Start:/local/templates/decibelov/css/main.css?1759211724157010*/
@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 14px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 36px;
  height: 4px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.14286px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dx';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dx-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dy';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dy-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dxy';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/3dxy-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrow';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrow-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrowalt';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrowalt-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrowturn';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/arrowturn-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/boring';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/collapse';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/collapse-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/elastic';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/elastic-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/emphatic';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/emphatic-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/minus';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/slider';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/slider-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/spin';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/spin-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/spring';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/spring-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/stand';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/stand-r';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/squeeze';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/vortex';
@import '/local/templates/decibelov/css/../../../../node_modules/hamburgers/_sass/hamburgers/types/vortex-r';
*/

.hamburger-inner::before {
  width: 27px;
}

.hamburger-inner::after {
  width: 17px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  left: 0;
}

.hamburger--slider.is-active .hamburger-inner {
  width: 27px;
}

.hamburger--slider.is-active .hamburger-inner::after {
  width: 27px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
  content: "\f103";
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
  content: "\f104";
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
  content: "\f105";
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
  content: "\f106";
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
  content: "\f107";
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "\f108";
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
  content: "\f10c";
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
  content: "\f10d";
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
  content: "\f115";
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
  content: "\f11d";
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
  content: "\f121";
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal;
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: 0;
}

.video-js *,
.video-js :after,
.video-js :before {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: .5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66a8cc;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  transition: all .4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.81666em;
  margin-left: -1.5em;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial,Helvetica,sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em 0;
  font-weight: 700;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s;
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s,opacity .1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all .2s;
  height: .3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: .9em;
  position: absolute;
  right: -.5em;
  top: -.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  color: #000;
  float: right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
  display: block;
  font-size: .6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em 0 .45em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
  width: 10em;
  transition: width .1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: .5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em .45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: .3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: .5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate > .vjs-menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial,Helvetica,sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear .3s forwards;
  animation: vjs-spinner-show 0s linear .3s forwards;
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  -webkit-animation-delay: .44s;
  animation-delay: .44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

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

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: #fff;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: .5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2b333f;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
  outline: 0;
  background: 0 0;
}

.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
  outline: 0;
  background: 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #000000;
  max-width: 2560px;
  margin: 0 auto;
}

.main-section__title {
  color: #091114;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  margin-left: 60px;
  line-height: 16px;
  height: 56px;
  display: flex;
  align-items: center;
  z-index: -1;
}

.main-section__title::after {
  content: '';
  position: absolute;
  background: url("/img/svg/section-icon.svg") no-repeat center center;
  width: 64px;
  height: 56px;
  left: -74px;
}

.main-section__title span {
  display: block;
  position: absolute;
  left: 0;
}

.main-section__title span::before {
  content: '';
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #356fd4;
  width: 580px;
  top: 0;
}

.flickity-page-dots {
  bottom: inherit;
  top: -82px;
  text-align: right;
}

.flickity-page-dots .dot {
  background-color: rgba(53, 111, 212, 0);
  width: 50px;
  height: 50px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #fff;
}

.flickity-page-dots .dot:before {
  content: '';
  background-color: #356fd4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.flickity-page-dots .dot:hover {
  background-color: rgba(53, 111, 212, 0.14);
}

.flickity-page-dots .dot:hover:before {
  background-color: #356fd4;
}

.flickity-page-dots .dot.is-selected {
  border: 1px solid #a2abb1;
}

.flickity-page-dots .dot.is-selected:before {
  background-color: #000;
}

.flickity-page-dots .dot.is-selected:hover {
  border: 1px solid #a2abb1;
  background-color: rgba(53, 111, 212, 0);
}

.flickity-page-dots .dot.is-selected:hover:before {
  background-color: #000;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}

.header {
  padding-top: 60px;
  position: relative;
}

.header__inner {
  background-color: #091114;
  height: 60px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /*@media (max-width: 767.98px) {
    height: 50px;
  }*/
}

.header__inner--fixed,
.header__inner--active {
  position: fixed;
  z-index: 99;
}

.header__logo {
  width: 224px;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  left: 0;
}

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

.header__phone {
  margin-right: 10px;
  position: absolute;
  right: 0;
}

.header__phone:hover .header-phone__modal {
  animation: scale-display 0.2s;
  display: flex;
}

.header__phone:hover .header-phone__btn {
  background-color: #22292b;
}

.header__phone:hover .header-phone__btn span {
  background-color: #fff;
}

.header__phone:hover .header-phone__btn span:before {
  filter: invert(39%) sepia(60%) saturate(1001%) hue-rotate(185deg) brightness(92%) contrast(89%);
}

.header-phone__btn {
  height: 60px;
  width: 60px;
  display: flex;
  cursor: pointer;
  /*@media (max-width: 767.98px) {
    height: 50px;
    width: 50px;
  }*/
}

.header-phone__btn span {
  background-color: #356fd4;
  height: 40px;
  width: 40px;
  position: relative;
  border-radius: 3px;
  display: block;
  margin: auto;
}

.header-phone__btn span:before {
  content: '';
  background: url("/local/templates/decibelov/css/../img/svg/phone-icon.svg") no-repeat;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(148deg) brightness(121%) contrast(115%);
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 19px;
  width: 19px;
  background-size: contain;
  /*@media (max-width: 767.98px) {
        left: 9px;
        height: 17px;
        width: 17px;
      }*/
}

.header-phone__modal {
  position: absolute;
  top: 72px;
  background-color: #fff;
  width: 370px;
  height: auto;
  right: 0;
  padding: 28px;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  flex-direction: column;
  align-items: center;
  z-index: 120;
  display: none;
}

.header-phone__modal:before {
  content: '';
  width: 100%;
  height: 20px;
  top: -15px;
  left: 0;
  position: absolute;
}

.header-phone__modal small {
  color: #adadad;
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
  display: block;
}

@keyframes scale-display {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header-phone__title {
  color: #000;
  font-size: 20px;
  margin-bottom: 26px;
  text-align: center;
}

.header-phone__link {
  background-color: #356fd4;
  color: #fff;
  font-size: 18px;
  line-height: 26.18px;
  padding: 8px 14px 8px 41px;
  position: relative;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  transition: 0.1s;
  margin: 0 auto 20px;
}

.header-phone__link:before {
  content: '';
  background: url(/img/svg/phone-icon.svg) no-repeat;
  -webkit-filter: invert(100%) sepia(0) saturate(7500%) hue-rotate(148deg) brightness(121%) contrast(115%);
  filter: invert(100%) sepia(0) saturate(7500%) hue-rotate(148deg) brightness(121%) contrast(115%);
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 19px;
  width: 19px;
  background-size: contain;
}

.header-phone__link:hover {
  background-color: #e2eaf8;
  color: #356fd4;
}

.header-phone__link:hover:before {
  -webkit-filter: invert(39%) sepia(60%) saturate(1001%) hue-rotate(185deg) brightness(92%) contrast(89%);
  filter: invert(39%) sepia(60%) saturate(1001%) hue-rotate(185deg) brightness(92%) contrast(89%);
}

.header-phone__callback {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}

.header-phone__callback:hover {
  text-decoration: none;
}

.header__social {
  display: flex;
  margin-right: 38px;
  margin-left: 45px;
  position: absolute;
  right: 60px;
  /*@media (max-width: 991.98px) {
    margin-left: 0;
  }
  @media (max-width: 419.98px) {
    display: none;
  }*/
}

.header__social a {
  margin-right: 45px;
}

.header__social a:last-child {
  margin-right: 0;
}

.header__hamburger {
  margin-left: 4px;
  position: relative;
  z-index: 21;
}

.header__menu {
  display: none;
  width: 495px;
  padding: 80px 10px 80px;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  max-height: 100vh;
  background-color: #ffffff;
  transition: all 0.2s;
}

.header__menu:before {
  content: '';
  width: 475px;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #ffffff;
}

.header__menu.header__menu--active {
  display: block;
  overflow: auto;
}

.header__menu .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  overflow: auto;
  position: relative;
  z-index: 19;
}

.header-menu__btn {
  display: block;
  padding: 15px;
  width: 100%;
  margin: 30px auto 0;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  background: #356fd4;
  text-decoration: none;
  text-align: center;
}

.header-menu__contact {
  order: 2;
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 60px;
}

.header-menu__contact p {
  padding-left: 60px;
  min-height: 35px;
  margin-top: 15px;
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  text-align: left;
}

.header-menu__contact .tel {
  display: inline-block;
  padding-left: 60px;
  font-size: 35px;
  line-height: 40px;
  text-decoration: none;
  color: #000000;
  background-image: url(/local/templates/decibelov/css/../img/phone-menu.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.header-menu__contact .address {
  background-image: url(/local/templates/decibelov/css/../img/map-menu.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.header-menu__contact .time {
  background-image: url(/local/templates/decibelov/css/../img/time-menu.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.header-menu__wrap {
  display: block;
  order: 1;
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 0;
}

.header-menu__main {
  width: 100%;
}

.main-memu__drop {
  display: block;
}

.main-memu__drop ul {
  display: none;
}

.main-memu__drop.open ul {
  padding-left: 40px;
  display: block;
}

.main-memu__drop.open ul li {
  margin-bottom: 12px;
}

.main-memu__drop.open ul li a {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
}

.main-memu__drop.open .main-memu__link:after {
  transform: rotate(180deg);
}

.main-memu__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-memu__link {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #356fd4;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
  padding-right: 30px;
}

.main-memu__drop .main-memu__link {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.main-memu__drop .main-memu__link:after {
  content: '';
  width: 28px;
  height: 17px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url("/local/templates/decibelov/css/../img/arrow-menu.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.header-menu__brand {
  padding: 0 0 0 70px;
  display: none;
}

.main-memu__drop.open .header-menu__brand {
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 60px;
}

.menu-brand__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-brand__item {
  margin: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 80px;
  height: auto;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.menu-brand__item span {
  display: block;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 700;
}

.menu-brand__item small {
  display: block;
  font-size: 21px;
  line-height: 21px;
  color: #c1c2c8;
}

.menu-brand__img {
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.menu-brand__img img {
  max-width: 100%;
  max-height: 50px;
  display: block;
  margin: auto;
}

.menu-brand__all {
  text-align: right;
  margin-top: 45px;
}

.menu-brand__all a {
  font-size: 18px;
  color: #acacac;
  text-decoration: none;
}

.video-form__wrap {
  height: 811px;
  background: url("/img/video-form.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-top: 205px;
}

.video-form__btn-down {
  position: absolute;
  background: url("/img/svg/btn-down.svg") no-repeat;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 53px;
  height: 53px;
  cursor: pointer;
  z-index: 0;
  display: none;
}

.video-form__desc {
  font-size: 20px;
  margin-bottom: 42px;
  z-index: 1;
  position: relative;
}

.video-form__title {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 40px;
  z-index: 1;
  position: relative;
}

.video-form {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

.video-form__field {
  width: 25%;
}

.video-form__field label {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 8px;
  display: block;
}

.video-form__input {
  display: block;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #707070;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #707070;
  height: 50px;
  font-size: 18px;
  padding-left: 11px;
  color: #091114;
}

.video-form__input:first-child {
  border-left: 1px solid #707070;
}

.video-form__btn {
  color: #fff;
  background-color: #356fd4;
  height: 50px;
  border: none;
  width: 100%;
  transition: all 0.2s;
}

.video-form__btn:hover {
  background-color: #6994df;
}

.video-form__select {
  display: block;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #707070;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  height: 50px;
  font-size: 18px;
  padding-left: 11px;
  color: #091114;
}

.video-form__select:first-child {
  border-left: 1px solid #707070;
}

.video-form__select .list {
  width: 100%;
  border-radius: 0;
}

.video-form__select .option {
  color: #091114;
}

.video-form__select .option.disabled {
  display: none;
}

.video-form__select .current {
  line-height: 50px;
}

.video-form__info {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  margin-top: 20px;
  color: #ffffff;
}

.video-form__info a {
  color: #ffffff;
}

.main-about {
  margin-top: 60px;
  position: relative;
}

.main-about__title {
  color: #091114;
  font-size: 20px;
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 37px;
}

.main-about__desc {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 125px;
  padding-right: 238px;
  height: 298px;
  overflow: hidden;
}

.main-about__inner {
  padding-right: 720px;
  position: relative;
}

.main-about__inner::before {
  content: url("/img/img-about-1.jpg");
  position: absolute;
  bottom: -18px;
  left: 540px;
}

.main-about__inner::after {
  content: url("/img/img-about-2.jpg");
  position: absolute;
  top: -12px;
  left: 780px;
  z-index: 5;
}

.main-online {
  background: #3f444b;
  height: 840px;
  position: relative;
  padding-top: 455px;
}

.main-online::before {
  content: '';
  background: url("/img/bg-main-online.jpg") no-repeat center top;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
}

.main-online__inner {
  height: 347px;
  background-color: #356fd4;
  position: relative;
  color: #fff;
  padding: 60px 140px 60px 80px;
  display: flex;
  z-index: 3;
}

.main-online__inner::before {
  content: '';
  background-image: url("/img/main-online-icon.png");
  position: absolute;
  backdrop-filter: blur(2px);
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 47px;
  height: 59px;
  z-index: 5;
}

.main-online__inner::after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 10px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .main-online__inner::after {
    -webkit-backdrop-filter: blur(23px);
    backdrop-filter: blur(23px);
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.main-online__video {
  width: 420px;
  border-radius: 10px;
  margin-right: 60px;
  height: auto;
  background-size: cover;
  position: relative;
}

.online-video__wrap {
  width: 100%;
  height: 230px;
  border-radius: 10px;
}

.online-video__wrap:hover .vjs-big-play-button {
  background-color: rgba(53, 111, 212, 0.9);
}

.online-video__wrap .vjs-poster {
  background-color: #3f444b;
  background-size: cover;
  border-radius: 10px;
}

.online-video__wrap .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  width: 89px;
  height: 89px;
  background-color: #356fd4;
  border: none;
}

.online-video__wrap .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.online-video__wrap.vjs-controls-disabled .vjs-big-play-button,
.online-video__wrap.vjs-error .vjs-big-play-button,
.online-video__wrap.vjs-has-started .vjs-big-play-button,
.online-video__wrap.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.online-video__wrap .vjs-tech {
  border-radius: 10px;
}

.main-online__text {
  width: 560px;
  margin-top: 54px;
}

.main-online__text h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.main-online__text p {
  font-size: 16px;
  line-height: 30px;
  height: 124px;
  overflow: hidden;
}

.main-advtgs {
  padding: 96px 0 150px 10%;
  overflow: hidden;
}

.main-advtgs__list {
  margin-top: 60px;
}

.main-advtgs__list .flickity-button.flickity-prev-next-button {
  top: -90px;
  right: 10%;
  background-color: #000;
}

.main-advtgs__list .flickity-button.flickity-prev-next-button .flickity-button-icon {
  filter: invert(100%) sepia(99%) saturate(3%) hue-rotate(74deg) brightness(103%) contrast(100%);
}

.main-advtgs__list .flickity-prev-next-button.previous {
  left: auto;
  margin-right: 50px;
}

.main-advtgs__item {
  margin-right: 80px;
  width: 25%;
  display: flex;
  flex-direction: column;
}

.main-advtgs__item:nth-child(2n) {
  flex-direction: column-reverse;
}

.main-advtgs__item:nth-child(2n) .advtgs-item__bootom {
  margin-bottom: 40px;
}

.advtgs-item__img {
  position: relative;
  padding-top: 28px;
  margin-bottom: 46px;
  padding-left: 10px;
}

.advtgs-item__img img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}

.advtgs-item__img:before {
  content: '';
  position: absolute;
  background-color: #356fd4;
  width: 163px;
  height: 257px;
  left: 0;
  top: 0;
}

.advtgs-item__bootom {
  padding-left: 10px;
}

.advtgs-item__title {
  font-size: 20px;
  color: #091114;
  line-height: 24px;
  margin-bottom: 18px;
}

.advtgs-item__text {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.main-appr {
  margin: 100px 0 120px;
  position: relative;
}

.main-appr:after {
  position: absolute;
  content: '';
  background: url("/img/appr-img.png") no-repeat;
  left: 0;
  width: 605px;
  height: 533px;
  bottom: 0px;
  z-index: 5;
  background-size: contain;
}

.main-appr__row {
  display: flex;
  justify-content: space-between;
}

.main-appr__star {
  font-size: 30px;
  line-height: 37px;
  color: #000;
  padding-top: 52px;
  position: relative;
  width: 460px;
  margin-top: 32px;
}

.main-appr__star::before {
  position: absolute;
  content: url("/img/svg/star-5.svg");
  top: 0;
  left: 0;
}

.main-appr__list {
  width: 620px;
  margin-top: -100px;
  margin-left: 48px;
}

.main-appr__list .flickity-page-dots {
  bottom: inherit;
  top: -82px;
  text-align: right;
}

.main-appr__list .flickity-page-dots .dot {
  background-color: rgba(53, 111, 212, 0);
  width: 50px;
  height: 50px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #fff;
}

.main-appr__list .flickity-page-dots .dot:before {
  content: '';
  background-color: #356fd4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.main-appr__list .flickity-page-dots .dot:hover {
  background-color: rgba(53, 111, 212, 0.14);
}

.main-appr__list .flickity-page-dots .dot:hover:before {
  background-color: #356fd4;
}

.main-appr__list .flickity-page-dots .dot.is-selected {
  border: 1px solid #a2abb1;
}

.main-appr__list .flickity-page-dots .dot.is-selected:before {
  background-color: #000;
}

.main-appr__list .flickity-page-dots .dot.is-selected:hover {
  border: 1px solid #a2abb1;
  background-color: rgba(53, 111, 212, 0);
}

.main-appr__list .flickity-page-dots .dot.is-selected:hover:before {
  background-color: #000;
}

.main-appr__item {
  height: 320px;
  width: 100%;
  position: relative;
}

.main-appr__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-appr__text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}

.main-appr__text::before {
  position: absolute;
  content: '';
  height: 6px;
  width: 100%;
  background-color: #356fd4;
  bottom: 250px;
  right: 0;
}

.main-appr__text div {
  width: 460px;
  margin-left: auto;
}

.main-appr__text div:nth-child(1) {
  margin-bottom: 148px;
}

.main-appr__text h4 {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 15px;
}

.main-appr__text p {
  font-size: 14px;
  line-height: 30px;
  color: #000;
}

.main-form__wrap {
  margin-top: 110px;
  background-color: #3f444b;
  border: 30px solid #356fd4;
}

.main-form__inner {
  position: relative;
  padding: 94px 350px 110px 0;
}

.main-form__inner:after {
  content: url("/img/form-man.png");
  position: absolute;
  bottom: -3px;
  right: -26px;
}

.main-form__title {
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 14px;
}

.main-form__desc {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 60px;
}

.main-form {
  display: flex;
  width: 700px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-form__field {
  width: 300px;
  padding-bottom: 52px;
}

.main-form__field:nth-child(3),
.main-form__field:nth-child(4) {
  padding-bottom: 0;
}

.main-form__field label {
  font-size: 18px;
  margin-bottom: 0;
  display: block;
  color: #fff;
}

.main-form__input {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  height: 50px;
  font-size: 18px;
  color: #fff;
}

.main-form__info {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}

.main-form__info p {
  margin-bottom: 11px;
}

.main-form__info a {
  color: #fff;
}

.main-form__info a:hover {
  text-decoration: none;
}

.main-form__btn {
  color: #fff;
  background-color: #356fd4;
  height: 50px;
  border: none;
  width: 100%;
  transition: all 0.2s;
}

.main-form__btn:hover {
  background-color: #6994df;
}

.main-devstep {
  margin-bottom: 100px;
  margin-top: 50px;
}

.main-devstep__img-big img {
  max-width: 100%;
}

.main-devstep__text {
  margin-top: 50px;
}

.main-devstep__text h4 {
  color: #091114;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}

.main-devstep__text p {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 18px;
  color: #000;
}

.main-devstep__list {
  margin: 50px 0;
}

.main-devstep__item {
  position: relative;
}

.main-devstep__item .devstep-item__img {
  position: relative;
  width: 1260px;
  height: 575px;
}

.main-devstep__item .devstep-item__img img {
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.main-devstep__item p {
  font-size: 12px;
  opacity: 0;
  margin: 20px 0;
  line-height: 16px;
}

.main-devstep__item.is-selected .devstep-item__btns {
  display: block;
}

.main-devstep__item.is-selected img {
  opacity: 1;
}

.main-devstep__item.is-selected p {
  opacity: 0.34;
}

.devstep-item__btns {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  left: 0;
  display: none;
}

.devstep-item__btns .flickity-button.flickity-prev-next-button {
  background-color: #000;
  border: 2px solid #929899;
  z-index: 5;
}

.devstep-item__btns .flickity-button.flickity-prev-next-button .flickity-button-icon {
  filter: invert(100%) sepia(99%) saturate(3%) hue-rotate(74deg) brightness(103%) contrast(100%);
}

.devstep-item__btns .flickity-prev-next-button.previous {
  left: -20px;
}

.devstep-item__btns .flickity-prev-next-button.next {
  right: -20px;
}

.main-devstep__fit {
  margin: 50px 0 0;
}

.devstep-fit__title-list {
  margin-bottom: 45px;
}

.devstep-fit__title-item {
  font-size: 16px;
  line-height: 37px;
  height: 37px;
  color: #091114;
  margin-right: 40px;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}

.devstep-fit__title-item.is-selected.is-nav-selected {
  font-size: 30px;
  text-decoration: none;
}

.devstep-fit__item {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #091114;
  margin-right: 50px;
}

.layers-slider__wrap {
  margin: -40px 0 50px;
  margin-left: -305px;
}

.layers-slider__wrap .flickity-button.flickity-prev-next-button {
  right: 0;
  left: 0;
  top: 68px;
  margin: auto;
  background-color: #000;
  transform: translateX(465px);
}

.layers-slider__wrap .flickity-button.flickity-prev-next-button .flickity-button-icon {
  filter: invert(100%) sepia(99%) saturate(3%) hue-rotate(74deg) brightness(103%) contrast(100%);
}

.layers-slider__wrap .flickity-prev-next-button.previous {
  right: 0;
  left: 0;
  margin: auto;
  transform: translateX(-465px);
}

.layers-slider__item {
  padding-top: 80px;
  margin-right: 80px;
  opacity: 0.3;
  height: fit-content;
}

.layers-slider__item.is-selected {
  opacity: 1;
}

.layers-slider__layer {
  color: #356fd4;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  display: block;
}

.layers-slider__inner {
  display: flex;
}

.layers-slider__left {
  width: 343px;
  margin-right: 55px;
  background-color: #356fd4;
  height: 510px;
}

.layers-slider__left img {
  width: 100%;
}

.layers-slider__left h4 {
  font-size: 30px;
  line-height: 37px;
  color: #fff;
  padding: 35px 20px 25px;
}

.layers-slider__right {
  width: 460px;
}

.layers-images__img {
  height: 307px;
  width: 460px;
  position: relative;
}

.layers-images__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.layers-images__item p {
  color: #abaeaf;
  font-size: 12px;
  line-height: 30px;
  margin: 10px;
}

.layers-slider__desc {
  font-size: 14px;
  line-height: 30px;
  margin: 5px 10px 10px;
  color: #a2abb1;
}

.layers-slider__images {
  display: none;
  width: 100%;
}

.layers-slider__images.flickity-enabled {
  display: block;
}

.layers-slider__images .flickity-page-dots {
  bottom: inherit;
  top: -82px;
  text-align: right;
}

.layers-slider__images .flickity-page-dots .dot {
  background-color: rgba(53, 111, 212, 0);
  width: 50px;
  height: 50px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #fff;
}

.layers-slider__images .flickity-page-dots .dot:before {
  content: '';
  background-color: #356fd4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.layers-slider__images .flickity-page-dots .dot:hover {
  background-color: rgba(53, 111, 212, 0.14);
}

.layers-slider__images .flickity-page-dots .dot:hover:before {
  background-color: #356fd4;
}

.layers-slider__images .flickity-page-dots .dot.is-selected {
  border: 1px solid #a2abb1;
}

.layers-slider__images .flickity-page-dots .dot.is-selected:before {
  background-color: #000;
}

.layers-slider__images .flickity-page-dots .dot.is-selected:hover {
  border: 1px solid #a2abb1;
  background-color: rgba(53, 111, 212, 0);
}

.layers-slider__images .flickity-page-dots .dot.is-selected:hover:before {
  background-color: #000;
}

.main-selectcar {
  margin: 50px 0;
}

.main-selectcar__brand {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 22px;
}

.selectcar-brand__list {
  display: flex;
  flex-wrap: wrap;
}

.selectcar-brand__item {
  width: 140px;
  height: 160px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}

.selectcar-brand__item.active {
  border: 1px solid #356fd4;
}

.selectcar-brand__item:hover {
  background-color: rgba(53, 111, 212, 0.1);
}

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

.selectcar-brand__select {
  display: flex;
  align-items: center;
}

.selectcar-brand__select .nice-select {
  border: 0;
  color: #000000;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  height: 50px;
  width: 200px;
  padding-left: 0;
  font-size: 18px;
}

.selectcar-brand__select .nice-select:after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  height: 10px;
  width: 10px;
  margin-top: -10px;
}

.selectcar-brand__select .nice-select .list {
  width: 100%;
}

.selectcar-brand__select .nice-select .disabled {
  display: none;
}

.main-selectcar__model {
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.main-selectcar__model::after {
  content: "";
  flex: auto;
}

.selectcar-model__item {
  padding: 10px;
  width: 15%;
  position: relative;
}

.selectcar-model__item:nth-child(7n) {
  margin-right: 0;
}

.selectcar-model__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  top: 0;
  left: 0;
}

.selectcar-model__item:hover::after {
  background-color: #356fd4;
}

.selectcar-model__item img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}

.selectcar-model__item span {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  text-align: center;
  display: block;
}

.page-card {
  position: relative;
}

.page-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: #cfdef9;
  background: linear-gradient(180deg, #cfdef9 0%, white 100%);
  z-index: 3;
}

.page-card__title {
  font-size: 40px;
  line-height: 48px;
  color: #32383e;
  margin-left: 25px;
  padding: 40px 0 50px;
  z-index: 5;
  position: relative;
}

.page-card__wrap {
  width: 100%;
  border: 1px solid #dbe6ee;
  margin-bottom: 40px;
  z-index: 5;
  position: relative;
  display: flex;
  background-color: #fff;
  padding: 55px 35px 30px 25px;
}

.page-card__image {
  width: 50%;
  position: relative;
  margin-top: 35px;
}

.page-card__brand {
  position: absolute;
  top: -70px;
  display: flex;
  margin-left: 35px;
}

.card-brand__img {
  width: fit-content;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.card-brand__img img {
  max-height: 100%;
  display: block;
}

.card-brand__title {
  width: fit-content;
  color: #32383e;
  margin-left: 10px;
}

.card-brand__title span {
  font-size: 30px;
  line-height: 37px;
  display: block;
}

.card-brand__title small {
  font-size: 20px;
  line-height: 24px;
}

.card-image__wrap {
  width: 100%;
  height: 100%;
}

.card-image__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-image__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.page-card__info {
  padding-left: 35px;
  width: 50%;
}

.card-info__row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
  align-items: center;
}

.card-info__name {
  font-size: 14px;
  line-height: 55px;
  color: #a2abb1;
}

.card-info__val {
  font-size: 30px;
  line-height: 34px;
  height: fit-content;
  width: 165px;
  color: #3f444b;
  position: relative;
  white-space: normal;
}

.card-info__val:before {
  content: '';
  position: absolute;
  left: -35px;
}

.card-info__val.card-info__val--old {
  text-decoration: line-through;
  opacity: 0.3;
}

.card-info__val.card-info__val--stars:before {
  content: url("/img/svg/star-5.svg");
  left: -124px;
  top: -2px;
}

.card-info__val.card-info__val--quieter:before {
  content: url("/img/svg/quieter.svg");
  bottom: 0;
  top: 10px;
  height: fit-content;
  left: -43px;
  margin: auto;
}

.card-info__val.card-info__val--weight:before {
  content: url("/img/svg/weight.svg");
  left: -48px;
  bottom: -1px;
}

.card-info__val.card-info__val--time:before {
  content: url("/img/svg/time.svg");
  left: -47px;
  bottom: -5px;
}

.card-info__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-info__price p {
  margin-left: auto;
  text-align: right;
  font-size: 20px;
  line-height: 24px;
  color: #091114;
  display: block;
}

.card-info__price span {
  margin-left: 15px;
  font-size: 30px;
  line-height: 38px;
  color: #3f444b;
  font-weight: bold;
  width: fit-content;
  display: block;
}

.page-card__menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}

.card-menu__link {
  text-decoration: none;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 20px;
  color: #3f444b;
  border: 1px solid #a2abb1;
  transition: all 0.2s;
  white-space: nowrap;
}

.card-menu__link:hover {
  background-color: #f1f9ff;
  color: #356fd4;
}

.card-menu__link.card-menu__link--adv {
  position: relative;
  padding-left: 80px;
}

.card-menu__link.card-menu__link--adv::before {
  content: '';
  background: url("/img/mini-logo.png") no-repeat;
  width: 59px;
  height: 25px;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 7px;
}

.card-menu__link.card-menu__link--consult {
  background-color: #356fd4;
  color: #fff;
}

.card-menu__link.card-menu__link--consult:hover {
  opacity: 0.74;
}

.video-measu {
  margin-bottom: 70px;
}

.video-measu__inner {
  display: flex;
  justify-content: space-between;
}

.video-measu__inner h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  margin-left: 20px;
}

.video-measu__video {
  width: 540px;
  padding-top: 44px;
}

.video-measu__video img {
  margin-bottom: 30px;
  max-width: 100%;
}

.video-measu__measu {
  width: 540px;
  margin-top: 44px;
}

.video-measu__list img {
  max-width: 100%;
  display: block;
}

.video-measu__list .flickity-page-dots {
  bottom: inherit;
  top: -60px;
  text-align: right;
}

.video-measu__list .flickity-page-dots .dot {
  background-color: rgba(53, 111, 212, 0);
  width: 50px;
  height: 50px;
  margin: 0 3px;
  opacity: 1;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #fff;
}

.video-measu__list .flickity-page-dots .dot:before {
  content: '';
  background-color: #356fd4;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.video-measu__list .flickity-page-dots .dot:hover {
  background-color: rgba(53, 111, 212, 0.14);
}

.video-measu__list .flickity-page-dots .dot:hover:before {
  background-color: #356fd4;
}

.video-measu__list .flickity-page-dots .dot.is-selected {
  border: 1px solid #a2abb1;
}

.video-measu__list .flickity-page-dots .dot.is-selected:before {
  background-color: #000;
}

.video-measu__list .flickity-page-dots .dot.is-selected:hover {
  border: 1px solid #a2abb1;
  background-color: rgba(53, 111, 212, 0);
}

.video-measu__list .flickity-page-dots .dot.is-selected:hover:before {
  background-color: #000;
}

.page-about {
  margin-bottom: -60px;
  padding-bottom: 86px;
  position: relative;
}

.page-about::before {
  content: '';
  position: absolute;
  background: url("/img/logo-fon.jpg") no-repeat center center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 286px;
  width: 100%;
  z-index: -1;
}

.page-about__inner {
  padding-left: 80px;
}

.page-about__title {
  font-size: 20px;
  line-height: 30px;
  color: #091114;
  margin-bottom: 12px;
  margin-top: 44px;
}

.page-about__desc {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

.measu-video__wrap {
  width: 100%;
  height: 295px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.measu-video__wrap:hover .vjs-big-play-button {
  background-color: rgba(53, 111, 212, 0.9);
}

.measu-video__wrap .vjs-poster {
  background-color: #3f444b;
  background-size: cover;
  border-radius: 10px;
}

.measu-video__wrap .vjs-big-play-button {
  display: block;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 50%;
  width: 89px;
  height: 89px;
  background-color: #356fd4;
  border: none;
}

.measu-video__wrap .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.measu-video__wrap.vjs-controls-disabled .vjs-big-play-button,
.measu-video__wrap.vjs-error .vjs-big-play-button,
.measu-video__wrap.vjs-has-started .vjs-big-play-button,
.measu-video__wrap.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.measu-video__wrap .vjs-tech {
  border-radius: 10px;
}

.page {
  position: relative;
}

.page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 264px;
  background: #cfdef9;
  background: linear-gradient(180deg, #cfdef9 0%, white 100%);
  z-index: 3;
}

.page__title {
  font-size: 40px;
  line-height: 48px;
  color: #32383e;
  padding: 40px 0 15px;
  z-index: 5;
  position: relative;
}

.page__breadcrumbs {
  margin-bottom: 15px;
  display: flex;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.page__breadcrumbs a {
  color: #091114;
  margin-right: 7px;
  display: block;
  text-decoration: underline;
}

.page__breadcrumbs span {
  color: #a2abb1;
  position: relative;
  display: block;
  padding-left: 15px;
  padding-top: 1px;
}

.page__breadcrumbs span::before {
  content: '→';
  position: absolute;
  left: 0;
}

.page__contact {
  margin-top: 72px;
  position: relative;
  z-index: 3;
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact__info {
  width: 44%;
  margin-bottom: 50px;
}

.contact__title {
  color: #091114;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 26px;
}

.contact__field {
  margin-bottom: 20px;
}

.contact__field span {
  display: block;
  color: #a2abb1;
  font-size: 16px;
  line-height: 30px;
}

.contact__field a {
  text-decoration: none;
  color: #091114;
  font-size: 20px;
  line-height: 30px;
}

.contact__field p {
  font-size: 16px;
  line-height: 30px;
}

.contact__gallery {
  background-color: #fff;
  border: 1px solid #dbe6ee;
  width: 640px;
  height: fit-content;
}

.contact__gallery .flickity-page-dots {
  top: -76px;
}

.contact-gallery__title {
  font-size: 16px;
  line-height: 30px;
  color: #a2abb1;
  margin: 36px 0 33px 20px;
}

.contact-gallery__list img {
  width: 100%;
}

.steps__inner {
  margin: 35px 0 0;
}

.steps__list {
  width: 1098px;
  margin: 50px auto 0;
}

.steps__item {
  display: flex;
  margin-bottom: 68px;
}

.steps__item:nth-child(even) .steps-title__wrap {
  order: 2;
}

.steps__item:nth-child(even) .steps-img__wrap {
  order: 1;
}

.steps__item:nth-child(even) .steps__img {
  margin-left: inherit;
  margin-right: auto;
}

.steps__item:nth-child(even) .steps__img:after {
  background-color: #f5f5f5;
  top: 18px;
  left: 20px;
}

.steps__item:nth-child(even) .steps-title__b {
  padding-right: inherit;
  padding-left: 170px;
  position: relative;
  margin-top: 160px;
  text-align: left;
}

.steps__item:nth-child(even) .steps-title__b:after {
  right: inherit;
  left: 0;
  z-index: -1;
}

.steps-title__wrap {
  width: 50%;
}

.steps-title__b {
  padding-right: 170px;
  position: relative;
  margin-top: 160px;
  text-align: right;
}

.steps-title__b:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: #356fd4;
  right: 0;
  top: 20px;
}

.steps__title {
  color: #356fd4;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 12px;
}

.steps__link {
  color: #356fd4;
  font-size: 16px;
  line-height: 30px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}

.steps__link:after {
  content: '';
  position: absolute;
  background-image: url("/img/svg/open-popup.svg");
  height: 23px;
  width: 23px;
  top: -2px;
  right: 0;
  background-size: contain;
}

.steps-img__wrap {
  width: 50%;
  display: flex;
}

.steps__img {
  width: 540px;
  height: 360px;
  position: relative;
  margin-left: auto;
}

.steps__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.steps__img:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #356fd4;
  top: 18px;
  left: -20px;
}

.steps-popup__list {
  position: relative;
}

.steps-popup__item {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 199;
  right: 0;
  overflow-y: auto;
  display: none;
}

.steps-popup__item:before {
  content: '';
  position: fixed;
  background-color: #000;
  height: 100%;
  width: 80%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.steps-popup__inner {
  position: absolute;
  height: auto;
  min-height: 100%;
  width: 890px;
  background-color: #fff;
  top: 0;
  z-index: 199;
  right: 0;
  padding: 0 80px 80px;
}

.steps-popup__close {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/svg/close-popup.svg");
  height: 56px;
  width: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
}

.steps-popup__breadcrumbs {
  margin-top: 20px;
}

.steps-popup__breadcrumbs span {
  color: #091114;
  font-size: 14px;
  line-height: 17px;
}

.steps-popup__breadcrumbs span:nth-child(n + 2):before {
  content: ' / ';
}

.steps-popup__title {
  margin-top: 40px;
  color: #356fd4;
  font-size: 26px;
  line-height: 32px;
}

.steps-popup__desc {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.steps-popup__layer {
  margin-top: 40px;
}

.popup-layer__title {
  color: #091114;
  font-size: 20px;
  line-height: 24px;
}

.popup-layer__desc {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}

.popup-layer__slider {
  margin-top: 30px;
  padding: 0 80px;
}

.popup-layer__slider .flickity-button.flickity-prev-next-button {
  background-color: #000;
}

.popup-layer__slider .flickity-button.flickity-prev-next-button .flickity-button-icon {
  filter: invert(100%) sepia(99%) saturate(3%) hue-rotate(74deg) brightness(103%) contrast(100%);
}

.popup-layer-slider__link {
  display: block;
  height: 208px;
  width: 278px;
  margin-right: 14px;
  box-sizing: content-box;
}

.popup-layer-slider__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.page-card__footer {
  background-color: #f2f6f8;
  padding: 95px 0 75px;
}

.card-footer__title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #091114;
}

.card-footer__desc {
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 40px;
}

.card-footer__link {
  font-size: 12px;
  line-height: 14px;
  color: #091114;
}

.card-footer__link:hover {
  text-decoration: none;
}

.card-footer__btn {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  color: #fff;
  padding: 0 52px;
  background-color: #356fd4;
  transition: all 0.2s;
  text-decoration: none;
  margin-bottom: 30px;
}

.card-footer__btn:hover {
  opacity: 0.74;
}

.footer {
  margin-bottom: 60px;
  border-top: 1px solid #cdcfd0;
  border-bottom: 1px solid #cdcfd0;
  padding: 33px 0 15px;
}

.footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.footer__logo {
  display: block;
}

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

.footer__menu {
  display: flex;
}

.footer-menu__link {
  font-size: 12px;
  color: #091114;
  margin-right: 40px;
}

.footer-menu__link:hover {
  text-decoration: none;
}

.arrow-up {
  background-color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 3px;
  position: fixed;
  bottom: 3%;
  right: 3%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 8;
  transition: 0.2s cubic-bezier(1, 0.005, 1, 0.99);
  transform: translateY(150px);
  opacity: 0;
  visibility: hidden;
}

.arrow-up.arrow-up--active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.arrow-up:after {
  content: url("/img/svg/arrow-up.svg");
  filter: invert(74%) sepia(7%) saturate(308%) hue-rotate(161deg) brightness(90%) contrast(92%);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: fit-content;
  width: fit-content;
}

.arrow-up:hover:after {
  filter: invert(36%) sepia(54%) saturate(1541%) hue-rotate(194deg) brightness(92%) contrast(87%);
}

.page-card-new {
  margin-bottom: 50px;
}

.page-card-new__title {
  margin-bottom: 35px;
  font-size: 50px;
  line-height: 66px;
  font-weight: 700;
  color: #32383E;
}

.page-card-new__title span {
  color: #356FD4;
}

.page-card-new__wrap {
  display: flex;
  justify-content: space-between;
  padding: 72px 100px;
}

.page-card-new__info {
  flex: 0 0 41.5%;
  max-width: 41.5%;
}

.page-card-new__image {
  flex: 0 0 52.5%;
  max-width: 52.5%;
  padding: 35px 0;
}

.card-info-new__row {
  max-width: 620px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-info-new__row:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  z-index: 1;
  border-bottom: 1px dashed #BBCACC;
}

.card-info-new__name {
  padding: 5px 10px 5px 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
  color: #091114;
  background: #ffffff;
}

.card-info-new__name--price {
  font-size: 20px;
  line-height: 26px;
}

.card-info-new__btn {
  max-width: 495px;
  display: block;
  margin-top: 47px;
  width: 100%;
  padding: 22px 20px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  background: #356FD4;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
}

.card-info-new__btn:hover {
  opacity: 0.74;
}

.card-info-new__val {
  padding: 5px 0 5px 10px;
  position: relative;
  top: -3px;
  z-index: 2;
  font-size: 30px;
  line-height: 38px;
  color: #3F444B;
  background: #ffffff;
}

.card-info-new__val--price {
  font-size: 30px;
  line-height: 38px;
  color: #356FD4;
  font-weight: 700;
}

.card-info-new__val--old {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 38px;
}

.card-info-new__val--old:before {
  content: '';
  display: block;
  width: 85%;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #356FD4;
}

.card-info-new__drop img {
  position: absolute;
  top: -10px;
  right: -30px;
  cursor: pointer;
}

.card-info-new__drop-text {
  width: 250px;
  padding: 10px;
  display: none;
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.card-info-new__drop:hover .card-info-new__drop-text {
  display: block;
}

.card-image-new__wrap {
  position: relative;
}

.card-image-new__wrap:before,
.card-image-new__wrap:after {
  content: '';
  width: 55%;
  height: 80%;
  display: block;
  position: absolute;
  z-index: 1;
  background: #356FD4;
}

.card-image-new__wrap:before {
  top: 0;
  left: 0;
}

.card-image-new__wrap:after {
  bottom: 0;
  right: 0;
}

.card-image-new__img {
  padding: 20px;
  position: relative;
  z-index: 3;
}

.card-image-new__img img {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.video-measu--img {
  position: relative;
}

.video-measu--img:before {
  content: '';
  position: absolute;
  background: url(/img/logo-fon.jpg) no-repeat center center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 286px;
  width: 100%;
  z-index: -1;
}

.video-measu--top .video-measu__inner {
  align-items: flex-start;
}

.video-measu__title {
  margin-bottom: 23px;
  font-size: 20px;
  line-height: 30px;
  color: #091114;
}

.video-measu__desc {
  color: #585858;
  font-size: 16px;
  line-height: 30px;
}

.video-measu__inner {
  padding-top: 10px;
  margin-top: 44px;
  align-items: center;
}

.video-measu__measu {
  width: 620px;
  margin-top: 0;
}

.video-measu__measu h4 {
  margin-left: 0;
}

.video-measu__video {
  padding-top: 0;
}

.video-measu__video .online-video__wrap + h4 {
  margin-top: 30px;
}

.online-video__wrap {
  height: 295px;
}

.main-advtgs {
  padding: 25px 0 150px 10%;
}

.flickity-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-advtgs__list .flickity-button.previous {
  margin-right: 80px;
}

.flickity-button .flickity-button-icon {
  width: 53%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.report {
  position: relative;
}

.report:before {
  content: '';
  position: absolute;
  background: url(/img/logo-fon.jpg) no-repeat center center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  height: 286px;
  width: 100%;
  z-index: -1;
}

.report__wrap {
  display: flex;
  align-items: center;
}

.report__title {
  font-size: 55px;
  line-height: 73px;
  font-weight: 700;
  color: #091114;
}

.report__img {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.report__img img {
  max-width: 616px;
}

.report__loupe {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 1000px;
  background: rgba(53, 111, 212, 0.89);
}

.materials {
  margin-bottom: 95px;
}

.materials__wrap {
  margin-top: 55px;
}

.materials__item {
  width: 25%;
  height: 220px;
  margin: 0 10px;
  position: relative;
}

.materials__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.materials__slider .flickity-button,
.main-devstep__list .flickity-button {
  background: #091114;
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.materials__slider .flickity-button svg,
.main-devstep__list .flickity-button svg {
  color: #ffffff;
}

.materials__slider .flickity-button.next {
  right: -23px;
}

.main-devstep__list .flickity-button.next {
  right: -1260px;
  left: 0;
  margin: auto;
}

.materials__slider .flickity-button.previous {
  left: -23px;
}

.main-devstep__list .flickity-button.previous {
  right: 0;
  left: -1260px;
  margin: auto;
}

.steps {
  margin-bottom: 50px;
}

.steps__wrap {
  width: 100%;
  display: block;
}

.steps__list {
  width: 100%;
  margin: 45px 0 0;
}

.steps__list-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -30px 0;
}

.steps__item {
  display: block;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 30px;
  margin-bottom: 40px;
  position: relative;
}

.steps__img {
  width: 100%;
  height: 255px;
}

.steps__img:after {
  display: none;
}

.steps__img__wrap {
  width: 100%;
  display: block;
}

.steps-img__wrap {
  width: 100%;
  display: block;
}

.steps-title__wrap {
  width: 100%;
}

.steps-title__b {
  padding: 0 !important;
  text-align: left !important;
  margin-top: 25px !important;
}

.steps-title__b:after {
  display: none;
}

.steps__link {
  text-decoration: underline;
}

.steps__link:after {
  top: -3px;
  right: 5px;
}

.technologies {
  margin-bottom: 95px;
}

.technologies__inner {
  margin-top: 55px;
}

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

.technologies__part {
  margin-top: -12px;
  font-size: 26px;
  line-height: 34px;
  color: #356FD4;
  text-align: center;
}

.technologies__step {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.technologies__step:last-of-type {
  margin-bottom: 0;
}
.technologies-step__img {
  width: 80px;
}

.technologies__name {
  display: none;
}

.technologies__question {
  margin: 0 17px 0 48px;
  position: relative;
  cursor: pointer;
}

.technologies__question:hover .technologies__description {
  display: block;
}

.technologies__description {
  width: 250px;
  padding: 10px;
  display: none;
  position: absolute;
  top: -55px;
  left: 0;
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.technologies__title {
  font-size: 16px;
  line-height: 21px;
  color: #091114;
}

.technologies__table table {
  width: 100%;
}

.technologies__table table tr th,
.technologies__table table tr td {
  border: 1px solid #356FD4;
  vertical-align: middle;
}

.technologies__table table tr th:first-of-type,
.technologies__table table tr td:first-of-type {
  width: 37%;
}

.technologies__table table tr th:last-of-type,
.technologies__table table tr td:last-of-type {
  padding-left: 70px;
}

.technologies__table table tr th {
  padding: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  background: #356FD4;
  text-align: left;
}

.technologies__table table tr th:first-of-type {
  text-align: center;
}

.technologies__table table tr td {
  padding: 15px 40px 35px;
}

.magazine {
  margin-bottom: 100px;
}

.magazine__wrap {
  margin: 85px 0 0;
}

.magazine__img {
  display: block;
  text-align: center;
}

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

.magazine__group {
  text-align: center;
}

.magazine__btn {
  padding: 12px 30px;
  display: inline-block;
  width: 300px;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  background: #356FD4;
  text-decoration: none;
  text-align: center;
}

.magazine__btn:hover {
  opacity: 0.74;
}

.page-card__wrapper {
  padding: 0 80px;
  width: 82%;
}

.card-footer__title {
  margin-bottom: 13px;
}

.card-footer__btn {
  font-size: 18px;
}

.main-section__title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
}

.main-section__title span:before {
  height: 2px;
}

.main-devstep {
  overflow: hidden;
}

.main-devstep__item.is-selected p {
  color: #585858;
  opacity: 1;
}

.main-devstep__list {
  position: relative;
}

.online-video__wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.online-video__wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(63, 68, 75, 0.65);
}

.online-video__wrap.vjs-has-started:before {
  display: none;
}

.video-block {
  position: relative;
  overflow: hidden;
}

.video-block .container {
  max-width: 100%;
}

.video-block__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-block__video video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
}

.video-block__inner {
  padding: 70px 0 45px;
  position: relative;
  z-index: 5;
}

.video-block__inner h1 {
  margin-bottom: 55px;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.video-block__text {
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 27px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.video-block__form {
  width: 95%;
  margin: 0 auto 75px;
}

.video-block__form-inner {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.video-block__form label {
  position: absolute;
  left: 11px;
  top: -35px;
  font-size: 23px;
  line-height: 26px;
  color: #ffffff;
}

.video-block__form input {
  padding: 5px 15px;
  width: calc(100% - 425px);
  height: 62px;
  background: #ffffff;
  border: none;
  box-shadow: none;
  color: #000000;
  font-size: 25px;
  line-height: 25px;
}

.video-block__form-btn {
  height: 62px;
  width: 425px;
  background: #d92126;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

.video-block__list {
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.video-block__list-inner {
  display: block;
  padding: 30px 10px;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.video-block__list-item {
  height: 100%;
  display: block;
  padding: 0 5px;
  max-width: 16.666%;
  flex: 0 0 16.666%;
  text-decoration: none;
}

.video-block__list-item:hover .video-block__list-inner {
  background: #d92126;
  opacity: 1;
}

.video-block__list-icon {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.video-block__list-title {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.schema-main {
  margin: 100px 0 70px;
}

.schema-main__inner {
  padding: 50px 0;
}

.schema-main__img {
  margin-bottom: 20px;
  max-width: 100%;
}

.schema-main__title {
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.schema-main__text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
}

@media screen and (min-width: 36rem) {
  .container {
    max-width: 31.875rem;
  }
}

@media screen and (min-width: 48rem) {
  .container {
    max-width: 43.125rem;
  }
}

@media screen and (min-width: 62rem) {
  .container {
    max-width: 58.125rem;
  }
}

@media screen and (min-width: 1292px) {
  .container {
    max-width: 80.625rem;
  }

  .video-block .container {
    max-width: 83.625rem;
  }
}

@media (max-width: 1291.98px) {
  .flickity-page-dots {
    top: -65px;
  }

  .video-form__wrap {
    height: 700px;
    padding-top: 155px;
  }

  .video-form__desc {
    margin-bottom: 32px;
  }

  .video-form__title {
    font-size: 60px;
    line-height: 70px;
  }

  .main-about__desc {
    padding-right: 0;
  }

  .main-about__inner::before {
    display: none;
  }

  .main-about__inner::after {
    left: 490px;
  }

  .main-about__inner {
    padding-right: 490px;
  }

  .main-online__inner {
    padding: 40px;
    height: 308px;
  }

  .main-online__inner::before {
    top: -44px;
  }

  .main-online__inner::after {
    top: -110px;
  }

  .main-online__text {
    margin-top: 20px;
  }

  .main-online__text p {
    height: 176px;
  }

  .main-advtgs {
    padding-bottom: 70px;
  }

  .main-advtgs__item {
    width: 40%;
  }

  .main-appr {
    margin: 70px 0 90px;
  }

  .main-appr:after {
    left: -20px;
  }

  .main-appr__star {
    font-size: 25px;
  }

  .main-appr__list {
    margin-top: -20px;
    width: 480px;
  }

  .main-appr__list .flickity-page-dots {
    top: -65px;
  }

  .main-appr__item {
    height: 280px;
  }

  .main-appr__text div {
    width: 435px;
  }

  .main-appr__text div:nth-child(1) {
    margin-bottom: 120px;
  }

  .main-form__inner {
    padding: 94px 0 110px;
  }

  .main-form__inner:after {
    display: none;
  }

  .main-form {
    width: 100%;
  }

  .main-form__field {
    width: 45%;
  }

  .main-devstep__item .devstep-item__img {
    width: 900px;
  }

  .layers-slider__wrap {
    margin-left: 0;
  }

  .selectcar-brand__select {
    margin-top: 50px;
    align-items: baseline;
  }

  .selectcar-model__item:nth-child(7n) {
    margin-right: 23px;
  }

  .selectcar-model__item:nth-child(5n) {
    margin-right: 0;
  }

  .page-card__title {
    font-size: 36px;
    line-height: 40px;
  }

  .page-card__wrap {
    padding: 40px 35px 20px;
    flex-wrap: wrap;
  }

  .page-card__image {
    width: 100%;
    height: 500px;
  }

  .page-card__brand {
    top: -60px;
    margin-left: 15px;
  }

  .card-brand__title span {
    font-size: 26px;
    line-height: 30px;
  }

  .card-brand__title small {
    font-size: 16px;
    line-height: 20px;
  }

  .page-card__info {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .page-card__menu {
    margin-bottom: 60px;
  }

  .card-menu__link {
    font-size: 14px;
    padding: 0 10px;
  }

  .video-measu__video {
    width: 400px;
  }

  .video-measu__measu {
    width: 450px;
  }

  .page__title {
    font-size: 36px;
    line-height: 40px;
  }

  .contact__gallery {
    width: 450px;
  }

  .steps__list {
    width: 100%;
    margin: 50px auto 60px;
  }

  .page-card-new__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .main-devstep__list .flickity-button.next {
    right: -900px;
  }

  .main-devstep__list .flickity-button.previous {
    left: -900px;
  }

  .page-card__wrapper {
    width: 100%;
    padding: 0;
  }

  .video-block__list-title {
    font-size: 16px;
  }
}

@media (max-width: 1200.98px) {
  .video-block__list-inner {
    margin-bottom: 10px;
  }

  .video-block__list-item {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}

@media (max-width: 991.98px) {
  .flickity-page-dots {
    top: -45px;
  }

  .flickity-page-dots .dot {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }

  .flickity-page-dots .dot:before {
    width: 6px;
    height: 6px;
  }

  .header__inner {
    height: 70px;
  }

  .header__logo {
    width: 199px;
  }

  .header-phone__btn {
    height: 50px;
    width: 50px;
  }

  .header-phone__btn span {
    height: 50px;
    width: 50px;
  }

  .header-phone__btn span:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .header__social {
    right: 20px;
  }

  .header__social a {
    display: none;
  }

  .header__social a.inst {
    width: 80px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    background: #091114;
  }

  .header__social a.inst img {
    width: 30px;
  }

  .main-memu__list {
    height: fit-content;
  }

  .menu-brand__all {
    display: none;
  }

  .video-form__wrap {
    height: 865px;
    padding-top: 46px;
  }

  .video-form__desc {
    margin-bottom: 42px;
  }

  .video-form__title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 118px;
  }

  .video-form {
    background-color: #fff;
    padding: 48px 32px 34px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .video-form__field {
    width: 48%;
    margin-bottom: 30px;
  }

  .video-form__field label {
    color: #000000;
  }

  .video-form__field label {
    margin-bottom: 0;
    margin-left: 0;
  }

  .video-form__input {
    border-top: none;
    padding-left: 0;
  }

  .video-form__select {
    border-top: none;
    padding-left: 0;
  }

  .video-form__info {
    display: block;
  }

  .main-about::before {
    content: '';
    position: absolute;
    background: url("/img/logo-fon.jpg") no-repeat center center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
    height: 286px;
    width: 100%;
    z-index: -1;
  }

  .main-about__desc {
    margin-bottom: 0;
  }

  .main-about__inner::after {
    display: none;
  }

  .main-about__inner {
    padding-right: 0;
  }

  .main-online::before {
    background-size: contain;
  }

  .main-online {
    height: 609px;
    padding-top: 290px;
  }

  .main-online:after {
    content: '';
    background-color: #356fd4;
    height: 320px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .main-online__inner {
    padding: 60px 0 80px;
  }

  .main-online__video {
    width: 40%;
    margin-right: 15px;
  }

  .online-video__wrap {
    height: 160px;
  }

  .online-video__wrap .vjs-big-play-button {
    width: 75px;
    height: 75px;
  }

  .online-video__wrap .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 28px;
  }

  .main-online__text {
    margin-top: 0;
  }

  .main-online__text {
    width: 60%;
  }

  .main-online__text h3 {
    font-size: 16px;
    line-height: 19px;
  }

  .main-online__text p {
    font-size: 14px;
    line-height: 20px;
    height: auto;
  }

  .main-advtgs {
    padding: 44px 0 20px 10%;
  }

  .main-advtgs__list .flickity-button.flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }

  .main-advtgs__list .flickity-prev-next-button.previous {
    margin-right: 35px;
  }

  .main-advtgs__item {
    width: 48%;
    margin-right: 15px;
  }

  .advtgs-item__img {
    width: 235px;
    padding-top: 20px;
    margin-bottom: 36px;
  }

  .advtgs-item__img:before {
    width: 120px;
    height: 190px;
  }

  .advtgs-item__bootom {
    padding-left: 0;
  }

  .advtgs-item__title {
    font-size: 16px;
  }

  .advtgs-item__text {
    font-size: 14px;
    line-height: 20px;
  }

  .main-appr:after {
    width: 300px;
    height: 264px;
    bottom: 84px;
  }

  .main-appr__row {
    flex-wrap: wrap;
  }

  .main-appr__star {
    width: 100%;
    margin-top: 24px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 24px;
    padding-right: 185px;
  }

  .main-appr__list {
    width: 100%;
    margin-top: 34px;
    margin-left: 0;
  }

  .main-appr__list .flickity-page-dots {
    top: -45px;
  }

  .main-appr__list .flickity-page-dots .dot {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }

  .main-appr__list .flickity-page-dots .dot:before {
    width: 6px;
    height: 6px;
  }

  .main-appr__text {
    margin-top: 35px;
  }

  .main-appr__text::before {
    height: 1px;
    bottom: 215px;
  }

  .main-appr__text div {
    width: 100%;
  }

  .main-appr__text div:nth-child(1) {
    margin-bottom: 228px;
  }

  .main-appr__text p {
    line-height: 20px;
  }

  .main-form__wrap {
    border: 10px solid #356fd4;
  }

  .main-form__inner {
    padding: 30px 0;
  }

  .main-form__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .main-form__desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #91999f;
  }

  .main-form__field {
    padding-bottom: 20px;
  }

  .main-devstep__text {
    margin-top: 32px;
  }

  .main-devstep__text h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .main-devstep__text p {
    line-height: 20px;
  }

  .main-devstep__list {
    margin: 30px 0 0;
  }

  .main-devstep__item .devstep-item__img {
    width: 690px;
    height: 400px;
  }

  .main-devstep__item p {
    margin: 10px 0;
  }

  .main-devstep__fit {
    margin: 20px 0 0 10px;
  }

  .devstep-fit__title-list {
    margin-bottom: 30px;
  }

  .devstep-fit__title-item {
    margin-right: 20px;
  }

  .layers-slider__wrap .flickity-button.flickity-prev-next-button {
    display: none;
  }

  .layers-slider__item {
    width: 80%;
    margin-right: 20px;
  }

  .layers-slider__left {
    width: 230px;
    height: fit-content;
    margin-right: 14px;
    padding: 11px 15px;
    margin-bottom: 220px;
  }

  .layers-slider__left h4 {
    padding: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .layers-images__img {
    width: 460px;
    height: 320px;
  }

  .selectcar-brand__list {
    width: 100%;
  }

  .selectcar-brand__item {
    width: 100px;
    height: 65px;
    padding: 5px;
    margin-right: 10px;
  }

  .selectcar-model__item {
    width: 20%;
    margin: 0 0 10px 0;
  }

  .selectcar-model__item:nth-child(7n) {
    margin-right: 0;
  }

  .selectcar-model__item span {
    font-size: 12px;
    line-height: 14px;
  }

  .page-card__title {
    font-size: 30px;
    line-height: 37px;
    padding: 30px 0 12px;
  }

  .page-card__wrap {
    margin-bottom: 10px;
  }

  .page-card__image {
    height: 400px;
  }

  .page-card__brand {
    margin-left: 0;
  }

  .card-info__val {
    font-size: 20px;
    line-height: 26px;
  }

  .card-info__val.card-info__val--stars:before {
    left: 60px;
    top: 0px;
  }

  .card-info__val.card-info__val--quieter {
    padding-left: 50px;
  }

  .card-info__val.card-info__val--quieter:before {
    left: 5px;
  }

  .card-info__val.card-info__val--weight {
    padding-left: 50px;
  }

  .card-info__val.card-info__val--weight:before {
    left: 0;
    bottom: -5px;
  }

  .card-info__val.card-info__val--time {
    padding-left: 50px;
  }

  .card-info__val.card-info__val--time:before {
    left: 0;
    bottom: -10px;
  }

  .card-info__price p {
    font-size: 20px;
    line-height: 24px;
  }

  .card-info__price span {
    font-size: 20px;
    line-height: 24px;
  }

  .card-menu__link {
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .card-menu__link.card-menu__link--adv {
    padding: 20px 5px 0;
  }

  .card-menu__link.card-menu__link--adv::before {
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 34px;
    height: 14px;
  }

  .video-measu__inner h4 {
    font-size: 16px;
    line-height: 19px;
    margin-left: 0;
  }

  .video-measu__video {
    width: 300px;
  }

  .video-measu__measu {
    width: 300px;
  }

  .video-measu__list .flickity-page-dots {
    top: -45px;
  }

  .video-measu__list .flickity-page-dots .dot {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }

  .video-measu__list .flickity-page-dots .dot:before {
    width: 6px;
    height: 6px;
  }

  .page-about {
    margin-bottom: 0px;
  }

  .page-about::before {
    bottom: -50px;
  }

  .page-about__inner {
    padding-left: 0;
  }

  .page-about__title {
    font-size: 16px;
    line-height: 20px;
  }

  .page-about__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .measu-video__wrap {
    height: 175px;
  }

  .measu-video__wrap .vjs-big-play-button {
    width: 75px;
    height: 75px;
  }

  .measu-video__wrap .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 28px;
  }

  .page__title {
    font-size: 30px;
    line-height: 37px;
    padding: 30px 0 12px;
  }

  .contact__title {
    font-size: 20px;
  }

  .contact__field span {
    font-size: 14px;
    line-height: 20px;
  }

  .contact__field p {
    font-size: 14px;
  }

  .contact__gallery {
    width: 300px;
  }

  .contact__gallery .flickity-page-dots {
    top: -40px;
  }

  .contact-gallery__title {
    margin: 22px 0 11px 22px;
  }

  .steps__item {
    margin-bottom: 40px;
  }

  .steps__item:nth-child(even) .steps__img:after {
    top: 10px;
    left: 10px;
  }

  .steps__item:nth-child(even) .steps-title__b {
    padding-left: 98px;
    margin-top: 78px;
  }

  .steps-title__b {
    padding-right: 98px;
    margin-top: 78px;
  }

  .steps-title__b:after {
    width: 83px;
    top: 14px;
    right: -6px;
  }

  .steps__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 6px;
  }

  .steps__link {
    padding-right: 40px;
  }

  .steps__img {
    width: 315px;
    height: 208px;
  }

  .steps__img:after {
    top: 10px;
    left: -10px;
  }

  .steps-popup__inner {
    width: 596px;
    padding: 0 40px 60px 60px;
  }

  .steps-popup__close {
    background-size: contain;
    height: 46px;
    width: 50px;
  }

  .steps-popup__breadcrumbs {
    margin-top: 17px;
  }

  .popup-layer__slider {
    padding: 0 60px;
  }

  .popup-layer__slider .flickity-button.flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }

  .popup-layer-slider__link {
    height: 130px;
    width: 181px;
  }

  .card-footer__title {
    font-size: 16px;
    line-height: 20px;
  }

  .card-footer__desc {
    line-height: 20px;
  }

  .footer__logo {
    width: 240px;
  }

  .page-card-new__title {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 33px;
  }

  .page-card-new__wrap {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .page-card-new__info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  .page-card-new__image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }

  .card-info-new__row {
    max-width: 100%;
    margin-bottom: 0;
    align-items: flex-end;
  }

  .card-info-new__btn {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .card-info-new__val {
    font-size: 20px;
    line-height: 38px;
  }

  .card-info-new__drop img {
    right: -10px;
    width: 20px;
  }

  .card-image-new__img {
    padding: 10px;
  }

  .video-measu--img:before {
    display: none;
  }

  .video-measu__desc {
    line-height: 20px;
  }

  .video-measu__inner {
    display: block;
  }

  .video-measu__measu {
    width: 100%;
    margin-top: 40px;
  }

  .video-measu__video {
    width: 100%;
  }

  .video-measu__video .online-video__wrap {
    width: 100%;
  }

  .report:before {
    display: none;
  }

  .report__title {
    width: 50%;
    font-size: 30px;
    line-height: 50px;
  }

  .report__info {
    width: 50%;
  }

  .materials__item {
    width: 33.333%;
    height: 230px;
  }

  .main-devstep__list .flickity-button {
    width: 30px;
    height: 30px;
  }

  .main-devstep__list .flickity-button svg {
    width: 75%;
  }

  .main-devstep__list .flickity-button.next {
    right: 10px;
    left: inherit;
  }

  .main-devstep__list .flickity-button.previous {
    left: 10px;
    right: inherit;
  }

  .steps__list {
    margin-top: 65px;
  }

  .steps__list-inner {
    display: block;
  }

  .steps__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }

  .steps__item:nth-of-type(2n+1) .steps__img:after {
    content: '';
    display: block;
    top: 11px;
    left: -11px;
  }

  .steps__img {
    width: 100%;
    height: 220px;
  }

  .steps-title__b {
    margin-top: 33px !important;
    margin-left: -11px;
  }

  .technologies__part {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .technologies__step {
    align-items: flex-start;
  }

  .technologies__name {
    display: block;
    padding: 15px;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    background: #356FD4;
    text-align: center;
  }

  .technologies__question {
    margin: 0 10px 0 20px;
  }

  .technologies__question img {
    width: 18px;
  }

  .technologies__description {
    font-size: 14px;
    line-height: 20px;
    left: -75px;
  }

  .technologies__title {
    font-size: 14px;
    line-height: 20px;
  }

  .technologies__table table {
    display: block;
    border-bottom: 1px solid #356FD4;
  }

  .technologies__table table tr {
    display: block;
  }

  .technologies__table table tr th,
  .technologies__table table tr td {
    border-bottom: none;
    padding: 20px;
  }

  .technologies__table table tr th:first-of-type,
  .technologies__table table tr td:first-of-type {
    width: 100%;
  }

  .technologies__table table tr th:last-of-type,
  .technologies__table table tr td:last-of-type {
    padding-left: 20px;
    padding-top: 0;
    border-top: none;
  }

  .technologies__table table tr th,
  .technologies__table table tr td {
    display: block;
  }

  .technologies__table table tr th {
    display: none;
  }

  .magazine {
    margin-bottom: 33px;
  }

  .magazine__wrap {
    margin: 55px 0 0;
  }

  .page-card__footer {
    padding: 38px 0;
  }

  .card-footer__title {
    font-size: 20px;
    line-height: 30px;
  }

  .card-footer__desc {
    font-size: 16px;
    line-height: 20px;
    color: #A2ABB1;
    margin-bottom: 0;
  }

  .card-footer__btn {
    display: none;
  }

  .main-section__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    height: auto;
  }

  .main-devstep__item {
    width: 100%;
  }

  .main-devstep__item .devstep-item__img {
    width: 100%;
  }

  .main-devstep__item.is-selected p {
    padding-left: 15px;
    color: rgba(9, 17, 20, 0.34);
  }

  .main-devstep__text h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .main-devstep__text p {
    font-size: 16px;
    line-height: 20px;
    color: #A2ABB1;
  }

  .video-block {
    background: url("/local/templates/decibelov/css/../img/video-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .video-block__video {
    display: none;
  }

  .video-block__inner {
    padding: 80px 0 30px;
  }

  .video-block__inner h1 {
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 40px;
  }

  .video-block__text {
    margin-bottom: 80px;
    font-size: 20px;
    line-height: 25px;
  }

  .video-block__form {
    margin: 0 auto 61px;
  }

  .video-block__form input {
    width: calc(100% - 225px);
  }

  .video-block__form-btn {
    width: 225px;
  }

  .video-block__list {
    width: 100%;
  }

  .video-block__list-title {
    font-size: 18px;
  }

  .schema-main {
    margin: 50px 0;
  }

  .schema-main__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
  }

  .schema-main__text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .main-about::before {
    display: none;
  }

  .main-online:after {
    height: 352px;
  }
}

@media (max-width: 768.98px) {
  .header__menu {
    width: 100%;
  }

  .main-memu__drop.open .header-menu__brand {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-section__title {
    margin-left: 75px;
  }

  .header {
    padding-top: 50px;
  }

  .header-phone__modal {
    top: 60px;
    width: 320px;
  }

  .header__social a {
    margin-right: 0;
  }

  .video-form__wrap {
    height: 253px;
    padding-top: 20px;
    position: relative;
  }

  .video-form__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 133px;
    background: rgba(53, 111, 212, 0);
    z-index: 0;
    background: linear-gradient(180deg, rgba(53, 111, 212, 0.63) 0%, rgba(53, 111, 212, 0.44) 70%, rgba(53, 111, 212, 0) 100%);
  }

  .video-form__btn-down {
    display: block;
  }

  .video-form__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .video-form__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .video-form {
    display: none;
  }

  .main-about {
    margin-top: 46px;
  }

  .main-about__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .main-about__desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    height: fit-content;
  }

  .main-online {
    height: fit-content;
    padding-top: 226px;
  }

  .main-online .container {
    position: relative;
  }

  .main-online .container:after {
    content: '';
    background-color: #356fd4;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .main-online__inner {
    flex-wrap: wrap;
    padding: 12px 0 20px;
    height: fit-content;
  }

  .main-online__inner::before {
    height: 29px;
    width: 23px;
    background-size: contain;
    top: -28px;
  }

  .main-online__inner::after {
    top: -35px;
    height: 70px;
    width: 70px;
  }

  .main-online__video {
    margin-right: 0;
    width: 100%;
  }

  .online-video__wrap {
    width: 230px;
    height: 125px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
  }

  .online-video__wrap .vjs-big-play-button {
    height: 60px;
    width: 60px;
  }

  .main-online__text {
    width: 100%;
  }

  .main-online__text h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .main-advtgs__list {
    margin-top: 30px;
  }

  .main-advtgs__item {
    width: 65%;
    margin-right: 26px;
  }

  .advtgs-item__img {
    display: none;
  }

  .advtgs-item__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .main-appr {
    margin: 30px 0 30px;
  }

  .main-appr:after {
    bottom: auto;
    top: 530px;
  }

  .main-appr__star {
    padding-right: 120px;
  }

  .main-appr__text {
    margin-top: 272px;
  }

  .main-appr__text::before {
    height: 1px;
    bottom: auto;
    top: -153px;
  }

  .main-appr__text div:nth-child(1) {
    margin-bottom: 30px;
  }

  .main-devstep {
    margin-bottom: 20px;
  }

  .main-devstep__item .devstep-item__img {
    width: 410px;
    height: 276px;
  }

  .devstep-fit__item {
    margin-right: 0;
  }

  .layers-slider__item {
    padding-top: 0;
  }

  .layers-slider__inner {
    flex-wrap: wrap;
  }

  .layers-slider__left {
    width: 100%;
    margin-right: 0;
    padding: 0 0 15px;
    margin-bottom: 45px;
  }

  .layers-slider__left h4 {
    padding: 10px 10px 0;
  }

  .layers-slider__right {
    width: 100%;
    height: 420px;
  }

  .layers-images__img {
    width: 602px;
    height: 228px;
  }

  .layers-slider__desc {
    line-height: 20px;
  }

  .layers-slider__images .flickity-page-dots {
    top: -35px;
  }

  .layers-slider__images .flickity-page-dots .dot {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }

  .layers-slider__images .flickity-page-dots .dot:before {
    width: 6px;
    height: 6px;
  }

  .selectcar-brand__item {
    width: 80px;
    height: 46px;
    margin-right: 0px;
  }

  .page-card__title {
    font-size: 20px;
    line-height: 24px;
  }

  .page-card__image {
    height: 300px;
    margin-top: 0;
  }

  .page-card__brand {
    top: -34px;
  }

  .card-brand__img {
    height: 20px;
  }

  .card-brand__title {
    display: flex;
  }

  .card-brand__title span {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-right: 10px;
  }

  .card-brand__title small {
    font-size: 16px;
    line-height: 24px;
    display: block;
    white-space: nowrap;
  }

  .card-info__name {
    line-height: 20px;
    margin-bottom: 5px;
  }

  .card-info__val {
    width: 180px;
  }

  .card-info__val.card-info__val--quieter:before {
    left: 10px;
  }

  .card-info__val.card-info__val--time:before {
    left: -5px;
  }

  .card-menu__link.card-menu__link--consult {
    display: none;
  }

  .video-measu__inner {
    flex-wrap: wrap;
  }

  .video-measu__video {
    width: 100%;
  }

  .video-measu__measu {
    width: 100%;
    margin-top: 20px;
  }

  .measu-video__wrap {
    height: 280px;
  }

  .measu-video__wrap .vjs-big-play-button {
    height: 60px;
    width: 60px;
  }

  .page__title {
    font-size: 20px;
    line-height: 24px;
  }

  .page__contact {
    flex-wrap: wrap;
  }

  .contact__info {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact__gallery {
    width: 100%;
  }

  .steps__list {
    width: 100%;
  }

  .steps__item {
    flex-wrap: wrap;
    margin-bottom: 46px;
  }

  .steps__item:nth-child(even) .steps-title__b {
    padding-left: inherit;
    margin-top: 32px;
  }

  .steps-title__wrap {
    width: 100%;
    order: 2 !important;
  }

  .steps-title__b {
    padding-right: inherit;
    text-align: left;
    margin-top: 32px;
  }

  .steps-title__b:after {
    display: none;
  }

  .steps__link {
    padding-right: 35px;
  }

  .steps__link:after {
    height: 18px;
    width: 18px;
    top: 0px;
  }

  .steps-img__wrap {
    width: 100%;
    order: 1 !important;
  }

  .steps__img {
    width: 100%;
    height: 300px;
  }

  .steps-popup__inner {
    width: 496px;
    padding: 0 20px 40px 60px;
  }

  .popup-layer__slider {
    padding: 0 50px;
  }

  .popup-layer-slider__link {
    height: 110px;
    width: 151px;
  }

  .footer {
    height: fit-content;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__menu {
    margin-top: 35px;
  }

  .report__wrap {
    display: block;
    margin-top: 60px;
  }

  .report__title {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .report__info {
    width: 100%;
  }

  .report__loupe {
    width: 50px;
    height: 50px;
  }

  .report__loupe img {
    width: 20px;
  }

  .materials__item {
    width: 100%;
  }

  .materials__slider .flickity-button.next {
    right: -13px;
  }

  .materials__slider .flickity-button.previous {
    left: -13px;
  }

  .main-devstep__item {
    width: 100%;
  }

  .main-devstep__item .devstep-item__img {
    height: 275px;
  }

  .advtgs-item__img {
    display: block;
  }

  .main-advtgs__item {
    width: 80%;
  }

  .video-block__form-inner {
    display: block;
    max-width: 424px;
    margin: auto;
  }

  .video-block__form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .video-block__form-btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) and (max-width: 487.98px) {
  .video-form__wrap:before {
    height: 300px;
  }
}

@media (max-width: 587.98px) {
  .flickity-page-dots {
    top: -32px;
  }

  .header__inner--active .header__logo {
    right: 100px;
  }

  .header-menu__btn {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
  }

  .header-menu__contact p {
    padding-left: 50px;
    font-size: 18px;
    line-height: 24px;
  }

  .header-menu__contact .tel {
    font-size: 24px;
    line-height: 26px;
    padding-left: 50px;
  }

  .main-memu__drop.open ul li {
    margin-bottom: 15px;
  }

  .main-memu__drop.open ul li a {
    font-size: 20px;
    line-height: 22px;
  }

  .main-memu__link {
    font-size: 22px;
    line-height: 24px;
  }

  .menu-brand__item {
    padding-left: 60px;
    height: auto;
    min-height: 50px;
    margin-bottom: 30px;
  }

  .menu-brand__item span {
    font-size: 18px;
    line-height: 22px;
  }

  .menu-brand__item small {
    font-size: 16px;
    line-height: 20px;
  }

  .menu-brand__img {
    width: 45px;
    height: 50px;
  }

  .menu-brand__img img {
    max-height: 50px;
  }

  .main-advtgs {
    padding: 44px 0 20px 15px;
  }

  .main-appr:after {
    top: 496px;
  }

  .main-appr:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #356fd4;
    top: 628px;
    right: 0;
    z-index: 3;
  }

  .main-appr__star {
    padding-right: 0;
  }

  .main-appr__list .flickity-page-dots {
    top: -32px;
  }

  .main-appr__text::before {
    display: none;
  }

  .main-form__field {
    width: 100%;
  }

  .main-form__field:nth-child(3) {
    padding-bottom: 20px;
  }

  .main-devstep__item {
    width: 350px;
  }

  .main-devstep__item .devstep-item__img {
    width: 350px;
    height: 206px;
  }

  .page-card__title {
    margin-left: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .page__title {
    margin-left: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .steps__list {
    width: 90%;
  }

  .steps-popup__inner {
    width: 375px;
    padding: 0 20px 40px;
  }

  .steps-popup__breadcrumbs {
    margin-left: 50px;
  }

  .steps-popup__title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
  }

  .steps-popup__desc {
    font-size: 16px;
    line-height: 20px;
  }

  .steps-popup__layer {
    margin-top: 30px;
  }

  .popup-layer__title {
    font-size: 16px;
    line-height: 19px;
  }

  .popup-layer__desc {
    margin-top: 15px;
  }

  .popup-layer__slider {
    padding: 0 45px;
  }

  .popup-layer-slider__link {
    width: 246px;
    height: 185px;
  }

  .card-info-new__name {
    max-width: 55%;
  }

  .technologies__inner {
    margin: 55px -0.9375rem 0;
  }

  .technologies__table table tr th,
  .technologies__table table tr td {
    border-left: none;
    border-right: none;
  }

  .magazine__btn {
    width: 100%;
  }

  .main-devstep__item {
    width: 100%;
  }

  .main-devstep__item .devstep-item__img {
    width: 100%;
  }

  .video-block__list-title {
    font-size: 15px;
  }
}

@media (max-width: 568.98px) {
  .video-block__list-item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 519.98px) {
  .page-card__wrap {
    padding: 40px 10px 20px;
  }

  .page-card__info {
    width: 100%;
    padding: 0 10px;
  }

  .card-info__row {
    flex-direction: column;
  }

  .card-info__val {
    width: 100%;
    margin-bottom: 10px;
  }

  .card-info__val.card-info__val--quieter:before {
    left: 5px;
  }

  .card-info__val.card-info__val--time:before {
    left: 0;
  }

  .page-card__menu {
    flex-wrap: wrap;
  }

  .card-menu__link {
    width: 50%;
    justify-content: center;
  }
}

@media (max-width: 487.98px) {
  .video-form__wrap {
    height: 500px;
  }

  .video-form__desc {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .video-form__title {
    font-size: 40px;
    line-height: 50px;
  }

  .steps__img {
    height: 250px;
  }
}

@media (max-width: 480.98px) {
  .header__social {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 70px;
    right: 0;
  }

  .header__inner--active .header__social {
    right: 60px;
    top: 0;
  }
}

@media (max-width: 419.98px) {
  .page-card__image {
    height: 200px;
  }
}

@media (max-width: 410.98px) {
  .steps-popup__inner {
    width: 100%;
  }
}

@media (max-width: 387.98px) {
  .steps__img {
    height: 200px;
  }

  .video-block__list-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 375.98px) {
  .header__phone {
    margin-right: 0;
  }

  .header-phone__modal {
    width: 290px;
    right: 10px;
    top: 55px;
  }

  .header__social a {
    margin-right: 0;
  }

  .header__hamburger {
    margin-left: -6px;
  }
}

@media (max-width: 361.98px) {
  .page-card__image {
    height: 150px;
  }
}

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
/*# sourceMappingURL=maps/main.css.map */

/* End */


/* Start:/local/templates/decibelov/css/header.css?175890775714234*/
.header__hamburger{
  display: none;
}



.header__inner{
  justify-content: space-between;
}
.header__logo{
  position: relative;
  margin-left: 20px;
  min-width: 150px;
}
.header__social{
  position: relative;
  margin-right: -40px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
}
.header__phone{
  position: relative;
  margin-right: 20px;
}
.header--new .header-city{
  margin-top: 5px;
}
.header--new .header-city a.header-city__wrap{
  margin-right: 0;
  white-space: nowrap;
}
.header-phone__number{
  color: #c6c7c8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.3s ease;
  margin-bottom: 0;
  white-space: nowrap;
  display: block;
  text-align: right;
}
.header-phone__number:hover{
  color: #356fd4;
}
.header__menu{
  position: relative;
  margin-right: 20px;
  display: block;
  background-color: transparent;
  width: inherit;
  height: auto;
  overflow: visible;
}
.header__menu:before{
  content: none;
}
.header__menu .container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: visible;
}

/* Стили для основного меню */
.header__menu .main-memu__list {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 40px); /* Немного увеличил отступы */
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  height: auto;
  overflow: visible;
}

.header__menu .main-memu__list li {
  display: flex;
  align-items: center;
  height: auto;
}

.header__menu .main-memu__link {
  color: #fff;
  text-decoration: none;
  font-size: clamp(11px, 1vw, 16px); /* Немного увеличил размер шрифта */
  font-weight: 500;
  padding: clamp(8px, 1vw, 10px) 0; /* Немного увеличил отступы */
  transition: color 0.3s ease;
  margin-bottom: 0;
  white-space: nowrap; /* Запрет переноса строк */
}

.header__menu .main-memu__link:hover {
  color: #356fd4;
}

/* Выпадающее меню брендов */
.header__menu .main-memu__drop {
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
}

.header__menu .main-memu__drop .main-memu__link {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.8vw, 8px); /* Немного увеличил отступ для стрелки */
  padding-right: clamp(10px, 1.2vw, 16px); /* Немного увеличил правый отступ */
}

.header__menu .main-memu__drop .main-memu__link:after {
  content: '';
  width: 0;
  height: 0;
  border-left: clamp(3px, 0.4vw, 4px) solid transparent;
  border-right: clamp(3px, 0.4vw, 4px) solid transparent;
  border-top: clamp(3px, 0.4vw, 4px) solid #fff;
  transition: transform 0.3s ease;
}

.header__menu .main-memu__drop:hover .main-memu__link:after {
  transform: rotate(180deg);
}

/* Выпадающее меню брендов */
.header__menu .header-menu__brand {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 10px;
  width: 600px;
  max-height: 350px;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: block;
}

.header__menu .main-memu__drop:hover .header-menu__brand {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* Сетка брендов */
.header__menu .menu-brand__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  width: 100%;
  height: auto;
  align-items: start;
}

.header__menu .menu-brand__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 5px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  color: #000;
  min-height: 80px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.header__menu .menu-brand__item:hover {
  background-color: #f8f9fa;
  text-decoration: none;
  color: #000;
}

.header__menu .menu-brand__img {
  width: 60px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  flex-shrink: 0;
  position: relative;
}

.header__menu .menu-brand__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: filter 0.3s ease;
}


.header__menu .menu-brand__item span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
  max-width: 100%;
}

.header__menu .menu-brand__item small {
  font-size: 11px;
  color: #666;
  line-height: 1.2;
  text-align: center;
}

/* Скрыть "Все бренды" в десктопной версии */
.header__menu .menu-brand__all {
  display: none;
}

/* Стрелка для выпадающего меню */
.header__menu .header-menu__brand:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.header-menu__contact{
  display: none;
}

.header__menu .header-menu__brand.header-menu__submenu{
  top:40px
}

/* Выпадающее меню для "ОТДЕЛЬНЫЕ УСЛУГИ" */
.header__menu .header-menu__submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
  min-width: 280px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin: 0;
}

.header__menu .main-memu__drop:hover .header-menu__submenu {
  opacity: 1;
  visibility: visible;
}

.header__menu .header-menu__submenu a {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  transition: all 0.2s ease;
  white-space: nowrap;
  gap: 12px;
  margin-left: 30px;
  margin-right: 30px;
}

.header__menu .header-menu__submenu a:hover {
  background-color: #f8f9fa;
  color: #356fd4;
  text-decoration: none;
}

/* Иконки для пунктов меню услуг - стрелки */
.header__menu .header-menu__submenu a:before {
  content: '';
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23356fd4'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
}

/* Стрелка для выпадающего меню услуг */
.header__menu .header-menu__submenu:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.header--new .header-city__change{
left: -180px;
}

/* Стили для активного состояния хедера */
.header--new.header--active .header__inner {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header--new.header--active .header__inner--active {
  position: relative;
  z-index: 1001;
}

/* Показать мобильное меню при активном состоянии */
.header--new.header--active .header__menu {
  display: flex !important;
}


@media (max-width: 991.98px) {
  .header__menu{
    padding: 0px 20px;
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after{
    background-color: #fff;
  }
  .header--new .header__inner .header__logo {
    left: inherit;
  }
  .header--new .header__social {
    right: inherit;
    margin-right: 10px;
    margin-left: 0;
  }
  
  /* Показать гамбургер */
  .header__hamburger {
    display: block;
  }
  
  /* Скрыть десктопное меню */
  .header__menu {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 0px 20px;
    z-index: 1000;
    overflow-y: auto;
    margin-right: 0;
  }
  .has-bx-panel .header__inner:not(.header__inner--fixed) .header__menu {
    top:102px;
  }
  
  /* Показать мобильное меню только при активном состоянии */
  .header--new.header--active .header__menu {
    display: flex;
  }
  
  .header__menu .container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  
  .header__menu .main-memu__list {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  
  .header__menu .main-memu__link {
    color: #000;
    font-size: 20px;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  
  .header__menu .main-memu__drop .main-memu__link:after {
    border-top-color: #000;
  }
  
  /* Выпадающее меню брендов на мобильных */
  .header__menu .header-menu__brand {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    min-width: auto;
    width: 100%;
    display: none;
  }
  
  .header__menu .main-memu__drop.open .header-menu__brand {
    display: block;
  }
  
  .header__menu .menu-brand__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  
  .header__menu .menu-brand__item {
    padding: 10px;
    height: 90px;
  }
  
  /* Показать контактную информацию на мобильных */
  .header__menu .header-menu__contact {
    display: block;
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  
  .header__menu .header-menu__main {
    order: 1;
    width: 100%;
  }
  
  /* Показать "Все бренды" на мобильных */
  .header__menu .menu-brand__all {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  
  /* Мобильные стили для выпадающего меню услуг */
  .header__menu .header-menu__submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: auto;
    width: 100%;
    background: transparent;
  }
  
  .header__menu .header-menu__submenu a {
    padding: 14px 0;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #eee;
    gap: 15px;
  }
  
  .header__menu .header-menu__submenu a:before {
    width: 20px;
    height: 20px;
  }
  
  .header__menu .header-menu__submenu a:last-child {
    border-bottom: none;
  }
  
  .header__menu .header-menu__submenu:before {
    display: none;
  }

  .header-menu__wrap{
    width: 100%;
  }

  .header__menu .main-memu__drop{
    width: 100%;
    flex-direction: column;
  }
  
  /* Выпадающие меню при клике на мобильных */
  .header__menu .main-memu__drop.open .header-menu__brand {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 20px 0;
    margin: 0;
    min-width: auto;
    width: 100%;
    background: transparent;
  }
  
  .header__menu .main-memu__drop.open .header-menu__submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: auto;
    width: 100%;
    background: transparent;
  }
  .header__menu .main-memu__drop:hover .header-menu__brand{
    display: none;
  }
  .header__menu .main-memu__drop:hover .main-memu__link:after{
    transform: none;
  }
  .header__menu .main-memu__drop:hover .header-menu__submenu{
    display: none;
  }

  .header__menu .main-memu__drop.open .header-menu__brand{
    display: block !important;
  }
  .header__menu .main-memu__drop.open .main-memu__link:after{
    transform: rotate(180deg) !important;
  }
  .header__menu .main-memu__drop.open .header-menu__submenu{
    display: block !important;
  }
  .header__social .header-phone__number{
    display: block;
  }
}

@media (max-width: 768px) {
  .header__menu .menu-brand__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (max-width: 510.98px) {
  .header--new .header-city__name {
      font-size: 12px;
  }
  .header--new .header-city a.header-city__wrap {
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  /* Уменьшение размера гамбургера */
  .header--new .hamburger-box {
    width: 28px;
    height: 18px;
  }
  
  .header--new .hamburger-inner,
  .header--new .hamburger-inner::before,
  .header--new .hamburger-inner::after {
    width: 28px;
    height: 3px;
  }
  
  .header--new .hamburger-inner::before {
    top: -8px;
  }
  
  .header--new .hamburger-inner::after {
    bottom: -8px;
  }
  
  .header--new .hamburger--slider .hamburger-inner {
    top: 1px;
  }
  
  .header--new .hamburger--slider .hamburger-inner::before {
    top: 8px;
  }
  
  .header--new .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
  
  .header--new .hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  
  .header--new .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-4px, -5px, 0);
  }
  
  .header--new .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }

  .header__menu .main-memu__link {
    font-size: 16px;
  }
  
  .header__menu .header-menu__submenu a {
    font-size: 16px;
  }

  .header__menu .menu-brand__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .header--new .header__inner .header__logo img{
    width: 150px;
  }

  .header-phone__number{
    font-size: 12px;
  }

}
@media (max-width: 390px) {
  .header--new .header__inner .header__logo img {
      width: 130px;
  }
}

/* End */


/* Start:/local/templates/decibelov/libs/fancybox/jquery.fancybox.min.css?155437131412795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/decibelov/components/bitrix/menu/main/style.css?1621604837402*/
.main-memu__drop.open .header-menu__brand.header-menu__submenu{
    margin-top: 20px;
    margin-bottom: 40px;
}
.header-menu__submenu a {
    margin-left: 30px;
    display: block;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}
.header-menu__submenu a:hover {
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/decibelov/components/bitrix/catalog.section.list/menu/style.css?161701093087*/
.menu-brand__item{
    cursor: pointer;
}
.menu-brand__all{
    cursor: pointer;
}
/* End */


/* Start:/local/components/detcibelov/city.change/templates/.default/style.css?17277827445777*/
.header__social a:focus{
    outline: thin dotted #c6c7c8;
}
.header-city{
    position: relative;
    margin-right: 0;
    display: flex;
    align-items: center;
}
.header-city a.header-city__wrap{
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
    text-decoration: none;
    margin-right: 30px;
}
.header-city__wrap:after{
    content: "";
    background: url("/img/arrow_bottom.png") no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 7px;
}
.header-city__icon{

}
.header-city__name{
    font-size: 16px;
    color: #c6c7c8;
    margin-left: 8px;
}

.header-city__change{
    position: absolute;
    height: 430px;
    width: 400px;
    background-color: #fff;
    top: 42px;
    border: 1px solid #ddd;
    left: -75px;
    padding: 40px 26px;

    transform: scaleY(0);
    transition: transform .1s ease-out .1s;
    transform-origin: top;
}
.header-city__change--show{
    transform: scaleY(1);
    transition: transform .1s ease-out .1s;
    transform-origin: top;
}
.city-change__title{
    font-size: 21px;
    color: #356fd4;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 25px;
}
.city-change__title:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #cdcfd0;
    bottom: 0;
    left: 0;

}

.city-change__item{
    margin-bottom: 10px;
}

.city-change__label{
}

.city-change__label>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.city-change__label>span {
    display: inline-flex;
    align-items: center;
    user-select: none;

    color: #000000;
    font-size: 20px;
    padding: 10px;

    cursor: pointer;

}

.city-change__label>span::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #ced0d6;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.city-change__label>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #b3d7ff;
}

.city-change__label>input:not(:disabled):active+span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.city-change__label>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.city-change__label>input:focus:not(:checked)+span::before {
    border-color: #80bdff;
}

.city-change__label>input:checked+span::before {
    border-color: #fff;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='10' width='100' height='100' fill='%23356fd4'/%3E%3C/svg%3E");;
}

.city-change__label>input:checked+span {
    background-color: #356fd4;
    color: #fff;
}

.city-change__label>input:disabled+span::before {
    background-color: #e9ecef;
}

.header-city__confirm {
    position: absolute;
    z-index: 5;
    margin: auto;
    display: none;

    bottom: inherit;
    top: 48px;
    right: -52px;
    left: inherit;
}

.city-confirm__wrap {
    background-color: #356fd4;
    padding: 20px 30px;
    position: relative;
    width: 240px;
}
.city-confirm__wrap:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #356fd4;
}

.city-confirm__title {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}

.city-confirm__btns {
    display: flex;
    justify-content: space-around;
    margin-top: 11px;
}

.city-confirm__btn {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    width: 80px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1px solid #fff;
}
.city-confirm__btn:hover{
    background-color: #fff;
    color: #356fd4;
}




@media (max-width: 991.98px){
    .header-city a.header-city__wrap{
        margin-right: 0;
    }
    .header-city__change{
        top: 69px;
        left: -135px;
    }
    .header__inner .header__logo {
        left: -15%;
    }
    .header-city__confirm {
        top: 75px;
    }
}
@media (max-width: 680.98px){
    .header__inner .header__social a.inst{
        display: none;
    }
    .header-city a.header-city__wrap{
        margin-right: 20px;
    }
    .header-city__change{
        top: 45px;
        left: -200px;
    }
    .header-city__confirm {
        top: 52px;
        right: -33px;
    }
}
@media (max-width: 510.98px){
    .header__inner .header__logo {
        left: 18%;
    }
    .header-city__name{
        font-size: 0;
    }
    .header-city a.header-city__wrap {
        margin-right: 10px;
        padding-right: 10px;
    }
    .header-city__change{
        left: -250px;
    }
    .city-confirm__wrap:before {
        left: inherit;
        right: 58px;
    }
}
@media (max-width: 375.98px){
    .header__inner div.header__social {
        display: block;
        margin-right: 20px;
    }
    .header__inner .header-phone__btn {
        height: 40px;
        width: 40px;
    }
    header__inner .header-phone__btn span {
        height: 40px;
        width: 40px;
    }
}
/* End */


/* Start:/local/components/kibercar/auto/templates/.default/style.css?16439536603621*/
.dialogs .popup.auto-popup {
  width: 750px;
}
.autopopup__title {
  margin-top: -36px;
}

.autopopup__accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.autopopup__accordion > li {
  border-bottom: 2px solid #fff;
}

.autopopup__accordion .autopopup__link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

  background-color: #373737;
}
.autopopup__accordion .autopopup__open .autopopup__link {
  background-color: #f02a1d;
}

.autopopup__accordion .autopopup__link-disabled {
  background-color: #f4f8fb;
  color: #d1d5d8;
  border-bottom: none;

  cursor: not-allowed;
  display: block;
  padding: 15px 15px 15px 42px;
  font-size: 14px;
  position: relative;
}
.autopopup__accordion .autopopup__link-disabled .fa {
  display: none;
}

.autopopup__accordion li:last-child .autopopup__link {
  border-bottom: 0;
}

.autopopup__accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.autopopup__accordion li i.fa-chevron-down,
.autopopup__accordion li i.fa-chevron-right {
  right: 12px;
  left: auto;
  font-size: 16px;
  color: #fff;
}

.autopopup__accordion li.autopopup__open i.fa-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.autopopup__link-desc {
  display: none;
}
.autopopup__link-title {
}
.autopopup__open .autopopup__link-desc {
  display: block;
}

.autopopup__open .autopopup__link-title {
  display: none;
}

/**
 * Submenu
 -----------------------------*/

.autopopup__submenu {
  background: #f7f7f7;
  font-size: 14px;
  padding: 15px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.autopopup__submenu li {
  margin: 5px;
}

.autopopup__submenu span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #515151;
  padding: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;

  text-align: center;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  height: 100%;

  font-weight: 500;
}

.autopopup__submenu span:hover,
.autopopup__submenu span.active {
  background: #f4f8fb;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

@media screen and (max-width: 790px) {
  .dialogs .popup.auto-popup {
    width: 96%;
  }
}

@media screen and (max-width: 540px) {
  .autopopup__submenu {
    grid-template-columns: repeat(3, 1fr);
  }
  .autopopup__title {
    margin-top: -20px;
  }
  .autopopup__submenu span {
    padding: 10px;
  }
  .autopopup__submenu {
    font-size: 13px;
  }
  .autopopup__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 420px) {
  .autopopup__submenu {
    grid-template-columns: repeat(3, 1fr);
  }
  .autopopup__accordion .autopopup__link {
    text-align: left;
    padding: 15px 15px 15px 8px;
  }
}
@media screen and (max-width: 320px) {
  .autopopup__submenu {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* End */


/* Start:/local/components/detcibelov/form/templates/getlead/style.css?16623790972292*/
.dialogs .getlead-popup {
  width: 460px;
}

.dialogs .popup.getlead-popup .form-box {
  min-width: 460px;
  padding: 70px;
}

.dialogs .popup.getlead-popup .form-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  -moz-box-shadow: inset 0 0 2px -2px hsla(0, 0%, 40%, 0.8), 0 0 6px -2px rgb(241 242 243);
  box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAABkUlEQVQ4je2SMWvbQBiGn4sQyNVyHjMbSglETRzlZzTbQUct9pYYOpRC90LJYDvZjAeDhw7a46HpLyg2mkTbP9D1piTYwtfBElUcWZbn5N3uvuPhu+974CVpRP7QarXeA6+11pdhGN5XASilavV6/eNyufwzHA6/Zfd7+UfGmAPgTErZV0rVqkCllH1jzDshxJt87RE4SZIvwE+gKaW8brfbrzZBgyBwpJRdoAlEQoiv+bqVP0RRlHie98OyrEPgBDj2ff92Op0u1qG2bfcAP4VeDAaDu43gKvAqUFhbXkFXXeA0A8zn82UVaCkY/i+H1Rxn6XUTmGmtO2XmPBlFPnEcJ57nfU/H4gP7aaed8XhcquNeWTGX0p8VpbRjpVTNdd0rVkucAX+BY+Bto9G4jeM42RkcBIHjum4vhUZCiM5isbjJxuI4TrNIxVLwJqWqel4I3uZpVbi1C3QX+CMrbNv+nEJnWuvzTfIDjEajB631B1ZLPQI+5evruv0CJtvkzxKG4b3WugNMjDG/t71/pvkHkaHKyfDtLb4AAAAASUVORK5CYII=);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.getlead__h1 {
  text-align: center;
  line-height: 38px;
  color: rgb(30, 25, 28);
  font-size: 30px;
  font-size: 24px;
  margin-bottom: 12px;
}

.getlead__p {
  text-align: center;
  line-height: 20px;
  color: rgb(127, 127, 127);
  font-size: 15px;
  margin: 24px auto;
  width: 300px;
}

.dialogs .getlead-popup .video-form {
  display: flex;
  flex-direction: column;
}

.dialogs .getlead-popup .video-form__field {
  width: 100%;
  margin-bottom: 30px;
}
.dialogs .getlead-popup .video-form__field label {
  margin-left: 0;
  text-align: left;
}

.dialogs .getlead-popup .video-form__select,
.dialogs .getlead-popup .video-form__input {
  padding-left: 0;
  border-top: 0;
  border-left: 0;
}

.dialogs .getlead-popup .video-form__info {
  display: block;
}

@media (max-width: 479.98px){
  .dialogs .getlead-popup {
    width: 100%;
  }

  .dialogs .popup.getlead-popup .form-box {
    min-width: 100%;
    padding: 10px;
  }
}
/* End */


/* Start:/local/components/detcibelov/form/templates/popup-form/style.css?16776726102612*/
.dialogs .form-popup {
  width: 460px;
}

.dialogs .popup.form-popup .form-box {
  min-width: 460px;
  padding: 70px;
}

.dialogs .popup.form-popup .form-box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  -moz-box-shadow: inset 0 0 2px -2px hsla(0, 0%, 40%, 0.8), 0 0 6px -2px rgb(241 242 243);
  box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAABkUlEQVQ4je2SMWvbQBiGn4sQyNVyHjMbSglETRzlZzTbQUct9pYYOpRC90LJYDvZjAeDhw7a46HpLyg2mkTbP9D1piTYwtfBElUcWZbn5N3uvuPhu+974CVpRP7QarXeA6+11pdhGN5XASilavV6/eNyufwzHA6/Zfd7+UfGmAPgTErZV0rVqkCllH1jzDshxJt87RE4SZIvwE+gKaW8brfbrzZBgyBwpJRdoAlEQoiv+bqVP0RRlHie98OyrEPgBDj2ff92Op0u1qG2bfcAP4VeDAaDu43gKvAqUFhbXkFXXeA0A8zn82UVaCkY/i+H1Rxn6XUTmGmtO2XmPBlFPnEcJ57nfU/H4gP7aaed8XhcquNeWTGX0p8VpbRjpVTNdd0rVkucAX+BY+Bto9G4jeM42RkcBIHjum4vhUZCiM5isbjJxuI4TrNIxVLwJqWqel4I3uZpVbi1C3QX+CMrbNv+nEJnWuvzTfIDjEajB631B1ZLPQI+5evruv0CJtvkzxKG4b3WugNMjDG/t71/pvkHkaHKyfDtLb4AAAAASUVORK5CYII=);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.form__h1 {
  text-align: center;
  line-height: 38px;
  color: rgb(30, 25, 28);
  font-size: 30px;
  font-size: 24px;
  margin-bottom: 12px;
}

.form__p {
  text-align: center;
  line-height: 20px;
  color: rgb(127, 127, 127);
  font-size: 15px;
  margin: 24px auto;
  width: 300px;
}

.dialogs .form-popup .video-form {
  display: flex;
  flex-direction: column;
}

.dialogs .form-popup .video-form__field {
  width: 100%;
  margin-bottom: 30px;
}
.dialogs .form-popup .video-form__field label {
  margin-left: 0;
  text-align: left;
}

.dialogs .form-popup .video-form__select,
.dialogs .form-popup .video-form__input {
  padding-left: 0;
  border-top: 0;
  border-left: 0;
}

.dialogs .form-popup .video-form__info {
  display: block;
  color: rgb(127, 127, 127);
}

.dialogs .form-popup .video-form__info a{
  color: rgb(127, 127, 127);
  text-decoration: underline;
}

.form-popup .video-form__btn{
  background: #356FD4;
}
.form-popup .video-form__btn:hover{
  background: #2f5fb3;
}

.popup.form-popup .main-form__title,
  .popup.form-popup .main-form__desc{
    color: rgb(127, 127, 127);
}

@media (max-width: 479.98px){
  .dialogs .form-popup {
    width: 100%;
  }

  .dialogs .popup.form-popup .form-box {
    min-width: 100%;
    padding: 10px;
  }
}
/* End */


/* Start:/local/templates/decibelov/template_styles.css?174858985024076*/
body {
  overflow-x: hidden;
}

.main-advtgs__list, .materials__slider {
  display: none;
}
.main-advtgs__list.flickity-enabled,
  .materials__slider.flickity-enabled{
  display: block;
}

.main-form__input-error {
  border-bottom: 1px solid #fb3939;
}

.preloader #preloader {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
}

.lds-facebook {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #356fd4;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

.contact__map {
  height: 247px;
  width: 70%;
}

.page-content {
  position: relative;
  z-index: 5;
}

.p16 {
  font-size: 16px;
  line-height: 30px;
  color: #a2abb1;
  margin-bottom: 20px;
}

.page-content__title {
  color: #091114;
  font-size: 20px;
  line-height: 38px;
  margin-top: 40px;
  margin-bottom: 37px;
}

.video-form__select .list {
  max-height: 400px;
  overflow-y: scroll;
}

.selectcar-brand__select .nice-select .list {
  max-height: 250px;
  overflow-y: scroll;
}

.menu-brand__list {
  justify-content: inherit;
}

.steps__link:hover {
  text-decoration: underline;
}

.main-memu__list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main-about__video {
  display: flex;
  justify-content: center;
}
.main-about__video iframe:nth-child(2){
  padding-left: 10px;
}

.page-content__about img {
  margin: 45px auto;
  display: block;
  max-width: 100%;
}

.main-about__list li {
  font-size: 16px;
  color: #a2abb1;

  white-space: pre-line;
  padding-left: 30px;

  line-height: 30px;
  margin-bottom: 20px;
}

.main-about__list li:before {
  content: '■';
  color: #356fd4;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.open-form-fly {
  width: 160px;
  display: none;
  position: fixed;
  right: -65px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  bottom: 0;
  top: 0;
  height: 50px !important;
  margin: auto !important;
  border-radius: 5px;
  z-index: 7;
  background: #d92126;
  white-space: nowrap;
  line-height: 52px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.open-form-fly:hover {
  right: -60px;
  background: #d92126;
}

a.card-info-new__btn {
  background: #d92126;
}

a.card-info-new__btn:hover {
  background: #d92126;
}

.card-info-new__val--drop {
  z-index: 5;
}

.technologies__description {
  z-index: 5;
}

#chat-24-widget-container {
  /*right: 100px !important;*/
  /*left: auto !important;*/
  bottom: 40px !important;
}

.flickity-button.flickity-prev-next-button:before {
  content: '';
  position: absolute;
  background-size: 100%;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-button.flickity-prev-next-button.next:before {
  background-image: url('/img/svg/right-arrow.svg');
  left: 25%;
}

.flickity-button.flickity-prev-next-button.previous:before {
  background-image: url('/img/svg/left-arrow.svg');
  left: 16%;
}

.main-online__video .online-video__wrap {
  height: 245px;
}

.header__menu.header__menu--active {
  overflow-y: auto;
}

.logo__image {
  width: 260px;
}

.video-form__btn {
  background: #d92126;
}

.video-form__btn:hover {
  background: #d9093a;
}

.arrow-up {
  left: 3%;
  right: inherit;
}

.video-block__list {
  justify-content: center;
}

footer.footer {
  margin-bottom: 0;
}

.footer-info {
  margin: 45px 0 110px;
}

.footer-info__inner {
  color: #757575;
  line-height: 18px;
  font-size: 12px;
}

@media (max-width: 1200.98px) {
  .video-block__list {
    justify-content: start;
  }
}

@media (max-width: 991.98px) {
  .contact__map {
    height: 210px;
    width: 100%;
  }

  .main-online__video .online-video__wrap {
    height: 160px;
  }

  .video-measu__video .online-video__wrap {
    height: 325px;
  }
}

@media (max-width: 767.98px) {
  .contact__map {
    height: 300px;
    width: 100%;
  }

  .page-content__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .p16 {
    font-size: 14px;
    line-height: 20px;
  }

  .main-about__list li {
    font-size: 14px;
    line-height: 20px;
  }

  .main-selectcar__brand {
    flex-wrap: wrap;
  }

  .selectcar-brand__select {
    margin-top: 15px;
  }

  .main-advtgs__list .flickity-button.flickity-prev-next-button {
    top: -42px;
  }

  .main-online__video .online-video__wrap {
    height: 125px;
  }

  .video-measu__video .online-video__wrap {
    height: 275px;
  }
}

@media (max-width: 767.98px) {
  .card-brand__title small {
    line-height: 28px;
  }
  .main-about__video  {
    flex-wrap: wrap;
  }
  .main-about__video iframe:nth-child(2){
   padding-left: 0;
   padding-top: 10px;
  }
}

@media (max-width: 576px) {

  .main-about__video iframe {
    height: 290px;
  }
}

@media (max-width: 509.98px) {
  .menu-brand__list {
    justify-content: space-between;
  }
}

@media (max-width: 510.98px) {
  div.header__social {
    margin-right: 38px;
    margin-left: 45px;
    top: initial;
    right: 20px;
    z-index: -1;
  }

  .header__logo {
    left: 90px;
    margin-left: 0;
  }
}

@media (max-width: 460.98px) {
  .card-brand__title {
    flex-direction: column;
  }

  .page-card__wrap {
    padding: 60px 10px 20px;
  }

  .page-card__brand {
    top: -54px;
  }

  .card-brand__img {
    height: 30px;
  }

  .card-brand__title span {
    white-space: nowrap;
  }

  .video-measu__video .online-video__wrap {
    height: 205px;
  }
}

@media (max-width: 430.98px) {
  .open-form-fly {
    transform: inherit;
    -webkit-transform: inherit;
    width: 100%;
    top: inherit;
    bottom: 0;
    right: 0;
    border-radius: 0;
    display: inline !important;
  }

  .open-form-fly:hover {
    right: 0;
    background: #a20f13;
  }

  #chat-24-widget-container {
    bottom: 46px !important;
  }

  .main-advtgs__list .flickity-button.flickity-prev-next-button {
    top: -72px;
  }

  .arrow-up {
    bottom: 70px;
  }

  .header__logo {
    width: 150px;
  }
}

@media (max-width: 375.98px) {
  .header__social a {
    margin-right: 12px;
  }

  div.header__social {
    display: none;
  }
}

/*kbc_accordion*/
.faq {
  padding: 60px 0;
}

.kbc_accordion_warp {
  border: 1px solid #ccced5;
  background-color: #fff;
  margin: 30px 0;
}

.kbc_accordion {
  border-bottom: 1px solid #ccced5;
}

.kbc_accordion_head {
  flex-wrap: wrap;
  padding: 30px 0;
  display: flex;
  cursor: pointer;
}

.kbc_accordion_name {
  width: 90%;
  display: flex;
  align-items: center;
  margin-left: 3%;
  text-align: left;
}

.kbc_accordion_name h3,
.kbc_accordion_name h4 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
}

.kbc_accordion_btn {
  width: 6.5%;
  display: flex;
  align-items: center;
}

.kbc_accordion_btn span {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(/img/acc_plus.png) center center no-repeat;
}

.kbc_accordion_content {
  overflow: hidden;
  padding: 0 1em;
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  width: 95%;
  margin: 0 auto;
  text-align: left;
  color: #434e67;
}

.kbc_accordion_content p {
  margin-bottom: 10px;
  color: #434e67;
}

.kbc_accordion:last-child {
  border-bottom: none;
}

.kbc_accordion_show .kbc_accordion_btn span {
  background-image: url(/img/acc_minus.png);
}

.kbc_accordion_show .kbc_accordion_content {
  max-height: max-content;
  opacity: 1;
  padding-bottom: 20px;
}

.news__wrap {
  display: flex;
  flex-direction: column;
}

.news__wrap .faq {
  order: 1;
}

/*form*/
.video-form__wrap {
  position: relative;
}

.video-form__select.nice-select.disabled {
  border-color: #707070;
}

.video-block__form--main .video-form__field {
  width: 32.5%;
}

.video-form__field--error .video-form__input,
.video-form__field--error .video-form__select {
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}

.video-block__form--main {
  width: 95%;
  margin: 0 auto 75px;
}

.video-block__form--main .video-form__field label {
  font-size: 23px;
  line-height: 26px;
  color: #ffffff;
}

.video-block__form--main .video-form__input {
  height: 62px;
  font-size: 25px;
  line-height: 25px;
}

.video-block__form--main .video-form__select {
  height: 62px;
  font-size: 25px;
  line-height: 25px;
}

.video-block__form--main .video-form__select .current {
  line-height: 62px;
}

.video-block__form--main .video-form__btn {
  height: 62px;
  font-size: 25px;
  line-height: 25px;
}

@media (max-width: 991.98px) {
  form.video-form {
    background-color: initial;
  }

  form .video-form__field label {
    margin-left: 10px;
    margin-bottom: 8px;
  }

  input.video-form__input,
  div.video-form__select {
    padding: 5px 15px;
  }

  .video-block__form--main .video-form__field {
    width: 48%;
  }

  .video-block__form--main .video-form__select .current {
    line-height: 54px;
  }
}

@media (max-width: 767.98px) {
  form.video-form {
    display: flex;
  }
}

@media (max-width: 639.98px) {
  .video-block__form--main .video-form__field {
    width: 100%;
  }

  .video-form {
    padding: 28px 10px 14px;
  }
}

@media (max-width: 620.98px) {
  .video-block__form--main .video-form__field {
    width: 100%;
  }
}

.main-form__wrap .main-form__inner:after {
  content: url(/img/form-man.png);
  position: absolute;
  bottom: -4px;
  right: -26px;
  z-index: 5;
}

.main-form__wrap {
  position: relative;
  margin-bottom: 50px;
}

.main-form .form__select {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  padding-left: 0;
}

.main-form .form__select .list {
  max-height: 400px;
  width: 100%;
  border-radius: 0;
}

.main-form .form__select .list .option {
  color: #000;
}

.main-form .form__select .option.disabled {
  display: none;
}

.main-form .form__select.nice-select:after {
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
}

/*form*/

.kibercar-preloader #preloader {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.kibercar-preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 30;
  border-radius: 20px;
}

.kibercar-preloader #spinner {
  position: relative;
  height: 95px;
  width: 95px;
  top: 50%;
  margin-top: -47.5px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: rotation 0.75s infinite linear;
  -moz-animation: rotation 0.75s infinite linear;
  -o-animation: rotation 0.75s infinite linear;
  animation: rotation 0.75s infinite linear;
}

.kibercar-preloader #spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid #d92126;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}

.field_installation {
  width: 100%;
  background: #356fd4;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}

.field_installation_title {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .field_installation {
    margin-top: 10px;
  }
}

@media (max-width: 769.98px) {
  .field_installation {
    margin-top: 20px;
  }
}

@media (max-width: 479.98px) {
  .field_installation_title {
    font-size: 16px;
  }
}

@media (max-width: 379.98px) {
  .field_installation_title {
    font-size: 14px;
  }
}


/*packages*/
.packages {
  margin: 30px 0;
}

.packages__iner {
  display: flex;
  justify-content: space-between;
}

.package {
  background: linear-gradient(180deg, #F8F8F8 0%, #EBEBEB 100%);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  width: 31%;
  padding: 4px 16px;
  position: relative;
  min-height: 300px;
  text-align: center;
  padding-bottom: 210px;
}



.package__left::before {
  content: "";
  position: absolute;
  padding-top: 50%;
  width: 50%;
  max-height: 100%;
  background: #356FD4;

  bottom: -10px;
  left: -10px;
  z-index: -5;
}

.package__right::before {
  content: "";
  position: absolute;
  padding-top: 50%;
  width: 50%;
  max-height: 100%;
  background: #356FD4;

  top: -10px;
  right: -10px;
  z-index: -5;
}

.package__title {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-top: 8px;
}

.package__title-name {
  display: inline-block;
  font-size: 23px;
  line-height: 26px;
  font-weight: 300;
  color: #686868;
  margin-top: 7px;
  position: relative;
  border-bottom: 1px solid rgba(63, 68, 75, 0.3);
  text-align: center;
  margin-bottom: 14px;
  padding: 0 30px 6px;
}

.package__title span:after {
  /*   content: "";
    position: absolute;
    width: 70%;
    margin: 0 auto;
    height: 1px;
    bottom: 0;
    right: 0px;
    background-color: rgba(63, 68, 75, 0.3);*/
}

.package__list {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.package__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #091114;
  margin-bottom: 8px;
}

.package__list-circle {
  position: relative;
  width: 20px;
  display: inline-block;
}

.package__list-circle::before {
  content: "";
  position: absolute;
  background: #356FD4;
  box-shadow: 0px 0px 6px #356FD4, 0px 0px 6px #356FD4, 0px 0px 4px #356FD4, 0px 0px 2px #356FD4, 0px 0px 1px #356FD4, 0px 0px 1px #356FD4;
  height: 7px;
  width: 7px;
  top: -8px;
  left: 5px;
  border-radius: 50%;
}

.package__price {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  width: fit-content;
  color: #356FD4;
  padding: 4px 10px;
  background: none;
  box-shadow: none;
  margin: 0 auto 18px;

  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, rgba(192, 192, 192, 0.26), #AFAFAF);
}

.package__btn {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  background: #356FD4;
  padding: 16px 80px;
  margin: 0 auto 18px;
  width: fit-content;
  display: block;
  cursor: pointer;
  transition: .3s;
}

.package__btn:hover {
  background: #2f5fb3;
}

.detail-packages {
  margin-bottom: 100px;
}

.detail-packages .package__btn {
  background: #d92126;
}

.detail-packages .package__btn:hover {
  background: #d9093a;
}

.package__btn.package__btn--white {
  box-shadow: 0px 1.8224543333053589px 3.6449086666107178px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: rgba(53, 111, 212, 1);
  padding: 16px 40px;
}

.package__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.package__btn.package__btn--white:hover {
  background: #f9f9f9;
}

@media (max-width: 3291.98px) {
  .packages__iner {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .package {
    width: 40%;
    margin-bottom: 50px;
  }

  .package:nth-child(2):before {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;
    top: -10px;
    right: -10px;
    z-index: -5;
  }

  .package:nth-child(3):before {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;
    bottom: -10px;
    left: -10px;
    z-index: -5;
  }
}

@media (max-width: 1291.98px) {
  .package {
    width: 49%;
    margin-bottom: 50px;
  }
}

@media (max-width: 991.98px) {
  .package {
    width: 65%;
  }
}

@media (max-width: 767.98px) {
  .package {
    width: 100%;
  }

  .package::after {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;
    bottom: -10px;
    left: -10px;
    z-index: -5;
  }
  .package:before {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;
    bottom: -10px;
    left: -10px;
    z-index: -5;
  }
  .package:nth-child(3):before {
      content: "";
      position: absolute;
      padding-top: 50%;
      width: 50%;
      max-height: 100%;
      background: #356FD4;
      bottom: -10px;
      left: -10px;
      z-index: -5;
  }
  .package:nth-child(3):after {
      content: "";
      position: absolute;
      padding-top: 50%;
      width: 50%;
      max-height: 100%;
      background: #356FD4;
      top: -10px;
      right: -10px;
      z-index: -5;
  }
}

@media (max-width: 991.98px) {
  .packages__iner {
    flex-wrap: wrap;
  }

  .package {
    width: 100%;
    margin-bottom: 60px;
  }

  .package__right::after {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;

    bottom: -10px;
    left: -10px;
    z-index: -5;
  }

  .package__left:after {
    content: "";
    position: absolute;
    padding-top: 50%;
    width: 50%;
    max-height: 100%;
    background: #356FD4;

    top: -10px;
    right: -10px;
    z-index: -5;
  }
}

@media (max-width: 479.98px) {
  .package {
    padding: 5px 5px 210px;
  }

  .package__btn {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 36px;
  }

  .package__price {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    padding: 13px 26px;
  }
}

/*packages*/


.report__img-src {
  padding: 120px;
}

@media (max-width: 1291.98px) {
  .report__img-src {
    padding: 50px;
  }

  .report__img {
    width: 478px;
  }
}

@media (max-width: 991.98px) {
  .report__img {
    width: auto;
  }
}


@media (max-width: 991.98px) {
  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__menu {
    margin-top: 35px;
    width: 100%;
    flex-wrap: wrap;
  }

  .footer {
    height: fit-content;
  }

  .footer-menu__link {
    margin-bottom: 20px;
  }
}


.contact-info__organization {
  display: none;
}

p.contact__address {
  line-height: 20px;
}

.contact__address span {
  display: inline;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

div.video-block {
  overflow: initial;
}

.seo-text__block {
  color: #22282b;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}

.seo-text__block p {
  margin: 10px 0;
}

.seo-text__block h3 {
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
}

.seo-text__block ul {
  list-style-type: disc;
  margin-left: 20px;
}

.technologies__part a {
  font-size: 26px;
  line-height: 34px;
  color: #356FD4;
  text-align: center;
}

.aerocell__info {
  color: #22282b;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.aerocell__info p {
  margin-bottom: 10px;
}

.aerocell__info h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;

}

.dialogs .popup.aerocell-popup .form-box {
  overflow: auto;
  max-height: 80vh;
}


.dialogs .popup.aerocell-popup .form-box .close {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 999;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  -moz-box-shadow: inset 0 0 2px -2px hsla(0, 0%, 40%, 0.8), 0 0 6px -2px rgb(241 242 243);
  box-shadow: inset 0 0 2px -2px hsl(0deg 0% 40% / 80%), 0 0 6px -2px rgb(241 242 243);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABmJLR0QA/wD/AP+gvaeTAAABkUlEQVQ4je2SMWvbQBiGn4sQyNVyHjMbSglETRzlZzTbQUct9pYYOpRC90LJYDvZjAeDhw7a46HpLyg2mkTbP9D1piTYwtfBElUcWZbn5N3uvuPhu+974CVpRP7QarXeA6+11pdhGN5XASilavV6/eNyufwzHA6/Zfd7+UfGmAPgTErZV0rVqkCllH1jzDshxJt87RE4SZIvwE+gKaW8brfbrzZBgyBwpJRdoAlEQoiv+bqVP0RRlHie98OyrEPgBDj2ff92Op0u1qG2bfcAP4VeDAaDu43gKvAqUFhbXkFXXeA0A8zn82UVaCkY/i+H1Rxn6XUTmGmtO2XmPBlFPnEcJ57nfU/H4gP7aaed8XhcquNeWTGX0p8VpbRjpVTNdd0rVkucAX+BY+Bto9G4jeM42RkcBIHjum4vhUZCiM5isbjJxuI4TrNIxVLwJqWqel4I3uZpVbi1C3QX+CMrbNv+nEJnWuvzTfIDjEajB631B1ZLPQI+5evruv0CJtvkzxKG4b3WugNMjDG/t71/pvkHkaHKyfDtLb4AAAAASUVORK5CYII=);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.open-form {
  cursor: pointer;
}

.package__title-name img {
  padding-bottom: 8px;
}


.header__youtube img {
  width: 45px;
}
.footer__left{
  display: flex;
  justify-content: space-between;
  align-items: baseline;

}

.footer__youtube{
  margin-left: 25px;
  display: inline-block;
}

.footer__youtube img{
  width: 55px;
}

.footer__menu{
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  justify-content: right;
}
.footer-menu__link {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .footer__menu{
    margin-left: 0;
  }
  .footer__menu{
    justify-content: left;
  }
}

.steps-popup__layer ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 0;
}

.steps-popup__layer li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

.steps-popup__layer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  border: 1px solid #356fd4;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.not-found__page{
  text-align: center;
  margin: 120px 0;
}
.not-found__page h1{
  margin-bottom: 23px;
  font-size: 36px;
  line-height: 42px;
  color: #091114;
}

.not-found__page p{
  color: #585858;
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767.98px) {
  .selectcar-model__item span.selector-price{
    white-space: nowrap;
  }
  .selectcar-model__item {
    width: 30%;
  }
}
@media (max-width: 479.98px) {
  .selectcar-model__item {
    width: 50%;
  }
}


/* End */
/* /local/templates/decibelov/css/dialogs.css?16621235819165 */
/* /local/templates/decibelov/css/main.css?1759211724157010 */
/* /local/templates/decibelov/css/header.css?175890775714234 */
/* /local/templates/decibelov/libs/fancybox/jquery.fancybox.min.css?155437131412795 */
/* /local/templates/decibelov/components/bitrix/menu/main/style.css?1621604837402 */
/* /local/templates/decibelov/components/bitrix/catalog.section.list/menu/style.css?161701093087 */
/* /local/components/detcibelov/city.change/templates/.default/style.css?17277827445777 */
/* /local/components/kibercar/auto/templates/.default/style.css?16439536603621 */
/* /local/components/detcibelov/form/templates/getlead/style.css?16623790972292 */
/* /local/components/detcibelov/form/templates/popup-form/style.css?16776726102612 */
/* /local/templates/decibelov/template_styles.css?174858985024076 */
