﻿@charset "UTF-8";
/*! normalize.css v8.0.0 | 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; }

/**
 * 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; }

@font-face {
  font-family: 'Officina Serif Black SCC';
  src: url("../fonts/officinaserifblackscc.woff2") format("woff2"), url("../fonts/officinaserifblackscc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Officina Serif Book C';
  src: url("../fonts/officinaserifbookc.woff2") format("woff2"), url("../fonts/officinaserifbookc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Officina Serif Black C';
  src: url("../fonts/officinaserifblackc.woff2") format("woff2"), url("../fonts/officinaserifblackc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'bender';
  src: url("../fonts/bender.woff2") format("woff2"), url("../fonts/bender.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1250px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 10%;
  max-width: 10%; }

.col-2 {
  flex: 0 0 20%;
  max-width: 20%; }

.col-3 {
  flex: 0 0 30%;
  max-width: 30%; }

.col-4 {
  flex: 0 0 40%;
  max-width: 40%; }

.col-5 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-6 {
  flex: 0 0 60%;
  max-width: 60%; }

.col-7 {
  flex: 0 0 70%;
  max-width: 70%; }

.col-8 {
  flex: 0 0 80%;
  max-width: 80%; }

.col-9 {
  flex: 0 0 90%;
  max-width: 90%; }

.col-10 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 11; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.offset-1 {
  margin-left: 10%; }

.offset-2 {
  margin-left: 20%; }

.offset-3 {
  margin-left: 30%; }

.offset-4 {
  margin-left: 40%; }

.offset-5 {
  margin-left: 50%; }

.offset-6 {
  margin-left: 60%; }

.offset-7 {
  margin-left: 70%; }

.offset-8 {
  margin-left: 80%; }

.offset-9 {
  margin-left: 90%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-sm-2 {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-sm-3 {
    flex: 0 0 30%;
    max-width: 30%; }
  .col-sm-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .col-sm-5 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-6 {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-sm-7 {
    flex: 0 0 70%;
    max-width: 70%; }
  .col-sm-8 {
    flex: 0 0 80%;
    max-width: 80%; }
  .col-sm-9 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 11; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 10%; }
  .offset-sm-2 {
    margin-left: 20%; }
  .offset-sm-3 {
    margin-left: 30%; }
  .offset-sm-4 {
    margin-left: 40%; }
  .offset-sm-5 {
    margin-left: 50%; }
  .offset-sm-6 {
    margin-left: 60%; }
  .offset-sm-7 {
    margin-left: 70%; }
  .offset-sm-8 {
    margin-left: 80%; }
  .offset-sm-9 {
    margin-left: 90%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%; }
  .col-md-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-6 {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-md-7 {
    flex: 0 0 70%;
    max-width: 70%; }
  .col-md-8 {
    flex: 0 0 80%;
    max-width: 80%; }
  .col-md-9 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-md-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 11; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 10%; }
  .offset-md-2 {
    margin-left: 20%; }
  .offset-md-3 {
    margin-left: 30%; }
  .offset-md-4 {
    margin-left: 40%; }
  .offset-md-5 {
    margin-left: 50%; }
  .offset-md-6 {
    margin-left: 60%; }
  .offset-md-7 {
    margin-left: 70%; }
  .offset-md-8 {
    margin-left: 80%; }
  .offset-md-9 {
    margin-left: 90%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%; }
  .col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-6 {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-lg-7 {
    flex: 0 0 70%;
    max-width: 70%; }
  .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%; }
  .col-lg-9 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 11; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 10%; }
  .offset-lg-2 {
    margin-left: 20%; }
  .offset-lg-3 {
    margin-left: 30%; }
  .offset-lg-4 {
    margin-left: 40%; }
  .offset-lg-5 {
    margin-left: 50%; }
  .offset-lg-6 {
    margin-left: 60%; }
  .offset-lg-7 {
    margin-left: 70%; }
  .offset-lg-8 {
    margin-left: 80%; }
  .offset-lg-9 {
    margin-left: 90%; } }

@media (min-width: 1250px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 10%;
    max-width: 10%; }
  .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%; }
  .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%; }
  .col-xl-4 {
    flex: 0 0 40%;
    max-width: 40%; }
  .col-xl-5 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-6 {
    flex: 0 0 60%;
    max-width: 60%; }
  .col-xl-7 {
    flex: 0 0 70%;
    max-width: 70%; }
  .col-xl-8 {
    flex: 0 0 80%;
    max-width: 80%; }
  .col-xl-9 {
    flex: 0 0 90%;
    max-width: 90%; }
  .col-xl-10 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 11; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 10%; }
  .offset-xl-2 {
    margin-left: 20%; }
  .offset-xl-3 {
    margin-left: 30%; }
  .offset-xl-4 {
    margin-left: 40%; }
  .offset-xl-5 {
    margin-left: 50%; }
  .offset-xl-6 {
    margin-left: 60%; }
  .offset-xl-7 {
    margin-left: 70%; }
  .offset-xl-8 {
    margin-left: 80%; }
  .offset-xl-9 {
    margin-left: 90%; } }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 0px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: 0px; }
  .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: 0px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1250px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1250px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1250px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1250px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*
.webp .homepage {
  background-image: url(../images/homepage.webp); }

.webp .modal-menu {
  background-image: url(../images/modal-menu.jpg); }

.webp .inner-products {
  background-image: url(../images/i_bg-1.webp); }

.webp .inner-brakepads {
  background-image: url(../images/i_bg-2.webp); }

.webp .inner-newproducts {
  background-image: url(../images/new-products.webp); }

.webp .inner-testreports {
  background-image: url(../images/test-reports.webp); }

.webp .inner-articles {
  background-image: url(../images/did-you-know.webp); }

.webp .inner-contacts {
  background-image: url(../images/contacts.webp); }

.webp .inner-catalog {
  background-image: url(../images/catalog.webp); }

.webp .inner-news {
  background-image: url(../images/news.webp); }

.webp .inner-certificats {
  background-image: url(../images/certificats.webp); }

.webp .inner-materialreports {
  background-image: url(../images/materialrepors.webp); }

.webp .inner-about {
  background-image: url(../images/about-bg-1.webp); }
  .webp .inner-about .history {
    background-image: url(../images/about-bg-2.webp); }
  .webp .inner-about .coverage {
    background-image: url(../images/about-bg-3.webp); }

.webp .inner-testreport-article {
  background-image: url(../images/testreport-article.webp); }

.webp .inner-subproducts .block-2 {
  background: url(../images/sport-oriented-formulas.webp) center top no-repeat; }

.webp .inner-subproducts .block-3 {
  background: url(../images/heavy-duty-formulas.webp) center top no-repeat; }

.webp .inner-subproducts .block-4 {
  background: url(../images/brake-shoe-cars.webp) center top no-repeat; }

.webp .inner-subproducts .block-5 {
  background: url(../images/brake-shoe-trucks.webp) center top no-repeat; }

.webp .inner-subproducts .block-6 {
  background: url(../images/brake-linings.webp) center top no-repeat; }

.webp .inner-subproducts .block-8 {
  background: url(../images/standart-rotor.webp) center top no-repeat;
  min-height: 810px; }

.webp .inner-subproducts .block-9 {
  background: url(../images/drilled-rotor.webp) center top no-repeat;
  min-height: 800px; }
  
*/

