@charset "UTF-8";
/*!
 * pmk167
 *
 * Main styles
 *
 */
/*==
 *== External fonts
 *== ======================================= ==*/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-RegularIt.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-BoldIt.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova/subset-ProximaNova-ExtrabldIt.woff2") format("woff2"), url("../fonts/ProximaNova/subset-ProximaNova-ExtrabldIt.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: fallback; }

/*==
 *== Init styles
 *== ======================================= ==*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%;
  line-height: 2.3125em;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%; }

body {
  margin: 0;
  font-family: "Proxima Nova", Roboto, Arial, Helvetica, sans-serif;
  text-align: left;
  background-color: #fff;
  color: #212121;
  font-size: 1rem;
  line-height: 2.3125; }
  body.locked {
    overflow: hidden;
    width: 100%;
    height: 100%; }

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #ccc; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

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

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

blockquote {
  margin: 0 0 1rem; }

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

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
  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%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  max-width: 100%;
  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-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; }

/*==
 *== Not loaded images
 *== ======================================= ==*/
img::after {
  content: "Изображение не загружено (url: " attr(src) ")";
  display: block;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid red;
  background: lightpink;
  text-decoration: none;
  color: #000;
  max-width: 100%; }

/*==
 *== Layouts & Grid
 *== ======================================= ==*/