.homepage,
.inner,
.modal-menu {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.homepage {
  background-image: url(../images/homepage.jpg); }

.modal-menu {
  background-image: url(../images/modal-menu.jpg); }

.inner-products {
  background-image: url(../images/i_bg-1.jpg); }

.inner-subproducts .block-2 {
  background: url(../images/sport-oriented-formulas.png) center top no-repeat;
  min-height: 820px;
  background-size: cover; }

.inner-subproducts .block-3 {
  background: url(../images/heavy-duty-formulas.png) center top no-repeat;
  min-height: 655px;
  background-size: cover; }

.inner-subproducts .block-4 {
  background: url(../images/brake-shoe-cars.png) center top no-repeat;
  min-height: 600px;
  background-size: cover; }

.inner-subproducts .block-5 {
  background: url(../images/brake-shoe-trucks.png) center top no-repeat;
  min-height: 670px;
  background-size: cover; }

.inner-subproducts .block-6 {
  background: url(../images/brake-linings.png) center top no-repeat;
  min-height: 630px;
  background-size: cover; }

.inner-subproducts .block-8 {
  background: url(../images/standart-rotor.png) center top no-repeat;
  min-height: 810px;
  background-size: cover; }

.inner-subproducts .block-9 {
  background: url(../images/drilled-rotor.png) center top no-repeat;
  min-height: 800px;
  background-size: cover; }

.inner-brakepads {
  background-image: url(../images/i_bg-2.jpg); }

.inner-shoes {
  background: #cad0d8; }

.inner-discrotor {
  background-color: #dce2e9;
  background-image: url(../images/i_bg-2.jpg); }

.inner-newproducts {
  background-image: url(../images/new-products.jpg); }

.inner-testreports {
  background-color: #c4c4c4;
  background-image: url(../images/test-reports.jpg); }

.inner-articles {
  background-image: url(../images/did-you-know.jpg);
  background-size: auto;
  background-position: center top;
  background-color: #cdd3db; }

.inner-contacts {
  background-image: url(../images/contacts.jpg); }

.inner-catalog {
  background-color: #fff;
  background-size: auto;
  background-position: center top; }

.inner-news {
  background-image: url(../images/news.jpg);
  background-color: #bfc4cb;
  background-size: auto;
  background-position: center top; }

.inner-certificats {
  background-image: url(../images/certificats.jpg);
  background-color: #d8dee7; }

.inner-materialreports {
  background-image: url(../images/materialrepors.jpg);
  background-color: #bfc4cb;
  background-size: auto;
  background-position: center top; }

.inner-about {
  background-image: url(../images/about-bg-1.jpg);
  background-position: center top;
  background-size: auto;
  background-color: #c1006d; }
  .inner-about .history {
    background-image: url(../images/about-bg-2.jpg);
    background-size: cover;
    background-color: #2a2922; }
  .inner-about .coverage {
    background-image: url(../images/about-bg-3.jpg);
    background-size: cover;
    background-color: #dbe1e9;
    min-height: 77rem; }

.inner-testreport-article {
  background-image: url(../images/testreport-article.jpg);
  background-position: center top;
  background-size: auto;
  background-color: #cdd3db; }

.container {
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

/*---------------------------------------------------
    SCSS Elements 0.1
  ---------------------------------------------------
    A set of useful SCSS mixins
  ---------------------------------------------------*/
/*
.columns(@colwidth: 250px, @colcount: 0, @colgap: 50px, @columnRuleColor: #EEE, @columnRuleStyle: solid, @columnRuleWidth: 1px) {
  -moz-column-width: @colwidth;
  -moz-column-count: @colcount;
  -moz-column-gap: @colgap;
  -moz-column-rule-color: @columnRuleColor;
  -moz-column-rule-style: @columnRuleStyle;
  -moz-column-rule-width: @columnRuleWidth;
  -webkit-column-width: @colwidth;
  -webkit-column-count: @colcount;
  -webkit-column-gap: @colgap;
  -webkit-column-rule-color: @columnRuleColor;
  -webkit-column-rule-style: @columnRuleStyle;
  -webkit-column-rule-width: @columnRuleWidth;
  column-width: @colwidth;
  column-count: @colcount;
  column-gap: @colgap;
  column-rule-color: @columnRuleColor;
  column-rule-style: @columnRuleStyle;
  column-rule-width: @columnRuleWidth;
}

*/
/*** reset ***********/
html, body, ul, ol, li, dl, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img, label {
  margin: 0;
  padding: 0;
  border: 0; }

header, section, footer, aside, nav, article {
  display: block; }

ul {
  list-style: none; }

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Officina Serif Book C'; }

html, body {
  height: 100%; }

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

.d-grid {
  display: flex; }

.main-grid {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .main-grid .main {
    flex-grow: 1; }

@supports (display: grid) {
  .d-grid {
    display: grid; }
  .main-grid {
    height: auto;
    min-height: 100vh;
    display: grid;
    grid-template-areas: "header"
 "main"
 "footer";
    grid-template-rows: auto 1fr auto; }
  @media (min-width: 767px) {
    .grid-md-2 {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 20px; }
    .grid-md-3 {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 20px; }
    .d-md-grid {
      display: grid !important; } }
  @media (min-width: 992px) {
    .grid-lg-2 {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 30px; }
    .grid-lg-3 {
      grid-template-columns: repeat(3, 1fr);
      grid-row-gap: 30px; }
    .d-lg-grid {
      display: grid !important; } }
  @media (min-width: 1250px) {
    .grid-xl-6 {
      grid-template-columns: repeat(6, 1fr); } } }

.outerwrapper {
  -webkit-flex: 1;
  flex: 1; }

/*** standart classes *****/
a {
  color: #020000;
  transition: .3s; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2.4rem; }

h3 {
  font-size: 1.6rem; }

th,
strong {
  font-weight: normal; }

.tdn, .modal-menu .menu dd a {
  text-decoration: none; }
  .tdn:hover, .modal-menu .menu dd a:hover {
    text-decoration: underline; }

.tdu, .modal-menu .menu a, .contacts .cell__mail .email {
  text-decoration: underline; }
  .tdu:hover, .modal-menu .menu a:hover, .contacts .cell__mail .email:hover {
    text-decoration: none; }

.before, .btn-more span:before, .btn-back:before, .icon-balloon:before,
.icon-balloon2:before,
.icon-balloon3:before,
.icon-tel:before,
.icon-tel2:before,
.icon-tel3:before,
.icon-mail:before,
.icon-mail2:before, .homepage .center-carousel .carousel__inner .pic:after, .homepage .center-carousel .carousel__inner .pic:before, .homepage .lastnews .carousel__pic:after, .apanel__body:before, .modal-menu .menu dd a:before, blockquote:before, blockquote:after, .product__rubrics .rubric__pic:before, .product__rubrics .rubric__pic:after, .inner-subproducts .text ul li:before, .inner .catalog-page .table-grid .model-title:before, .news .new__pic:after, .news .new__pic .inner:after, .content .maintext ul li:before, .inner-about #history-carousel .slick-arrow:before, .inner-testreport-article .content .maintext .dot-orange:before {
  content: "";
  display: block;
  position: absolute; }

.extra-toggle-wrapper {
  margin-right: 6rem; }
  .extra-toggle-wrapper .extra-title {
    display: none; }
  .extra-toggle-wrapper:hover .extra-toggle {
    background-color: #c1006d;
    border-color: #c1006d; }

.extra-toggle {
  background: none;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  flex-shrink: 0;
  height: 5rem;
  width: 5rem;
  padding-left: 0;
  padding-right: 0;
  transition: .3s; }
  .extra-toggle .icon-bar {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 2px;
    margin: 6px auto;
    width: 22px; }

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s; }
  .btn-purple {
    background-color: #713a97;
    color: #fff; }
    .btn-purple:hover {
      background-color: #311941; }
  .btn-orange {
    background-color: #c1006d;
    color: #fff; }
    .btn-orange:hover {
      background-color: #311941; }
  .btn-callback {
    font-size: 1.6rem;
    height: 5rem;
    border-radius: 5rem;
    letter-spacing: .1rem;
    width: 150px; }
  .btn-more {
    background-color: #c1006d;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'Officina Serif Black C';
    font-size: 2rem;
    padding: 3rem 0;
    text-align: center;
    width: 100%;
    transition: background-color .3s; }
    .btn-more span {
      position: relative; }
      .btn-more span:before {
        background-image: url(../images/sprite.png);
        background-position: -263px -103px;
        width: 11px;
        height: 20px;
        left: -21px;
        top: 4px; }
    .btn-more:hover {
      background-color: #713a97; }
  .btn-back {
    color: #9e9e9e;
    font-family: 'Officina Serif Black C';
    font-size: 2rem;
    border-radius: 4rem;
    height: 4rem;
    border: 2px solid;
    display: inline-flex;
    align-items: center;
    padding: 0 2rem 0 45px;
    position: relative;
    text-decoration: none !important; }
    .btn-back:before {
      background-image: url(../images/sprite.png);
      background-position: -263px -90px;
      width: 21px;
      height: 13px;
      left: 14px;
      top: 12px;
      transition: filter .3s; }
    .btn-back:hover {
      color: #fff !important;
      background-color: #713a97;
      border-color: #713a97;
      text-decoration: none !important; }
      .btn-back:hover:before {
        filter: brightness(5); }

/* =header
---------------------------*/
.header {
  padding-left: 5rem;
  padding-right: 3rem;
  padding-top: 1rem;
  font-family: "Officina Serif Black SCC"; }
  .header .navmenu {
    font-size: 2rem;
    margin-top: .4rem;
    letter-spacing: .25rem; }
    .header .navmenu a {
      color: #000; }
    .header .navmenu li {
      margin-right: 5.7rem; }
      .header .navmenu li:last-child {
        margin-right: 0; }
  .header__left {
    margin-top: 4rem;
    width: calc(50% - 350px); }
    .header__left .navmenu a:before {
      color: #000;
      border-bottom: 3px solid #c1006d; }
  .header__center img {
    display: block; }
  .header__right {
    margin-top: 4rem;
    width: calc(50% - 320px); }
    .header__right .navmenu a:before {
      color: #fff;
      border-bottom: 3px solid #713a97; }

/* =/header
---------------------------*/
/* =main
---------------------------*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
.cl-effect-11 a,
.cl-effect-11-inv a {
  position: relative;
  text-shadow: none;
  white-space: nowrap; }
  .cl-effect-11 a:hover,
  .cl-effect-11-inv a:hover {
    text-decoration: none; }
  .cl-effect-11 a:before,
  .cl-effect-11-inv a:before {
    max-width: 100%; }

.cl-effect-11-inv a {
  color: #713a97 !important; }

.cl-effect-11-inv a::before {
  color: #000;
  content: attr(data-hover);
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: max-width 0.5s;
  will-change: auto; }

.cl-effect-11 a:focus:before, .cl-effect-11 a:hover:before,
.cl-effect-11-inv a:focus:before,
.cl-effect-11-inv a:hover:before {
  max-width: 0; }

.close-modal,
.close-menu {
  cursor: pointer;
  background: none !important;
  border: none; }
  .close-modal svg,
  .close-menu svg {
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out; }
  .close-modal line,
  .close-menu line {
    stroke: #fff;
    stroke-width: 5; }
  .close-modal:hover svg,
  .close-menu:hover svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.close-modal {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 99; }

.footer {
  padding-bottom: 3.5rem; }
  .footer .container {
    max-width: 1920px !important;
    padding-left: 5px;
    padding-right: 5px; }
  .footer .copyright {
    color: #fff;
    font-size: 1.5rem;
    padding-left: 5rem; }
    .footer .copyright-gray {
      color: #4d4949; }
  .footer .lang {
    align-items: center;
    display: flex;
    font-size: 1.5rem;
    margin-right: 4rem; }
    .footer .lang a, .footer .lang span {
      color: #fff;
      margin: 0 .1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .footer .lang a:hover {
      color: #713a97;
      text-decoration: none; }
    .footer .lang .current {
      border-radius: 3rem;
      border: 1px solid #fff;
      color: #fff;
      cursor: default;
      padding-bottom: .5rem;
      padding-top: .5rem;
      text-align: center; }
  .footer-gray2 .copyright,
  .footer-gray2 .lang a,
  .footer-gray2 .lang .current {
    color: #6a6a6a;
    border-color: #6a6a6a; }
  .footer-lgray .copyright,
  .footer-lgray .lang a,
  .footer-lgray .lang .current {
    color: #aaa9a9;
    border-color: #aaa9a9; }

.icon-balloon,
.icon-balloon2,
.icon-balloon3,
.icon-tel,
.icon-tel2,
.icon-tel3,
.icon-mail,
.icon-mail2 {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 90px; }
  .icon-balloon:before,
  .icon-balloon2:before,
  .icon-balloon3:before,
  .icon-tel:before,
  .icon-tel2:before,
  .icon-tel3:before,
  .icon-mail:before,
  .icon-mail2:before {
    left: 0;
    top: 0; }

.icon-balloon,
.icon-balloon2 {
  padding-left: 104px; }
  .icon-balloon:before,
  .icon-balloon2:before {
    background-image: url(../images/sprite.png);
    background-position: 0px -90px;
    width: 67px;
    height: 89px; }

.icon-balloon2:before {
  background-image: url(../images/sprite.png);
  background-position: -67px -90px;
  width: 67px;
  height: 89px; }

.icon-balloon3 {
  padding-left: 40px;
  min-height: 40px; }
  .icon-balloon3:before {
    background-image: url(../images/sprite.png);
    background-position: -232px -90px;
    width: 31px;
    height: 41px; }

.icon-tel,
.icon-tel2 {
  padding-left: 93px; }
  .icon-tel:before,
  .icon-tel2:before {
    background-image: url(../images/sprite.png);
    background-position: -180px 0px;
    width: 52px;
    height: 90px; }

.icon-tel2:before {
  background-image: url(../images/sprite.png);
  background-position: -232px 0px;
  width: 52px;
  height: 90px; }

.icon-mail,
.icon-mail2 {
  padding-left: 112px; }
  .icon-mail:before,
  .icon-mail2:before {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 90px;
    height: 90px; }

.icon-mail2:before {
  background-image: url(../images/sprite.png);
  background-position: -90px 0px;
  width: 90px;
  height: 90px; }

.icon-tel3 {
  min-height: 40px;
  padding-left: 40px; }
  .icon-tel3:before {
    background-image: url(../images/sprite.png);
    background-position: -232px -131px;
    width: 23px;
    height: 41px;
    left: 4px; }

.modal-backdrop.show {
  background-color: rgba(242, 103, 34, 0.98);
  opacity: 1; }

@media (min-width: 992px) {
  .revealator-once {
    opacity: 0; }
  .loaded .main-pic.partially-below, .loaded .main-pic.revealator-within {
    transform: none;
    transition-delay: unset !important;
    transition: none !important; } }

.homepage .header,
.homepage .footer {
  position: relative;
  z-index: 99; }

.homepage .center-carousel {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .homepage .center-carousel .carousel__inner {
    height: 100%;
    width: 100%;
    margin: auto; }
    .homepage .center-carousel .carousel__inner .pic {
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      position: relative;
      width: 1002px; }
      .homepage .center-carousel .carousel__inner .pic:after {
        background: #fff;
        border-radius: 50%;
        max-height: 367px;
        max-width: 367px;
        width: 40%;
        height: 40%;
        z-index: 2; }
      .homepage .center-carousel .carousel__inner .pic:after, .homepage .center-carousel .carousel__inner .pic:before {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .homepage .center-carousel .carousel__inner .pic:before {
        background: url(../images/slider-el.png) no-repeat center;
        background-size: contain;
        width: 62%;
        height: 62%;
        max-width: 575px;
        max-height: 575px;
        z-index: 1; }
    .homepage .center-carousel .carousel__inner .el-dots {
      background: url(../images/slider-dots.png) no-repeat center;
      height: 920px;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 924px; }
  .homepage .center-carousel .slick-track {
    height: 100%; }
  .homepage .center-carousel .slick-slide .pic {
    height: 100vh; }
  .homepage .center-carousel .slick-slide img {
    position: relative;
    margin-left: -25%;
    width: auto;
    height: 100%; }

.homepage .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: -9rem; }
  .homepage .main .center {
    margin-top: 13rem;
    margin-right: 4rem;
    font-size: 2rem; }
    .homepage .main .center .title {
      color: #c1006d;
      font-family: "Officina Serif Black C";
      font-size: 10rem;
      text-transform: uppercase;
      line-height: .9; }
    .homepage .main .center .cifr {
      color: #713a97;
      font-family: "Officina Serif Black C";
      font-size: 7rem;
      line-height: 1.2;
      letter-spacing: .3rem; }

.homepage .about {
  margin-top: 10rem;
  grid-template-columns: 1fr 250px 1fr 240px 292px;
  grid-column-gap: 1.5rem;
  padding: 0 16rem; }
  .homepage .about__cell {
    display: flex;
    color: #fff; }
  .homepage .about__title {
    font-family: "Officina Serif Black C";
    font-size: 2.2rem;
    line-height: 1.3;
    padding-left: 1rem;
    text-transform: uppercase; }

.homepage .info-md {
  display: none; }

.homepage .interesting .title,
.homepage .lastnews .title {
  font-family: "Officina Serif Black C";
  font-size: 5rem;
  line-height: 1;
  text-align: center; }

.homepage .interesting .carousel,
.homepage .lastnews .carousel {
  text-align: center;
  width: 25rem; }
  .homepage .interesting .carousel a,
  .homepage .lastnews .carousel a {
    text-decoration: none;
    color: #000; }
    .homepage .interesting .carousel a:hover,
    .homepage .lastnews .carousel a:hover {
      color: #713a97; }
  .homepage .interesting .carousel__pic,
  .homepage .lastnews .carousel__pic {
    margin-top: 2.5rem; }
    .homepage .interesting .carousel__pic img,
    .homepage .lastnews .carousel__pic img {
      margin-left: auto;
      margin-right: auto;
      transition: transform .3s; }
  .homepage .interesting .carousel__title,
  .homepage .lastnews .carousel__title {
    font-size: 2rem;
    font-family: "Officina Serif Black C";
    text-transform: uppercase;
    margin-top: 1.5rem; }

.homepage .interesting .carousel-nav,
.homepage .lastnews .carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem; }

.homepage .interesting .slick-arrow,
.homepage .lastnews .slick-arrow {
  background: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: 0 3px;
  padding: 0;
  transition: background-color .3s;
  width: 40px; }
  .homepage .interesting .slick-arrow line,
  .homepage .lastnews .slick-arrow line {
    transition: stroke .3s;
    stroke-width: 2px; }

.homepage .interesting .title {
  color: #c1006d; }

.homepage .interesting .slick-arrow {
  border: 1px solid #713a97; }
  .homepage .interesting .slick-arrow line {
    stroke: #713a97; }
  .homepage .interesting .slick-arrow:hover {
    background-color: #713a97; }
    .homepage .interesting .slick-arrow:hover line {
      stroke: #fff; }

.homepage .interesting .carousel {
  margin-left: -3rem; }
  .homepage .interesting .carousel__pic {
    align-items: center;
    display: flex;
    min-height: 250px; }
    @media (max-width: 1450px) {
      .homepage .interesting .carousel__pic {
        min-height: 130px; } }
  .homepage .interesting .carousel a:hover img {
    transform: scale(1.1); }

.homepage .lastnews {
  padding-right: 0; }
  .homepage .lastnews a {
    display: block; }
    .homepage .lastnews a:hover .carousel__pic:after {
      border-color: #fff; }
  .homepage .lastnews .title {
    color: #713a97; }
  .homepage .lastnews .slick-arrow {
    border: 1px solid #fff; }
    .homepage .lastnews .slick-arrow line {
      stroke: #fff; }
    .homepage .lastnews .slick-arrow:hover {
      background-color: #713a97;
      border-color: #713a97; }
  .homepage .lastnews .carousel__pic {
    position: relative;
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    .homepage .lastnews .carousel__pic:after {
      transition: border-color .3s;
      border-color: #713a97;
      width: 125px;
      height: 125px;
      border-radius: 0 125px 0 0;
      border-top: 25px solid #713a97;
      border-right: 25px solid #713a97;
      right: -24px;
      top: -25px;
      z-index: -1; }
    .homepage .lastnews .carousel__pic img {
      border-radius: 50%; }

.homepage .info-md {
  margin: 4.7rem 0 1.5rem; }
  .homepage .info-md .interesting .carousel__title,
  .homepage .info-md .lastnews .carousel__title {
    font-size: 1.7rem;
    color: #fff; }
  .homepage .info-md .interesting .carousel__pic {
    margin-top: .5rem; }
    .homepage .info-md .interesting .carousel__pic img {
      max-width: 18rem; }
  .homepage .info-md .lastnews .carousel__pic {
    height: auto;
    width: 200px; }
    .homepage .info-md .lastnews .carousel__pic img {
      max-width: 150px;
      max-height: 150px; }
    .homepage .info-md .lastnews .carousel__pic:after {
      width: 90px;
      height: 90px;
      border-radius: 0 90px 0 0;
      border-top-width: 17px;
      border-right-width: 17px;
      right: 9px;
      top: -16px; }

#home-carousel,
#dyk-carousel,
#news-carousel {
  display: none; }
  #home-carousel.slick-initialized,
  #dyk-carousel.slick-initialized,
  #news-carousel.slick-initialized {
    display: block !important; }

.rotate90 {
  display: block;
  transform: rotate(-90deg); }

/* =mobile-menu
---------------------------*/
.show-sm,
.close-menu {
  display: none; }

/* =/mobile-menu
---------------------------*/
/* =mobile-menu
---------------------------*/
.close-menu {
  display: none; }

/* =/mobile-menu
---------------------------*/
@media (max-width: 767px) {
  .subnav {
    display: none; }
  .navmenu {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-height: 656px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    right: -300px;
    top: 0;
    transition: .3s;
    width: 300px;
    z-index: -1; }
    .navmenu__inner {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 300px;
      transition: .3s;
      overflow: auto;
      height: 100%; }
    .navmenu a,
    .navmenu span {
      font-weight: normal; }
  .mainnav {
    margin-left: 0;
    overflow: hidden;
    padding: 7px 0 0; }
    .mainnav li span {
      border-bottom: none !important; }
  .show-sm {
    display: block;
    text-align: left; }
  .o-menu .navmenu {
    background: #0563bf;
    z-index: 500;
    right: 0; }
  .o-menu .close-menu {
    display: block; }
  .o-menu .mobinfo {
    padding-left: 1rem; }
    .o-menu .mobinfo a {
      color: #fff;
      display: block;
      margin: 1.8rem;
      text-decoration: none; }
      .o-menu .mobinfo a:hover {
        text-decoration: underline; }
  .o-menu .show-sm {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 3rem; }
    .o-menu .show-sm a {
      color: #fff;
      display: block;
      margin: 1.8rem 0;
      text-decoration: none;
      border-bottom: none !important; }
      .o-menu .show-sm a:hover {
        text-decoration: underline; }
  #navbar {
    background-color: #0563bf; }
    #navbar a {
      border-bottom: none !important;
      font-size: 18px;
      font-weight: 400; }
      #navbar a:hover {
        text-decoration: none; }
    #navbar .container {
      padding: 0; }
    #navbar ul.nav {
      background: none;
      display: block;
      font-size: 15px;
      margin-top: 0;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
      #navbar ul.nav > li.active > a {
        text-decoration: underline; }
      #navbar ul.nav li {
        padding: 0;
        border-bottom: 1px solid #fff; }
        #navbar ul.nav li a, #navbar ul.nav li span {
          color: #fff;
          display: block;
          height: auto;
          line-height: normal;
          padding: 18px 0 18px 10px;
          text-decoration: none;
          text-transform: none; }
          #navbar ul.nav li a:hover, #navbar ul.nav li span:hover {
            color: #fff; }
          #navbar ul.nav li a:before, #navbar ul.nav li span:before {
            display: none !important; }
        #navbar ul.nav li.active, #navbar ul.nav li:hover {
          border-bottom: 1px solid #fff;
          color: #fff; }
          #navbar ul.nav li.active a, #navbar ul.nav li.active span, #navbar ul.nav li:hover a, #navbar ul.nav li:hover span {
            background: none; }
        #navbar ul.nav li.active a:hover {
          color: #fff; }
    #navbar .nav-tabs > li {
      margin: 0; } }

.panelbase, .apanel {
  position: fixed;
  min-height: 656px;
  overflow: hidden;
  height: 100%;
  top: 0; }

.apanel {
  color: #000;
  letter-spacing: .1em;
  max-width: 100%;
  position: fixed;
  transition: .3s;
  width: 100%;
  z-index: -1; }
  .apanel__inner {
    right: -100%;
    transition: .3s; }
  .apanel .close-menu {
    display: block;
    height: 28px;
    left: 13px;
    position: absolute;
    top: 12px;
    transform: none;
    width: 28px;
    z-index: 999; }
  .apanel.open {
    right: 0;
    z-index: 500; }
    .apanel.open .apanel__inner {
      right: 0; }
  .apanel a {
    font-weight: 700;
    color: #000;
    text-decoration: none; }
    .apanel a:hover {
      color: #000; }
  .apanel .top {
    text-align: center;
    margin-bottom: 3rem;
    position: relative; }
    .apanel .top .btn-callback {
      font-family: "Officina Serif Black SCC";
      position: absolute;
      right: 1rem;
      top: .7rem; }
  .apanel__inner {
    background: #c1006d;
    bottom: 0;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%; }
  .apanel .logo {
    padding-top: .3rem; }
  .apanel__body {
    height: 100%;
    overflow: hidden;
    padding-top: 2px;
    position: relative; }
    .apanel__body:before {
      right: 0;
      top: 4px;
      width: 261px;
      z-index: 999; }
  .apanel ul {
    list-style: none;
    text-transform: uppercase;
    font-family: 'Officina Serif Black SCC';
    text-align: center; }
    .apanel ul li {
      position: relative;
      margin: 2.4rem 0; }
      .apanel ul li a,
      .apanel ul li span {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        text-decoration: underline; }
        .apanel ul li a:hover,
        .apanel ul li span:hover {
          text-decoration: none; }
      .apanel ul li a {
        display: block; }
  .apanel .nav {
    font-size: 2.5rem;
    font-weight: 700;
    justify-content: center; }
  .apanel .yourcountry {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    color: #fff; }
    .apanel .yourcountry .title {
      font-family: "Officina Serif Black C";
      font-size: 3rem;
      padding-bottom: 1rem; }
    .apanel .yourcountry .selectize-control.single .selectize-input:after, .apanel .yourcountry .ms-choice div:after {
      filter: brightness(10) !important; }
    .apanel .yourcountry .selectize-input > input {
      color: #fff; }
      .apanel .yourcountry .selectize-input > input::-webkit-input-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input::-moz-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input:-ms-input-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input:focus::-webkit-input-placeholder {
        transition: line-height 0.5s ease; }
      .apanel .yourcountry .selectize-input > input:focus::-moz-placeholder {
        transition: line-height 0.5s ease; }
      .apanel .yourcountry .selectize-input > input:focus:-ms-input-placeholder {
        transition: line-height 0.5s ease; }
    .apanel .yourcountry .selectize-input > .item,
    .apanel .yourcountry .selectize-input > input {
      font-family: "Officina Serif Black C"; }

@media (min-width: 651px) {
  .apanel {
    display: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

.modal-menu,
.modal-callback {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: .5s all;
  width: 100%;
  z-index: -1;
  color: #fff; }
  .modal-menu.open,
  .modal-callback.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 9999; }

.modal-menu a {
  color: #fff; }

.modal-menu .inner {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0; }

.modal-menu .container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 87%; }
  .modal-menu .container > div {
    flex: 1 0 50%; }
  @media (min-width: 1650px) {
    .modal-menu .container {
      max-width: 1600px; } }
  .modal-menu .container .col-join {
    flex-grow: 2; }

.modal-menu .close-modal {
  left: 5.2rem;
  top: 5.7rem; }

.modal-menu .row {
  flex-wrap: nowrap; }

.modal-menu .menu {
  font-family: "Officina Serif Black C";
  padding-top: 12.5rem;
  width: 100%;
  position: relative;
  text-transform: uppercase; }
  .modal-menu .menu a {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 100;
    transition: color .3s; }
  .modal-menu .menu .title,
  .modal-menu .menu dt {
    font-family: "Officina Serif Black SCC";
    color: #000;
    font-size: 3rem;
    position: relative;
    margin-bottom: -20px;
    font-weight: 700;
    letter-spacing: .1em; }
    .modal-menu .menu .title a,
    .modal-menu .menu dt a {
      font-size: inherit;
      font-weight: inherit; }
      .modal-menu .menu .title a:hover,
      .modal-menu .menu dt a:hover {
        color: #713a97; }
  .modal-menu .menu .title-mb {
    margin-bottom: 4.5rem; }
  .modal-menu .menu dl {
    padding-right: 8rem; }
  .modal-menu .menu dd {
    margin: 3.8rem 0;
    position: relative; }
    .modal-menu .menu dd a {
      display: inline-block;
      line-height: 1.2;
      text-decoration: none;
      position: relative;
      padding-left: 21px; }
      .modal-menu .menu dd a:before {
        background-color: #fff;
        border-radius: 50%;
        height: 11px;
        left: 0;
        top: 5px;
        transition: background-color .3s;
        width: 11px; }
      .modal-menu .menu dd a:hover {
        color: #713a97;
        text-decoration: none; }
        .modal-menu .menu dd a:hover:before {
          background-color: #713a97; }

.contacts {
  font-family: "Officina Serif Book C"; }
  .contacts .title {
    font-size: 6rem;
    font-family: "Officina Serif Black C";
    margin-bottom: 2rem; }
    @media (max-width: 1850px) {
      .contacts .title {
        font-size: 5rem; } }
    @media (max-width: 1280px) {
      .contacts .title {
        font-size: 4.5rem; } }
  .contacts .yourcountry {
    padding-right: 8rem; }
    @media (max-width: 1600px) {
      .contacts .yourcountry {
        padding-right: 5rem; } }
    @media (max-width: 1500px) {
      .contacts .yourcountry {
        padding-right: 3rem; } }
    @media (max-width: 1330px) {
      .contacts .yourcountry {
        padding-right: 1.5rem; } }
    @media (max-width: 1280px) {
      .contacts .yourcountry {
        padding-right: .5rem; } }
    @media (max-width: 1250px) {
      .contacts .yourcountry {
        padding-right: 6rem; } }
  .contacts .selectize-control.single .selectize-input:after, .contacts .ms-choice div:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJlJREFUeNpi+P//fx0Q3wBiEyBmIAEHAfEjII4CcVL+Q8BTIDYjwYCfQPwXiF1hgiVQg14QYVAgEH8H4t9AHA4SQ5YsR3KRMQEDfgFxKEwcXRHMRc+A2ByHF0AGhCHLYbOtFGrQcyA2hYoFIHkhDF0PLn/DvPYQiKuB+CvUFaHY1OMLQJjX/uNyATGGgHADEH8E4nh86gACDACqZvCzugVS3AAAAABJRU5ErkJggg=="); }
  .contacts .selectize-input > input {
    color: #fff; }
    .contacts .selectize-input > input::-webkit-input-placeholder {
      color: #fff; }
    .contacts .selectize-input > input::-moz-placeholder {
      color: #fff; }
    .contacts .selectize-input > input:-ms-input-placeholder {
      color: #fff; }
    .contacts .selectize-input > input:focus::-webkit-input-placeholder {
      transition: line-height 0.5s ease; }
    .contacts .selectize-input > input:focus::-moz-placeholder {
      transition: line-height 0.5s ease; }
    .contacts .selectize-input > input:focus:-ms-input-placeholder {
      transition: line-height 0.5s ease; }
  .contacts .selectize-input > .item,
  .contacts .selectize-input > input {
    font-family: "Officina Serif Black C"; }
  .contacts .selectize-dropdown-content {
    max-height: 169px; }
  .contacts .eq-height {
    min-height: 220px; }
  .contacts .cell__geo {
    font-size: 2.4rem; }
  .contacts .cell__tel {
    font-size: 3.5rem; }
    .contacts .cell__tel .tel:hover {
      text-decoration: none; }
  .contacts .cell__mail {
    font-size: 3rem; }

#modal-callback {
  background: rgba(193, 0, 109, 0.98); }
  #modal-callback .container {
    max-width: 1300px;
    position: relative; }
  #modal-callback .inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #modal-callback .title {
    font-family: "Officina Serif Black C";
    font-size: 10rem;
    line-height: 1.2;
    text-transform: uppercase; }
  #modal-callback .subtitle {
    font-size: 1.8rem;
    margin-top: 0rem; }

.mailus .form .col,
#modal-feedback .form .col {
  width: 29rem; }

.mailus .form .select-wrapper,
.mailus .form .input-field input.form-control,
#modal-feedback .form .select-wrapper,
#modal-feedback .form .input-field input.form-control {
  width: 27rem; }

#modal-callback .form .col {
  width: 32rem; }

#modal-callback .form .select-wrapper,
#modal-callback .form .input-field input.form-control {
  width: 30rem; }

.mailus .form,
#modal-callback .form,
#modal-feedback .form {
  font-family: "Officina Serif Black C";
  margin-top: 1rem;
  text-align: left; }
  .mailus .form .col,
  #modal-callback .form .col,
  #modal-feedback .form .col {
    flex-grow: 0; }
  .mailus .form .textarea-field .form-control,
  .mailus .form .input-field .form-control,
  #modal-callback .form .textarea-field .form-control,
  #modal-callback .form .input-field .form-control,
  #modal-feedback .form .textarea-field .form-control,
  #modal-feedback .form .input-field .form-control {
    letter-spacing: .25rem; }
  .mailus .form .input-field,
  #modal-callback .form .input-field,
  #modal-feedback .form .input-field {
    color: #fff; }
    .mailus .form .input-field input.form-control,
    #modal-callback .form .input-field input.form-control,
    #modal-feedback .form .input-field input.form-control {
      background: none;
      border-bottom-color: #fff;
      color: currentColor;
      font-size: 1.7rem;
      height: 3.5rem; }
    .mailus .form .input-field label,
    #modal-callback .form .input-field label,
    #modal-feedback .form .input-field label {
      color: currentColor; }
  .mailus .form .textarea-field,
  #modal-callback .form .textarea-field,
  #modal-feedback .form .textarea-field {
    margin-top: 4.2rem; }
    .mailus .form .textarea-field .form-control,
    #modal-callback .form .textarea-field .form-control,
    #modal-feedback .form .textarea-field .form-control {
      background: url("data:image/gif;base64,R0lGODlhAQAeAIABAP///wAAACH5BAEAAAEALAAAAAABAB4AAAIFjI+pC1AAOw==");
      color: #fff;
      font-size: 1.7rem;
      height: 64px;
      letter-spacing: .15rem;
      line-height: 1.8; }

.mailus .select-wrapper,
#modal-callback .select-wrapper,
#modal-feedback .select-wrapper {
  margin-top: 3.2rem; }

.mailus .selectize-input input,
#modal-callback .selectize-input input,
#modal-feedback .selectize-input input {
  color: #fff; }
  .mailus .selectize-input input::-webkit-input-placeholder,
  #modal-callback .selectize-input input::-webkit-input-placeholder,
  #modal-feedback .selectize-input input::-webkit-input-placeholder {
    color: #fff; }
  .mailus .selectize-input input::-moz-placeholder,
  #modal-callback .selectize-input input::-moz-placeholder,
  #modal-feedback .selectize-input input::-moz-placeholder {
    color: #fff; }
  .mailus .selectize-input input:-ms-input-placeholder,
  #modal-callback .selectize-input input:-ms-input-placeholder,
  #modal-feedback .selectize-input input:-ms-input-placeholder {
    color: #fff; }
  .mailus .selectize-input input:focus::-webkit-input-placeholder,
  #modal-callback .selectize-input input:focus::-webkit-input-placeholder,
  #modal-feedback .selectize-input input:focus::-webkit-input-placeholder {
    transition: line-height 0.5s ease; }
  .mailus .selectize-input input:focus::-moz-placeholder,
  #modal-callback .selectize-input input:focus::-moz-placeholder,
  #modal-feedback .selectize-input input:focus::-moz-placeholder {
    transition: line-height 0.5s ease; }
  .mailus .selectize-input input:focus:-ms-input-placeholder,
  #modal-callback .selectize-input input:focus:-ms-input-placeholder,
  #modal-feedback .selectize-input input:focus:-ms-input-placeholder {
    transition: line-height 0.5s ease; }

.mailus .selectize-control.single .selectize-input:after, .mailus .ms-choice div:after,
#modal-callback .selectize-control.single .selectize-input:after,
#modal-callback .ms-choice div:after,
#modal-feedback .selectize-control.single .selectize-input:after,
#modal-feedback .ms-choice div:after {
  top: 4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAA1ElEQVQoU42QuwoCMRBFN+jHWYlrqZbWgqAoFmIp2lhrZaOoX+LrJyx8/IMQzyyTJWbXR+Aym+zk5N4x1tphFEU11DDGnKh/Le5VaZyhvmHT5GOBrigGdPhFUcCaviIqGbnAYYcyRQ9U/gaiN6ZnpQBxv0kgCupRx+pIQOfQkQco8K9Oz056Ukjg6KbR9t4jMgOJIHfEwdb9e4MoqEudoLtGO+KgogCZgThIARknOdEunM3RwJtBEsFfGSceyA1bjp55Dj7G8V8gxoh9G7WIsAwduP0LcSNRozzkawQAAAAASUVORK5CYII="); }

.mailus textarea,
#modal-callback textarea,
#modal-feedback textarea {
  display: block;
  width: 100%; }

.mailus .bottom,
#modal-callback .bottom,
#modal-feedback .bottom {
  margin-top: 3rem; }

.mailus .btn-submit,
#modal-callback .btn-submit,
#modal-feedback .btn-submit {
  border-radius: 6rem;
  display: block;
  font-family: "Officina Serif Black C";
  font-size: 2rem;
  height: 6rem;
  letter-spacing: .1rem;
  margin-left: 3.5rem;
  padding: 0 3rem; }

.mailus .close-modal,
#modal-callback .close-modal,
#modal-feedback .close-modal {
  top: -5rem; }

.mailus .form .input-field {
  color: #3a3a3a; }
  .mailus .form .input-field input.form-control {
    border-bottom-color: #7f8184;
    color: currentColor; }
    .mailus .form .input-field input.form-control:focus {
      border-bottom-color: #c1006d; }
  .mailus .form .input-field label {
    color: currentColor; }

.mailus .form .textarea-field .form-control {
  background: url("data:image/gif;base64,R0lGODlhAQAeAIABAH+BhP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0RDREEzMTUzNEY3MTFFOThFOTNGQTMyNDBBQTVGRTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0RDREEzMTYzNEY3MTFFOThFOTNGQTMyNDBBQTVGRTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRENEQTMxMzM0RjcxMUU5OEU5M0ZBMzI0MEFBNUZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRENEQTMxNDM0RjcxMUU5OEU5M0ZBMzI0MEFBNUZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAABAB4AAAIFjI+pC1AAOw==");
  color: #3a3a3a; }
  .mailus .form .textarea-field .form-control:focus {
    background-image: url("data:image/gif;base64,R0lGODlhAQAeAIABAPJnIv///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTY5MEM1QTEzNTA0MTFFOUI5QTlDNEY2RkVDMjc3RTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTY5MEM1QTIzNTA0MTFFOUI5QTlDNEY2RkVDMjc3RTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNjkwQzU5RjM1MDQxMUU5QjlBOUM0RjZGRUMyNzdFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNjkwQzVBMDM1MDQxMUU5QjlBOUM0RjZGRUMyNzdFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAEALAAAAAABAB4AAAIFjI+pC1AAOw=="); }

.mailus .selectize-input {
  border-bottom-color: #7f8184; }

.mailus .selectize-input input {
  color: #3a3a3a; }
  .mailus .selectize-input input::-webkit-input-placeholder {
    color: #3a3a3a; }
  .mailus .selectize-input input::-moz-placeholder {
    color: #3a3a3a; }
  .mailus .selectize-input input:-ms-input-placeholder {
    color: #3a3a3a; }
  .mailus .selectize-input input:focus::-webkit-input-placeholder {
    transition: line-height 0.5s ease; }
  .mailus .selectize-input input:focus::-moz-placeholder {
    transition: line-height 0.5s ease; }
  .mailus .selectize-input input:focus:-ms-input-placeholder {
    transition: line-height 0.5s ease; }

.mailus .selectize-control.single .selectize-input:after, .mailus .ms-choice div:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAzklEQVQokZXRu05CQRSF4c+DHTRWROxseABuj2CrlGpvZ2IBgYaKxkDBA9DitfBW2lv5HDR2VhaakEnmmJMTILDK2bP/rH9m5/vicIBTnOPT5mljgl6COap4QXMLwC0O8BUgU3RQwesGoBPMkESD9yQOxqEWynhCbQ3gBoUIuBdpaa4zjd7QWqJwFwHh/R7TQZK7GBp1sY9nNOL5cUYhAB6yS4V+fS9f+QM/cfEIxfgLocFZtkGa3RXuQe0PIwzxuwqwDpKqlXCFy7zCf7AAbK4ka4fqFc0AAAAASUVORK5CYII="); }

.mailus .ms-choice div.open:after,
.mailus .selectize-control.single .selectize-input.dropdown-active:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5NzZFOThFMzRGQzExRTk4MzM1OEIzQjBDQjk4OTY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5NzZFOThGMzRGQzExRTk4MzM1OEIzQjBDQjk4OTY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDk3NkU5OEMzNEZDMTFFOTgzMzU4QjNCMENCOTg5NjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDk3NkU5OEQzNEZDMTFFOTgzMzU4QjNCMENCOTg5NjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4arTVhAAABDklEQVR42myRT05CMRDGZwobTyDoATyAComnAJaGQxgTjIlbFxJJTFiwcskDBKP8WXIfNx5i/JX28R6VJl+/b/50Ztrq/c3oVkRewJ2IfsFiEpZGzu3Ed4UeoyYO+5fQOTwFnXKyJQW1sBvoFdYF+scX2WIwjToSMnRb5fiyUKgBrdFnJtrD8+5ijw9fCFUhMCGhbUcKsC7BNzgl9xEMvNOVhl6ALqgQnOVX0wJNaCO7CYQJpJ83cMmTzdm7FvwZuhVbXENLUEc/SJzAiiKajj2H/I/t3ojoE/oTXZNwhdf0p6r+GO9wUAq9sJCTwc/R7a8wMPnfthoO2X4vjemvdoIeot98AT38pX3LPwEGANL6Swm3YyXKAAAAAElFTkSuQmCC");
  transform: rotate(180deg); }

.input-field {
  position: relative;
  margin-top: 3.2rem; }
  .input-field:before {
    bottom: 15px; }
  .input-field label {
    font-size: 1.7rem;
    -moz-user-select: none;
    color: #000;
    font-weight: 300;
    cursor: text;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: -9px;
    transform-origin: left top 0;
    transform: translate3d(0, 9px, 0px);
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    white-space: nowrap; }
  .input-field .name-field {
    font-size: 2rem;
    opacity: 0;
    color: #3a3a3a; }
  .input-field .form-control {
    border: none; }
  .input-field input.form-control {
    border-bottom: 2px solid #3a3a3a; }
    .input-field input.form-control:focus, .input-field input.form-control:active {
      border-bottom-color: #030303; }

.textarea-field label {
  top: -px; }

.is-focused label {
  -webkit-transform: translate3d(0, -16px, 0) scale(0.8);
  -ms-transform: translate3d(0, -16px, 0) scale(0.8);
  transform: translate3d(0, -16px, 0) scale(0.8); }

.is-focused input,
.is-focused textarea {
  outline: none; }

.is-focused .name-field {
  font-family: "Officina Serif Book C";
  opacity: 1; }

.is-focused .helper-field {
  opacity: 0; }

.input-field.is-charged:not(.is-focused) > label.name-field {
  -webkit-transform: translate3d(0px, -16px, 0px) scale(0.8);
  -ms-transform: translate3d(0px, -16px, 0px) scale(0.8);
  transform: translate3d(0px, -16px, 0px) scale(0.8); }

.is-charged label {
  opacity: 0; }

.is-charged .name-field {
  font-family: "Officina Serif Book C";
  opacity: 1; }

.vcenter-block {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.inner .header {
  padding-top: 0; }
  .inner .header__left, .inner .header__right {
    margin-top: 5rem; }
  .inner .header .navmenu li.active a, .inner .header .navmenu li.active span {
    color: #c1006d !important; }
    .inner .header .navmenu li.active a:before, .inner .header .navmenu li.active span:before {
      display: none; }
    .inner .header .navmenu li.active a:hover:before, .inner .header .navmenu li.active span:hover:before {
      color: #c1006d; }
  .inner .header .navmenu li a:before {
    border-bottom-color: #c1006d;
    color: #000; }

.inner-products .header .navmenu li.active a, .inner-products .header .navmenu li.active span {
  color: #fff !important; }

.inner .footer {
  padding-top: 6rem;
  padding-bottom: 1.5rem; }
  .inner .footer .copyright {
    padding-left: 4.5rem; }
  .inner .footer .lang {
    margin-right: 3rem; }

@media (min-width: 1400px) {
  .inner .container {
    max-width: 84%; } }

.main {
  overflow: hidden; }
  .main .btn-back {
    margin-top: 1rem; }
  .main .maintext {
    font-size: 2rem; }
    .main .maintext .wrapper-back {
      flex-shrink: 0;
      width: 160px; }
    .main .maintext .innertext {
      padding-left: 160px; }
    .main .maintext h1, .main .maintext h2, .main .maintext h3, .main .maintext h4, .main .maintext h5, .main .maintext h6 {
      font-family: 'Officina Serif Black C';
      line-height: 1.1;
      font-weight: normal; }
    .main .maintext h1 {
      font-size: 5rem;
      margin-bottom: 4rem;
      text-align: left; }
    .main .maintext h2 {
      color: #000;
      font-size: 4.5rem;
      margin-bottom: 2rem; }
    .main .maintext h3 {
      font-size: 4rem; }
    .main .maintext h4 {
      font-size: 3.5rem; }
    .main .maintext h6 {
      font-size: 2.2rem; }
    .main .maintext img {
      margin: 1rem;
      max-width: 100%;
      height: auto; }
    .main .maintext .row {
      margin-bottom: 7rem; }

.side-panel .title {
  color: #c1006d;
  font-family: 'Officina Serif Black C';
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase; }

.side-panel .widget {
  font-family: "Officina Serif Black C";
  margin-bottom: 5rem; }

.side-panel .popular-posts {
  font-size: 1.7rem;
  text-transform: uppercase; }
  .side-panel .popular-posts ul {
    width: 22rem; }
    .side-panel .popular-posts ul li {
      border-bottom: 1px solid #cfcfcf;
      line-height: 1.2;
      margin: 1rem 0;
      padding: 2.5rem 0; }
      .side-panel .popular-posts ul li:last-child {
        border-bottom: none; }
      .side-panel .popular-posts ul li a:hover {
        color: #c1006d;
        text-decoration: none; }

.mb10 {
  margin-bottom: 1rem; }

.mb20 {
  margin-bottom: 2rem; }

blockquote {
  background: linear-gradient(to right, #883c80 50%, #713a97 50%);
  background-size: 10px 100%;
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
  font-family: "Officina Serif Black C";
  padding: 6rem 2.6rem 3rem 5.5rem;
  position: relative; }
  blockquote:before {
    background: url(../images/quote.png) no-repeat top left;
    left: 16px;
    top: 23px;
    width: 57px;
    height: 27px; }
  blockquote:after {
    border-top: 10px solid #c1006d;
    bottom: -3px;
    left: 0;
    transform: skewY(-1deg);
    width: 100%; }
  @media (max-width: 1250px) {
    blockquote:after {
      transform: skewY(-0.4deg); } }

.pagination {
  font-size: 2rem;
  font-family: "Officina Serif Black C";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 7rem; }
  .pagination a, .pagination span {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    margin: 0 .7rem; }
  .pagination .current {
    background-color: #c1006d;
    color: #fff; }

#sertificats-carousel {
  color: #4b4b4b;
  display: flex;
  margin: 2.5rem 0;
  font-family: "Officina Serif Black C";
  font-size: 1.7rem; }
  #sertificats-carousel .slick-slide {
    padding-top: 7px;
    padding-bottom: 7px; }
    #sertificats-carousel .slick-slide .pic {
      background: #fff;
      box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
      width: 172px;
      height: 172px;
      margin: 0 auto 1rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      #sertificats-carousel .slick-slide .pic img {
        max-width: none;
        width: auto; }

.product__submenu,
.submenu {
  font-size: 2rem;
  font-family: 'Officina Serif Black C';
  margin-bottom: 3rem;
  text-transform: uppercase; }
  .product__submenu ul,
  .submenu ul {
    display: flex;
    justify-content: center; }
  .product__submenu li,
  .submenu li {
    margin: 0 1.5rem; }
    .product__submenu li.active,
    .submenu li.active {
      color: #c1006d; }
      .product__submenu li.active a, .product__submenu li.active span,
      .submenu li.active a,
      .submenu li.active span {
        color: currentColor; }
        .product__submenu li.active a:hover, .product__submenu li.active span:hover,
        .submenu li.active a:hover,
        .submenu li.active span:hover {
          color: #c1006d !important;
          text-decoration: none; }
    .product__submenu li a:hover,
    .submenu li a:hover {
      color: #000; }

.product {
  /* =menu
	---------------------------*/
  /* =/menu
	---------------------------*/
  /* =text
	---------------------------*/
  /* =/text
	---------------------------*/ }
  .product__menu {
    font-size: 6rem;
    font-family: 'Officina Serif Black C';
    text-transform: uppercase; }
    .product__menu a {
      color: #713a97;
      text-decoration: underline; }
      .product__menu a:hover {
        color: #3f085f;
        text-decoration: none; }
    .product__menu ul {
      display: flex;
      justify-content: center; }
      .product__menu ul li {
        margin: 0 2.7rem; }
        .product__menu ul li.active a, .product__menu ul li.active span {
          color: #fff;
          text-decoration: none; }
    .product__menu-orange ul li.active a, .product__menu-orange ul li.active span {
      color: #c1006d; }
  .product__text {
    color: #fff;
    font-size: 2rem;
    margin-top: 1.5rem; }
  .product__rubrics {
    margin: 3rem -7.5rem 0; }
    .product__rubrics .rubric__link {
      display: block;
      min-height: 37rem;
      position: relative; }
      .product__rubrics .rubric__link:hover {
        color: #fff;
        text-decoration: none; }
        .product__rubrics .rubric__link:hover .rubric__pic img {
          transform: scale(1.1); }
        .product__rubrics .rubric__link:hover .rubric__pic:after {
          opacity: 1; }
    .product__rubrics .rubric__title {
      font-size: 4.5rem;
      font-family: 'Officina Serif Black C';
      line-height: 1.2;
      text-align: center;
      position: relative;
      z-index: 2; }
    .product__rubrics .rubric__pic {
      min-height: 45rem;
      position: relative;
      padding-top: 6rem;
      z-index: 2; }
      .product__rubrics .rubric__pic img {
        transition: transform .3s;
        position: relative;
        z-index: 3; }
      .product__rubrics .rubric__pic:before, .product__rubrics .rubric__pic:after {
        transition: .3s;
        background-size: 10px 100% !important;
        border-radius: 50%;
        height: 370px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 370px; }
      .product__rubrics .rubric__pic:before {
        background: linear-gradient(to right, #e54325 50%, transparent 50%); }
      .product__rubrics .rubric__pic:after {
        background: linear-gradient(to right, #713a97 50%, transparent 50%);
        opacity: 0; }

.inner-subproducts .header .navmenu li.active a, .inner-subproducts .header .navmenu li.active span {
  color: #c1006d !important; }
  .inner-subproducts .header .navmenu li.active a:before, .inner-subproducts .header .navmenu li.active span:before {
    display: none;
    border-bottom-color: rgba(0, 0, 0, 0); }

.inner-subproducts .footer {
  padding: 0;
  margin-top: -58px; }

.inner-subproducts .main {
  font-size: 2rem; }
  .inner-subproducts .main img {
    margin: 3rem 0;
    max-width: 100%;
    height: auto; }

.inner-subproducts h1 {
  font-size: 8rem;
  font-family: 'Officina Serif Black C';
  color: #c1006d;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase; }

.inner-subproducts h2.title {
  line-height: 1.1;
  font-family: 'Officina Serif Black C';
  font-size: 4.5rem;
  margin-bottom: 1.5rem; }

.inner-subproducts .text h2.title {
  color: #000; }

.inner-subproducts .text-white {
  color: #fff; }
  .inner-subproducts .text-white h2.title {
    color: #fff; }

.inner-subproducts .text p {
  margin: 1.5rem 0; }

.inner-subproducts .text ul {
  margin-bottom: 3rem; }
  .inner-subproducts .text ul li {
    margin: .7rem 0;
    line-height: 1.2;
    position: relative;
    padding-left: 2.7rem; }
    .inner-subproducts .text ul li:before {
      background: #fff;
      border-radius: 50%;
      height: 13px;
      width: 13px;
      top: 5px;
      left: 0; }

.inner-subproducts .block-1 {
  padding: 5.5rem 0 2rem; }
  .inner-subproducts .block-1 .text {
    padding-left: 7rem;
    padding-bottom: 5rem; }

.inner-subproducts .block-2 {
  margin-bottom: -94px; }
  .inner-subproducts .block-2 .text {
    padding-right: 4rem; }

.inner-subproducts .block-3 .text {
  padding-left: 7rem; }

.inner-subproducts .block-7 .text {
  padding-bottom: 15rem; }

.inner-shoes .arc, .inner-discrotor .arc {
  margin-top: -95px; }

.inner-shoes h1 {
  padding-bottom: 13rem; }

.inner-shoes .block-4 .row {
  margin-top: -4rem; }

@media (min-width: 1250px) and (max-width: 1850px) {
  .inner-article .main .col-xl-7 {
    flex: 0 0 65%;
    max-width: 65%; }
  .inner-article .main .col-xl-2 {
    flex: 0 0 25%;
    max-width: 25%; } }

/* =NEW PRODUCTS
---------------------------*/
.inner-newproducts .deadline {
  color: #4b4b4b;
  font-family: 'Officina Serif Black C';
  font-size: 2rem;
  margin: 1rem 0;
  text-align: center; }

.inner-newproducts .more {
  cursor: pointer;
  margin-top: 3.8rem; }

.listproducts {
  grid-template-columns: repeat(5, 30rem);
  grid-row-gap: 3.5rem;
  margin-top: 3rem; }
  .listproducts .product__item {
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
    text-align: center; }
  .listproducts .product__link {
    display: block;
    padding: 2rem 4rem;
    border-bottom: 1rem solid #c1006d; }
    .listproducts .product__link:hover {
      text-decoration: none;
      color: #000;
      border-bottom-color: #713a97; }
      .listproducts .product__link:hover .product__title {
        color: #713a97;
        text-decoration: none; }
  .listproducts .product__pic {
    min-height: 24rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .listproducts .product__pic img {
      max-width: 100%; }
  .listproducts .product__title {
    font-family: 'Officina Serif Black C';
    font-size: 3rem;
    text-decoration: underline;
    transition: color .3s; }
  .listproducts .product__date {
    font-family: 'Officina Serif Book C'; }

/* =/NEW PRODUCTS
---------------------------*/
/* =TEST REPORTS
---------------------------*/
.inner-testreports h1,
.inner-articles h1 {
  color: #c1006d;
  font-size: 10rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Officina Serif Black C'; }

.listarticles {
  grid-template-columns: repeat(3, minmax(300px, 480px));
  grid-row-gap: 3rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .listarticles .report__item {
    text-align: center; }
  .listarticles .report__link {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .listarticles .report__link:hover {
      text-decoration: none;
      color: #000; }
      .listarticles .report__link:hover .report__title {
        color: #c1006d; }
      .listarticles .report__link:hover .report__pic img {
        transform: scale(1.1); }
      .listarticles .report__link:hover .btn-more {
        background-color: #713a97; }
  .listarticles .report__pic {
    min-height: 32rem;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .listarticles .report__pic img {
      transition: transform .3s;
      max-width: 100%; }
  .listarticles .report__title {
    font-family: 'Officina Serif Black C';
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 2rem;
    transition: color .3s; }
  .listarticles .report__intro {
    color: #4a4a4a;
    font-size: 2rem;
    margin-top: 2rem; }

/* =/TEST REPORTS
---------------------------*/
.contactus h1, .contactus .title,
.mailus h1,
.mailus .title {
  font-size: 10rem;
  color: #c1006d;
  font-family: "Officina Serif Black C";
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1; }

.contactus .subtitle,
.mailus .subtitle {
  color: #222;
  line-height: 1.4; }

.contactus .tel:hover {
  color: currentColor; }

.contactus .email {
  color: #c1006d; }

.contactus .subtitle {
  font-family: "Officina Serif Black C";
  font-size: 6rem; }

.contactus .contacts {
  margin-top: 3rem; }

.mailus {
  margin-top: 10rem; }
  .mailus .subtitle {
    margin-top: 1rem;
    font-size: 1.8rem; }

.catalog-page h1 {
  color: #c1006d;
  font-family: "Officina Serif Black C";
  font-size: 7rem;
  line-height: 1;
  text-align: center; }

.catalog-page .menu {
  font-family: "Officina Serif Black C";
  font-size: 7rem;
  line-height: 1.1;
  text-transform: uppercase; }
  .catalog-page .menu a {
    color: #713a97;
    text-decoration: underline; }
    .catalog-page .menu a:hover {
      color: #9830e0; }
  .catalog-page .menu ul {
    display: flex;
    justify-content: center; }
    .catalog-page .menu ul li {
      margin: 0 2.7rem; }
      .catalog-page .menu ul li.active a, .catalog-page .menu ul li.active span {
        cursor: default;
        color: #c1006d;
        text-decoration: none; }
        .catalog-page .menu ul li.active a:hover, .catalog-page .menu ul li.active span:hover {
          text-decoration: none; }

.catalog-page .tabs {
  margin-top: 3rem;
  margin-bottom: 8px;
  position: relative; }
  .catalog-page .tabs:before {
    bottom: -40px;
    height: 40px;
    left: 0;
    top: auto; }
  .catalog-page .tabs .selectize-control.single .selectize-input:after,
  .catalog-page .tabs .ms-choice div:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAzklEQVQokZXRu05CQRSF4c+DHTRWROxseABuj2CrlGpvZ2IBgYaKxkDBA9DitfBW2lv5HDR2VhaakEnmmJMTILDK2bP/rH9m5/vicIBTnOPT5mljgl6COap4QXMLwC0O8BUgU3RQwesGoBPMkESD9yQOxqEWynhCbQ3gBoUIuBdpaa4zjd7QWqJwFwHh/R7TQZK7GBp1sY9nNOL5cUYhAB6yS4V+fS9f+QM/cfEIxfgLocFZtkGa3RXuQe0PIwzxuwqwDpKqlXCFy7zCf7AAbK4ka4fqFc0AAAAASUVORK5CYII="); }
  .catalog-page .tabs .ms-choice div.open:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5NzZFOThFMzRGQzExRTk4MzM1OEIzQjBDQjk4OTY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ5NzZFOThGMzRGQzExRTk4MzM1OEIzQjBDQjk4OTY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDk3NkU5OEMzNEZDMTFFOTgzMzU4QjNCMENCOTg5NjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDk3NkU5OEQzNEZDMTFFOTgzMzU4QjNCMENCOTg5NjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4arTVhAAABDklEQVR42myRT05CMRDGZwobTyDoATyAComnAJaGQxgTjIlbFxJJTFiwcskDBKP8WXIfNx5i/JX28R6VJl+/b/50Ztrq/c3oVkRewJ2IfsFiEpZGzu3Ed4UeoyYO+5fQOTwFnXKyJQW1sBvoFdYF+scX2WIwjToSMnRb5fiyUKgBrdFnJtrD8+5ijw9fCFUhMCGhbUcKsC7BNzgl9xEMvNOVhl6ALqgQnOVX0wJNaCO7CYQJpJ83cMmTzdm7FvwZuhVbXENLUEc/SJzAiiKajj2H/I/t3ojoE/oTXZNwhdf0p6r+GO9wUAq9sJCTwc/R7a8wMPnfthoO2X4vjemvdoIeot98AT38pX3LPwEGANL6Swm3YyXKAAAAAElFTkSuQmCC"); }

.catalog-page .tab-pane {
  padding-top: 1.7rem; }
  .catalog-page .tab-pane .input-field {
    margin-left: 2rem;
    margin-top: 0;
    margin-right: 3rem;
    flex-grow: 1;
    font-family: "Officina Serif Black C"; }
    .catalog-page .tab-pane .input-field label {
      font-size: 1.7rem;
      color: #3a3a3a; }
      .catalog-page .tab-pane .input-field label.helper-field {
        left: 3px;
        top: 0px; }
  .catalog-page .tab-pane .form-control {
    border: none;
    background: none;
    border-bottom: 2px solid #7e8083;
    font-family: "Officina Serif Black C";
    height: 40px;
    width: 100%; }
  .catalog-page .tab-pane .btn {
    margin-top: .8rem;
    height: 5rem;
    width: 8rem;
    font-size: 1.7rem;
    font-family: "Officina Serif Black C";
    border-radius: 8rem; }
    .catalog-page .tab-pane .btn:hover {
      background-color: #c1006d; }

.catalog-page .nav {
  border: 2px solid #c3c3c3;
  height: 6rem;
  border-radius: 6rem;
  font-family: "Officina Serif Black C";
  list-style: none;
  font-size: 3rem; }
  .catalog-page .nav-item {
    margin-bottom: 0;
    padding-left: 0;
    height: 5.6rem;
    display: flex;
    align-items: center; }
    .catalog-page .nav-item:before {
      display: none; }
  .catalog-page .nav-link {
    color: #919191;
    padding: .7rem 3.5rem;
    text-decoration: none;
    transition: color .3s; }
    .catalog-page .nav-link:hover {
      color: #713a97; }
    .catalog-page .nav-link.active {
      background-color: #c1006d;
      border-radius: 6rem;
      color: #fff;
      position: relative;
      top: -1px; }

.catalog-page #brand_tab,
.catalog-page #class_tab,
.catalog-page #model_tab {
  width: 18rem; }

.catalog-page #year_tab {
  width: 8rem; }

.catalog-page #engine_tab {
  width: 11rem; }

.catalog-page #body_tab {
  width: 16rem; }

.catalog-page .optional {
  font-size: 1.2rem;
  color: #7f7f7f;
  text-transform: none; }

.catalog-page .search-result {
  margin-top: 2.4rem; }
  .catalog-page .search-result-top {
    align-items: center;
    margin-top: 5.5rem;
    padding-bottom: 1rem; }
    .catalog-page .search-result-top .btn {
      background: none;
      font-family: "Officina Serif Black C";
      color: #000;
      display: flex;
      text-decoration: none;
      font-size: 1.7rem;
      border-radius: 5rem;
      border: 3px solid #c1006d;
      width: 31rem;
      height: 5rem;
      flex-shrink: 0;
      transition: .3s;
      letter-spacing: 0.05em; }
      .catalog-page .search-result-top .btn span {
        color: #ed1d24;
        margin-left: .5rem;
        text-transform: uppercase; }
      .catalog-page .search-result-top .btn:hover {
        background: #c1006d;
        color: #fff; }
        .catalog-page .search-result-top .btn:hover span {
          color: inherit; }
    .catalog-page .search-result-top .search-title {
      color: #000;
      flex-grow: 1;
      font-size: 3rem;
      text-align: left; }
  .catalog-page .search-result-table {
    background: #fff;
    margin-top: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
    width: 100%;
    color: #414141; }
    .catalog-page .search-result-table th {
      border-bottom: 2px solid #c1006d;
      color: #000;
      font-family: "Officina Serif Black C";
      font-size: 1.7rem;
      padding: 2.8rem 2.5rem 1.8rem 3rem;
      text-transform: uppercase;
      vertical-align: middle;
      white-space: nowrap; }
      .catalog-page .search-result-table th img {
        vertical-align: bottom; }
    .catalog-page .search-result-table tr td {
      transition: .3s;
      border-bottom: 1px solid #d2d5d6;
      padding: 1.2rem 0 1.2rem 2.8rem; }
      .catalog-page .search-result-table tr td a {
        color: #c1006d;
        display: block;
        margin: .2rem 0;
        text-decoration: underline; }
        .catalog-page .search-result-table tr td a:hover {
          text-decoration: none; }
      .catalog-page .search-result-table tr td h3 {
        color: #fff; }
    .catalog-page .search-result-table tr.model-title td {
      font-size: 1.7rem;
      background: #713a97 !important;
      padding: 1.2rem 3rem; }
    .catalog-page .search-result-table tr:hover td {
      background: #fde5d9; }
    .catalog-page .search-result-table h3 {
      font-family: "Officina Serif Book C";
      font-size: 1.7rem;
      font-weight: normal; }

.catalog-page .search-title {
  color: #000;
  font-family: "Officina Serif Black C";
  font-size: 4rem;
  text-align: center;
  text-transform: uppercase; }

.catalog-page .fotorama__thumb {
  background-color: #fff;
  display: flex; }
  .catalog-page .fotorama__thumb img {
    margin: auto;
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
    display: block; }

.catalog-page .btn-order {
  font-size: 2rem;
  font-family: "Officina Serif Black C";
  height: 5rem;
  border-radius: 5rem;
  margin-top: 1.5rem;
  width: 21rem; }
  .catalog-page .btn-order:hover {
    background-color: #c1006d;
    color: #fff;
    text-decoration: none; }

.catalog-page .dealers-data .search-title {
  color: #000;
  text-align: left; }

.catalog-page .dealers-data .search-result-table {
  font-size: 1.7rem; }
  .catalog-page .dealers-data .search-result-table tr th {
    border-bottom-width: 3px;
    color: #000;
    font-size: 2rem;
    font-weight: normal;
    padding-left: 2.8rem;
    padding-top: 2rem;
    text-transform: none; }
  .catalog-page .dealers-data .search-result-table tr td {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem; }

.catalog-page .dealers-data .btn-more {
  border-radius: 0;
  height: auto;
  margin-top: 0;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  width: 100% !important; }

.catalog-page .mailus {
  background-color: #fff;
  padding: 5.2rem 4rem 7.8rem;
  margin-top: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  .catalog-page .mailus .form {
    margin-top: .5rem; }
  .catalog-page .mailus .title {
    font-size: 4rem;
    color: #000;
    margin-bottom: 2.5rem; }
  .catalog-page .mailus .input-field {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.2rem; }
    .catalog-page .mailus .input-field label.helper-field {
      top: -9px; }
    .catalog-page .mailus .input-field textarea {
      border-bottom: none; }
  .catalog-page .mailus .btn {
    font-size: 2rem;
    margin-top: 0;
    height: 6rem;
    width: auto; }
    .catalog-page .mailus .btn:hover {
      background-color: #713a97; }

.nicescroll-cursors {
  border-radius: 7px !important;
  border: none !important;
  background: #c1006d !important;
  width: 7px !important;
  left: -4px; }

.nicescroll-rails {
  height: 100% !important;
  background: none;
  left: calc(100% - 14px) !important;
  width: 14px !important; }

.main .detail {
  background: #fff;
  padding: 3rem 4rem; }
  .main .detail__specification {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 1.5rem; }
  .main .detail__gallery {
    flex-shrink: 0;
    margin-right: 3rem;
    width: 235px; }
    .main .detail__gallery .fotorama__nav-wrap {
      margin-top: 7rem; }
  .main .detail__characteristics {
    flex-grow: 1;
    margin-left: 2rem; }
  .main .detail__plate {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 1.7rem;
    margin-bottom: 0; }
    .main .detail__plate:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .main .detail__head {
    font-family: "Officina Serif Black C";
    padding: 1.8rem 1.8rem 0 0;
    align-items: center; }
    .main .detail__head p {
      font-size: 1.4rem;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .main .detail__head a {
      color: #c1006d;
      font-family: Bender;
      text-decoration: underline; }
      .main .detail__head a:hover {
        text-decoration: none; }
    .main .detail__head .box-title {
      color: #000;
      font-size: 2rem;
      margin-right: 2rem !important;
      letter-spacing: .2rem; }
  .main .detail__body {
    font-family: Bender;
    font-size: 1.4rem;
    margin-top: .5rem; }
    .main .detail__body .column {
      flex-grow: 1;
      padding-left: 0;
      padding-right: 6rem; }
      .main .detail__body .column:last-child {
        padding-right: 0; }
      .main .detail__body .column .str {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem; }
      .main .detail__body .column .param-title {
        padding-right: 7rem; }

.inner .catalog-page .table-grid {
  margin-top: 3rem; }
  .inner .catalog-page .table-grid .model-title {
    cursor: pointer;
    background: #713a97 !important;
    padding-left: 7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    transition: background-color .3s; }
    .inner .catalog-page .table-grid .model-title:before {
      background: url("../images/arrow.png") no-repeat left top;
      background-position: left top;
      height: 30px;
      left: 28px;
      width: 30px;
      margin-top: -5px;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      transition: transform .3s; }
    .inner .catalog-page .table-grid .model-title:hover {
      background-color: #c1006d !important; }
      .inner .catalog-page .table-grid .model-title:hover:before {
        background-position: left -30px; }
    .inner .catalog-page .table-grid .model-title h3 {
      font-weight: normal;
      color: #fff !important;
      font-size: 1.7rem; }
    .inner .catalog-page .table-grid .model-title.arrow-down:before {
      transform: rotate(180deg);
      background-position: left -60px; }
    .inner .catalog-page .table-grid .model-title.arrow-down:hover {
      background-color: #713a97 !important; }
  .inner .catalog-page .table-grid .search-result-table {
    margin-top: 0;
    margin-bottom: 0; }
    .inner .catalog-page .table-grid .search-result-table tr th {
      color: #000;
      border-bottom-width: 2px; }
  .inner .catalog-page .table-grid .thYear,
  .inner .catalog-page .table-grid .tdYear {
    width: 9%; }
  .inner .catalog-page .table-grid .thEngineVol,
  .inner .catalog-page .table-grid .tdEngineVol {
    width: 7.5%; }
  .inner .catalog-page .table-grid .thEngineNo,
  .inner .catalog-page .table-grid .tdEngineNo {
    width: 7.5%; }
  .inner .catalog-page .table-grid .thBody,
  .inner .catalog-page .table-grid .tdBody {
    width: 10%; }
  .inner .catalog-page .table-grid .thParts,
  .inner .catalog-page .table-grid .tdParts {
    width: 8%; }

#modal-feedback line {
  stroke: #fff;
  stroke-width: 5; }

#modal-feedback .modal-dialog {
  max-width: 880px; }

#modal-feedback .modal-content {
  background: none;
  color: #fff; }

#modal-feedback .form-wrapper {
  padding-top: 3rem;
  padding-bottom: 7rem; }

#modal-feedback .title {
  color: #fff;
  font-family: "Officina Serif Black C";
  text-transform: uppercase;
  font-size: 5rem;
  text-align: center; }

#modal-feedback .subject {
  margin-top: 3rem; }
  #modal-feedback .subject p {
    font-size: 1.7rem;
    margin-bottom: 1rem; }

#modal-feedback .form {
  margin-top: 0; }
  #modal-feedback .form .form-control {
    width: 37rem; }
  #modal-feedback .form .textarea-field {
    margin-top: 2rem; }
    #modal-feedback .form .textarea-field .form-control {
      width: 100%; }

#modal-feedback .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

#modal-feedback .radio + label {
  font-size: 1.5rem;
  letter-spacing: .2rem;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  padding: 0 0 0 30px;
  position: relative; }

#modal-feedback .radio + label:before {
  background: none;
  border-radius: 50%;
  border: 3px solid #fff;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 20px; }

#modal-feedback .radio + label:after {
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 6px;
  position: absolute;
  top: 6px;
  transition: .2s;
  width: 8px; }

#modal-feedback .radio:checked + label:before {
  background: #713a97;
  border-color: #713a97; }

#modal-feedback .radio:checked + label:after {
  background-color: #fff;
  opacity: 1; }

#modal-feedback .close-modal {
  top: -20px;
  right: -230px; }

.flex-center, .pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center; }

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100% !important; }

.ms-choice {
  border: none;
  border-bottom: 2px solid #7f8184;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  line-height: 36px;
  color: #000;
  text-decoration: none;
  background: none;
  font-size: 1.4rem; }
  .ms-choice div:after {
    top: 13px; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  font-family: "Officina Serif Black C";
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.ms-choice > span.placeholder {
  color: #3a3a3a;
  font-family: "Officina Serif Black C";
  font-size: 1.5rem; }

.ms-choice > div {
  position: absolute;
  top: 2px;
  right: 0;
  width: 20px;
  height: 25px; }

.ms-drop {
  width: 140%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa; }

#year_tab .ms-drop {
  width: 150px; }

#body_tab .ms-drop {
  width: 200px; }

.ms-drop.bottom {
  top: 100%;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 12px 15px 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000; }

.ms-search input {
  background: url(../images/search.png) no-repeat right 10px center;
  width: 100%;
  height: auto !important;
  min-height: 35px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 14px;
  border: 1px solid #d4d4d4; }

.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.ms-drop ul {
  color: #2f2f2f;
  font-family: 'bender';
  font-size: 1.4rem;
  overflow: auto;
  margin: 0;
  padding: 5px 0 30px; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding-left: 16px !important;
  padding-right: 16px;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .ms-drop ul > li label {
    display: block;
    min-height: 35px; }
  .ms-drop ul > li:before {
    display: none !important; }

.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop input[type="checkbox"] {
  vertical-align: middle; }

.ms-drop .ms-no-results {
  display: none; }

.checkbox-tab .ms-drop li label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.checkbox-tab .ms-drop span {
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer; }

.checkbox-tab .ms-drop span:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #7f8184; }

.checkbox-tab .ms-drop li label input:checked + span:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAAAjUlEQVQokWP8//8/AxlAjoGB4SkDA8NfJjI0T2ZgYHgIxfwMIBeQgOf8RwW6lGieA/Y+mZrn////nxnZAJv///8H4tA8H5dmmAE2aJJEa4YZ4IdFEVGakb2Arvg2MZrRAxHdEIKascXCBlI0YzOA/////2+hmmcS0gzC2PICGwMDgwQDA8MjgomagYEBAD19HxkTqPmyAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #c1006d;
  border-color: #c1006d; }

.checkbox-tab .ms-drop li:hover span:before {
  border-color: #fff !important; }

.radio-tab .ms-drop li label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

.radio-tab .ms-drop span {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  cursor: pointer; }

.radio-tab .ms-drop span:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #7f8184;
  border-radius: 50%;
  transition: .3s; }

.radio-tab .ms-drop span:after {
  background: #fff;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 9px;
  top: 7px; }

.radio-tab .ms-drop li label input:checked + span:before {
  background-color: #c1006d;
  border-color: #c1006d; }

.radio-tab .ms-drop li:hover span:before {
  border-color: #fff !important; }

.ms-drop li {
  transition: .3s; }
  .ms-drop li label {
    padding: 7px 0; }
  .ms-drop li:hover {
    color: #fff;
    background: #713a97; }

.news h1 {
  color: #c1006d;
  font-family: "Officina Serif Black C";
  font-size: 10rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2; }

.news__list {
  grid-row-gap: 70px;
  grid-template-columns: repeat(3, 465px);
  justify-content: space-between;
  margin: 4.5rem 0;
  text-align: center; }

.news .new__link {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .news .new__link:hover {
    text-decoration: none; }
    .news .new__link:hover .new__pic img {
      transform: scale(1.1); }
    .news .new__link:hover .new__pic:after {
      border-color: #fff !important; }
    .news .new__link:hover .new__title {
      color: #713a97; }

.news .new__pic {
  overflow: hidden;
  padding: 3.5rem;
  width: 390px;
  position: relative; }
  .news .new__pic:after {
    transition: border-color .3s;
    width: 200px;
    height: 200px;
    border-radius: 0 200px 0 0;
    border-top: 35px solid #713a97;
    border-right: 35px solid #713a97;
    right: 0;
    top: 0; }
  .news .new__pic .inner {
    border-radius: 50%;
    overflow: hidden;
    width: 320px;
    position: relative; }
    .news .new__pic .inner:after {
      height: 50%;
      width: 100%;
      left: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent); }
  .news .new__pic img {
    display: block;
    transition: transform .3s; }

.news .new__title {
  font-family: "Officina Serif Black C";
  color: #c1006d;
  font-size: 3.5rem;
  margin-top: -9rem;
  position: relative;
  z-index: 1;
  transform: color .3s;
  text-transform: uppercase; }

.news .new__intro {
  color: #4a4a4a;
  font-family: "Officina Serif Book C";
  font-size: 2rem;
  padding-top: 1.5rem; }

.content .maintext {
  font-family: "Officina Serif Book C";
  font-size: 2rem;
  color: #2a2a2a;
  margin-top: 2.2rem; }
  .content .maintext h1, .content .maintext h2, .content .maintext h3, .content .maintext h4, .content .maintext h5, .content .maintext h6 {
    font-family: "Officina Serif Black C";
    color: #c1006d !important;
    font-weight: normal;
    margin-bottom: 3.5rem; }
  .content .maintext h1 {
    font-size: 5rem;
    text-transform: uppercase; }
  .content .maintext h2 {
    font-size: 4.5rem; }
  .content .maintext h3 {
    font-size: 4rem; }
  .content .maintext h4 {
    font-size: 3.5rem; }
  .content .maintext h5 {
    font-size: 3rem; }
  .content .maintext h6 {
    font-size: 2rem; }
  .content .maintext strong {
    font-family: "Officina Serif Black C";
    font-weight: normal; }
  .content .maintext a {
    text-decoration: underline; }
    .content .maintext a:hover {
      color: #c1006d;
      text-decoration: none; }
  .content .maintext ul {
    margin: 1.5rem 0; }
    .content .maintext ul li {
      padding-left: 35px;
      position: relative;
      margin: 10px 0; }
      .content .maintext ul li:before {
        background-color: #c1006d;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        left: 0;
        top: 8px; }
  .content .maintext ol {
    counter-reset: li;
    margin-left: 0;
    list-style: none; }
    .content .maintext ol > li {
      position: relative;
      padding-left: 30px;
      margin: 15px 0; }
      .content .maintext ol > li:before {
        font-family: "Officina Serif Black C";
        color: #c1006d;
        border-radius: 3.1rem;
        content: counter(li) ")";
        /* В качестве данных используем счетчик */
        counter-increment: li;
        /* Увеличиваем значение счетчика на 1 */
        /* Позиционируем и стилизируем цифры */
        position: absolute;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0px;
        left: 0;
        font-size: 20px;
        font-weight: 900; }
      .content .maintext ol > li ol {
        list-style-type: lower-alpha;
        margin-left: 18px; }
        .content .maintext ol > li ol li {
          padding-left: 10px; }
          .content .maintext ol > li ol li:before {
            display: none; }
  .content .maintext blockquote {
    margin-bottom: 4rem; }
    .content .maintext blockquote:after {
      bottom: -10px;
      transform: skewY(-0.45deg);
      transform-origin: 0 0; }
  .content .maintext div.table-responsive {
    overflow-x: auto; }
  .content .maintext table {
    background-color: #fff; }
    .content .maintext table tr .th,
    .content .maintext table tr th {
      border-bottom: 3px solid #c1006d;
      color: #000;
      font-family: "Officina Serif Black C";
      font-size: 2rem;
      font-weight: normal;
      line-height: 1.2;
      padding: 2rem 3rem;
      vertical-align: middle; }
    .content .maintext table tr td {
      border-bottom: 1px solid #dbdbdb;
      color: #373737;
      font-size: 1.7rem;
      padding: 1.2rem 3rem;
      vertical-align: middle; }
      .content .maintext table tr td strong {
        color: #000; }
    .content .maintext table tr:last-child td {
      border-bottom: none; }
  .content .maintext .table-shadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
  .content .maintext img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1600px) {
    .content .maintext h1 {
      font-size: 4.6rem; }
    .content .maintext h2 {
      font-size: 4.2rem; }
    .content .maintext h3 {
      font-size: 3.8rem; }
    .content .maintext h4 {
      font-size: 3.2rem; } }
  @media (max-width: 1200px) {
    .content .maintext h1 {
      font-size: 4.4rem; }
    .content .maintext h2 {
      font-size: 4rem; }
    .content .maintext h3 {
      font-size: 3.6rem; }
    .content .maintext h4 {
      font-size: 3rem; } }
  @media (max-width: 991px) {
    .content .maintext {
      font-size: 1.8rem; }
      .content .maintext h1 {
        font-size: 4.2rem; }
      .content .maintext h2 {
        font-size: 3.8rem; }
      .content .maintext h3 {
        font-size: 3.5rem; }
      .content .maintext h4 {
        font-size: 2.8rem; }
      .content .maintext img {
        float: none !important;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 560px) {
    .content .maintext blockquote {
      padding-left: 2.6rem;
      text-align: center; } }

.inner-news .side-panel {
  margin-top: 3.2rem; }

.justifyleft {
  text-align: left !important; }

.justifyright {
  text-align: right !important; }

.justifycenter {
  text-align: center !important; }

.justifyfull {
  text-align: justify !important; }

img.justifyleft, table.justifyleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 15px; }

img.justifyright, table.justifyright {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px; }

img.justifycenter, table.justifycenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.inner-certificats .main .content .maintext h1 {
  text-align: center;
  font-size: 8rem; }

.inner-certificats .main .content .maintext .subtitle {
  color: #505050;
  font-size: 2.4rem; }

.inner-certificats .main .content .maintext .title {
  font-size: 3.5rem;
  font-family: "Officina Serif Black C";
  color: #000;
  margin-bottom: 2rem; }

@media (max-width: 1600px) {
  .inner-certificats .main .content .maintext h1 {
    font-size: 6rem; }
  .inner-certificats .main .content .maintext .subtitle {
    font-size: 2.2rem; } }

@media (max-width: 991px) {
  .inner-certificats .main .content .maintext h1 {
    font-size: 5rem; }
  .inner-certificats .main .content .maintext .subtitle {
    font-size: 2rem; } }

@media (max-width: 767px) {
  .inner-certificats .main .content .maintext h1 {
    font-size: 4rem; }
  .inner-certificats .main .content .maintext .subtitle {
    font-size: 1.8rem; } }

@media (max-width: 450px) {
  .inner-certificats .main .content .maintext .title {
    text-align: center; } }

@media (max-width: 560px) {
  .inner-certificats .content .row > div {
    padding-left: 0;
    padding-right: 0; } }

#sertificats-carousel {
  margin-left: 14rem;
  margin-right: 14rem; }
  @media (max-width: 1800px) {
    #sertificats-carousel {
      margin-left: 0;
      margin-right: 0; } }

.inner-materialreports .maintext {
  color: #505050; }
  .inner-materialreports .maintext h1 {
    font-size: 8rem;
    text-align: center; }
  .inner-materialreports .maintext .subtitle {
    font-size: 2.4rem; }
  .inner-materialreports .maintext figure img {
    margin: 0; }
  .inner-materialreports .maintext figure figcaption {
    margin-left: 2.5rem; }

.inner-materialreports .groups {
  margin-top: 11rem; }
  .inner-materialreports .groups .title {
    font-family: "Officina Serif Black C";
    font-size: 4rem;
    color: #c1006d;
    line-height: 1.2;
    text-transform: uppercase; }
  .inner-materialreports .groups img {
    max-width: 100%; }
  .inner-materialreports .groups .group__item {
    text-align: center; }
  .inner-materialreports .groups .group__title {
    color: #000;
    font-family: "Officina Serif Black C";
    font-size: 2.5rem;
    margin-top: 2rem;
    text-align: center;
    text-transform: uppercase; }

.inner-materialreports .reports {
  margin-top: 10.5rem; }
  .inner-materialreports .reports h1,
  .inner-materialreports .reports .title {
    font-family: "Officina Serif Black C";
    text-transform: uppercase;
    line-height: 1.1;
    color: #000;
    text-align: center;
    font-size: 6rem; }
  .inner-materialreports .reports .listarticles {
    grid-template-columns: repeat(5, 210px);
    grid-column-gap: 1.5rem;
    margin-top: 5rem; }
  .inner-materialreports .reports .report__item .more {
    text-align: center; }
  .inner-materialreports .reports .report__item .btn {
    border-radius: 4rem;
    color: #fff !important;
    display: flex;
    font-size: 2rem;
    height: 4rem;
    justify-content: center;
    margin: 1.5rem auto 0;
    padding: 0;
    width: 12rem; }
  .inner-materialreports .reports .report__pic {
    min-height: 26rem; }
    .inner-materialreports .reports .report__pic img {
      max-width: 100%; }
  .inner-materialreports .reports .report__title {
    font-size: 2.5rem;
    margin-top: 3rem; }

.characteristics {
  grid-template-columns: repeat(3, minmax(360px, 1fr));
  grid-column-gap: 20px;
  margin-top: 5rem; }
  .characteristics .characteristic__title {
    color: #000;
    font-family: "Officina Serif Black C";
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 2.5rem; }

.inner-about.inner .header .navmenu li.active a, .inner-about.inner .header .navmenu li.active span {
  color: #fff !important; }

.inner-about .submenu li.active {
  color: #fff; }
  .inner-about .submenu li.active a, .inner-about .submenu li.active span {
    cursor: default; }
    .inner-about .submenu li.active a:hover, .inner-about .submenu li.active span:hover {
      color: #fff !important; }

.inner-about .main {
  color: #3a3a3a;
  font-family: "Officina Serif Book C";
  font-size: 2.4rem; }
  .inner-about .main .submenu {
    margin-bottom: 6rem; }
  .inner-about .main .content h1 {
    color: #fff;
    font-family: "Officina Serif Black C";
    font-size: 10rem;
    line-height: 1.2; }
  .inner-about .main .content .subtitle {
    color: #000;
    font-family: "Officina Serif Black C";
    font-size: 6rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.2; }
  .inner-about .main .content p {
    margin: 2.5rem 0; }
  .inner-about .main .mainpic {
    display: block;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
    .inner-about .main .mainpic img {
      display: block;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }

.inner-about .about {
  margin-top: 4rem; }
  .inner-about .about__show {
    color: #922eb4;
    font-family: "Officina Serif Black C";
    font-size: 6rem;
    line-height: 1.2; }
  .inner-about .about__sign {
    color: #484848; }

.inner-about .advantages {
  background: url(../images/advantage-bg.png) no-repeat center top 110px;
  margin-top: 4rem;
  padding-bottom: 12rem; }
  .inner-about .advantages .advantage__item {
    text-align: center; }
    .inner-about .advantages .advantage__item-1 {
      margin-top: 12rem; }
    .inner-about .advantages .advantage__item-2 {
      margin-top: 6rem; }
    .inner-about .advantages .advantage__item-4 {
      margin-top: 6rem; }
    .inner-about .advantages .advantage__item-5 {
      margin-top: 12rem; }
  .inner-about .advantages .advantage__title {
    font-family: "Officina Serif Black C";
    color: #000;
    line-height: 1.3;
    font-size: 2.2rem;
    margin-top: 4rem;
    text-transform: uppercase; }

.inner-about #history-carousel {
  width: 425px; }
  .inner-about #history-carousel .slick-arrow {
    background: none;
    border-radius: 50%;
    border: 1px solid #c1006d;
    cursor: pointer;
    height: 61px;
    left: 5px;
    position: relative;
    transition: .3s;
    width: 61px;
    z-index: 99; }
    .inner-about #history-carousel .slick-arrow:before {
      width: 37px;
      height: 20px;
      background-image: url("../images/arrow_top.png");
      background-position: center;
      background-repeat: no-repeat;
      transition: filter .3s;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .inner-about #history-carousel .slick-arrow:hover {
      background-color: #c1006d; }
      .inner-about #history-carousel .slick-arrow:hover:before {
        filter: grayscale(1) brightness(3); }
  .inner-about #history-carousel .slick-prev {
    top: -42px; }
  .inner-about #history-carousel .slick-next {
    transform: rotate(180deg);
    bottom: -50px; }
    .inner-about #history-carousel .slick-next:before {
      top: 45%; }

.inner-about .history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 92rem;
  padding: 13rem 0 12rem; }
  .inner-about .history__box {
    height: 230px; }
  .inner-about .history .title {
    color: #c1006d;
    font-family: "Officina Serif Black C";
    font-size: 8rem;
    line-height: 1.1;
    text-transform: uppercase; }
  .inner-about .history .brake {
    margin-left: 3.5rem;
    position: relative;
    width: 630px;
    height: 630px; }
    .inner-about .history .brake .active-dot,
    .inner-about .history .brake .violet-dot {
      border-radius: 50%;
      border: none;
      height: 42px;
      position: absolute;
      width: 42px; }
    .inner-about .history .brake .active-dot {
      height: 43px;
      width: 43px; }
    .inner-about .history .brake .violet-dot {
      background-color: #713a97;
      z-index: 99;
      cursor: pointer;
      transition: background-color .3s; }
      .inner-about .history .brake .violet-dot:hover {
        background-color: #c1006d; }
      .inner-about .history .brake .violet-dot.dot-0 {
        left: 24px;
        top: 230px; }
      .inner-about .history .brake .violet-dot.dot-1 {
        left: 21px;
        top: 343px; }
      .inner-about .history .brake .violet-dot.dot-2 {
        left: 57px;
        top: 437px; }
      .inner-about .history .brake .violet-dot.dot-3 {
        left: 120px;
        top: 510px; }
      .inner-about .history .brake .violet-dot.dot-4 {
        left: 205px;
        top: 557px; }
      .inner-about .history .brake .violet-dot.dot-5 {
        left: 300px;
        top: 571px; }
      .inner-about .history .brake .violet-dot.dot-6 {
        left: 396px;
        top: 552px; }
    .inner-about .history .brake .active-dot {
      background-color: #c1006d;
      left: 24px;
      top: 230px;
      z-index: 100; }
    .inner-about .history .brake .disc-rotate {
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      transition-timing-function: cubic-bezier(0.07, 0.12, 0.28, 1.15);
      transition: .5s; }
      .inner-about .history .brake .disc-rotate.rotate-0 {
        transform: rotate(0deg); }
      .inner-about .history .brake .disc-rotate.rotate-1 {
        transform: rotate(23.5deg); }
      .inner-about .history .brake .disc-rotate.rotate-2 {
        transform: rotate(44.5deg); }
      .inner-about .history .brake .disc-rotate.rotate-3 {
        transform: rotate(64.5deg); }
      .inner-about .history .brake .disc-rotate.rotate-4 {
        transform: rotate(84.5deg); }
      .inner-about .history .brake .disc-rotate.rotate-5 {
        transform: rotate(104.5deg); }
      .inner-about .history .brake .disc-rotate.rotate-6 {
        transform: rotate(125deg); }
  .inner-about .history__carousel {
    margin-left: 7rem; }
  .inner-about .history__year {
    color: #c1006d;
    font-size: 8rem;
    font-family: "Officina Serif Black C";
    line-height: 1.2;
    text-transform: uppercase; }
  .inner-about .history__title {
    color: #fff;
    font-family: "Officina Serif Black C";
    font-size: 3rem;
    line-height: 1.2; }
  .inner-about .history__desc {
    color: #bababa;
    font-family: "Officina Serif Book C";
    font-size: 2.2rem;
    margin-top: 1.5rem; }

.inner-about .coverage {
  padding-top: 16rem;
  padding-bottom: 21rem; }
  .inner-about .coverage .title {
    color: #c1006d;
    font-family: "Officina Serif Black C";
    font-size: 10rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase; }
  .inner-about .coverage__labels {
    margin-top: 3rem; }
  .inner-about .coverage .label__item {
    align-items: center;
    display: flex;
    font-family: "Officina Serif Black C";
    font-size: 2rem;
    margin: 0 1.2rem;
    text-transform: uppercase; }
    .inner-about .coverage .label__item img {
      display: block;
      margin-right: 1.2rem;
      max-width: 100%;
      height: auto; }
  .inner-about .coverage picture,
  .inner-about .coverage img {
    display: block;
    max-width: 100%; }
  .inner-about .coverage .listcoverage {
    margin-top: 5.5rem; }

.inner-about .footer {
  padding: 0;
  margin-top: -8rem; }

.inner-catalog #service-center {
  padding-top: 4.5rem; }
  .inner-catalog #service-center h2 {
    font-size: 5rem;
    font-family: 'Officina Serif Black C';
    line-height: 1.1;
    color: #000;
    margin-bottom: 1.4rem; }
  .inner-catalog #service-center .text {
    font-size: 2rem;
    margin-left: 6rem; }
  .inner-catalog #service-center .about {
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    margin-top: 4rem; }
    .inner-catalog #service-center .about__cell {
      display: flex;
      align-items: center; }
    .inner-catalog #service-center .about__title {
      color: #000;
      font-family: "Officina Serif Black C";
      font-size: 1.8rem;
      line-height: 1.4;
      padding-left: 17px;
      text-transform: uppercase; }
    .inner-catalog #service-center .about__icon {
      flex-shrink: 0;
      text-align: center;
      width: 78px; }

.inner-catalog #map,.inner-catalog #dealer_map {
  box-shadow: 0 0 40px rgba(38, 46, 56, 0.3);
  height: 870px;
  margin-top: 4.5rem; }

.inner-catalog .map {
  position: relative; }
  .inner-catalog .map .service-centers {
    left: 50%;
    position: absolute;
    top: 60px;
    z-index: 100;
    margin-left: -42%; }

.inner-catalog .nicescroll-box {
  overflow: auto;
  height: 605px; }

.inner-catalog .list-scroll {
  border-top: 3px solid #c1006d;
  padding-top: .6rem; }

.inner-catalog .nicescroll-rails {
  background: #d9d9d9;
  border-radius: 7px;
  left: calc(100% - 30px) !important;
  width: 10px !important; }

.inner-catalog .nicescroll-cursors {
  left: 0 !important;
  width: 10px !important; }
  .inner-catalog .nicescroll-cursors:hover {
    background-color: #713a97 !important; }

.gm-style-iw-d .title,
.gm-style-iw-d .tel {
  font-size: 15px;
  font-family: 'Officina Serif Black C'; }

.gm-style-iw-d .desc {
  font-family: 'Officina Serif Book C';
  margin: 10px 0; }

.gm-style .gm-style-iw {
  padding: 0; }

.gm-style .gm-style-iw-t::after {
  background: none;
  box-shadow: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
  transform: translate(-50%, 0%); }

.gm-style .gm-style-iw-c {
  background: none;
  border-radius: 0;
  color: #fff;
  padding-right: 14px !important;
  padding-top: 14px !important;
  box-shadow: none; }
  .gm-style .gm-style-iw-c button {
    background-color: #c1006d !important;
    border-radius: 50%;
    height: 31px !important;
    opacity: 1 !important;
    right: 0 !important;
    top: 0 !important;
    width: 31px !important;
    transition: background-color .3s; }
    .gm-style .gm-style-iw-c button img {
      filter: invert(1);
      transform: scale(1.6); }
    .gm-style .gm-style-iw-c button:hover {
      background-color: #ff1521 !important; }

.gm-style .gm-style-iw-d {
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden !important;
  padding: 17px; }

.service-centers {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 30px;
  width: 640px; }
  .service-centers .title {
    color: #000;
    font-family: 'Officina Serif Black C';
    font-size: 4rem;
    padding: 1.9rem 3rem 1.3rem;
    text-transform: uppercase; }
  .service-centers .service__item a {
    background-image: url(../images/service-balloon.png);
    background-position: 30px 28px;
    background-repeat: no-repeat;
    color: #373737;
    display: block;
    font-size: 1.7rem;
    min-height: 110px;
    padding: 25px 50px 0 75px; }
    .service-centers .service__item a:hover {
      background-color: #e8dfee;
      text-decoration: none; }
      .service-centers .service__item a:hover .service__title {
        color: #c1006d; }
  .service-centers .service__item-wrapper {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px; }
  .service-centers .service__item:last-child .service__item-wrapper {
    border-bottom: none; }
  .service-centers .service__title {
    color: #713a97;
    font-size: 1.7rem;
    font-family: 'Officina Serif Black SCC'; }
  .service-centers .service__tel {
    font-family: 'Officina Serif Black SCC'; }

.inner-testreport-article .content .maintext {
  font-size: 1.7rem; }
  .inner-testreport-article .content .maintext img {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block; }
    .inner-testreport-article .content .maintext img.shadow {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      margin: 3rem 0; }
    .inner-testreport-article .content .maintext img.inline {
      display: inline-block;
      margin: -6px 0 0; }
  .inner-testreport-article .content .maintext h2, .inner-testreport-article .content .maintext h3, .inner-testreport-article .content .maintext h4, .inner-testreport-article .content .maintext h5, .inner-testreport-article .content .maintext h6 {
    color: #000 !important; }
    .inner-testreport-article .content .maintext h2.orange, .inner-testreport-article .content .maintext h3.orange, .inner-testreport-article .content .maintext h4.orange, .inner-testreport-article .content .maintext h5.orange, .inner-testreport-article .content .maintext h6.orange {
      color: #c1006d !important; }
  .inner-testreport-article .content .maintext .gray {
    color: #303030 !important;
    font-size: 2.5rem;
    font-family: "Officina Serif Book C"; }
    .inner-testreport-article .content .maintext .gray + .dot-orange {
      margin-top: -2rem;
      margin-bottom: 3rem; }
  .inner-testreport-article .content .maintext .dot-orange {
    position: relative;
    padding-left: 27px; }
    .inner-testreport-article .content .maintext .dot-orange:before {
      background-color: #c1006d;
      border-radius: 50%;
      height: 12px;
      left: 1px;
      top: 5px;
      width: 12px; }
  .inner-testreport-article .content .maintext .params {
    font-family: "Officina Serif Black SCC"; }
    .inner-testreport-article .content .maintext .params p {
      margin: .5rem 0; }
    .inner-testreport-article .content .maintext .params .value {
      font-family: "Officina Serif Book C"; }
    .inner-testreport-article .content .maintext .params .title {
      font-size: 2.5rem;
      color: #303030 !important; }
  .inner-testreport-article .content .maintext div.table-responsive {
    margin-bottom: 1rem;
    overflow: auto;
    max-width: 100%; }
  .inner-testreport-article .content .maintext table {
    width: 100%; }
    .inner-testreport-article .content .maintext table tr th,
    .inner-testreport-article .content .maintext table tr td {
      padding-left: 1rem;
      padding-right: 1rem;
      line-height: 1.2; }
  .inner-testreport-article .content .maintext .box-white {
    background-color: #fff;
    padding: 4rem; }
  .inner-testreport-article .content .maintext .box-orange {
    background-color: #c1006d;
    color: #fff;
    padding: 2rem 2.8rem; }
    .inner-testreport-article .content .maintext .box-orange h4,
    .inner-testreport-article .content .maintext .box-orange h5 {
      color: #fff !important;
      margin: 1.5rem 0; }
    .inner-testreport-article .content .maintext .box-orange table {
      background-color: transparent; }
      .inner-testreport-article .content .maintext .box-orange table td {
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: #fff;
        border-bottom-color: #f69565; }
        .inner-testreport-article .content .maintext .box-orange table td strong {
          color: currentColor; }
  .inner-testreport-article .content .maintext .tr-orange > td {
    border-bottom-color: transparent; }
  .inner-testreport-article .content .maintext .tr-orange td {
    color: #fff !important;
    background-color: #c1006d; }
    .inner-testreport-article .content .maintext .tr-orange td strong {
      color: currentColor; }
    .inner-testreport-article .content .maintext .tr-orange td.td-top {
      vertical-align: top; }
  .inner-testreport-article .content .maintext .tr-orange h4,
  .inner-testreport-article .content .maintext .tr-orange h5 {
    color: #fff !important;
    margin: 1.5rem 0; }
  .inner-testreport-article .content .maintext h5 + table,
  .inner-testreport-article .content .maintext h5 + div.table-responsive {
    margin-top: -2rem;
    margin-bottom: 2.5rem; }
  .inner-testreport-article .content .maintext .fsize15 th, .inner-testreport-article .content .maintext .fsize15 .th, .inner-testreport-article .content .maintext .fsize15 td {
    font-size: 1.5rem; }
  .inner-testreport-article .content .maintext .fsize16 th, .inner-testreport-article .content .maintext .fsize16 .th {
    font-size: 1.6rem; }
  .inner-testreport-article .content .maintext .subtitle {
    font-size: 2.5rem;
    font-family: "Officina Serif Book C";
    margin-top: -2rem; }
    .inner-testreport-article .content .maintext .subtitle.row {
      margin-bottom: 2rem; }
  .inner-testreport-article .content .maintext .row {
    margin-bottom: 0; }
  .inner-testreport-article .content .maintext .warm {
    color: #1b973e; }
  .inner-testreport-article .content .maintext .cool {
    color: #d40000; }
  .inner-testreport-article .content .maintext .thjoin {
    min-width: 18rem; }
    .inner-testreport-article .content .maintext .thjoin span {
      margin-top: .5rem;
      padding-right: 1.5rem; }

.inner-testreport-article .offers .pic {
  min-height: 125px; }

.inner-testreport-article .offers__item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .inner-testreport-article .offers__item img {
    margin-left: auto !important;
    margin-right: auto !important; }

@media (max-width: 1600px) {
  .inner-testreport-article .content .maintext .subtitle {
    font-size: 2rem; }
  .inner-testreport-article .content .maintext .gray {
    font-size: 2.1rem; }
  .inner-testreport-article .content .maintext h5 {
    font-size: 2.4rem; } }

@media (max-width: 1400px) {
  .offers {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991px) {
  .inner-testreport-article .offers__item {
    padding: 1.5rem 0;
    width: 33.3%; }
  .inner-testreport-article .content .maintext .subtitle {
    font-size: 1.8rem; } }

@media (max-width: 767px) {
  .inner-testreport-article .offers__item {
    padding: 1.5rem 0;
    width: 50%; } }

@media (max-width: 700px) {
  .inner-testreport-article .content .maintext .subtitle {
    font-size: 1.7rem;
    text-align: center; } }

@media (max-width: 576px) {
  .inner-testreport-article .offers__item {
    padding: 1.5rem 0;
    width: 100%; } }

/* =mobile-menu
---------------------------*/
.show-sm,
.close-menu {
  display: none; }

/* =/mobile-menu
---------------------------*/
/* =mobile-menu
---------------------------*/
.close-menu {
  display: none; }

/* =/mobile-menu
---------------------------*/
@media (max-width: 767px) {
  .subnav {
    display: none; }
  .navmenu {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    min-height: 656px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    right: -300px;
    top: 0;
    transition: .3s;
    width: 300px;
    z-index: -1; }
    .navmenu__inner {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 300px;
      transition: .3s;
      overflow: auto;
      height: 100%; }
    .navmenu a,
    .navmenu span {
      font-weight: normal; }
  .mainnav {
    margin-left: 0;
    overflow: hidden;
    padding: 7px 0 0; }
    .mainnav li span {
      border-bottom: none !important; }
  .show-sm {
    display: block;
    text-align: left; }
  .o-menu .navmenu {
    background: #0563bf;
    z-index: 500;
    right: 0; }
  .o-menu .close-menu {
    display: block; }
  .o-menu .mobinfo {
    padding-left: 1rem; }
    .o-menu .mobinfo a {
      color: #fff;
      display: block;
      margin: 1.8rem;
      text-decoration: none; }
      .o-menu .mobinfo a:hover {
        text-decoration: underline; }
  .o-menu .show-sm {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 3rem; }
    .o-menu .show-sm a {
      color: #fff;
      display: block;
      margin: 1.8rem 0;
      text-decoration: none;
      border-bottom: none !important; }
      .o-menu .show-sm a:hover {
        text-decoration: underline; }
  #navbar {
    background-color: #0563bf; }
    #navbar a {
      border-bottom: none !important;
      font-size: 18px;
      font-weight: 400; }
      #navbar a:hover {
        text-decoration: none; }
    #navbar .container {
      padding: 0; }
    #navbar ul.nav {
      background: none;
      display: block;
      font-size: 15px;
      margin-top: 0;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
      #navbar ul.nav > li.active > a {
        text-decoration: underline; }
      #navbar ul.nav li {
        padding: 0;
        border-bottom: 1px solid #fff; }
        #navbar ul.nav li a, #navbar ul.nav li span {
          color: #fff;
          display: block;
          height: auto;
          line-height: normal;
          padding: 18px 0 18px 10px;
          text-decoration: none;
          text-transform: none; }
          #navbar ul.nav li a:hover, #navbar ul.nav li span:hover {
            color: #fff; }
          #navbar ul.nav li a:before, #navbar ul.nav li span:before {
            display: none !important; }
        #navbar ul.nav li.active, #navbar ul.nav li:hover {
          border-bottom: 1px solid #fff;
          color: #fff; }
          #navbar ul.nav li.active a, #navbar ul.nav li.active span, #navbar ul.nav li:hover a, #navbar ul.nav li:hover span {
            background: none; }
        #navbar ul.nav li.active a:hover {
          color: #fff; }
    #navbar .nav-tabs > li {
      margin: 0; } }

.panelbase, .apanel {
  position: fixed;
  min-height: 656px;
  overflow: hidden;
  height: 100%;
  top: 0; }

.apanel {
  color: #000;
  letter-spacing: .1em;
  max-width: 100%;
  position: fixed;
  transition: .3s;
  width: 100%;
  z-index: -1; }
  .apanel__inner {
    right: -100%;
    transition: .3s; }
  .apanel .close-menu {
    display: block;
    height: 28px;
    left: 13px;
    position: absolute;
    top: 12px;
    transform: none;
    width: 28px;
    z-index: 999; }
  .apanel.open {
    right: 0;
    z-index: 500; }
    .apanel.open .apanel__inner {
      right: 0; }
  .apanel a {
    font-weight: 700;
    color: #000;
    text-decoration: none; }
    .apanel a:hover {
      color: #000; }
  .apanel .top {
    text-align: center;
    margin-bottom: 3rem;
    position: relative; }
    .apanel .top .btn-callback {
      font-family: "Officina Serif Black SCC";
      position: absolute;
      right: 1rem;
      top: .7rem; }
  .apanel__inner {
    background: #c1006d;
    bottom: 0;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%; }
  .apanel .logo {
    padding-top: .3rem; }
  .apanel__body {
    height: 100%;
    overflow: hidden;
    padding-top: 2px;
    position: relative; }
    .apanel__body:before {
      right: 0;
      top: 4px;
      width: 261px;
      z-index: 999; }
  .apanel ul {
    list-style: none;
    text-transform: uppercase;
    font-family: 'Officina Serif Black SCC';
    text-align: center; }
    .apanel ul li {
      position: relative;
      margin: 2.4rem 0; }
      .apanel ul li a,
      .apanel ul li span {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        line-height: 1;
        text-decoration: underline; }
        .apanel ul li a:hover,
        .apanel ul li span:hover {
          text-decoration: none; }
      .apanel ul li a {
        display: block; }
  .apanel .nav {
    font-size: 2.5rem;
    font-weight: 700;
    justify-content: center; }
  .apanel .yourcountry {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px;
    color: #fff; }
    .apanel .yourcountry .title {
      font-family: "Officina Serif Black C";
      font-size: 3rem;
      padding-bottom: 1rem; }
    .apanel .yourcountry .selectize-control.single .selectize-input:after, .apanel .yourcountry .ms-choice div:after {
      filter: brightness(10) !important; }
    .apanel .yourcountry .selectize-input > input {
      color: #fff; }
      .apanel .yourcountry .selectize-input > input::-webkit-input-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input::-moz-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input:-ms-input-placeholder {
        color: #fff; }
      .apanel .yourcountry .selectize-input > input:focus::-webkit-input-placeholder {
        transition: line-height 0.5s ease; }
      .apanel .yourcountry .selectize-input > input:focus::-moz-placeholder {
        transition: line-height 0.5s ease; }
      .apanel .yourcountry .selectize-input > input:focus:-ms-input-placeholder {
        transition: line-height 0.5s ease; }
    .apanel .yourcountry .selectize-input > .item,
    .apanel .yourcountry .selectize-input > input {
      font-family: "Officina Serif Black C"; }

@media (min-width: 651px) {
  .apanel {
    display: none !important; } }

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .homepage {
    min-height: 100vh; }
    .homepage .main {
      padding-top: 13rem; }
    .homepage .footer {
      margin-top: 6rem; }
  .close-modal {
    right: auto; }
  #modal-callback .close-modal {
    right: 0; }
  #modal-callback .form .col,
  #modal-feedback .form .col {
    flex-grow: 1;
    width: 450px; }
  #modal-callback .form .input-field input.form-control, .mailus .form .input-field input.form-control {
    width: 42rem; }
  .listproducts {
    flex-wrap: wrap; }
    .listproducts .product__item {
      margin-bottom: 2rem;
      width: 30rem; }
  .listarticles {
    flex-wrap: wrap;
    justify-content: flex-start !important; }
    .listarticles .report__item {
      margin-bottom: 7rem;
      width: 480px; }
  .inner-testreport-article .offers {
    flex-wrap: wrap; }
    .inner-testreport-article .offers__item {
      width: 155px; }
  .inner-subproducts .block-2,
  .inner-subproducts .block-3 {
    padding-top: 14rem; }
  .inner-subproducts .block-4,
  .inner-subproducts .block-5 {
    padding-top: 6rem; }
  .inner-subproducts .block-6,
  .inner-subproducts .block-7,
  .inner-subproducts .block-8,
  .inner-subproducts .block-9,
  .inner-subproducts .block-10 {
    padding-top: 10rem; }
  .news__list {
    display: flex;
    flex-wrap: wrap; }
  .news__item {
    margin-bottom: 3rem;
    width: 465px; }
  .news .new__link {
    display: block; }
  .inner-materialreports .reports .listarticles {
    justify-content: center !important; } }

@media (max-height: 600px) {
  .modal-menu .container {
    min-height: 100vh;
    height: auto; } }

@media (max-width: 1900px) {
  .header__left, .header__right {
    width: calc(50% - 300px); } }

@media (max-width: 1800px) {
  .header__left, .header__right {
    width: calc(50% - 260px); } }

@media (max-width: 1750px) {
  .header {
    padding-right: 5rem; }
    .header .navmenu {
      font-size: 1.8rem; }
    .header__left {
      width: 530px; }
    .header__right {
      width: 530px; } }

@media (max-width: 1680px) {
  .header {
    padding-left: 4rem;
    padding-right: 4rem; }
    .header__center img {
      width: 350px; }
    .header .navmenu li {
      margin-right: 4rem; }
    .header__left, .header__right {
      width: 500px; }
  .extra-toggle-wrapper {
    margin-right: 3.5rem; }
  .btn-callback {
    width: 135px; }
  .footer .copyright {
    font-size: 1.4rem; } }

@media (max-width: 1500px) {
  .modal-menu .menu .title,
  .modal-menu .menu dt {
    font-size: 2.8rem; }
  .modal-menu .contacts .title {
    font-size: 5rem; }
  .modal-menu .contacts .cell__geo {
    font-size: 2.2rem; }
  .modal-menu .contacts .cell__tel {
    font-size: 3.2rem; }
  .modal-menu .contacts .cell__mail {
    font-size: 3rem; }
  .header {
    padding-left: 3rem;
    padding-right: 3rem; }
    .header .navmenu li {
      margin-right: 2.5rem; }
    .header__left, .header__right {
      width: 450px; } }

@media (max-width: 1450px) {
  .header__center img {
    width: 270px; }
  .modal-menu .container .col-join {
    flex-grow: 1; }
    .modal-menu .container .col-join .d-flex {
      display: block !important; }
    .modal-menu .container .col-join .title {
      margin-bottom: 1rem; } }

@media (max-width: 1400px) {
  .header .nav {
    display: none !important; }
  .extra-toggle-wrapper {
    cursor: pointer; }
  .extra-toggle-inner {
    display: flex;
    align-items: center;
    font-size: 1.8rem; }
    .extra-toggle-inner .extra-title {
      display: block;
      border-bottom: 3px solid #c1006d; }
  .extra-toggle {
    margin-right: 1rem; }
  #modal-callback .container {
    max-width: 1000px; }
  #modal-callback .title {
    font-size: 7rem; }
  #modal-callback .subtitle {
    font-size: 1.6rem; }
  #modal-callback .form .input-field input.form-control,
  #modal-callback .select-wrapper {
    width: 28rem; } }

@media (max-width: 1366px) and (max-height: 768px) {
  .modal-menu .menu {
    padding-top: 5rem; } }

@media (max-width: 1280px) and (max-height: 800px) {
  .modal-menu .menu {
    padding-top: 9rem; } }

@media (max-width: 1250px) {
  .header__left, .header__right {
    width: 15rem; }
  .header__right {
    margin-top: 4.4rem; }
  .modal-menu .menu .title,
  .modal-menu .menu dt {
    font-size: 2.6rem; }
  .modal-menu .contacts .title {
    font-size: 4.8rem; }
  .modal-menu .contacts .cell__geo {
    font-size: 2rem; }
  .modal-menu .contacts .cell__tel {
    font-size: 3rem; }
  .modal-menu .contacts .cell__mail {
    font-size: 2.8rem; }
  .modal-menu .icon-balloon {
    padding-left: 70px; }
    .modal-menu .icon-balloon:before {
      transform: scale(0.7); }
  .modal-menu .icon-tel {
    padding-left: 60px; }
    .modal-menu .icon-tel:before {
      transform: scale(0.7); }
  .modal-menu .icon-mail {
    padding-left: 85px; }
    .modal-menu .icon-mail:before {
      transform: scale(0.7); }
  .btn-callback {
    font-size: 1.4rem;
    height: 4rem;
    margin-right: -2rem;
    width: 11rem; }
  .footer .copyright {
    padding-left: 2rem; }
  .footer .lang {
    margin-right: 0; } }

@media (max-width: 1180px) {
  .header__left,
  .inner .header__left {
    margin-top: 2rem; }
  .header__right,
  .inner .header__right {
    margin-top: 2.5rem; }
  .header__center img {
    width: 230px; }
  .modal-menu .close-modal {
    left: 3rem;
    top: 3rem; }
  .modal-menu .menu {
    padding-top: 9rem; }
    .modal-menu .menu .title,
    .modal-menu .menu dt {
      font-size: 2.6rem;
      margin-bottom: 1rem; }
    .modal-menu .menu dl {
      padding-right: 5rem; }
    .modal-menu .menu dd {
      margin: 2rem 0; }
  .modal-menu .contacts .title {
    font-size: 4.5rem; }
  .modal-menu .contacts .cell__geo {
    font-size: 2rem; }
  .modal-menu .contacts .cell__tel {
    font-size: 2.5rem; }
  .modal-menu .contacts .cell__mail {
    font-size: 2.5rem; }
  .modal-menu .icon-balloon {
    padding-left: 70px; }
    .modal-menu .icon-balloon:before {
      transform: scale(0.55); }
  .modal-menu .icon-tel {
    padding-left: 60px; }
    .modal-menu .icon-tel:before {
      transform: scale(0.55); }
  .modal-menu .icon-mail {
    padding-left: 85px; }
    .modal-menu .icon-mail:before {
      transform: scale(0.55); } }

@media (max-width: 1100px) {
  .modal-menu .container {
    max-width: 95%; } }

@media (max-width: 1024px) {
  #modal-callback .container {
    max-width: 90%; }
  #modal-callback .title {
    font-size: 6rem; }
  #modal-callback .subtitle {
    font-size: 1.5rem; }
  #modal-callback .form .input-field input.form-control,
  #modal-callback .select-wrapper {
    width: 27rem; }
  .modal-menu .menu .title,
  .modal-menu .menu dt {
    font-size: 2.4rem; }
  .modal-menu .menu dl {
    padding-right: 2rem; } }

@media (max-width: 991px) {
  .main-grid {
    display: block !important; }
  .btn-callback {
    margin-right: 0; }
  #modal-callback .container {
    max-width: 95%; }
  #modal-callback .title {
    font-size: 5.6rem; }
  #modal-callback .form .input-field input.form-control,
  #modal-callback .select-wrapper {
    width: 25rem; } }

@media (max-width: 991px) and (max-height: 500px) {
  #modal-callback .close-modal {
    top: .5rem; }
  #modal-callback .inner {
    height: auto;
    display: block; } }

@media (max-width: 991px) {
  .modal-callback.open, .modal-menu.open {
    overflow-y: auto; } }

@media (max-width: 900px) {
  .modal-menu .close-modal {
    left: 3rem;
    top: 3rem; }
  .modal-menu .menu {
    padding-top: 9rem; }
    .modal-menu .menu .title,
    .modal-menu .menu dt {
      font-size: 2.4rem;
      margin-bottom: 1rem; }
    .modal-menu .menu dl {
      padding-right: 0; }
  .modal-menu .contacts .title {
    font-size: 3.8rem; }
  .modal-menu .contacts .cell__geo {
    font-size: 1.8rem; }
  .modal-menu .contacts .cell__tel {
    font-size: 2.2rem; }
  .modal-menu .contacts .cell__mail {
    font-size: 2.2rem; }
  .modal-menu .icon-balloon {
    padding-left: 60px; }
    .modal-menu .icon-balloon:before {
      transform: scale(0.4); }
  .modal-menu .icon-tel {
    padding-left: 50px; }
    .modal-menu .icon-tel:before {
      transform: scale(0.4); }
  .modal-menu .icon-mail {
    padding-left: 70px; }
    .modal-menu .icon-mail:before {
      transform: scale(0.4); }
  .footer {
    padding-bottom: 1rem; }
  .inner .footer {
    padding-bottom: 1rem; } }

@media (max-width: 870px) {
  .modal-menu .container {
    height: auto; }
  .modal-menu .jnbk {
    display: none !important; }
  .modal-menu .col {
    flex-grow: 0;
    flex-basis: auto;
    width: 50%; }
  .contacts .yourcountry {
    width: 380px; }
  #modal-callback .form .input-field input.form-control,
  #modal-callback .select-wrapper {
    width: 22rem; } }

@media (max-width: 800px) {
  .header,
  .inner .header {
    padding-left: 2rem;
    padding-right: 2rem; }
  .footer .copyright {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 767px) {
  .header__left, .header__right,
  .inner .header__left,
  .inner .header__right {
    width: 110px; }
  #modal-callback .row {
    display: block !important; }
  #modal-callback .form {
    padding-bottom: 1rem; }
    #modal-callback .form .col {
      width: 100%; }
  #modal-callback .form .input-field input.form-control,
  #modal-callback .select-wrapper {
    width: 100%; } }

@media (max-width: 700px) {
  .header__center img {
    width: 150px; }
  .header__left {
    margin-top: .8rem; }
  .header__right {
    margin-top: 1rem; } }

@media (max-width: 650px) {
  .modal-menu {
    display: none !important; }
  .btn-callback {
    display: block; } }

@media (max-width: 550px) {
  .header__center img {
    width: 140px; }
  .header__left, .header__right {
    margin-top: 0; }
  .inner .header__left, .inner .header__right {
    margin-top: 1rem; } }

@media (max-width: 500px) {
  .extra-toggle-inner {
    font-size: 1.6rem; }
  #modal-callback .bottom {
    display: block !important;
    text-align: center; }
    #modal-callback .bottom .btn-submit {
      margin: 2rem auto 0; }
  .header,
  .inner .header {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 450px) {
  .extra-toggle-inner .extra-title {
    display: none; }
  .btn-callback {
    font-size: 1.3rem; }
  #modal-callback .title {
    font-size: 5rem; } }

@media (max-width: 380px) {
  .header__right,
  .inner .header__right {
    width: auto; }
  .header__center,
  .inner .header__center {
    margin-left: -2rem; }
  #modal-callback .container {
    max-width: 100%; }
  #modal-callback .title {
    font-size: 4.6rem; }
  #modal-callback .bottom .btn-submit {
    height: 5rem;
    font-size: 1.6rem; }
  #modal-callback .selectize-dropdown, #modal-callback .selectize-input, #modal-callback .selectize-input input {
    font-size: 1.6rem; }
  .input-field label {
    font-size: 1.5rem; }
  .input-field .name-field {
    font-size: 1.8rem; } }

@media (max-width: 350px) {
  .header,
  .inner .header {
    padding-left: 1rem;
    padding-right: 1rem; }
  .btn-callback {
    width: 9.2rem; } }

@media (max-width: 320px) {
  .header__left, .header__right,
  .inner .header__left,
  .inner .header__right {
    width: 85px; }
  .btn-callback {
    padding-left: 0;
    padding-right: 0;
    width: 10rem; } }

@media (max-width: 1850px) {
  .listproducts {
    grid-template-columns: repeat(4, 30rem); }
  .inner-about .history__carousel {
    margin-left: 5rem; }
  .mailus-wholeseller .form .col {
    width: 25rem; }
  .mailus-wholeseller .form .select-wrapper,
  .mailus-wholeseller .form .input-field input.form-control {
    width: 23rem; } }

@media (max-width: 1800px) {
  .catalog-page .search-result-table th,
  .catalog-page .search-result-table tr td {
    padding-left: 1rem !important; }
  .catalog-page .search-result-table th {
    padding-right: 1rem; }
  .inner-materialreports .maintext h1 {
    font-size: 6rem; }
  .inner-materialreports .maintext .subtitle {
    font-size: 2.2rem; }
  .inner-materialreports .groups .title {
    font-size: 3.4rem; }
  .inner-materialreports .groups .group__title {
    font-size: 2.2rem; }
  .inner-materialreports .reports {
    margin-top: 7rem; }
  .characteristics .characteristic__title {
    font-size: 3rem; }
  .inner-about .advantages img {
    max-width: 100%; }
  .inner-about .history .title {
    font-size: 7rem; }
  .inner-about .history__year {
    font-size: 7rem; }
  .inner-about .history__carousel {
    flex-grow: 1; }
  .inner-about #history-carousel {
    width: 350px; } }

@media (max-width: 1750px) {
  .homepage .interesting .title,
  .homepage .lastnews .title {
    font-size: 4rem; }
  .mailus .form .col,
  #modal-feedback .form .col {
    width: 27.5rem; }
  .mailus .form .select-wrapper,
  .mailus .form .input-field input.form-control,
  #modal-feedback .form .select-wrapper,
  #modal-feedback .form .input-field input.form-control {
    width: 25.5rem; }
  .mailus-wholeseller .form .col {
    width: 25rem; }
  .mailus-wholeseller .form .select-wrapper,
  .mailus-wholeseller .form .input-field input.form-control {
    width: 23rem; }
  .inner-catalog #service-center .text {
    margin-left: 3rem; } }

@media (max-width: 1680px) {
  .homepage .main .center .title {
    font-size: 8rem; }
  .homepage .main .center .cifr {
    font-size: 6rem; }
  .homepage .center-carousel .carousel__inner .el-dots {
    width: 100%;
    height: 100%;
    background-size: cover; }
  .homepage .about {
    padding-left: 4rem;
    padding-right: 4rem; }
    .homepage .about__title {
      font-size: 2rem; } }

@media (max-width: 1680px) and (max-height: 730px) {
  .homepage .main .center {
    margin-top: 9rem; } }

@media (max-width: 1680px) {
  .news h1 {
    font-size: 8rem; }
  .news__list {
    grid-template-columns: repeat(3, 1fr); }
  .news__item {
    padding-left: 1rem;
    padding-right: 1rem; }
  .news .new__title {
    font-size: 3rem; }
  .news .new__intro {
    font-size: 1.8rem; }
  .news .new__pic {
    padding: 3rem;
    width: 340px; }
    .news .new__pic:after {
      width: 170px;
      height: 170px;
      border-radius: 0 170px 0 0;
      border-top-width: 3rem;
      border-right-width: 3rem; }
    .news .new__pic .inner {
      width: 280px; }
      .news .new__pic .inner img {
        max-width: 100%; } }

@media (max-width: 1650px) {
  .inner-about .history .row {
    flex-direction: column;
    align-items: center; }
  .inner-about .history .title {
    font-size: 8rem;
    text-align: center !important; }
    .inner-about .history .title br {
      display: none; }
  .inner-about .history__carousel {
    margin-left: 0;
    margin-top: 5rem; }
  .inner-about .history .brake {
    margin-left: 3rem; }
  .inner-about .coverage__item {
    padding-left: 2rem;
    padding-right: 2rem; }
  .mailus .form .col,
  #modal-feedback .form .col {
    width: 26rem; }
  .mailus .form .select-wrapper,
  .mailus .form .input-field input.form-control,
  #modal-feedback .form .select-wrapper,
  #modal-feedback .form .input-field input.form-control {
    width: 24rem; }
  .mailus-wholeseller .form .col {
    width: 23rem; }
  .mailus-wholeseller .form .select-wrapper,
  .mailus-wholeseller .form .input-field input.form-control {
    width: 21rem; } }

@media (max-width: 1600px) {
  .inner .product__menu {
    font-size: 5rem; }
  .inner .product__text {
    font-size: 1.8rem; }
  .inner .product__rubrics img {
    max-width: 100%; }
  .inner .product__rubrics .rubric__title {
    font-size: 3.8rem; }
  .inner-subproducts h1 {
    font-size: 7rem; }
  .inner-subproducts .text h2.title {
    font-size: 4rem; }
  .listproducts {
    grid-template-columns: repeat(4, 28rem); }
  .contactus h1, .contactus .title,
  .mailus h1,
  .mailus .title {
    font-size: 8rem; }
  .contactus .subtitle {
    font-size: 4rem; }
  .mailus {
    margin-top: 7rem; }
  .icon-balloon2 {
    padding-left: 80px; }
    .icon-balloon2:before {
      transform: scale(0.8); }
  .icon-tel2 {
    padding-left: 70px; }
    .icon-tel2:before {
      transform: scale(0.8); }
  .icon-mail2 {
    padding-left: 90px; }
    .icon-mail2:before {
      transform: scale(0.8); }
  .catalog-page .search-title {
    font-size: 3rem; }
  .catalog-page .col-xl-8 {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0; }
  .catalog-page .search-result-table th,
  .catalog-page .search-result-table tr td {
    padding-left: 2rem !important; }
  .catalog-page .search-result-table th {
    padding-right: 1rem; }
  #modal-feedback .close-modal {
    right: -20px; }
  .inner-about .advantages .advantage__item img {
    max-width: 80%; }
  .inner-about .main .content h1 {
    font-size: 8rem; }
  .inner-about .main .content .about__show,
  .inner-about .main .content .subtitle {
    font-size: 5rem; }
  .inner-about .history .title {
    font-size: 7rem; }
  .inner-about .coverage .title {
    font-size: 8rem; }
  .mailus-wholeseller .form .col {
    width: 28rem; }
  .mailus-wholeseller .form .select-wrapper,
  .mailus-wholeseller .form .input-field input.form-control {
    width: 26rem; } }