.container, .crumbs__container {
  /* extender */
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1230px) {
    .container, .crumbs__container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container, .crumbs__container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container, .crumbs__container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container, .crumbs__container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1230px) {
    .container, .crumbs__container {
      width: 1200px;
      max-width: 100%; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 1230px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12, .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-11, .col-sm-12, .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-11, .col-md-12, .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-11, .col-lg-12, .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-11, .col-xl-12 {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1230px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-mb-1, .col-mb-2, .col-mb-3, .col-mb-4, .col-mb-5, .col-mb-6, .col-mb-7, .col-mb-8, .col-mb-9, .col-mb-10, .col-mb-11, .col-mb-12, .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-11, .col-sm-12, .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-11, .col-md-12, .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-11, .col-lg-12, .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-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  /* xs: 0 and up */ }
  .col-xs-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }

.col {
  /* mb: 375px and up */ }
  @media (min-width: 375px) {
    .col-mb-1 {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .col-mb-2 {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .col-mb-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .col-mb-4 {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .col-mb-5 {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .col-mb-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .col-mb-7 {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .col-mb-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .col-mb-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .col-mb-10 {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    .col-mb-11 {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    .col-mb-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .col-mb-offset-0 {
      margin-left: 0%; }
    .col-mb-offset-1 {
      margin-left: 8.33333%; }
    .col-mb-offset-2 {
      margin-left: 16.66667%; }
    .col-mb-offset-3 {
      margin-left: 25%; }
    .col-mb-offset-4 {
      margin-left: 33.33333%; }
    .col-mb-offset-5 {
      margin-left: 41.66667%; }
    .col-mb-offset-6 {
      margin-left: 50%; }
    .col-mb-offset-7 {
      margin-left: 58.33333%; }
    .col-mb-offset-8 {
      margin-left: 66.66667%; }
    .col-mb-offset-9 {
      margin-left: 75%; }
    .col-mb-offset-10 {
      margin-left: 83.33333%; }
    .col-mb-offset-11 {
      margin-left: 91.66667%; } }

.col {
  /* sm: 576px and up */ }
  @media (min-width: 576px) {
    .col-sm-1 {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .col-sm-2 {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .col-sm-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .col-sm-4 {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .col-sm-5 {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .col-sm-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .col-sm-7 {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .col-sm-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .col-sm-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .col-sm-10 {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    .col-sm-11 {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    .col-sm-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .col-sm-offset-11 {
      margin-left: 91.66667%; } }

.col {
  /* md: 768px and up */ }
  @media (min-width: 768px) {
    .col-md-1 {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .col-md-2 {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .col-md-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .col-md-4 {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .col-md-5 {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .col-md-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .col-md-7 {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .col-md-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .col-md-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .col-md-10 {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    .col-md-11 {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    .col-md-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.33333%; }
    .col-md-offset-2 {
      margin-left: 16.66667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.33333%; }
    .col-md-offset-5 {
      margin-left: 41.66667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.33333%; }
    .col-md-offset-8 {
      margin-left: 66.66667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.33333%; }
    .col-md-offset-11 {
      margin-left: 91.66667%; } }

.col {
  /* lg: 992px and up */ }
  @media (min-width: 992px) {
    .col-lg-1 {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .col-lg-2 {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .col-lg-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .col-lg-4 {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .col-lg-5 {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .col-lg-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .col-lg-7 {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .col-lg-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .col-lg-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .col-lg-10 {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    .col-lg-11 {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    .col-lg-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .col-lg-offset-11 {
      margin-left: 91.66667%; } }

.col {
  /* xl: 1230px and up */ }
  @media (min-width: 1230px) {
    .col-xl-1 {
      -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
      max-width: 8.33333%; }
    .col-xl-2 {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
    .col-xl-3 {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; }
    .col-xl-4 {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
    .col-xl-5 {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%; }
    .col-xl-6 {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .col-xl-7 {
      -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
      max-width: 58.33333%; }
    .col-xl-8 {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .col-xl-9 {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%; }
    .col-xl-10 {
      -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
      max-width: 83.33333%; }
    .col-xl-11 {
      -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
      max-width: 91.66667%; }
    .col-xl-12 {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .col-xl-offset-0 {
      margin-left: 0%; }
    .col-xl-offset-1 {
      margin-left: 8.33333%; }
    .col-xl-offset-2 {
      margin-left: 16.66667%; }
    .col-xl-offset-3 {
      margin-left: 25%; }
    .col-xl-offset-4 {
      margin-left: 33.33333%; }
    .col-xl-offset-5 {
      margin-left: 41.66667%; }
    .col-xl-offset-6 {
      margin-left: 50%; }
    .col-xl-offset-7 {
      margin-left: 58.33333%; }
    .col-xl-offset-8 {
      margin-left: 66.66667%; }
    .col-xl-offset-9 {
      margin-left: 75%; }
    .col-xl-offset-10 {
      margin-left: 83.33333%; }
    .col-xl-offset-11 {
      margin-left: 91.66667%; } }

/*==
 *== Type: headings
 *== ======================================= ==*/
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Proxima Nova", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 900; }

.h1, h1 {
  font-size: 2rem;
  line-height: 4.625rem;
  margin-top: 0rem;
  margin-bottom: 2.3125rem; }

.h2, h2 {
  font-size: 1.5rem;
  line-height: 3.46875rem;
  margin-top: 0rem;
  margin-bottom: 2.3125rem; }

.h3, h3 {
  font-size: 1.125rem;
  line-height: 2.3125rem;
  margin-top: 3.46875rem;
  margin-bottom: 2.3125rem; }

.h4, h4 {
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-top: 3.46875rem;
  margin-bottom: 2.3125rem; }

.h5, h5 {
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-top: 0rem;
  margin-bottom: 0rem; }

.h6, h6 {
  font-size: 1rem;
  line-height: 2.3125rem;
  margin-top: 0rem;
  margin-bottom: 0rem; }

/*==
 *== Typography
 *== ======================================= ==*/
p {
  margin-top: 0rem;
  margin-bottom: 1.15625rem; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  margin-top: 0rem;
  margin-bottom: 1.15625rem;
  padding-top: 1.44531rem;
  padding-bottom: 1.44531rem;
  font-size: 1rem;
  line-height: 2.25;
  font-style: italic;
  font-weight: 300;
  display: block;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 3.125rem;
  max-width: 860px;
  color: #555; }
  blockquote:last-child {
    margin-bottom: 0; }

/*==
 *== Lists
 *== ======================================= ==*/
ul, ol {
  padding: 0;
  list-style: none; }

ul, ol {
  margin-top: 0rem;
  margin-bottom: 1.15625rem; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ul:not([class]) > li:not([class]) {
  font-size: 0.875rem;
  padding-left: 2.5rem;
  margin-bottom: 0.4375rem; }
  ul:not([class]) > li:not([class])::before {
    width: 30px;
    height: 3px;
    content: '';
    background: #ffc009;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: -1.875rem;
    -webkit-transform: translateX(-0.625rem) translateY(0.5625rem);
    transform: translateX(-0.625rem) translateY(0.5625rem); }
  ul:not([class]) > li:not([class]) span {
    font-size: 0.75rem;
    color: #858585; }
  ul:not([class]) > li:not([class]) > ol:not([class]),
  ul:not([class]) > li:not([class]) > ul:not([class]) {
    margin-top: 10px; }

ol:not([class]) {
  counter-reset: ol-default; }
  ol:not([class]) > li:not([class]) {
    padding-left: 1.5625rem;
    margin-bottom: 0.625rem;
    counter-increment: ol-default; }
    ol:not([class]) > li:not([class])::before {
      font-size: 1rem;
      line-height: 2.3125;
      width: 15px;
      height: 37px;
      font-weight: 800;
      color: #ffc009;
      content: counter(ol-default);
      display: inline-block;
      vertical-align: middle;
      float: left;
      margin-left: -0.9375rem;
      -webkit-transform: translateX(-0.625rem);
      transform: translateX(-0.625rem); }
    ol:not([class]) > li:not([class]) > ol:not([class]),
    ol:not([class]) > li:not([class]) > ul:not([class]) {
      margin-top: 10px; }

/*==
 *== Buttons
 *== ======================================= ==*/
.btn-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Proxima Nova", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #212121;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.69231;
  padding-left: 2.54375rem;
  padding-right: 2.54375rem;
  overflow: hidden;
  background: #fff;
  border-color: #fff;
  color: #222; }
  .btn-white:hover {
    color: #212121;
    text-decoration: none; }
  .btn-white:focus, .btn-white.focus {
    outline: 0; }
  .btn-white > .btn-content {
    padding-top: 0.67062rem;
    padding-bottom: 0.67062rem; }
  .btn-white:hover {
    border-color: #ffc009;
    background-color: #ffc009;
    color: #222; }

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Proxima Nova", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #212121;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.69231;
  padding-left: 2.54375rem;
  padding-right: 2.54375rem;
  overflow: hidden;
  background: #ffc009;
  border-color: #ffc009;
  color: #222; }
  .btn-primary:hover {
    color: #212121;
    text-decoration: none; }
  .btn-primary:focus, .btn-primary.focus {
    outline: 0; }
  .btn-primary > .btn-content {
    padding-top: 0.67062rem;
    padding-bottom: 0.67062rem; }
  .btn-primary:hover {
    background-color: transparent;
    color: #ffc009; }

.btn-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Proxima Nova", Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: transparent;
  color: #212121;
  border: 2px solid transparent;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.83333;
  padding-left: 2.54375rem;
  padding-right: 2.54375rem;
  overflow: hidden;
  border-color: #ffc009;
  color: #fff;
  text-transform: uppercase; }
  .btn-outline:hover {
    color: #212121;
    text-decoration: none; }
  .btn-outline:focus, .btn-outline.focus {
    outline: 0; }
  .btn-outline > .btn-content {
    padding-top: 0.69375rem;
    padding-bottom: 0.69375rem; }
  .btn-outline .btn-iconbox {
    width: 9px;
    height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.5625rem; }
    .btn-outline .btn-iconbox svg {
      width: 70%;
      height: 70%;
      display: block;
      margin: auto;
      fill: currentColor; }
  .btn-outline:hover {
    background: #ffc009;
    color: #222; }
  .btn-outline_inverse {
    color: #222; }
  .btn-outline.isLoading {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 16px 16px;
    animation: strip-gradient-animation 0.5s linear infinite reverse; }

/*==
 *== Checkbox
 *== ======================================= ==*/
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .checkbox__element {
    position: absolute;
    left: -99999px; }
  .checkbox__indicator {
    width: 12px;
    height: 12px;
    border: 2px solid #ffc009;
    background: none;
    background-clip: content-box;
    margin-right: 0.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2px; }
  .checkbox__label {
    font-size: 0.875rem;
    line-height: 1.15625rem;
    cursor: pointer; }
  .checkbox__element:checked ~ .checkbox__indicator {
    background-color: #ffc009; }
  @media (max-width: 767px) {
    .checkbox__indicator {
      width: 20px;
      height: 20px;
      padding: 3px; }
    .checkbox__element:checked ~ .checkbox__indicator {
      background-color: #ffc009; } }

/*==
 *== Input
 *== ======================================= ==*/
.inputbox__input {
  color: #000;
  background: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  height: 3.75rem;
  border: 0;
  border-bottom: 4px solid #ffc009;
  display: block;
  width: 100%;
  padding: 1.125rem 1.875rem; }

textarea.inputbox__input {
  height: auto; }

/*==
 *== Site layout
 *== ======================================= ==*/
.site {
  /**/
  overflow: hidden; }

/*==
 *== User-content from WYSIWYG
 *== ======================================= ==*/
.user-content {
  display: inline-block;
  width: 100%;
  vertical-align: top; }
  .user-content img {
    max-width: 100%; }
    .user-content img[align="left"] {
      float: left;
      margin-right: 30px; }

/*==
 *== 3rd party
 *== ======================================= ==*/
.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/*==
 *== Forms
 *== ======================================= ==*/
.form-group {
  margin-bottom: 1.13312rem; }

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-bottom .checkbox {
    margin: 20px 0; }

/*==
 *== Section
 *== ======================================= ==*/
.section {
  padding-top: 7.37109rem;
  padding-bottom: 7.37109rem; }
  @media (max-width: 767px) {
    .section {
      padding-top: 4.625rem;
      padding-bottom: 4.625rem; } }

/*==
 *== Slider-button
 *== ======================================= ==*/
.slider-button {
  width: 2.875rem;
  height: 2.875rem;
  background: #444;
  border: none;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slider-button svg {
    width: 9px;
    height: 15px;
    margin: auto;
    fill: #ffc009; }
  .slider-button:hover {
    background: #ffc009; }
    .slider-button:hover svg {
      fill: #222; }
  .slider-button_white {
    background: #fbfbfb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
    .slider-button_white:hover {
      background: #ffc009; }
      .slider-button_white:hover svg {
        fill: #222; }
  .slider-button._prev svg {
    -webkit-transform: scale(-1);
    transform: scale(-1); }

.slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slider-buttons .slider-button + .slider-button {
    margin-left: 0.625rem; }

/*==
 *== Header group
 *== ======================================= ==*/
.group-header {
  margin-bottom: 3.46875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .group-header .section-title {
    margin: 0; }

/*==
 *== Breadcrumbs
 *== ======================================= ==*/
.crumbs {
  font-size: 0.75rem;
  line-height: 1.15625rem;
  padding-top: 0.86719rem;
  padding-bottom: 0rem; }
  .crumbs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .crumbs__container::after {
      margin-top: 0.86719rem;
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #ececec; }
      .composite-section .crumbs__container::after {
        background: #656565; }
  .crumbs__link {
    color: inherit;
    text-decoration: none; }
    .crumbs__link:hover {
      color: #ffc009;
      text-decoration: underline; }
  .crumbs__sep {
    margin: 0 5px; }

/*==
 *== Embed responsive
 *== ======================================= ==*/
.embed-responsive {
  width: 100%;
  position: relative;
  background: #000; }
  .embed-responsive::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  .embed-responsive__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .embed-responsive__content img,
    .embed-responsive__content video,
    .embed-responsive__content iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -o-object-fit: cover;
      object-fit: cover; }

/*==
 *== Hamburger
 *== ======================================= ==*/
.hamburger {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10; }
  .hamburger span {
    width: 20px;
    height: 2px;
    position: relative; }
    .hamburger span i {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background: #fff;
      left: 0; }
      .hamburger span i:first-child {
        top: -6px; }
      .hamburger span i:last-child {
        bottom: -6px; }

.isMenuOpen .hamburger span i:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0; }

.isMenuOpen .hamburger span i:nth-child(2) {
  opacity: 0; }

.isMenuOpen .hamburger span i:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0; }

/*==
 *== Header
 *== ======================================= ==*/
.header {
  padding-top: 1.15625rem; }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    .header__main .social-links {
      margin-bottom: 7px; }
  @media (max-width: 1279px) {
    .header__logo {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: -6px; }
    .header__top .header__side {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header__menu {
      display: none; }
    .header__main .header__side {
      display: none; } }

@media (max-width: 767px) {
  .social-links_desktop {
    display: none !important; }
  .isMenuOpen {
    overflow: hidden; }
    .isMenuOpen .phone,
    .isMenuOpen .top-screen__main,
    .isMenuOpen .top-screen__footer,
    .isMenuOpen .header__logo {
      opacity: 0;
      pointer-events: none; }
    .isMenuOpen .section {
      opacity: 0.5; }
    .isMenuOpen .header__menu {
      background: rgba(34, 34, 34, 0.83);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 70px;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      height: 100%; } }

@media (min-width: 1280px) {
  .social-links_mobile {
    display: none !important; }
  .header .hamburger {
    display: none; } }

/*==
 *== Logo
 *== ======================================= ==*/
.logo {
  display: block;
  width: 270px;
  height: 56px;
  text-decoration: none; }
  .logo__img {
    display: block;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .logo {
      width: 189px;
      height: 39.2px; } }

/*==
 *== Main menu
 *== ======================================= ==*/
@media (min-width: 1280px) {
  .mainmenu {
    font-size: 0.8125rem; }
    .mainmenu__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      list-style: none;
      margin: 0 -1.0625rem; }
    .mainmenu__item {
      position: relative; }
    .mainmenu__link {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0.225rem 1.0625rem 0.2rem; }
    .mainmenu__down {
      width: 0.5rem;
      height: 0.3125rem;
      margin-left: 0.75rem;
      fill: #fff; }
    .mainmenu__dropdown {
      display: none;
      position: absolute;
      left: 0;
      top: 100%; }
    .mainmenu__item:hover > .mainmenu__link {
      background: rgba(34, 34, 34, 0.86); }
    .mainmenu__item:hover > .mainmenu__dropdown {
      display: block;     min-width: 290px;}
  .mainmenu-inner {
    font-size: 0.875rem;
    line-height: 1.15625rem;
    background: rgba(34, 34, 34, 0.86);
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    margin: 0;
    padding: 0;
    list-style: none; }
  .mainmenu-inner__item {
    white-space: nowrap;
  }
    .mainmenu-inner__item:not(:first-child) {
      margin-top: -1px; }
    .mainmenu-inner__link {
      display: block;
      white-space: nowrap;
      color: #fff;
      text-decoration: none;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      padding: 0.5rem 1.75rem; }
    .mainmenu-inner__item:hover > .mainmenu-inner__link {
      border-color: #ffc009;
      color: #ffc009; } }

@media (max-width: 1279px) {
  .mainmenu {
    font-size: 0.8125rem;
    padding-top: 100px; }
    .mainmenu__list {
      padding: 0;
      list-style: none;
      margin: 0; }
    .mainmenu__item {
      position: relative; }
    .mainmenu__link {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      white-space: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 1rem 1.0625rem; }
    .mainmenu__down {
      width: 0.5rem;
      height: 0.3125rem;
      margin-left: 0.75rem;
      fill: #fff; }
    .mainmenu__dropdown {
      display: none; }
    .mainmenu__item:hover > .mainmenu__link {
      background: rgba(34, 34, 34, 0.86); }
    .mainmenu__item.childrenOpen .mainmenu__dropdown {
      display: block; }
  .mainmenu-inner {
    font-size: 0.875rem;
    line-height: 1.15625rem;
    background: rgba(34, 34, 34, 0.86);
    margin: 0;
    padding: 0;
    list-style: none; }
    .mainmenu-inner__item:not(:first-child) {
      margin-top: -1px; }
    .mainmenu-inner__link {
      display: block;
      color: #fff;
      text-decoration: none;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      padding: 1rem 1.75rem 1.0625rem; }
    .mainmenu-inner__item:hover > .mainmenu-inner__link {
      border-color: #ffc009;
      color: #ffc009; } }

/*==
 *== Phone
 *== ======================================= ==*/
.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .phone__iconbox {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #ffc009;
    border-radius: 100%;
    margin-right: 0.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    color: #ffc009; }
  .phone__icon {
    width: 1rem;
    height: 1rem;
    display: block;
    margin: auto;
    fill: currentColor; }
  .phone__content {
    font-size: 1.4375rem;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    white-space: nowrap; }
  .phone__content:hover {
    color: #ffc009; }
  .phone__content:hover + .phone__iconbox {
    background: #00bd40;
    border-color: #00bd40;
    color: white; }
  @media (max-width: 767px) {
    .phone__iconbox {
      display: none; } }

/*==
 *== Promo block
 *== ======================================= ==*/
.promo-block {
  position: relative;
  color: #fff;
  background: url("../images/misc/bg-triangles.jpg");
  background-size: cover; }
  .promo-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 42, 42, 0.83); }
  .promo-block__main, .promo-block__side {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .promo-block__main, .promo-block__side {
        padding-right: 15px;
        padding-left: 15px; } }
  .promo-block__main {
    font-size: 1rem;
    line-height: 1.75; }
    .promo-block__main p {
      margin-bottom: 1.73438rem; }
      .promo-block__main p:last-child {
        margin-bottom: 0; }
  @media (max-width: 767px) {
    .promo-block__main, .promo-block__side {
      position: relative;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 20px;
      padding-left: 20px; }
    .promo-block__side {
      margin-top: 40px; } }
  @media (min-width: 992px) {
    .promo-block__main {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .promo-block__content {
      padding-right: 1.875rem; }
    .promo-block__side {
      -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
      max-width: 41.66667%;
      margin-left: 8.33333%; }
    .promo-block__side-box {
      margin-left: -20px; } }
  @media (min-width: 1230px) {
    .promo-block__side-box {
      margin-left: -30px; } }

/*==
 *== Scroll arrow
 *== ======================================= ==*/
.scroll-arrow {
  width: 12px;
  height: 22px;
  display: block;
  margin: auto;
  background: url("../images/misc/arrow-down.svg");
  text-decoration: none !important; }

/*==
 *== Section title
 *== ======================================= ==*/
.section-title {
  margin-top: -0.28906rem;
  margin-bottom: 3.46875rem;
  font-size: 2.25rem;
  line-height: 2.3125rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 6.875rem;
  position: relative; }
  .section-title ~ .section-title {
    margin-top: 2.89063rem; }
  .section-title::before {
    content: '';
    width: 5.625rem;
    height: 0.1875rem;
    background: #ffc009;
    display: block;
    margin-top: -0.25rem;
    position: absolute;
    top: 1.15625rem;
    left: 0; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 1.875rem;
      line-height: 2.3125rem;
      padding-left: 4.375rem; }
      .section-title::before {
        width: 3.125rem; } }

/*==
 *== Slider
 *== ======================================= ==*/
.slider {
  position: relative; }
  .slider__controls .slider-button {
    position: absolute;
    top: 255px; }
    .slider__controls .slider-button:disabled {
      display: none; }
    .slider__controls .slider-button._prev {
      left: -23px; }
    .slider__controls .slider-button._next {
      right: -23px; }
    @media (max-width: 767px) {
      .slider__controls .slider-button {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .slider__controls .slider-button._prev {
          left: -12px; }
        .slider__controls .slider-button._next {
          right: -12px; } }

.slide__imagebox {
  position: relative; }
  .slide__imagebox::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 55.55556%;
    display: block; }

.slide__imagebox img,
.slide__imagebox video,
.slide__imagebox iframe, .slide__object {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.slide__title {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: bold;
  background: #fff;
  color: #222;
  padding: 1.25rem 1.875rem 1.5rem; }

/*==
 *== Social link
 *== ======================================= ==*/
.social-link {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-link__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.75rem; }
  .social-link__title {
    color: inherit;
    text-decoration: underline;
    text-transform: uppercase; }
    .social-link__title:hover {
      color: #ffc009; }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -12px;
  margin-right: -12px; }
  .social-links .social-link {
    padding-left: 12px;
    padding-right: 12px; }
  .social-links_mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 2.3125rem;
    padding-bottom: 1.15625rem; }

/*==
 *== Top screen
 *== ======================================= ==*/
.top-screen {
  background: no-repeat 50% 0;
  background-color: rgba(42, 42, 42, 0.83);
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 1; }
  .top-screen::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .top-screen__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100vh; }
    @media (min-height: 670px) {
      .top-screen__container {
        min-height: 670px; } }
  .top-screen__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top-screen__content {
    padding-top: 2.3125rem;
    width: 100%;
    text-align: center; }
  .top-screen__title {
    font-size: 3.25rem;
    line-height: 4.625rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0; }
  .top-screen__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    max-width: 31.25rem;
    margin: 0.57813rem auto auto; }
  .top-screen__footer {
    padding-top: 2.02344rem;
    padding-bottom: 2.02344rem; }
  @media (max-width: 767px) {
    .top-screen__title {
      font-size: 2.25rem;
      line-height: 1.22222; }
    .top-screen__container {
      min-height: 638px; } }
  .top-screen_contacts .top-screen__content {
    padding-top: 0; }
  .top-screen_contacts .top-screen__main {
    padding-bottom: 1.15625rem; }
  @media (min-height: 670px) {
    .top-screen_contacts .top-screen__container {
      min-height: 552px; } }

/*==
 *== Objects block
 *== ======================================= ==*/
.objects-block {
  background: #2a2a2a;
  color: #fff; }
.objects-block__slider img.object-pic{
  max-width: 100%;
  height: auto;
}
  .objects-block__slider, .objects-block__text {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .objects-block__slider, .objects-block__text {
        padding-right: 15px;
        padding-left: 15px; } }
  .objects-block__slider .slider {
    margin-top: 0.57813rem; }
  .objects-block__text {
    font-size: 1rem;
    line-height: 1.75; }
    .objects-block__text h2 {
      font-size: 1.0625rem;
      line-height: 1.47059;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 1.15em; }
    .objects-block__text p {
      margin-bottom: 1.73438rem; }
  @media (max-width: 767px) {
    .objects-block__slider, .objects-block__text {
      position: relative;
      width: 100%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 20px;
      padding-left: 20px; }
    .objects-block__text {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .objects-block__slider {
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%; }
    .objects-block__text {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      padding-top: 2.01172rem;     padding-left: 3rem;}
    .objects-block__content {
      margin-left: -20px; }
    .objects-block__footer {
      margin-top: 3.25195rem;
      text-align: right;
      padding-right: 1px; } }
  @media (min-width: 1230px) {
    .objects-block__slider {
      padding-right: 4.0625rem; }
    .objects-block__content {
      margin-left: -30px; }
    .objects-block .slider-button {
      top: 11.0625rem; } }
  .objects-block.v2 {
    background: #fff;
    color: #222;
    padding-top: 6.07031rem;
    padding-bottom: 0rem; }
    .objects-block.v2 .objects-block__text {
      padding-top: 0.57813rem; }
    .objects-block.v2 .objects-block__content {
      margin-left: -3.125rem; }
    .objects-block.v2 h2 {
      font-weight: bold; }
    .objects-block.v2 .ob-mt + .ob-mt {
      margin-top: 3.75rem; }
    @media (max-width: 767px) {
      .objects-block.v2 .objects-block__content {
        margin-left: 0; } }

/*==
 *== Catalog slider section
 *== ======================================= ==*/
.catalog-slider {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("../images/misc/bg-triangles.jpg");
  background-size: cover; }
  .catalog-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.83); }
  .catalog-slider__wrapper {
    position: relative; }
  .catalog-slider__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75vw;
    background: #333 no-repeat 50% 50%;
    background-size: cover; }
  .catalog-slider__col {
    padding-top: 5.78125rem;
    padding-bottom: 5.78125rem;
    position: relative; }
  .catalog-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .catalog-slider__controls .slider-button + .slider-button {
      margin-left: 10px; }
  .catalog-slider__content {
    font-size: 1rem;
    line-height: 1.5625;
    margin-top: 1.15625rem; }
    .catalog-slider__content h2 {
      margin-bottom: 1.73438rem;
      font-size: 1.5rem;
      line-height: 1.22222;
      text-transform: uppercase; }
    .catalog-slider__content p:not(:first-of-type) {
      margin-top: 2.3125rem; }
  .catalog-slider .btn-outline {
    font-size: 0.875rem; }
  @media (max-width: 767px) {
    .catalog-slider__col {
      padding-top: 4.625rem;
      padding-bottom: 1.15625rem; }
    .catalog-slider__col + .catalog-slider__col {
      padding-top: 4.625rem;
      padding-bottom: 11.5625rem; }
    .catalog-slider__image {
      width: 100vw; }
    .catalog-slider__controls {
      position: absolute;
      right: 10px;
      top: 62px; }
    .catalog-slider__content h2 {
      font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .catalog-slider__col {
      height: 685px; } }

/*==
 *== Services block
 *== ======================================= ==*/
.services-block {
  background: #2a2a2a;
  color: #fff;
  position: relative; }
  .services-block .services-grid {
    margin-top: 3.75781rem; }
  .services-block__controls {
    display: none;
    position: absolute;
    right: 10px;
    top: 60px; }
    @media (max-width: 767px) {
      .services-block__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.services-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 1230px) {
    .services-grid {
      margin-right: -15px;
      margin-left: -15px; } }
  .services-grid__item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1230px) {
      .services-grid__item {
        padding-right: 15px;
        padding-left: 15px; } }
    .services-grid__item .service-item {
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .services-grid__item {
        display: none; } }
    @media (min-width: 992px) {
      .services-grid__item:nth-child(n + 5) {
        margin-top: 1.87891rem; } }

.services-carousel {
  display: none; }
  @media (max-width: 767px) {
    .services-carousel {
      display: block; } }

.service-item {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative; }
  .service-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    pointer-events: none; }
  .service-item__image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (min-width: 1280px) {
      .service-item__image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); } }
  .service-item:hover::after {
    border-color: #ffc009; }
  .service-item:hover .service-item__image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .service-item__imgbox {
    display: block;
    width: 100%;
    position: relative; }
    .service-item__imgbox::before {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 62.96296%; }
  .service-item__title {
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: bold;
    color: #222;
    background: #fff;
    text-align: center;
    padding: 1.375rem 1.625rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/*==
 *== Reviews block
 *== ======================================= ==*/
.reviews-block {
  padding-bottom: 6.35938rem;
  overflow: hidden;
  position: relative;
  background: url("../images/misc/bg-triangles.jpg");
  background-size: cover; }
  .reviews-block.v2 {
    padding-bottom: 5.49219rem; }
  .reviews-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.87); }
  .reviews-block .container {
    position: relative; }
  .reviews-block__main {
    margin: -1.9375rem -33px 0;
    padding: 33px;
    overflow: hidden; }
    .reviews-block__main .tns-ovh {
      overflow: visible; }
    .reviews-block__main .tns-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  @media (max-width: 767px) {
    .reviews-block {
      padding-bottom: 4.625rem; }
      .reviews-block .slider-buttons {
        position: absolute;
        right: 0; } }

/*==
 *== Review slide
 *== ======================================= ==*/
.review-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0.3125rem; }
  @media (min-width: 1230px) {
    .review-slides {
      margin-right: -15px;
      margin-left: -15px; } }
  .review-slides__item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
    @media (min-width: 1230px) {
      .review-slides__item {
        padding-right: 15px;
        padding-left: 15px; } }
  @media (max-width: 767px) {
    .review-slides__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .review-slides__item + .review-slides__item {
        margin-top: 2.3125rem; } }

.review-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .review-slide__content {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    padding: 1.875rem; }
    .review-slide__content:hover {
      -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1); }
  .review-slide__imgbox {
    width: 13.125rem;
    height: 18.75rem;
    display: block;
    margin: auto;
    text-decoration: none; }
  .review-slide__image {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain; }
  .review-slide__title {
    font-size: 1rem;
    line-height: 1.4375;
    font-weight: bold;
    text-align: center;
    margin: 2.60156rem auto 0;
    max-width: 200px; }
  .review-slide__footer {
    margin-top: 2.74609rem;
    text-align: center;
    text-transform: uppercase; }
  .review-slides .review-slide__title {
    margin-top: 3.32422rem; }

/*==
 *== Form section
 *== ======================================= ==*/
.form-block {
  padding-top: 5.20313rem;
  padding-bottom: 5.63672rem;
  background: #685a4b no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  position: relative; }
  .form-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.3); }
  .form-block .container {
    position: relative; }
  .form-block__form {
    display: block;
    max-width: 35.625rem;
    margin: -0.75rem auto 0; }
  .form-block textarea {
    height: 94px; }
  .form-block [type="submit"] {
    width: 210px;
    margin-right: 1.8125rem;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .form-block [type="submit"] {
      width: 100%;
      margin-right: 0; } }

/*==
 *== Contact info
 *== ======================================= ==*/
.contact-info__header {
  margin-bottom: 1.73438rem;
  font-size: 1rem;
  line-height: 1.15625rem;
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-info__header span {
    display: inline-block;
    border-bottom: 2px solid #ffc009;
    padding-bottom: 0.25rem; }

.contact-info__content {
  font-size: 0.875rem;
  line-height: 1.71429; }
  .contact-info__content .big {
    font-size: 1.125rem;
    line-height: 1.33333;
    font-weight: 800; }
  .contact-info__content p {
    margin-bottom: 0.28906rem; }

@media (max-width: 767px) {
  .contact-info {
    text-align: center; }
    .contact-info__header {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/*==
 *== Contacts section
 *== ======================================= ==*/
.contacts-block {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
  background: #fff url("../images/misc/pmk-167-fafafa.svg") no-repeat bottom -60px left 50%;
  background-size: 1020px 180px; }
  .catalog-section + .contacts-block {
    margin-top: -6.07031rem; }
  .contacts-block__container {
    max-width: 60rem;
    margin: auto; }
    .contacts-block__container .row {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .contacts-block__item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .contacts-block__item {
        padding-right: 15px;
        padding-left: 15px; } }
  @media (max-width: 767px) {
    .contacts-block__item + .contacts-block__item {
      margin-top: 2.3125rem; } }
  @media (min-width: 1280px) {
    .contacts-block {
      padding-top: 6.79297rem;
      padding-bottom: 6.35938rem; }
      .contacts-block__item {
        -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
        max-width: 27.5%; }
        .contacts-block__item:nth-child(2) {
          -ms-flex-preferred-size: 31.66667%;
          flex-basis: 31.66667%;
          max-width: 31.66667%; } }

/*==
 *== Footer
 *== ======================================= ==*/
.footer {
  padding-top: 6.07031rem;
  padding-bottom: 0rem;
  position: relative;
  background: #18191c url("../images/misc/bg-footer.jpg") no-repeat 50% 0;
  background-size: cover;
  color: #fff; }
  .footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58); }
  .footer .container {
    position: relative; }
  .footer .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer__block {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .footer__block {
        padding-right: 15px;
        padding-left: 15px; } }
    .footer__block:nth-child(1) {
      -ms-flex-preferred-size: 20.83333%;
      flex-basis: 20.83333%;
      max-width: 20.83333%; }
    .footer__block:nth-child(2) {
      -ms-flex-preferred-size: 37.5%;
      flex-basis: 37.5%;
      max-width: 37.5%; }
    .footer__block:nth-child(3) {
      -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; }
  .footer__bottom {
    margin-top: 5.78125rem;
    padding-top: 1.15625rem;
    padding-bottom: 1.15625rem;
    font-size: 0.8125rem;
    line-height: 1.15625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #393939; }
    .footer__bottom a {
      color: #ffc009;
      text-decoration: none; }
      .footer__bottom a:hover {
        text-decoration: underline; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 2.3125rem;
      padding-bottom: 0rem; }
      .footer__top {
        display: none; }
      .footer__bottom {
        margin-top: 4.625rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      .footer__mobile p {
        font-size: 0.875rem;
        line-height: 1.5;
        text-align: center;
        margin-top: 24px; }
      .footer__mobile .social-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (min-width: 1280px) {
    .footer__mobile {
      display: none; } }

.ft {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .ft span {
    border-bottom: 2px solid #ffc009; }

/*==
 *== Footer module
 *== ======================================= ==*/
.footer-module__header {
  margin-bottom: 1.73438rem;
  font-size: 1rem;
  line-height: 1.15625rem;
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-module__header span {
    display: inline-block;
    border-bottom: 2px solid #ffc009;
    padding-bottom: 0.25rem; }

.footer-module__content {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin-top: -0.3125rem; }

/*==
 *== Footer menu
 *== ======================================= ==*/
.footer-menu {
  font-size: 0.875rem;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-menu_double {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px; }
  .footer-menu li {
    margin-bottom: 0.8125rem;
    page-break-inside: avoid; }
  .footer-menu a {
    text-decoration: none;
    color: #fff; }
    .footer-menu a:hover {
      color: #ffc009; }

/*==
 *== Map
 *== ======================================= ==*/
.map-section {
  height: 500px;
  background: #eee;
  position: relative; }
  .map-section::before {
    font-size: 2.5rem;
    line-height: 2.3125rem;
    font-weight: 800;
    content: 'Карта загружается...';
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.1;
    text-align: center; }
  .map-section__container {
    position: relative;
    width: 100%;
    height: 100%; }
  @media (max-width: 767px) {
    .map-section {
      height: 350px; } }

/*==
 *== Composite section (with breadcrumbs)
 *== ======================================= ==*/
.composite-section {
  background: #2a2a2a no-repeat 50% 0;
  background-size: cover;
  position: relative;
  color: #fff; }
  .composite-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 42, 42, 0.83); }
  .composite-section__crumbs {
    position: relative; }
  .composite-section__main {
    padding-top: 7.76855rem;
    padding-bottom: 6.9375rem;
    position: relative; }
  .composite-section__content {
    font-size: 1rem;
    line-height: 2.3125rem;
    margin-top: -0.3125rem; }

/*==
 *== Content section
 *== ======================================= ==*/
.content-section {
  padding-top: 5.20313rem;
  padding-bottom: 0.34687rem; }
  .content-section.v2 {
    padding-top: 7.51563rem;
    padding-bottom: 0.34687rem; }
    .content-section.v2 .section-title {
      font-size: 2.25rem;
      line-height: 1.22222;
      margin-bottom: 2.75rem; }
      @media (max-width: 767px) {
        .content-section.v2 .section-title {
          font-size: 1.5rem; } }
    .content-section.v2 p {
      margin-top: 0;
      margin-bottom: 0.625rem; }
  .content-section p,
  .content-section blockquote {
    margin-bottom: 2.3125rem; }
  .content-section + .contacts-block {
    margin-top: -0.875rem; }

/*==
 *== Requisites
 *== ======================================= ==*/
.requisites {
  font-size: 1rem;
  line-height: 2.0625;
  margin-top: -0.625rem;
  padding-bottom: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .requisites__section:nth-child(1) {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }
  .requisites__section:nth-child(2) {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }
  .requisites__section:nth-child(3) {
    -ms-flex-preferred-size: 21.25%;
    flex-basis: 21.25%;
    padding-top: 2.25rem;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .requisites {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .requisites__section {
        width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

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

/*==
 *== Action section
 *== ======================================= ==*/
.section-action {
  padding-top: 4.625rem;
  padding-bottom: 4.91406rem;
  background: #2a2a2a;
  color: #fff; }
  .section-action .container {
    text-align: center;
    text-transform: uppercase; }
	
	.section-action .slam-easyform{
		color:#000;
	}

/*==
 *== Catalog section
 *== ======================================= ==*/
.catalog-section {
  padding-top: 6.35938rem;
  padding-bottom: 6.35938rem; }
  .catalog-section__content {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .catalog-section__content {
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 1230px) {
      .catalog-section__content {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
        margin-left: 8.33333%; } }

/*==
 *== Catalog card
 *== ======================================= ==*/
.catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1); }
  .catalog-card + .catalog-card {
    margin-top: 3rem; }
  .catalog-card__preview {
    width: 48.5%; }
  .catalog-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .catalog-card__main {
    width: 51.5%; }
  .catalog-card__title {
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: bold;
    border-bottom: 3px solid #ffc009;
    text-transform: uppercase;
    background: #f5f5f5;
    padding: 0.375rem 1.25rem 1.375rem; }
  .catalog-card__info {
    padding: 0.9375rem 1.25rem 1.25rem; }
  .catalog-card__params {
    font-size: 0.875rem;
    line-height: 2.42857; }
    .catalog-card__params li {
      border-bottom: 1px solid #ececec;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .catalog-card__params li b, .catalog-card__params li strong {
        font-weight: bold; }
      .catalog-card__params li strong {
        color: #ffc009; }
  .catalog-card__footer {
    padding: 0 1.25rem 1.375rem; }
    .catalog-card__footer .btn-primary {
      text-transform: uppercase; }
    .catalog-card__footer .btn-block {
      width: 100%; }
  @media (max-width: 767px) {
    .catalog-card__preview {
      width: 100%; }
    .catalog-card__main {
      width: 100%; } }

/*==
 *== Gallery
 *== ======================================= ==*/
.gallery {
  padding-top: 0rem;
  padding-bottom: 1.73438rem;
  margin-top: -2.3125rem;
  margin-bottom: 0rem; }
  .gallery__item {
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 1230px) {
      .gallery__item {
        padding-right: 15px;
        padding-left: 15px; } }
    .gallery__item img {
      display: block;
      width: 100%; }
    @media (min-width: 992px) {
      .gallery__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }

/*==
 *== Helpers
 *== ======================================= ==*/
.sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

.no-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

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

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

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

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

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.mt-first:first-child {
  margin-top: 0 !important; }

.z-down {
  z-index: -1;
  position: relative; }

.w100p {
  width: 100%; }

.space-0\.5 {
  height: 1.15625rem; }

.flex, .flex-left, .flex-right, .flex-center, .flex-around, .flex-justify, .flex-top, .flex-middle, .flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.d-block {
  display: block; }

/*==
 *== TEST
 *== ======================================= ==*/
/*==
 *== TEMP
 *== ======================================= ==*/
.reviews-block .group-header {
  margin-top: -5px; }

.social-link i {
    font-size: 2em;
    margin-right: 5px;
}

.footer__mobile p {
	display: none;
}
.footer__mobile .ft {
	margin-bottom:20px;
}

@media (max-width: 1280px){
.header__top .header__side {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}

@media (min-width: 1280px){
.header .hamburger {
    display: none;
}
}

@media (max-width: 990px){
.services-grid__item {
    margin-bottom: 20px;
}
}

@media (max-width: 992px){
.catalog-slider .col-lg-8.catalog-slider__col {
	display: none;
}
.catalog-slider__image {
	display: none;
}
}

@media (max-width: 400px) {
.without-line-in-before:before{
    content: '';
    width: 1.5rem;
    height: 0.1875rem;
    display: block;
    margin-top: -0.25rem;
    position: absolute;
    top: 1.15625rem;
    left: 0;
}
.without-line-in-before {
padding-left: 2rem !important;
}
}



@media (max-width: 768px) {
.reviews-block {
	display: none;
}
/*.without-line-in-before:before{
    content: '';
    width: 0rem;
    height: 0.1875rem;
    background: transparent;
    display: block;
    margin-top: -0.25rem;
    position: absolute;
    top: 1.15625rem;
    left: 0;
}
.without-line-in-before {
padding-left: 0px !important;
}*/
}
.catalog-section__content .btn-outline:hover {
	color: black;
	background: #ffc009;
}