@media (max-width: 1550px) {
  .mailus .form .col,
  #--modal-callback .form .col,
  #--modal-feedback .form .col {
    width: 23rem; }
  .mailus .form .select-wrapper,
  .mailus .form .input-field input.form-control,
  #--modal-callback .form .select-wrapper,
  #--modal-callback .form .input-field input.form-control,
  #--modal-feedback .form .select-wrapper,
  #--modal-feedback .form .input-field input.form-control {
    width: 21rem; }
  .inner-catalog #service-center .text {
    font-size: 1.8rem; }
  .inner-catalog #service-center h2 {
    font-size: 4rem; }
  .inner-catalog #service-center .about__title {
    font-size: 1.7rem; } }

@media (max-width: 1500px) {
  .homepage .center-carousel .pic {
    width: 626px; }
  .contactus .contacts .cell__mail {
    font-size: 2.6rem; }
  .contactus .contacts .cell__tel {
    font-size: 3rem; }
  .contactus .contacts .cell__geo {
    font-size: 2.2rem; } }

@media (max-width: 1450px) {
  .homepage .main .center {
    margin-top: 18rem;
    margin-right: 0; }
    .homepage .main .center .title {
      font-size: 7rem; }
    .homepage .main .center .cifr {
      font-size: 5.5rem; }
  .homepage .main .content {
    padding-left: 4rem;
    padding-right: 4rem; }
    .homepage .main .content .interesting,
    .homepage .main .content .lastnews {
      margin-top: 6rem;
      flex-direction: column; }
      .homepage .main .content .interesting .rotate90,
      .homepage .main .content .lastnews .rotate90 {
        transform: none; }
      .homepage .main .content .interesting .title,
      .homepage .main .content .lastnews .title {
        font-size: 3.5rem; }
      .homepage .main .content .interesting .carousel,
      .homepage .main .content .lastnews .carousel {
        margin-right: 0;
        margin-left: 0; }
      .homepage .main .content .interesting .carousel__pic img,
      .homepage .main .content .lastnews .carousel__pic img {
        max-width: 150px;
        max-height: 150px; }
      .homepage .main .content .interesting .carousel__title,
      .homepage .main .content .lastnews .carousel__title {
        font-size: 1.7rem; }
    .homepage .main .content .lastnews .title {
      order: 0; }
    .homepage .main .content .lastnews .carousel {
      order: 1; }
      .homepage .main .content .lastnews .carousel__pic:after {
        width: 90px;
        height: 90px;
        border-radius: 0 90px 0 0;
        border-top-width: 17px;
        border-right-width: 17px;
        right: 9px;
        top: -16px; }
  .homepage .center-carousel .carousel__inner .el-dots {
    width: 90%;
    height: 90%; }
  .homepage .about {
    padding-left: 3rem;
    padding-right: 3rem; }
    .homepage .about__title {
      font-size: 1.7rem; } }

@media (max-width: 1400px) {
  .homepage .content .interesting .title,
  .homepage .content .lastnews .title {
    font-size: 3rem; }
  .homepage .content .interesting .carousel,
  .homepage .content .lastnews .carousel {
    width: 20rem; }
  .homepage .content .lastnews .carousel__pic {
    height: auto;
    margin-bottom: 2rem; }
  .homepage .about {
    grid-template-columns: 1fr 250px 1fr 240px 180px; }
  .inner .product__rubrics {
    margin-left: -3rem;
    margin-right: -3rem; }
    .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
      height: 340px;
      width: 340px; }
  .inner-articles h1,
  .innertestreports h1 {
    font-size: 8rem; }
  .inner-materialreports .reports .report__pic {
    min-height: 28rem; }
  .listarticles {
    grid-column-gap: 30px; }
  .main .maintext h2 {
    font-size: 3.8rem; }
  #modal-callback .form .col {
    width: 25rem; }
  #modal-callback .form .select-wrapper,
  #modal-callback .form .input-field input.form-control {
    width: 23rem; } }

@media (max-width: 1280px) {
  .homepage .main .content {
    padding-left: 1rem;
    padding-right: 1rem; }
  .homepage .main .center {
    margin-top: 24rem; }
  .homepage .interesting .carousel__title,
  .homepage .lastnews .carousel__title {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 1280px) and (max-height: 800px) {
  .homepage .main .center {
    margin-top: 14rem; } }

@media (max-width: 1280px) and (max-height: 700px) {
  .homepage .main .center {
    margin-top: 12rem; } }

@media (max-width: 1280px) and (max-height: 640px) {
  .homepage .main .center {
    margin-top: 8rem; }
    .homepage .main .center .title {
      font-size: 6rem; }
    .homepage .main .center .cifr {
      font-size: 5rem; } }

@media (max-width: 1280px) and (max-height: 640px) {
  .homepage .main .center {
    margin-top: 6rem; }
    .homepage .main .center .title {
      font-size: 5rem; }
    .homepage .main .center .cifr {
      font-size: 4rem; } }

@media (max-width: 1280px) and (max-height: 580px) {
  .homepage .main .center {
    margin-top: 5rem; } }

@media (max-width: 1280px) and (max-height: 560px) {
  .homepage .main .center {
    margin-top: 2rem; }
    .homepage .main .center .title {
      font-size: 4rem; }
    .homepage .main .center .cifr {
      font-size: 3rem; } }

@media (max-width: 1280px) and (max-height: 520px) {
  .homepage .main .center {
    margin-top: 0; } }

@media (max-width: 1280px) and (max-height: 450px) {
  .homepage .main .center {
    margin-top: -3rem;
    font-size: 1.4rem; }
    .homepage .main .center .title {
      font-size: 4.6rem; }
    .homepage .main .center .cifr {
      font-size: 3.5rem; }
  #modal-feedback .close-modal {
    top: 0; } }

@media (max-width: 1280px) {
  .inner .product__rubrics {
    margin-left: -1rem;
    margin-right: -1rem; }
    .inner .product__rubrics .rubric__pic {
      min-height: 38rem;
      padding-top: 9rem; }
      .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
        height: 300px;
        width: 300px; }
    .inner .product__rubrics .rubric__title {
      font-size: 3.5rem; } }

@media (max-width: 1260px) {
  .homepage .center-carousel .slick-slide .pic {
    height: 765px;
    width: 765px !important; } }

@media (max-width: 1250px) {
  .homepage .main {
    margin-top: 0; }
    .homepage .main .center {
      margin-top: 2rem; }
    .homepage .main .content {
      padding-left: 2rem;
      padding-right: 2rem; }
      .homepage .main .content .interesting {
        margin-top: 9rem; }
      .homepage .main .content .lastnews .carousel__title {
        color: #fff; }
      .homepage .main .content .interesting .carousel,
      .homepage .main .content .lastnews .carousel {
        width: 19.2rem; }
        .homepage .main .content .interesting .carousel__title,
        .homepage .main .content .lastnews .carousel__title {
          padding-left: 1rem;
          padding-right: 1rem; }
  .homepage .about {
    margin-top: 11.5rem; }
  .homepage .footer {
    margin-top: 3rem; }
  .inner .product__menu {
    font-size: 4rem; }
  .inner .product__text {
    font-size: 1.6rem; }
  .inner .product__rubrics .rubric__title {
    font-size: 3.2rem; }
  .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
    height: 250px;
    width: 250px; }
  .inner-subproducts h1 {
    font-size: 6rem; }
  .inner-subproducts .main {
    font-size: 1.8rem; }
  .inner-subproducts .text h2.title {
    font-size: 3rem; }
  .listproducts {
    grid-template-columns: repeat(4, 23rem); }
    .listproducts .product__title {
      font-size: 2.6rem; }
  .inner-testreports h1,
  .inner-articles h1 {
    font-size: 8rem; }
  .listarticles .report__pic {
    min-height: 30rem; }
    .listarticles .report__pic img {
      max-width: 80%; }
  .listarticles .report__title {
    font-size: 2.6rem; }
  .listarticles .report__intro {
    font-size: 1.8rem; }
  .main .maintext h1 {
    font-size: 4.2rem; }
  .main .maintext h2 {
    font-size: 3.6rem; }
  .main .maintext h3 {
    font-size: 3.6rem; }
  .main .maintext h4 {
    font-size: 3rem; }
  .main .maintext h6 {
    font-size: 2rem; }
  .main .maintext .innertext {
    padding-left: 0; }
  .side-panel .popular-posts ul {
    width: auto; }
    .side-panel .popular-posts ul li {
      padding-top: .7rem;
      padding-bottom: .7rem; }
  .side-panel .title {
    font-size: 3.6rem; }
  .contactus h1, .contactus .title,
  .mailus h1,
  .mailus .title {
    font-size: 6rem; }
  .contactus .subtitle {
    font-size: 3.4rem; }
  .icon-balloon2,
  .icon-tel2,
  .icon-mail2 {
    margin-top: 1.5rem;
    padding-top: 100px;
    text-align: center;
    justify-content: center; }
    .icon-balloon2:before,
    .icon-tel2:before,
    .icon-mail2:before {
      left: 50%;
      transform: scale(0.8) translateX(-50%); }
  .icon-balloon2 {
    padding-left: 0; }
  .icon-tel2 {
    padding-left: 0; }
  .icon-mail2 {
    padding-left: 0; }
  .catalog-page .tabs {
    padding: 0; }
  .catalog-page #brand_tab,
  .catalog-page #class_tab,
  .catalog-page #model_tab {
    width: 14rem; }
  .catalog-page #year_tab {
    width: 7rem; }
  .catalog-page #engine_tab {
    width: 10rem; }
  .catalog-page #body_tab {
    width: 14rem; }
  .catalog-page .search-result-table th,
  .catalog-page .search-result-table tr td {
    padding-left: 1rem !important; }
  .catalog-page .search-result-table th {
    font-size: 1.5rem;
    padding-right: 1rem; }
  .mailus-wholeseller .form .col {
    width: 20rem; }
  .mailus-wholeseller .form .select-wrapper,
  .mailus-wholeseller .form .input-field input.form-control {
    width: 18rem; }
  .inner .main .detail__characteristics {
    margin-left: 0; }
  .inner .main .detail {
    padding-left: 3rem;
    padding-right: 3rem; }
  .inner .main .detail__body .column {
    padding-right: 2rem; }
  .news h1 {
    font-size: 6rem; }
  .news__list {
    grid-template-columns: repeat(2, 1fr); }
  .news .new__title {
    font-size: 2.8rem; }
  .news .new__intro {
    font-size: 1.6rem; }
  .news .new__pic {
    padding: 30px;
    width: 300px; }
    .news .new__pic:after {
      width: 150px;
      height: 150px;
      border-radius: 0 150px 0 0;
      border-top-width: 30px;
      border-right-width: 30px; }
    .news .new__pic .inner {
      width: 240px; }
  .inner-materialreports .maintext .subtitle {
    font-size: 2rem; }
  .inner-materialreports .groups .title {
    font-size: 3.2rem; }
  .inner-materialreports .groups .group__title {
    font-size: 2.2rem; }
  .inner-materialreports .reports {
    margin-top: 6rem; }
  .inner-materialreports .reports .listarticles {
    grid-template-columns: repeat(3, 210px); }
  .characteristics {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .characteristics .characteristic__title {
      font-size: 2.6rem; }
    .characteristics .characteristic__column {
      width: 50%; }
  .inner-about .coverage {
    padding-top: 10rem;
    padding-bottom: 15rem; }
  .inner-about .advantages .advantage__title {
    font-size: 2rem; }
  .inner-catalog #service-center .about {
    grid-column-gap: 40px; }
  .service-centers {
    width: 550px; }
    .service-centers .title {
      font-size: 3.6rem; }
    .service-centers .service__item a {
      background-position: 10px 28px;
      padding-left: 50px;
      padding-right: 40px; } }

@media (max-width: 1200px) {
  .inner-about .main .content h1 {
    font-size: 7rem; }
  .inner-about .main .content .subtitle {
    font-size: 4rem; }
  .inner-about .main .content p {
    font-size: 2.2rem; }
  .inner-about .history {
    min-height: 0;
    padding-top: 10rem;
    padding-bottom: 8rem; }
    .inner-about .history .brake {
      margin-top: 3rem;
      height: 480px;
      width: 480px; }
      .inner-about .history .brake .violet-dot,
      .inner-about .history .brake .active-dot {
        height: 33px;
        left: 18px;
        top: 175px;
        width: 33px; }
      .inner-about .history .brake .violet-dot.dot-0 {
        left: 18px;
        top: 175px; }
      .inner-about .history .brake .violet-dot.dot-1 {
        left: 16px;
        top: 261px; }
      .inner-about .history .brake .violet-dot.dot-2 {
        left: 43px;
        top: 333px; }
      .inner-about .history .brake .violet-dot.dot-3 {
        left: 91px;
        top: 388px; }
      .inner-about .history .brake .violet-dot.dot-4 {
        left: 156px;
        top: 423px; }
      .inner-about .history .brake .violet-dot.dot-5 {
        left: 228px;
        top: 434px; }
      .inner-about .history .brake .violet-dot.dot-6 {
        left: 302px;
        top: 420px; }
    .inner-about .history__title {
      font-size: 2.8rem; }
  .inner-about .coverage {
    min-height: 0;
    padding-top: 6rem; } }

@media (max-width: 1180px) {
  .homepage .center-carousel .slick-slide .pic {
    height: 650px;
    width: 650px !important; }
  .homepage .interesting .title,
  .homepage .lastnews .title {
    font-size: 2.7rem; }
  .homepage .main .center {
    font-size: 1.8rem;
    margin-top: -4rem; }
    .homepage .main .center .title {
      font-size: 6rem; }
    .homepage .main .center .cifr {
      font-size: 5rem; }
  .homepage .about {
    margin-top: 2rem;
    grid-template-columns: repeat(5, 1fr); } }

@media (max-width: 1050px) {
  .homepage .content .interesting .carousel {
    width: 160px; }
    .homepage .content .interesting .carousel__pic {
      margin-top: 1rem; }
  .homepage .content .lastnews .carousel {
    width: 192px; }
    .homepage .content .lastnews .carousel__title {
      padding-left: 1rem;
      padding-right: 1rem; }
  .homepage .content .interesting,
  .homepage .content .lastnews {
    margin-top: 0; }
    .homepage .content .interesting .carousel__title,
    .homepage .content .lastnews .carousel__title {
      color: #fff;
      padding-left: .5rem;
      padding-right: .5rem; }
  .homepage .main .center {
    margin-left: 1rem;
    margin-top: -10rem; } }
  @media (max-width: 1050px) and (max-height: 800px) {
    .homepage .main .center {
      margin-top: -6rem; } }

@media (max-width: 1050px) {
  .homepage .about__title {
    font-size: 1.5rem; }
  .homepage .footer {
    margin-top: 1rem; }
  .inner-catalog .map {
    position: static; }
    .inner-catalog .map .service-centers {
      margin-left: auto;
      margin-right: auto;
      margin-top: 2.5rem;
      max-width: 960px;
      padding-bottom: 0;
      position: relative;
      left: 0;
      top: 0;
      width: 100%; }
  .inner-catalog #map,.inner-catalog #dealer_map {
    height: 600px; }
  .inner-catalog .nicescroll-box {
    touch-action: auto !important;
    height: auto; }
    .inner-catalog .nicescroll-box .wrap {
      transform: none !important;
      transition: none !important; }
  .service-centers .service__item a {
    padding-left: 60px;
    background-position: 15px 28px; } }

@media (max-width: 1010px) {
  #modal-callback .form .col {
    width: 20rem; }
  #modal-callback .form .select-wrapper,
  #modal-callback .form .input-field input.form-control {
    width: 18rem; } }

@media (max-width: 991px) {
  .homepage .content .interesting,
  .homepage .content .lastnews {
    display: none !important; }
  .homepage .info-md {
    display: block; }
  .homepage .main .center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10rem; }
  .homepage .about {
    margin-top: 6rem;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important; }
    .homepage .about__cell {
      align-items: center;
      margin-bottom: 1.5rem;
      padding-right: 1rem;
      width: 33%; }
      .homepage .about__cell:nth-child(3) {
        padding-right: 0; }
      .homepage .about__cell:nth-child(4), .homepage .about__cell:nth-child(5) {
        width: 50%; }
      .homepage .about__cell:nth-child(4) {
        padding-left: 20rem; }
      .homepage .about__cell:nth-child(5) {
        padding-right: 20rem; }
  .inner .product__menu {
    font-size: 3.2rem; }
    .inner .product__menu ul li {
      margin: 0 1.8rem; }
  .inner .product__rubrics .rubric__title {
    font-size: 2.8rem; }
  .inner .product__rubrics .rubric__pic {
    min-height: 26rem; }
    .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
      height: 280px;
      width: 280px; }
    .inner .product__rubrics .rubric__pic img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .inner-subproducts h1 {
    font-size: 5rem; }
  .inner-subproducts .main {
    font-size: 1.7rem; }
  .inner-subproducts .text h2.title {
    font-size: 2.6rem; }
  .inner-subproducts .block-1 .text {
    padding-left: 3rem; }
  .listproducts {
    display: flex;
    justify-content: space-around !important;
    flex-wrap: wrap; }
    .listproducts .product__item {
      margin-bottom: 3rem;
      width: 280px; }
    .listproducts .product__title {
      font-size: 2.4rem; }
    .listproducts .product__link {
      padding: 1rem 1rem; }
  .contacts .eq-height {
    min-height: 0; }
  .inner-testreports h1,
  .inner-articles h1 {
    font-size: 6rem; }
  .listarticles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important; }
    .listarticles .report__item {
      padding-left: 1rem;
      padding-right: 1rem;
      width: 50%; }
      .listarticles .report__item img {
        max-width: 90%; }
    .listarticles .report__title {
      font-size: 2.4rem; }
  .main .maintext h1 {
    font-size: 4rem;
    margin-bottom: 1rem; }
  .main .maintext h2 {
    font-size: 3.2rem; }
  .main .maintext h3 {
    font-size: 2.8rem; }
  .main .maintext h4 {
    font-size: 2.5rem; }
  .main .maintext h6 {
    font-size: 1.8rem; }
  .main .maintext img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .main .maintext .innertext {
    margin-top: 2rem; }
  .side-panel .popular-posts ul {
    width: auto; }
  .contactus h1, .contactus .title,
  .mailus h1,
  .mailus .title {
    font-size: 5.4rem; }
  .contactus .subtitle {
    font-size: 3rem; }
  .contactus .contacts .cell__mail {
    font-size: 2.2rem; }
  .contactus .contacts .cell__tel {
    font-size: 2.2rem; }
  .contactus .contacts .cell__geo {
    font-size: 2rem; }
  .icon-balloon2,
  .icon-tel2,
  .icon-mail2 {
    margin-top: 1.5rem;
    padding-top: 100px;
    text-align: center;
    justify-content: center; }
    .icon-balloon2:before,
    .icon-tel2:before,
    .icon-mail2:before {
      transform: scale(0.75) translateX(-50%); }
  .catalog-page h1 {
    font-size: 6rem; }
  .catalog-page .menu {
    font-size: 6rem; }
  .catalog-page .nav {
    font-size: 2.5rem;
    border-radius: 5rem;
    height: 5rem; }
    .catalog-page .nav-item {
      height: calc(5rem - 4px); }
    .catalog-page .nav-link {
      padding-top: .6rem;
      padding-bottom: .6rem; }
      .catalog-page .nav-link.active {
        border-radius: 5rem; }
  .catalog-page .tab-content .d-flex {
    flex-wrap: wrap; }
  .catalog-page #brand_tab,
  .catalog-page #class_tab,
  .catalog-page #model_tab {
    margin-bottom: 1rem;
    width: 31%; }
  .catalog-page #year_tab {
    width: 26%; }
  .catalog-page #engine_tab {
    width: 26%; }
  .catalog-page #body_tab {
    width: 26%; }
  .catalog-page .ms-drop {
    width: 100%; }
  .catalog-page .search-result-table td {
    padding-left: 1.5rem; }
  .catalog-page .search-result-table th {
    white-space: normal;
    padding-right: .5rem; }
  .catalog-page .search-result-top .btn {
    margin-left: auto;
    margin-right: auto; }
  .catalog-page .search-result-top .search-title {
    margin-bottom: 1rem;
    text-align: center; }
  .inner .main .detail__body .column {
    padding-right: 0; }
  .inner-catalog #service-center .left .d-flex {
    flex-wrap: nowrap; }
  .inner-catalog #service-center .pic {
    flex-shrink: 0;
    width: 250px;
    height: auto; }
    .inner-catalog #service-center .pic img {
      max-width: 100%; }
  .inner-catalog #service-center .about {
    display: flex;
    flex-wrap: wrap; }
    .inner-catalog #service-center .about__cell {
      margin-bottom: 20px;
      width: 50%; }
  .inner-catalog #service-center h2 {
    font-size: 3.6rem; }
  .inner-catalog .map .service-centers {
    max-width: 720px; } }

@media (max-width: 950px) {
  .inner .product__rubrics .row {
    display: block !important; }
  .inner .product__rubrics__rubric__pic img {
    max-width: 30rem;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #modal-feedback {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem; }
    #modal-feedback .modal-dialog {
      max-width: 100%; }
    #modal-feedback .close-modal {
      right: 0; } }

@media (max-width: 850px) {
  #modal-feedback .modal-dialog {
    width: 90%; }
  #modal-feedback .close-modal {
    right: 0; }
  #modal-feedback .form .col {
    width: 23rem; }
  #modal-feedback .form .select-wrapper,
  #modal-feedback .form .input-field input.form-control {
    width: 21rem; } }

@media (max-width: 830px) {
  #modal-callback2 .form .col {
    width: 18rem; }
  #modal-callback2 .form .select-wrapper,
  #modal-callback2 .form .input-field input.form-control {
    width: 16rem; } }

@media (max-width: 800px) {
  .homepage .center-carousel {
    display: block; }
  .homepage .about {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 3rem; }
    .homepage .about__cell:nth-child(4) {
      padding-left: 15rem; }
    .homepage .about__cell:nth-child(5) {
      padding-right: 15rem; }
  .homepage .main .center {
    margin-top: 11rem; } }

@media (max-width: 767px) {
  .inner .product__menu {
    font-size: 2.4rem; }
    .inner .product__menu ul li {
      margin: 0 1.1rem; }
  .inner .product__rubrics img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
    height: 250px;
    width: 250px; }
  .inner-subproducts h1 {
    font-size: 4rem; }
  .inner-subproducts .arc {
    background-size: cover !important;
    background-position: center bottom !important;
    min-height: 0;
    padding-bottom: 12rem; }
    .inner-subproducts .arc imt {
      margin-top: 2rem; }
  .inner-subproducts .text {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .inner-subproducts .text h2.title {
      font-size: 2.2rem;
      text-align: center; }
  .inner-subproducts .block-1 {
    padding-top: 2rem; }
  .product__submenu {
    font-size: 1.8rem; }
  .listproducts {
    justify-content: space-between !important; }
    .listproducts .product__item {
      margin-bottom: 3rem;
      width: 24rem; }
    .listproducts .product__title {
      font-size: 2.2rem; }
  .btn-more {
    padding: 2rem 0; }
  .listarticles .report__pic {
    min-height: 28rem; }
  .contactus h1, .contactus .title,
  .mailus h1,
  .mailus .title {
    font-size: 4.8rem; }
  .contactus .subtitle {
    font-size: 2.5rem; }
  #modal-callback .bottom,
  .mailus .bottom {
    text-align: center; }
    #modal-callback .bottom .btn,
    .mailus .bottom .btn {
      margin-left: auto;
      margin-right: auto;
      margin-top: 2rem; }
  .contactus {
    margin-top: 2rem; }
    .contactus .contacts .cell__mail {
      font-size: 2.2rem; }
    .contactus .contacts .cell__tel {
      font-size: 2.2rem; }
    .contactus .contacts .cell__geo {
      font-size: 2rem; }
  .catalog-page .nav {
    border-radius: 4.5rem;
    font-size: 2.2rem;
    height: 4.5rem; }
    .catalog-page .nav-item {
      height: calc(4.5rem - 4px); }
    .catalog-page .nav-link {
      padding-top: .6rem;
      padding-bottom: .6rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .catalog-page .nav-link.active {
        border-radius: 4.5rem; }
  .catalog-page .menu {
    font-size: 4.6rem; }
    .catalog-page .menu ul li {
      margin: 0 1.5rem; }
  .catalog-page .search-result-table {
    box-shadow: none !important;
    background: none !important;
    border-collapse: separate; }
    .catalog-page .search-result-table-inner {
      display: none; }
    .catalog-page .search-result-table th {
      display: none !important; }
    .catalog-page .search-result-table tr {
      border-top: 2px solid #9a9d9e;
      display: block;
      margin-bottom: 0;
      position: relative; }
      .catalog-page .search-result-table tr:nth-child(even) td {
        background: #f5f5f5; }
      .catalog-page .search-result-table tr:first-child {
        margin-bottom: 0; }
      .catalog-page .search-result-table tr.model-title {
        border-top: none !important; }
        .catalog-page .search-result-table tr.model-title td {
          padding-left: 1.5rem !important;
          text-align: left !important;
          margin-top: -3px !important;
          position: relative; }
    .catalog-page .search-result-table td {
      background: #fff;
      display: block !important;
      padding-left: 0 !important;
      padding-right: 1.5rem !important;
      text-align: right !important;
      min-height: 47px; }
      .catalog-page .search-result-table td:before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
        padding-left: 15px; }
      .catalog-page .search-result-table td a {
        margin: 0 !important; }
        .catalog-page .search-result-table td a + a {
          margin-top: .5rem !important; }
  .catalog-page #brand_tab,
  .catalog-page #class_tab,
  .catalog-page #model_tab,
  .catalog-page #year_tab,
  .catalog-page #engine_tab,
  .catalog-page #body_tab {
    margin-bottom: 3rem;
    width: 100%; }
    .catalog-page #brand_tab .ms-drop,
    .catalog-page #class_tab .ms-drop,
    .catalog-page #model_tab .ms-drop,
    .catalog-page #year_tab .ms-drop,
    .catalog-page #engine_tab .ms-drop,
    .catalog-page #body_tab .ms-drop {
      width: 100%; }
  .catalog-page #application-search .btn {
    display: block;
    margin: 1rem auto 2rem;
    text-align: center;
    width: 150px; }
  .catalog-page .detail__gallery {
    margin-left: auto;
    margin-right: auto !important; }
    .catalog-page .detail__gallery .fotorama__nav-wrap {
      margin-top: 2rem; }
  .catalog-page .search-result {
    margin-top: 0; }
    .catalog-page .search-result-top {
      margin-top: 0; }
  .catalog-page .table-grid td {
    width: 100% !important; }
  .catalog-page .btn-order {
    font-size: 1.8rem;
    height: 4.5rem; }
  .catalog-page .mailus {
    padding: 3rem 2rem; }
    .catalog-page .mailus .subtitle {
      font-size: 1.6rem; }
  #modal-feedback {
    padding-left: 15px !important; }
    #modal-feedback .modal-dialog {
      width: 100%; }
    #modal-feedback .title {
      font-size: 4.4rem; }
    #modal-feedback .form .col {
      width: 100%; }
    #modal-feedback .form .input-field input.form-control {
      width: 100%; }
    #modal-feedback .form .bottom {
      text-align: center; }
      #modal-feedback .form .bottom .btn {
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        font-size: 1.8rem;
        height: 5.5rem;
        border-radius: 5.5rem; }
  .dealers-data .search-title {
    text-align: center !important; }
  .dealers-data .search-result-table td:before {
    padding-left: 0; }
  .news h1 {
    font-size: 5rem; }
  .news__list {
    display: block; }
  .news__item {
    margin-bottom: 3rem; }
  .news .new__title {
    font-size: 2.6rem; }
  .news .new__pic {
    padding: 25px;
    width: 280px; }
    .news .new__pic:after {
      width: 140px;
      height: 140px;
      border-radius: 0 140px 0 0;
      border-top-width: 25px;
      border-right-width: 25px; }
    .news .new__pic .inner {
      width: 230px; }
  .pagination {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .content .maintext table.table-responsive {
    box-shadow: none !important;
    background: none !important;
    border-collapse: separate; }
    .content .maintext table.table-responsive-inner {
      display: none; }
    .content .maintext table.table-responsive th {
      display: none !important; }
    .content .maintext table.table-responsive tr {
      border-top: 2px solid #9a9d9e;
      display: block;
      margin-bottom: 0;
      position: relative; }
      .content .maintext table.table-responsive tr:nth-child(even) td {
        background: #f5f5f5; }
      .content .maintext table.table-responsive tr:first-child {
        margin-bottom: 0; }
      .content .maintext table.table-responsive tr.model-title {
        border-top: none !important; }
        .content .maintext table.table-responsive tr.model-title td {
          padding-left: 1.5rem !important;
          text-align: left !important;
          margin-top: -3px !important;
          position: relative; }
    .content .maintext table.table-responsive td {
      background: #fff;
      display: block !important;
      padding-left: 0 !important;
      padding-right: 1.5rem !important;
      text-align: right !important;
      min-height: 47px; }
      .content .maintext table.table-responsive td:before {
        content: attr(data-title);
        float: left;
        font-weight: 700;
        padding-left: 15px; }
      .content .maintext table.table-responsive td img {
        display: inline;
        margin-left: 0;
        margin-right: 0; }
      .content .maintext table.table-responsive td a {
        margin: 0 !important; }
        .content .maintext table.table-responsive td a + a {
          margin-top: .5rem !important; }
  .inner-materialreports .maintext h1 {
    font-size: 4.5rem; }
  .inner-materialreports .groups .title {
    font-size: 3.2rem; }
  .inner-materialreports .groups .group__item {
    margin-top: 3rem; }
  .inner-materialreports .groups .group__title {
    font-size: 2.2rem; }
  .inner-materialreports .reports {
    margin-top: 6rem; }
    .inner-materialreports .reports .title {
      font-size: 4.5rem; }
    .inner-materialreports .reports .listarticles {
      display: block; }
    .inner-materialreports .reports .report__item {
      margin-top: 4rem;
      width: 100%; }
    .inner-materialreports .reports .report__pic {
      min-height: 0; }
  .inner-about .main .content h1 {
    font-size: 5rem; }
  .inner-about .main .content .subtitle {
    font-size: 3rem; }
  .inner-about .main .content .about {
    font-size: 2.2rem; }
    .inner-about .main .content .about__show {
      font-size: 4rem; }
  .inner-about .history .title {
    font-size: 5rem; }
  .inner-about .history__year {
    font-size: 5rem; }
  .inner-about .history__title {
    font-size: 2.3rem; }
  .inner-about .history__desc {
    font-size: 1.8rem; }
  .inner-about .history .brake {
    display: none; }
  .inner-about #history-carousel {
    width: 500px; }
    .inner-about #history-carousel .slick-arrow {
      position: absolute;
      right: 0;
      left: auto;
      top: auto; }
    .inner-about #history-carousel .slick-slide {
      padding-right: 80px; }
    .inner-about #history-carousel .slick-prev {
      top: -20px; }
    .inner-about #history-carousel .slick-next {
      bottom: 40px; }
  .inner-about .coverage .title {
    font-size: 5rem; }
  .inner-about .coverage__item {
    margin-bottom: 4rem; }
  .coverage .label__item {
    width: 170px; }
  .inner-catalog #service-center .pic {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .inner-catalog #service-center .text {
    margin-left: 0;
    text-align: center; }
  .inner-catalog #service-center .about {
    display: block; }
    .inner-catalog #service-center .about__cell {
      justify-content: center;
      margin-bottom: 30px;
      width: 100%; }
  .inner-catalog .map .service-centers {
    max-width: 540px; }
  .service-centers .title {
    font-size: 3rem;
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
  .service-centers .service__item a {
    background-image: none;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px; }
  .service-centers .service__item-wrapper {
    padding-bottom: 10px; } }

@media (max-width: 700px) {
  .homepage .center-carousel .slick-slide .pic {
    width: 480px !important;
    height: 480px; }
  .homepage .main .center {
    font-size: 1.4rem; }
    .homepage .main .center .title {
      font-size: 3.5rem; }
    .homepage .main .center .cifr {
      font-size: 3rem; }
  .btn-back {
    font-size: 1.8rem;
    height: 3.5rem;
    border-radius: 3.5rem; }
    .btn-back:before {
      top: 9px; }
  .main .maintext h1, .main .maintext h2, .main .maintext h3, .main .maintext h4, .main .maintext h5, .main .maintext h6 {
    text-align: center; }
  .main .maintext h1 {
    margin-top: 2rem;
    font-size: 3.6rem; }
  .main .maintext h2 {
    font-size: 2.8rem; }
  .main .maintext h3 {
    font-size: 2.5rem; }
  .main .maintext h4 {
    font-size: 2.2rem; }
  .main .maintext h6 {
    font-size: 1.6rem; } }

@media (max-width: 650px) {
  .homepage .about {
    justify-content: flex-start !important; }
    .homepage .about__cell {
      margin-bottom: 2rem;
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 50%; }
    .homepage .about__icon {
      flex-shrink: 0;
      text-align: center;
      width: 8rem; }
      .homepage .about__icon img {
        filter: brightness(10); }
    .homepage .about__title {
      font-size: 1.4rem; }
  .homepage .info-md {
    background: #242526;
    margin-bottom: 0;
    margin-top: 1rem;
    padding: 3rem 0 2px; }
  .homepage .footer {
    background: #242526;
    margin-top: -1px;
    padding-top: 3rem;
    text-align: center; }
    .homepage .footer .d-flex {
      display: block !important; }
    .homepage .footer .copyright {
      color: #939090; }
    .homepage .footer .lang {
      margin: 1rem 0;
      justify-content: center; }
  .inner .footer {
    padding-top: 1rem; }
    .inner .footer .copyright {
      padding-left: 0;
      padding-right: 0; }
    .inner .footer .d-flex {
      display: block !important;
      text-align: center; }
    .inner .footer .lang {
      margin: 1rem 0;
      justify-content: center; }
  .inner-subproducts .footer {
    margin-top: -100px; }
  .inner-newproducts .more {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .inner-about .listcoverage img, .inner-about .listcoverage picture {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .catalog-page .search-result-top .search-title {
    font-size: 2.8rem; }
  .catalog-page .search-result-top .btn {
    display: block;
    font-size: 1.5rem;
    height: 4.5rem;
    width: 70%; }
  .news .new__pic .inner:after {
    display: none; }
  .inner-about .footer {
    margin-top: -12rem; } }

@media (max-width: 600px) {
  .homepage .interesting .carousel,
  .homepage .lastnews .carousel {
    width: 20rem;
    margin-left: auto;
    margin-right: auto; }
  .homepage .interesting .title,
  .homepage .lastnews .title {
    font-size: 2.4rem; }
  .homepage .info-md .interesting .carousel__title,
  .homepage .info-md .lastnews .carousel__title {
    font-size: 1.5rem; }
  .homepage .info-md .lastnews .carousel {
    margin-top: 1rem; }
  .homepage .info-md .lastnews .carousel__pic img {
    max-width: 120px;
    max-height: 120px; }
  .homepage .info-md .lastnews .carousel__pic:after {
    width: 75px;
    height: 75px;
    border-radius: 0 75px 0 0;
    border-top-width: 14px;
    border-right-width: 14px;
    right: 27px;
    top: -15px; }
  .inner-materialreports .maintext figure img {
    margin-left: auto;
    margin-right: auto; }
  .inner-materialreports .maintext figcaption {
    margin-top: 1rem; }
  .inner-materialreports .groups {
    margin-top: 2rem; }
  .lastnews #news-carousel .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .inner .product__rubrics {
    margin-left: 0;
    margin-right: 0; }
    .inner .product__rubrics img {
      max-width: 350px; }
    .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
      height: 220px;
      width: 220px; }
  .inner-testreports h1,
  .inner-articles h1 {
    font-size: 5rem;
    margin-top: 2rem; }
  .listarticles {
    display: block; }
    .listarticles .report__item {
      margin: 3rem 0;
      padding-left: 1rem;
      padding-right: 1rem;
      width: 100%; }
      .listarticles .report__item img {
        max-width: 90%; }
    .listarticles .report__pic {
      min-height: 0; }
    .listarticles .report__title {
      font-size: 2rem;
      margin-top: 1.5rem; }
    .listarticles .report__intro {
      font-size: 1.6rem; }
  .main .maintext {
    text-align: justify;
    font-size: 1.8rem; }
  .catalog-page .tab-pane .input-field {
    margin-right: 2rem; }
  .catalog-page .tab-content {
    margin-top: 2rem; }
    .catalog-page .tab-content .btn {
      display: block;
      margin: 2rem auto 2rem;
      text-align: center;
      width: 150px; }
      .catalog-page .tab-content .btn-more {
        margin-top: 0; }
    .catalog-page .tab-content .location__info .btn {
      display: flex; }
  .catalog-page .mailus .input-field {
    margin-right: 0; }
  #modal-feedback .close-modal {
    top: 10px; }
  #modal-feedback .modal-dialog {
    margin-left: auto;
    margin-right: auto; }
  #modal-feedback .title {
    margin-top: 2.5rem;
    line-height: 1.2;
    font-size: 3.6rem; }
  .inner-about .main .content h1 {
    font-size: 4.6rem; }
  .inner-about .main .content .subtitle {
    font-size: 2.8rem; }
  .inner-about .main .content .about {
    font-size: 2rem; }
    .inner-about .main .content .about__show {
      font-size: 3.8rem; }
    .inner-about .main .content .about .col {
      margin-bottom: 1.5rem; }
  .inner-about .main .content p {
    font-size: 2rem; }
  .inner-about .coverage .label__item {
    width: 170px; }
  .inner-catalog .map .service-centers {
    max-width: calc(100% - 30px); }
  .inner-catalog #map,.inner-catalog #dealer_map {
    height: 300px; }
  .service-centers .title {
    font-size: 2.6rem;
    line-height: 1.2; }
  .service-centers .service__title {
    font-size: 1.6rem; }
  .service-centers .service__item a {
    font-size: 1.6rem;
    padding-left: 15px;
    padding-right: 15px; }
  .inner-catalog .nicescroll-box {
    overflow: auto !important; } }

@media (max-width: 550px) {
  .homepage .main .center {
    margin-top: 7rem; }
  .homepage .center-carousel .slick-slide .pic {
    height: 400px;
    width: 400px !important; }
  .inner .product__menu ul {
    display: block;
    text-align: center; }
    .inner .product__menu ul li {
      margin: 1rem 0; }
  .listproducts {
    display: block; }
    .listproducts .product__item {
      margin-left: auto;
      margin-right: auto;
      width: 24rem; }
    .listproducts .product__title {
      font-size: 2.2rem; }
  .catalog-page h1 {
    font-size: 5rem;
    margin-top: 2rem; }
  .catalog-page .nav {
    font-size: 2rem;
    border-radius: 4rem;
    height: 4rem; }
    .catalog-page .nav-item {
      height: calc(4rem - 4px); }
    .catalog-page .nav-link {
      padding: .4rem 3rem .5rem; }
      .catalog-page .nav-link.active {
        border-radius: 4rem; }
  .catalog-page .tabs {
    margin-top: 3rem; }
  .catalog-page .menu {
    margin-top: 2rem; }
  .catalog-page .nav {
    border-radius: 4rem;
    border: none;
    display: block;
    font-size: 2rem;
    height: auto;
    text-align: center; }
    .catalog-page .nav-item {
      margin: .5rem 0; }
    .catalog-page .nav-link {
      display: block;
      padding: .4rem 3.5rem .5rem;
      text-align: center;
      width: 25rem; }
  .catalog-page .dealers-data {
    margin-bottom: 2rem; }
    .catalog-page .dealers-data .btn-more {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
  .catalog-page .tab-content {
    margin-top: 0; }
  .inner-about #history-carousel {
    margin-left: auto;
    margin-right: auto;
    width: 360px; }
  .inner-about .advantages {
    padding-bottom: 3rem; } }

@media (max-width: 500px) {
  .homepage .about__cell:last-child {
    width: 100%; }
  .homepage .about__icon {
    flex-shrink: 0;
    text-align: center;
    width: 8rem; }
    .homepage .about__icon img {
      filter: brightness(10); }
  .homepage .about__title {
    font-size: 1.4rem; }
  .product__submenu {
    margin-top: 2rem; }
    .product__submenu ul {
      display: block;
      text-align: center; }
  .inner-subproducts h1 {
    font-size: 3.6rem; }
  .inner-subproducts .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1rem !important;
    text-align: justify; }
  .inner-subproducts .block-7 {
    padding-bottom: 10rem; }
  .main .maintext h1 {
    font-size: 3.4rem; }
  .main .maintext h2 {
    font-size: 2.6rem; }
  .main .maintext h3 {
    font-size: 2.2rem; }
  .main .maintext h4 {
    font-size: 2rem; }
  .main .maintext h6 {
    font-size: 1.5rem; } }

@media (max-width: 480px) {
  .inner-products .main .container {
    display: flex;
    flex-direction: column; }
  .inner .product__menu {
    margin-top: 1rem; }
  .inner .product__rubrics {
    margin-top: 0; }
    .inner .product__rubrics .rubric__pic {
      min-height: 0; }
    .inner .product__rubrics .rubric__link {
      min-height: 0;
      margin-bottom: 0; }
  .product__text {
    order: 2;
    padding-top: 2rem;
    padding-bottom: 5rem; }
  .product__rubrics {
    order: 1; } }

@media (max-width: 450px) {
  .homepage .main .center {
    margin-top: 5rem; }
    .homepage .main .center .nibk {
      display: none; }
    .homepage .main .center .cifr {
      display: none; }
  .homepage .about {
    margin-top: 5rem;
    display: block !important; }
    .homepage .about__cell {
      width: 100% !important; }
  .homepage .center-carousel .slick-slide .pic {
    width: 300px !important;
    height: 300px; }
  .homepage .header__center img {
    width: 120px; }
  .homepage .info-md .interesting .carousel,
  .homepage .info-md .lastnews .carousel {
    width: 17rem; }
  .homepage .info-md .interesting .carousel__pic img {
    max-width: 15rem; }
  .homepage .info-md .lastnews .carousel__pic {
    left: -10px;
    width: 19.5rem; }
    .homepage .info-md .lastnews .carousel__pic img {
      max-width: 115px;
      max-height: 115px; }
  .inner-subproducts .text {
    padding-bottom: 2rem !important; }
  .btn-more {
    font-size: 1.8rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .contactus h1,
  .contactus .title {
    font-size: 4.5rem; }
  .contactus .subtitle {
    font-size: 2.2rem; }
  .contactus .contacts {
    margin-top: 1rem; }
    .contactus .contacts .cell__mail {
      font-size: 2rem; }
    .contactus .contacts .cell__tel {
      font-size: 2rem; }
    .contactus .contacts .cell__geo {
      font-size: 2rem; }
  .mailus {
    margin-bottom: 4rem; }
  .catalog-page .mailus {
    padding-bottom: 1rem; }
  .inner-about .main .content {
    text-align: justify; }
    .inner-about .main .content h1 {
      font-size: 4.2rem; }
    .inner-about .main .content .subtitle {
      font-size: 2.6rem; }
    .inner-about .main .content .about {
      font-size: 2rem; }
  .inner-about .history {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .inner-about .history .title {
      font-size: 4rem; }
    .inner-about .history__year {
      font-size: 4.6rem; }
    .inner-about .history__title {
      font-size: 2.1rem; }
  .inner-about .coverage .title {
    font-size: 4rem; }
  .inner-catalog #service-center .text {
    font-size: 1.7rem; }
  .inner-catalog #service-center h2 {
    font-size: 3.2rem; } }

@media (max-width: 380px) {
  .homepage .center-carousel .slick-slide .pic {
    width: 255px !important;
    height: 255px; }
  .homepage .main .center {
    margin-top: 4rem; }
    .homepage .main .center .title {
      font-size: 3rem; }
  .homepage .about {
    margin-top: 4rem; }
    .homepage .about__icon {
      transform: scale(0.75); }
  .homepage .header__center img {
    width: 90px; }
  .homepage .info-md .interesting .title,
  .homepage .info-md .lastnews .title {
    font-size: 2rem; }
  .homepage .info-md .interesting .carousel,
  .homepage .info-md .lastnews .carousel {
    width: 16rem; }
  .homepage .info-md .interesting .carousel__pic img {
    max-width: 13rem; }
  .homepage .info-md .interesting .title {
    padding-left: 1rem;
    padding-right: 1rem; }
  .homepage .info-md .lastnews .carousel__pic img {
    max-width: 100px;
    max-height: 100px; }
  .homepage .info-md .lastnews .carousel__pic:after {
    width: 60px;
    height: 60px;
    border-radius: 0 60px 0 0;
    border-top-width: 11px;
    border-right-width: 11px;
    right: 37px;
    top: -11px; }
  .inner .product__rubrics {
    margin-top: 1.5rem; }
    .inner .product__rubrics img {
      max-width: 280px; }
    .inner .product__rubrics .rubric__link {
      min-height: 32rem; }
    .inner .product__rubrics .rubric__pic:after, .inner .product__rubrics .rubric__pic:before {
      height: 180px;
      width: 180px; }
  .inner-subproducts .footer {
    margin-top: -120px; }
    .inner-subproducts .footer .copyright {
      padding-left: 1rem;
      padding-right: 1rem; }
  .catalog-page h1 {
    font-size: 4rem; }
  .catalog-page .search-result-top .btn {
    width: 85%; }
  .news h1 {
    font-size: 5rem; }
  .news .new__title {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 0; }
  .news .new__intro {
    font-size: 1.6rem; }
  .news .new__pic {
    padding: 20px;
    width: 250px; }
    .news .new__pic:after {
      width: 125px;
      height: 125px;
      border-radius: 0 125px 0 0;
      border-top-width: 20px;
      border-right-width: 20px; }
    .news .new__pic .inner {
      width: 210px; }
  .inner-about #history-carousel {
    width: 270px; }
    .inner-about #history-carousel .slick-slide {
      padding-right: 60px; }
  .nicescroll-cursors {
    width: 10px !important; } }

@media (max-width: 320px) {
  .inner-materialreports .reports .report__title {
    font-size: 2.2rem;
    margin-top: 2rem; }
  .inner-materialreports .reports .report__item .btn {
    font-size: 1.8rem;
    height: 3.6rem; }
  .catalog-page .search-result-top .btn {
    width: 100%; }
  .inner-catalog #service-center .text {
    font-size: 1.5rem; }
  .inner-catalog #service-center h2 {
    font-size: 2.8rem; } }
