

/* Start:/bitrix/templates/prime_v2/vendor/bootstrap/bootstrap.css?1663920973193516*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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, "Noto Sans", 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;
  -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;
}

dt {
  font-weight: 700;
}

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;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

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;
}

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.75rem;
  padding-bottom: 0.75rem;
  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;
}

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"] {
  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-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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.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: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1648px) {
  .container {
    max-width: 1328px;
  }
}




.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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-11, .col-12, .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-11, .col-sm-12, .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-11, .col-md-12, .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-11, .col-lg-12, .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-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
 
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}



.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}



.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}



.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}


.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}



.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}



.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}



.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}



.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}


.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}


.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}



.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}



.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}


.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}



.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}


.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}


.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}


.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}



.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}


.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}


.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}


.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}



.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}


.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}


.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}


.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}


.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}


.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}


.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}


.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}



.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}


.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}


.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 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-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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 {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.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;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}



.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}



.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 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: transform 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-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}


.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}



.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}


.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}


.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 0px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.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: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0px;
    margin-left: -0px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;

}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}


.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/*.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}*/

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    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.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}




.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 1200px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !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: 1200px) {
  .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-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/bootstrap/bootstrap-select.min.css?166392097310722*/
/*!
 * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0;width:auto}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/lightbox/lightbox.min.css?16639209732822*/
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(/bitrix/templates/prime_v2/vendor/lightbox/images/close.png) url(/bitrix/templates/prime_v2/vendor/lightbox/images/loading.gif) url(/bitrix/templates/prime_v2/vendor/lightbox/images/prev.png) url(/bitrix/templates/prime_v2/vendor/lightbox/images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/bitrix/templates/prime_v2/vendor/lightbox/images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(/bitrix/templates/prime_v2/vendor/lightbox/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(/bitrix/templates/prime_v2/vendor/lightbox/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(/bitrix/templates/prime_v2/vendor/lightbox/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/icons_additional/style.css?16639209731425*/

/*
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*/

@font-face {
    font-family: "remixicon";
    src: url('/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.eot?t=1583992110626'); /* IE9*/
    src: url('/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.eot?t=1583992110626#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url("/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.woff2?t=1583992110626") format("woff2"),
    url("/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.woff?t=1583992110626") format("woff"),
    url('/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.ttf?t=1583992110626') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('/bitrix/templates/prime_v2/vendor/icons_additional/remixicon.svg?t=1583992110626#remixicon') format('svg'); /* iOS 4.1- */
    font-display: swap;
}

[class^="icon-additional"], [class*="icon-additional"] {
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-additional-shield-user-line:before { content: "\f06c"; }
.icon-additional-timer-flash-line:before { content: "\f150"; }
.icon-additional-calendar-todo-line:before { content: "\eb21"; }
.icon-additional-user-settings-line:before { content: "\f1a6"; }
.icon-additional-window-2-line:before { content: "\f1f0"; }
.icon-additional-folder-3-line:before { content: "\ed13"; }
.icon-additional-checkbox-circle-line:before { content: "\eb69"; }
.icon-additional-lock-fill:before { content: "\ee68"; }

/* End */


/* Start:/bitrix/templates/prime_v2/vendor/scrollbar/jquery.scrollbar.css?16639209733369*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner {max-height: 100%;}
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 4px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


.scrollbar-inner > .scroll-element .scroll-bar { background-color: #E1E1E6; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }












/* End */


/* Start:/bitrix/templates/prime_v2/vendor/owl/owl.carousel.min.css?16639209733343*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/prime_v2/vendor/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/fotorama/fotorama.css?166392097315117*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/prime_v2/vendor/fotorama/) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/bitrix/templates/prime_v2/vendor/fotorama/) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/bootstrap-slider/bootstrap-slider.min.css?16639209739376*/
/*! =======================================================
                      VERSION  10.6.2              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2019 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-low,.slider.slider-horizontal .slider-track-high{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-tick,.slider.slider-horizontal .slider-handle{margin-left:-10px}.slider.slider-horizontal .slider-tick.triangle,.slider.slider-horizontal .slider-handle.triangle{position:relative;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);border-width:0 10px 10px 10px;width:0;height:0;border-bottom-color:#2e6da4;margin-top:0}.slider.slider-horizontal .slider-tick-container{white-space:nowrap;position:absolute;top:0;left:0;width:100%}.slider.slider-horizontal .slider-tick-label-container{white-space:nowrap;margin-top:20px}.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{padding-top:4px;display:inline-block;text-align:center}.slider.slider-horizontal .tooltip{-ms-transform:translateX(-50%);transform:translateX(-50%)}.slider.slider-horizontal.slider-rtl .slider-track{left:initial;right:0}.slider.slider-horizontal.slider-rtl .slider-tick,.slider.slider-horizontal.slider-rtl .slider-handle{margin-left:initial;margin-right:-10px}.slider.slider-horizontal.slider-rtl .slider-tick-container{left:initial;right:0}.slider.slider-horizontal.slider-rtl .tooltip{-ms-transform:translateX(50%);transform:translateX(50%)}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;left:25%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-track-low,.slider.slider-vertical .slider-track-high{width:100%;left:0;right:0}.slider.slider-vertical .slider-tick,.slider.slider-vertical .slider-handle{margin-top:-10px}.slider.slider-vertical .slider-tick.triangle,.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#2e6da4;border-right-color:#2e6da4;margin-left:0;margin-right:0}.slider.slider-vertical .slider-tick-label-container{white-space:nowrap}.slider.slider-vertical .slider-tick-label-container .slider-tick-label{padding-left:4px}.slider.slider-vertical .tooltip{-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider.slider-vertical.slider-rtl .slider-track{left:initial;right:25%}.slider.slider-vertical.slider-rtl .slider-selection{left:initial;right:0}.slider.slider-vertical.slider-rtl .slider-tick.triangle,.slider.slider-vertical.slider-rtl .slider-handle.triangle{border-width:10px 10px 10px 0}.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{padding-left:initial;padding-right:4px}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:-o-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);background-repeat:repeat-x}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:-o-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);background-repeat:repeat-x;cursor:not-allowed}.slider input{display:none}.slider .tooltip{pointer-events:none}.slider .tooltip.top{margin-top:-36px}.slider .tooltip-inner{white-space:nowrap;max-width:none}.slider .hide{display:none}.slider-track{position:absolute;cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);border-radius:4px}.slider-selection{position:absolute;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-selection.tick-slider-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);background-repeat:repeat-x}.slider-track-low,.slider-track-high{position:absolute;background:transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{position:absolute;top:0;width:20px;height:20px;background-color:#337ab7;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);background-repeat:repeat-x;filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border:0 solid transparent}.slider-handle:hover{cursor:pointer}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:transparent none}.slider-handle.custom{background:transparent none}.slider-handle.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick{position:absolute;cursor:pointer;width:20px;height:20px;background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;filter:none;opacity:.8;border:0 solid transparent}.slider-tick.round{border-radius:50%}.slider-tick.triangle{background:transparent none}.slider-tick.custom{background:transparent none}.slider-tick.custom::before{line-height:20px;font-size:20px;content:'\2605';color:#726204}.slider-tick.in-selection{background-image:-webkit-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:-o-linear-gradient(top,#8ac1ef 0,#82b3de 100%);background-image:linear-gradient(to bottom,#8ac1ef 0,#82b3de 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef',endColorstr='#ff82b3de',GradientType=0);background-repeat:repeat-x;opacity:1}
/* End */


/* Start:/bitrix/templates/prime_v2/vendor/fonts/Inter/font.css?16639209736956*/
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 100;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Thin-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Thin-BETA.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 100;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ThinItalic-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ThinItalic-BETA.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraLight-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraLight-BETA.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 200;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraLightItalic-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraLightItalic-BETA.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Light-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Light-BETA.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-LightItalic-BETA.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-LightItalic-BETA.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Regular.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Regular.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Italic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Italic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Medium.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Medium.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 500;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-MediumItalic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-MediumItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-SemiBold.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-SemiBold.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 600;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-SemiBoldItalic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-SemiBoldItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Bold.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Bold.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-BoldItalic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-BoldItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraBold.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraBold.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 800;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraBoldItalic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-ExtraBoldItalic.woff?v=3.11") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 900;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Black.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-Black.woff?v=3.11") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 900;
  font-display: block;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-BlackItalic.woff2?v=3.11") format("woff2"),
       url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-BlackItalic.woff?v=3.11") format("woff");
}

/* -------------------------------------------------------
Variable font.
Usage:

  html { font-family: 'Inter', sans-serif; }
  @supports (font-variation-settings: normal) {
    html { font-family: 'Inter var', sans-serif; }
  }
*/
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: block;
  font-style: normal;
  /* font-named-instance: 'Regular'; */
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-roman.var.woff2?v=3.11") format("woff2");
}
@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: block;
  font-style: italic;
  /* font-named-instance: 'Italic'; */
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter-italic.var.woff2?v=3.11") format("woff2");
}


/* --------------------------------------------------------------------------
[EXPERIMENTAL] Multi-axis, single variable font.

Slant axis is not yet widely supported (as of February 2019) and thus this
multi-axis single variable font is opt-in rather than the default.

When using this, you will probably need to set font-variation-settings
explicitly, e.g.

  * { font-variation-settings: "slnt" 0deg }
  .italic { font-variation-settings: "slnt" 10deg }

*/
@font-face {
  font-family: 'Inter var experimental';
  font-weight: 100 900;
  font-display: block;
  font-style: oblique 0deg 10deg;
  src: url("#SITE_TEMPLATE_PATH#/vendor/fonts/Inter/Inter.var.woff2?v=3.11") format("woff2");
}

/* End */


/* Start:/bitrix/templates/prime_v2/less_compile/template_styles_v2.css?1751008410886940*/
.font-default{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0}.font-h1{font-size:40px;line-height:48px;font-weight:500;letter-spacing:0}.font-h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0}.font-h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0}.font-h4{font-size:20px;line-height:28px;font-weight:500;letter-spacing:0}.font-h5{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0}.font-h6{font-size:16px;line-height:26px;font-weight:500;letter-spacing:0}.font-small{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0}.font-big{font-size:18px;line-height:26px;font-weight:400;letter-spacing:0}.font-text-button{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.font-big-bold{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0}.font-p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none}.font-bold-p{font-size:16px;line-height:24px;font-weight:500;letter-spacing:0;text-decoration:none}.font-button-default{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em}.font-overline{font-size:12px;line-height:20px;font-weight:400;letter-spacing:.08em;text-transform:uppercase}.font-element-title{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;text-decoration:none}.font-list-small{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none}.font-element-title-small{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;text-decoration:none}.font-element-title-big{font-size:20px;line-height:28px;font-weight:500;letter-spacing:0;text-decoration:none}.font-tag{font-size:18px;line-height:26px;font-weight:700;letter-spacing:0em}.font-tag2{font-size:24px;line-height:28px;font-weight:500;letter-spacing:0em}.font-tag3{font-size:16px;line-height:24px;font-weight:500;letter-spacing:0em}h1,.h1{font-size:40px;line-height:48px;font-weight:500;letter-spacing:0}h2,.h2{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0}h3,.h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0}h4,.h4{font-size:20px;line-height:28px;font-weight:500;letter-spacing:0}h5,.h5{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0}h6,.h6{font-size:16px;line-height:26px;font-weight:500;letter-spacing:0}.svg-color{fill:#5ba508 !important}.svg-color *{fill:#5ba508 !important}svg g{clip-path:unset !important;display:block !important}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes swing{15%{-webkit-transform:translateX(9px);transform:translateX(9px)}30%{-webkit-transform:translateX(-9px);transform:translateX(-9px)}40%{-webkit-transform:translateX(6px);transform:translateX(6px)}50%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}65%{-webkit-transform:translateX(3px);transform:translateX(3px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.preloader-inline{display:flex;justify-content:center;align-items:center;width:100%;height:400px}.preloader-inline svg{width:50px;height:50px;animation:rotate 2s infinite linear}.preloader-inline svg circle{stroke:#5ba508}.list-dash{margin:0;color:#4a4a4f;padding:0 0 0 32px;list-style:none}.list-dash li{position:relative;margin:12px 0px}.list-dash li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.service-detail-content ul,.item-text ul{margin:0;color:#4a4a4f;padding:0 0 0 32px;list-style:none}.service-detail-content ul li,.item-text ul li{position:relative;margin:12px 0px}.service-detail-content ul li:after,.item-text ul li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}ul{margin:0;color:#4a4a4f;padding:0 0 0 32px;list-style:none}ul li{position:relative;margin:12px 0px}ul li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.reset-ul-list{margin:0;padding:0;list-style-type:none}.reset-ul-list>li{margin:0;padding:0}.reset-ul-list>li:after{display:none}.text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%)}.text-wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:50%}.btn{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;box-sizing:border-box;padding:12px 16px;border-radius:4px;text-transform:uppercase;border:none;display:inline-flex;align-items:center;transition:all .3s}.btn:active,.btn:focus,.btn:active{outline:none !important}.btn:not(.btn-icon)>.icon{margin-right:8px;text-align:center;font-size:18px}.btn.btn-primary,.btn.btn-primary:active{background-color:#5ba508;color:#fff}.btn.btn-primary:hover,.btn.btn-primary:active:hover,.btn.btn-primary:active,.btn.btn-primary:active:active{background-color:#335c04;border:none}.btn.btn-primary.disabled,.btn.btn-primary:active.disabled,.btn.btn-primary:disabled,.btn.btn-primary:active:disabled{background-color:#e1e1e6}.btn.btn-primary.disabled:hover,.btn.btn-primary:active.disabled:hover,.btn.btn-primary:disabled:hover,.btn.btn-primary:active:disabled:hover,.btn.btn-primary.disabled:active,.btn.btn-primary:active.disabled:active,.btn.btn-primary:disabled:active,.btn.btn-primary:active:disabled:active{background-color:#e1e1e6}.btn.btn-primary.loading:after,.btn.btn-primary:active.loading:after{background-color:#5ba508}.btn.btn-dark{background-color:#353545;color:#fff}.btn.btn-dark:hover,.btn.btn-dark:active{background-color:#565670;border:none}.btn.btn-dark.disabled,.btn.btn-dark:disabled{background-color:#e1e1e6}.btn.btn-dark.disabled:hover,.btn.btn-dark:disabled:hover,.btn.btn-dark.disabled:active,.btn.btn-dark:disabled:active{background-color:#e1e1e6}.btn.btn-dark.loading:after{background-color:#353545}.btn.btn-secondary{padding:10px 22px;background-color:transparent;color:#323237;border:2px solid #e1e1e6}.btn.btn-secondary:hover,.btn.btn-secondary:active{border-color:#5ba508;color:#5ba508}.btn.btn-secondary.disabled,.btn.btn-secondary:disabled{color:#e1e1e6}.btn.btn-secondary.disabled:hover,.btn.btn-secondary:disabled:hover,.btn.btn-secondary.disabled:active,.btn.btn-secondary:disabled:active{color:#e1e1e6}.btn.btn-secondary.loading:after{background-color:#fff}.btn.btn-outline-primary{color:#323237;box-shadow:inset 0px 0px 0px 2px #5ba508;font-weight:500}.btn.btn-outline-primary:hover,.btn.btn-outline-primary:active{background:#5ba508;color:#fff;box-shadow:none}.btn.btn-outline-primary.disabled,.btn.btn-outline-primary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.btn.btn-outline-primary.disabled:hover,.btn.btn-outline-primary:disabled:hover{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.btn.btn-outline-primary.loading:after{background-color:rgba(255,255,255,0.7)}.btn.btn-outline-secondary{color:#323237;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.btn.btn-outline-secondary:hover,.btn.btn-outline-secondary:active{background:none;color:#5ba508;box-shadow:inset 0px 0px 0px 2px #5ba508}.btn.btn-outline-secondary.disabled,.btn.btn-outline-secondary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.btn.btn-outline-secondary.disabled:hover,.btn.btn-outline-secondary:disabled:hover,.btn.btn-outline-secondary.disabled:active,.btn.btn-outline-secondary:disabled:active{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.btn.btn-outline-secondary.loading:after{background-color:#fff;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.btn.btn-link{padding:12px 0;color:#6c6c71;text-decoration:none}.btn.btn-link:hover,.btn.btn-link:active{color:#5ba508;text-decoration:none}.btn.btn-lg{padding:20px 40px}.btn.btn-m{padding:16px 32px}.btn.btn-s{padding:12px 24px}.btn.btn-with-icon i{font-size:18px;margin-right:8px}.btn.btn-order{color:#fff;background:#5ba508}.btn.btn-order.icon-cart:before{color:#fff;font-size:18px}.btn.btn-order:hover,.btn.btn-order:active{background-color:#335c04}.btn.btn-order_pressed{color:#fff;background:#2a3}.btn.btn-order.disabled{background-color:#e1e1e6}.btn.btn-order.loading:after{background-color:#5ba508}.btn.btn-fullscreen,.btn.btn-download{padding:14px}.btn.btn-light{background-color:#fff;color:#191928}.btn.btn-light:hover,.btn.btn-light:active{background-color:#5ba508;color:#fff}.btn.btn-light.btn-icon:hover i:before,.btn.btn-light.btn-icon:active i:before{color:#fff}.btn.btn-icon{padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.btn.btn-block{text-align:center;justify-content:center}.btn.btn-property{padding:5px 8px;background-color:transparent;color:#4a4a4f;border:2px solid #e1e1e6}.btn.btn-property:hover,.btn.btn-property:active{color:#fff;border-color:#5ba508;background:#5ba508}.btn.btn-property:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.btn.btn-button-block{border:1px solid #e1e1e6;background-color:#fff;border-radius:0;color:#323237}.btn.btn-button-block:hover,.btn.btn-button-block:active{border-color:transparent;color:#fff;background-color:#5ba508}.dropdown-links{display:none;box-shadow:0px 4px 32px rgba(0,0,0,0.1);position:absolute;background:#fff;max-width:206px;z-index:50}.dropdown-links.open{display:block;animation:fadeIn .3s}.dropdown-links .item{color:#4a4a4f;border-bottom:1px solid #e1e1e6;padding:16px 24px;text-decoration:none;display:block}.dropdown-links .item:last-child,.dropdown-links .item.last{border-bottom:none}.dropdown-links .item:hover{background:#f8f8fa;color:#5ba508}.dropdown-links .btn{display:block;border:none;padding:12px 0;white-space:nowrap;border-radius:0}.dropdown-links .btn:hover{color:#fff}.dropdown-links-light{position:relative}.dropdown-links-light .dropdown-label{display:flex;align-items:center}.dropdown-links-light .dropdown-label span{border-bottom:1px dotted #6c6c71}.dropdown-links-light .dropdown-label:after{transition:transform .2s ease-in-out;font-size:20px;content:'\ea43';font-family:'remixicon' !important}.dropdown-links-light .list{display:none;flex-direction:column}.dropdown-links-light .list .item{white-space:nowrap;padding:8px 16px}.dropdown-links-light .list .item.active{color:#5ba508}.dropdown-links-light .list .item:hover{background-color:#f8f8fa}.dropdown-links-light.open{box-shadow:0px 4px 32px rgba(0,0,0,0.1);background:#fff;position:absolute;margin-left:-16px;margin-top:-8px;z-index:50}.dropdown-links-light.open .dropdown-label{padding:8px 16px}.dropdown-links-light.open .dropdown-label:after{transform:rotate(180deg)}.dropdown-links-light.open .list{display:flex}.form-group.light{position:relative;padding:18px 0 0}.form-group.light.first-child{margin-top:-18px}.form-group.light>.error-label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#f42;display:none;margin-top:3px}.form-group.light.error{animation:swing .6s ease;animation-iteration-count:1}.form-group.light.error>.error-label{display:block}.form-group.light.error input[type=text].form-control,.form-group.light.error input[type=email].form-control,.form-group.light.error input[type=password].form-control,.form-group.light.error textarea.form-control,.form-group.light.error .form-select>button{border-bottom-color:#f42}.form-group.light>label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;height:36px;line-height:36px;display:block;color:#6c6c71;margin:0;padding:0;z-index:0;transition:transform .2s ease-in-out}.form-group.light>label .danger-color{color:#f42}.form-group.light .uploader-input{padding:10px 16px 10px 40px;background:#f5f5f7;border:1px solid #e1e1e6;border-radius:4px;cursor:pointer;position:relative}.form-group.light .uploader-input input[type=file]{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0;opacity:0}.form-group.light .uploader-input .uploader-delete{display:none;position:absolute;width:44px;justify-content:center;align-items:center;height:100%;right:0;border-left:1px solid #e1e1e6;top:0}.form-group.light .uploader-input .uploader-text{white-space:nowrap;overflow:hidden;display:block;width:100%}.form-group.light .uploader-input.loaded input[type=file]{width:calc(100% - 44px)}.form-group.light .uploader-input.loaded .uploader-delete{display:flex}.form-group.light .uploader-input.loaded .uploader-text{width:calc(100% - 44px)}.form-group.light .uploader-input .icon{cursor:pointer;position:absolute;left:0;margin-left:12px;top:12px;font-size:17px}.form-group.light .uploader-input:hover{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s;background-color:#5ba508;color:#fff}.form-group.light .uploader-input:hover .icon{transition:color .15s ease-in-out;color:#fff}.form-group.light input[type=text].form-control+label,.form-group.light input[type=email].form-control+label,.form-group.light input[type=password].form-control+label,.form-group.light textarea.form-control+label{position:absolute;top:18px}.form-group.light .form-select+label{position:absolute;top:-5px;padding-bottom:0;height:25px}.form-group.light input[type=text].form-control,.form-group.light input[type=email].form-control,.form-group.light input[type=password].form-control,.form-group.light textarea.form-control{position:relative;z-index:1;height:36px;line-height:24px;background:none;border:none;border-bottom:2px solid #e1e1e6;border-radius:0;padding:6px 0;color:#4a4a4f}.form-group.light input[type=text].form-control:focus+label,.form-group.light input[type=email].form-control:focus+label,.form-group.light input[type=password].form-control:focus+label,.form-group.light textarea.form-control:focus+label,.form-group.light input[type=text].form-control.filled+label,.form-group.light input[type=email].form-control.filled+label,.form-group.light input[type=password].form-control.filled+label,.form-group.light textarea.form-control.filled+label{transform:translate(0, -24px)}.form-group.light textarea.form-control{height:100px;resize:none}.form-group.light .form-select{position:relative;width:100%;box-shadow:none}.form-group.light .form-select>button{outline:none;background:none;border:none;height:36px;line-height:24px;padding:6px 0;border-radius:0;border-bottom:2px solid #e1e1e6}.form-group.light .form-select>button:focus,.form-group.light .form-select>button:active{outline:none !important;background:none !important;border-color:#e1e1e6}.form-group.light .form-select>button:after{font-family:'remixicon';content:"\ea43";color:#191928;border:none;font-size:24px;transition:transform .1s ease-in-out}.form-group.light .form-select>button .filter-option{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-transform:none;color:#4a4a4f}.form-group.light .form-select .dropdown-menu{border:none;background:#fff;border-radius:0;box-shadow:0px 4px 32px rgba(0,0,0,0.1);margin:0;padding:0}.form-group.light .form-select .dropdown-menu li a{padding:8px 16px;color:#4a4a4f}.form-group.light .form-select .dropdown-menu li a.active{background:none;color:#5ba508}.form-group.light .form-select .dropdown-menu li a:hover{color:#5ba508;background-color:#f8f8fa}.form-group:not(.light) input:-webkit-autofill,.form-group:not(.light) input:-webkit-autofill:hover,.form-group:not(.light) input:-webkit-autofill:focus,.form-group:not(.light) textarea:-webkit-autofill,.form-group:not(.light) textarea:-webkit-autofill:hover,.form-group:not(.light) textarea:-webkit-autofill:focus,.form-group:not(.light) select:-webkit-autofill,.form-group:not(.light) select:-webkit-autofill:hover,.form-group:not(.light) select:-webkit-autofill:focus{-webkit-text-fill-color:#4a4a4f;-webkit-box-shadow:inset 0 0 0 50px #f8f8fa}.form-group:not(.light) input::placeholder,.form-group:not(.light) textarea::placeholder{color:#6c6c71}.form-group:not(.light) input:-ms-input-placeholder,.form-group:not(.light) textarea:-ms-input-placeholder{color:#6c6c71}.form-group:not(.light) input::-ms-input-placeholder,.form-group:not(.light) textarea::-ms-input-placeholder{color:#6c6c71}.form-group:not(.light)>label{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;display:block;color:#6c6c71;margin-bottom:5px}.form-group:not(.light) .form-control{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;height:calc(22px + 22px + 2px);line-height:22px;color:#4a4a4f;background:#f8f8fa;border:1px solid #e1e1e6;border-radius:4px;padding:11px 12px}.form-group:not(.light) .form-select{position:relative;width:100%}.form-group:not(.light) .form-select>button{outline:none;background:#f8f8fa;height:calc(22px + 22px + 2px);line-height:calc(22px + 22px + 2px);border-radius:0;border:1px solid #e1e1e6;border-radius:4px;padding:0;display:flex;align-items:center}.form-group:not(.light) .form-select>button:focus,.form-group:not(.light) .form-select>button:active{outline:none !important;background:none !important;border-color:#e1e1e6}.form-group:not(.light) .form-select>button:after{font-family:'remixicon';content:"\ea42";color:#191928;border:none;font-size:24px;height:28px;width:40px;line-height:28px;border-left:1px solid #e1e1e6;transition:transform .1s ease-in-out;text-align:center}.form-group:not(.light) .form-select>button .filter-option{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-transform:none;color:#4a4a4f;padding-left:12px}.form-group:not(.light) .form-select>.dropdown-menu.show{box-shadow:0px 4px 32px rgba(0,0,0,0.1);background:#fff;border-radius:0;border:none;margin-top:4px}.form-group:not(.light) .form-select>.dropdown-menu.show ul{margin:0;padding:0}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a{display:block;padding:8px 16px;color:#4a4a4f}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a:hover,.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a:active{background:#f8f8fa;color:#4a4a4f}.form-group:not(.light) .form-select>.dropdown-menu.show ul>li>a.active{color:#5ba508;background:none;cursor:default}.form-group.form-check{padding:0;margin:36px 0 24px}.form-group.form-check .form-check-input{display:none}.form-group.form-check .form-check-input+.form-check-label{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#4a4a4f;position:relative;display:block;padding-left:36px;user-select:none}.form-group.form-check .form-check-input+.form-check-label:hover{cursor:pointer}.form-group.form-check .form-check-input+.form-check-label:hover:before{border-color:#5ba508}.form-group.form-check .form-check-input+.form-check-label:before{content:'';position:absolute;top:-1px;left:0;display:block;width:24px;height:24px;background:none;border-radius:2px;border:2px solid #8f8f9d;box-sizing:border-box;line-height:22px;text-align:center;font-size:21px}.form-group.form-check .form-check-input:disabled+.form-check-label{color:#6c6c71}.form-group.form-check .form-check-input:disabled+.form-check-label:hover{cursor:default}.form-group.form-check .form-check-input:disabled+.form-check-label:hover:before{border-color:#e1e1e6}.form-group.form-check .form-check-input:disabled+.form-check-label:before{border-color:#e1e1e6}.form-group.form-check .form-check-input:checked+.form-check-label:before{content:"\eb2d";font-family:'remixicon';background:#5ba508;border-color:#5ba508;color:#fff}.form-group.form-check .form-check-input:checked:disabled+.form-check-label:before{background:#e1e1e6;border-color:#e1e1e6}.form-group.form-check .form-check-input[type="radio"]:checked+.form-check-label:before{background:none;content:"";background:#5ba508;left:6px;top:6px;margin:0;width:12px;height:12px;border-radius:50%}.form-group.form-check .form-check-input[type="radio"]+.form-check-label:after{left:0;top:0}.form-group.form-check.toogle-check .form-check-label{padding-left:56px}.form-group.form-check.toogle-check .form-check-input+.form-check-label:before{content:"";display:block;height:16px;width:40px;border:2px solid #e1e1e6;border-radius:8px;background:#fff;transition:all .2s ease-in-out;top:3px}.form-group.form-check.toogle-check .form-check-input+.form-check-label:after{content:"";display:block;position:absolute;width:24px;height:24px;background:#8f8f9d;border-radius:50%;top:-2px;left:0}.form-group.form-check.toogle-check .form-check-input:checked+.form-check-label:before{background-color:#e1e1e6}.form-group.form-check.toogle-check .form-check-input:checked+.form-check-label:after{background-color:#5ba508;transform:translate(16px, 0)}.label{color:#fff;padding:3px 6px 2px;font-style:normal;font-weight:bold;font-size:10px;line-height:16px;letter-spacing:0.08em;text-transform:uppercase;border-radius:2px;opacity:0.7;margin-bottom:4px;transition:all .3s}.label.new{background-color:#2a3}.label.stock{background-color:#ec0}.label.hit{background-color:#f42}.label.recommend{background-color:#53a}.label.sale{background-color:#5ba508}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0)}to{transform:translate3d(0, 0, 0)}}@keyframes slideInDown{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(0, 100%, 0)}}.owl-nav-mobile{top:calc(50% - 40px);width:calc(100% - 5px)}.owl-nav-mobile .owl-prev,.owl-nav-mobile .owl-next{width:29px;height:44px}.owl-nav-mobile .owl-prev .btn,.owl-nav-mobile .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.owl-nav-mobile .owl-prev .btn .icon-arrow-right-line::before,.owl-nav-mobile .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.owl-nav-mobile .owl-prev .btn .icon-arrow-left-line::before,.owl-nav-mobile .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.owl-stage-outer{z-index:5}.owl-nav{position:absolute;display:flex;width:100%;box-sizing:border-box}.owl-nav .btn{position:static;display:flex;justify-content:center;align-items:center;border-radius:2px;font-size:24px}.owl-prev{z-index:66;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.owl-prev.disabled .btn.btn-light{background-color:#e1e1e6;cursor:default}.owl-prev.disabled .btn.btn-light:hover,.owl-prev.disabled .btn.btn-light:active{background-color:#e1e1e6}.owl-prev.disabled .btn.btn-light .icon:before{color:#fff}.owl-next{margin-left:auto;z-index:66;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.owl-next.disabled .btn.btn-light{background-color:#e1e1e6;cursor:default}.owl-next.disabled .btn.btn-light:hover,.owl-next.disabled .btn.btn-light:active{background-color:#e1e1e6}.owl-next.disabled .btn.btn-light .icon:before{color:#fff}.owl-dots{z-index:5}.nav-tabs{margin:0;padding:0;list-style-type:none;position:relative;margin-bottom:32px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;white-space:nowrap;border-bottom:1px solid #e1e1e6;z-index:1}.nav-tabs>li{margin:0;padding:0}.nav-tabs>li:after{display:none}.nav-tabs .nav-item{margin-right:40px;margin-bottom:0}.nav-tabs .nav-item:last-of-type{margin-right:0}.nav-tabs .nav-link{display:inline-block;padding:0;padding-bottom:14px;color:#4a4a4f;text-decoration:none;border:none;border-bottom:2px solid transparent;border-top-left-radius:0;border-top-right-radius:0;transition:unset}.nav-tabs .nav-link:hover{color:#323237;border-color:transparent}.nav-tabs .nav-link:focus{border-color:transparent}.nav-tabs .nav-link.active{color:#323237;border-color:transparent;border-bottom-color:#5ba508;background-color:transparent}.tab-content .tab-pane{animation:fadeIn .5s}.small-tab{display:flex;justify-content:space-between;flex-direction:row;width:100%;margin-top:24px;padding:9px 0}.small-tab .nav-item{padding:0 8px;cursor:pointer}.small-tab .nav-item .nav-link{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#323237;padding:0 4px}.small-tab .nav-item .nav-link.active{border-bottom:2px solid #5ba508}.pagination-nav{width:100%;padding:16px;border:1px solid #e1e1e6}.pagination-nav .pagination{margin:0;padding:0;list-style-type:none;margin-bottom:0}.pagination-nav .pagination>li{margin:0;padding:0}.pagination-nav .pagination>li:after{display:none}.pagination-nav .pagination .page-item{margin-right:8px}.pagination-nav .pagination .page-item:last-of-type{margin-right:0}.pagination-nav .pagination .page-item.active .page-link{background-color:#5ba508;color:#fff}.pagination-nav .pagination .page-item.disabled .icon:before{color:#e1e1e6}.pagination-nav .pagination .page-link{padding:10px 15px 10px 16px;border:0;color:#4a4a4f;border-radius:2px}.pagination-nav .pagination .page-link:hover{background-color:#f8f8fa}.pagination-nav .pagination .buttons{margin:0;padding:0;list-style-type:none;display:flex}.pagination-nav .pagination .buttons>li{margin:0;padding:0}.pagination-nav .pagination .buttons>li:after{display:none}.pagination-nav .pagination .buttons .page-item{margin-right:0}.pagination-nav .pagination .buttons .page-link{padding:0}.pagination-nav .pagination .buttons-wrap{margin-left:auto}.pagination-nav .pagination .btn{border-radius:2px;font-size:24px}.pagination-nav .pagination .btn.btn-icon{width:40px;height:40px}.pagination-nav .pagination .btn .icon:before{color:#8f8f9d}.pagination-lazy{display:flex;justify-content:center;margin-top:16px;margin-bottom:16px}.pagination-lazy>.icon{margin-right:0;font-size:24px}.fotorama__arr{display:flex;align-items:center;justify-content:center;margin-top:-22px;padding:0;width:44px;height:44px;background-color:#fff;border-radius:2px;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.fotorama__arr:hover{background-color:#5ba508;color:#fff}.fotorama__arr--next:before,.fotorama__arr--prev:before{font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;display:block}.fotorama__arr--next{right:24px}.fotorama__arr--next:before{content:'\ea5d'}.fotorama__arr--prev{left:24px}.fotorama__arr--prev:before{content:'\ea53'}.fotorama__arr--disabled{opacity:1;background-color:#e1e1e6}.fotorama__arr--disabled:before{color:#fff}.fotorama__fullscreen-icon:hover,.fotorama__arr:hover{transition-property:background-color !important}.fotorama__fullscreen-icon{top:24px;right:24px;padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:2px;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.fotorama__fullscreen-icon:hover{background-color:#5ba508;color:#fff}.fotorama__fullscreen-icon:before{content:'\ecee';display:block;font-family:'remixicon';font-size:22px}.fotorama__nav__frame--thumb:not(.fotorama__active){opacity:0.5}.fotorama__nav__shaft{top:8px}.fotorama__thumb-border{display:none}.fotorama__thumb{background-color:#fff}.fotorama.fotorama--fullscreen .fotorama__fullscreen-icon:before{content:'\ecec'}.shares-block{position:relative;display:flex;justify-content:center;align-items:center;width:48px;height:40px;margin-right:-13px;margin-top:-10px;text-align:center;font-size:20px}.shares-block:hover .share2{opacity:1;visibility:visible}.shares-block .share2{opacity:0;visibility:hidden;transition:opacity .3s;position:absolute;top:100%;left:0;right:0}.shares-block .icon{transition:unset}.shares-block .icon:before{color:#5ba508}.shares-block .ya-share2__list{margin:0;padding:0;list-style-type:none;width:48px}.shares-block .ya-share2__list>li{margin:0;padding:0}.shares-block .ya-share2__list>li:after{display:none}.shares-block .ya-share2__link{width:48px;height:40px;transition:unset}.shares-block .ya-share2__badge{display:flex;justify-content:center;align-items:center;height:100%;border-radius:0 !important}.shares-block .ya-share2__container_size_m{overflow:hidden;box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-radius:4px}.shares-block .ya-share2__item{position:relative}.shares-block .ya-share2__item:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#5ba508;z-index:1}.shares-block .ya-share2__item:hover{opacity:1}.shares-block .ya-share2__item:hover:before{transition:opacity .3s;opacity:0}.shares-block .ya-share2__item .ya-share2__icon{z-index:2}.block-overflow{overflow:hidden}.sku-prop{margin-bottom:16px}.sku-title{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin-bottom:6px;color:#6c6c71}.sku-values ul{display:flex;flex-wrap:wrap}.sku-values .img-value{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;box-sizing:border-box;padding:12px 16px;border-radius:4px;text-transform:uppercase;border:none;display:inline-flex;align-items:center;transition:all .3s;padding:5px 8px;color:#4a4a4f;margin:0 4px 4px 0;padding:0;background-color:transparent;border:2px solid #e1e1e6;cursor:pointer}.sku-values .img-value:active,.sku-values .img-value:focus,.sku-values .img-value:active{outline:none !important}.sku-values .img-value:not(.btn-icon)>.icon{margin-right:8px;text-align:center;font-size:18px}.sku-values .img-value.btn-primary,.sku-values .img-value.btn-primary:active{background-color:#5ba508;color:#fff}.sku-values .img-value.btn-primary:hover,.sku-values .img-value.btn-primary:active:hover,.sku-values .img-value.btn-primary:active,.sku-values .img-value.btn-primary:active:active{background-color:#335c04;border:none}.sku-values .img-value.btn-primary.disabled,.sku-values .img-value.btn-primary:active.disabled,.sku-values .img-value.btn-primary:disabled,.sku-values .img-value.btn-primary:active:disabled{background-color:#e1e1e6}.sku-values .img-value.btn-primary.disabled:hover,.sku-values .img-value.btn-primary:active.disabled:hover,.sku-values .img-value.btn-primary:disabled:hover,.sku-values .img-value.btn-primary:active:disabled:hover,.sku-values .img-value.btn-primary.disabled:active,.sku-values .img-value.btn-primary:active.disabled:active,.sku-values .img-value.btn-primary:disabled:active,.sku-values .img-value.btn-primary:active:disabled:active{background-color:#e1e1e6}.sku-values .img-value.btn-primary.loading:after,.sku-values .img-value.btn-primary:active.loading:after{background-color:#5ba508}.sku-values .img-value.btn-dark{background-color:#353545;color:#fff}.sku-values .img-value.btn-dark:hover,.sku-values .img-value.btn-dark:active{background-color:#565670;border:none}.sku-values .img-value.btn-dark.disabled,.sku-values .img-value.btn-dark:disabled{background-color:#e1e1e6}.sku-values .img-value.btn-dark.disabled:hover,.sku-values .img-value.btn-dark:disabled:hover,.sku-values .img-value.btn-dark.disabled:active,.sku-values .img-value.btn-dark:disabled:active{background-color:#e1e1e6}.sku-values .img-value.btn-dark.loading:after{background-color:#353545}.sku-values .img-value.btn-secondary{padding:10px 22px;background-color:transparent;color:#323237;border:2px solid #e1e1e6}.sku-values .img-value.btn-secondary:hover,.sku-values .img-value.btn-secondary:active{border-color:#5ba508;color:#5ba508}.sku-values .img-value.btn-secondary.disabled,.sku-values .img-value.btn-secondary:disabled{color:#e1e1e6}.sku-values .img-value.btn-secondary.disabled:hover,.sku-values .img-value.btn-secondary:disabled:hover,.sku-values .img-value.btn-secondary.disabled:active,.sku-values .img-value.btn-secondary:disabled:active{color:#e1e1e6}.sku-values .img-value.btn-secondary.loading:after{background-color:#fff}.sku-values .img-value.btn-outline-primary{color:#323237;box-shadow:inset 0px 0px 0px 2px #5ba508;font-weight:500}.sku-values .img-value.btn-outline-primary:hover,.sku-values .img-value.btn-outline-primary:active{background:#5ba508;color:#fff;box-shadow:none}.sku-values .img-value.btn-outline-primary.disabled,.sku-values .img-value.btn-outline-primary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .img-value.btn-outline-primary.disabled:hover,.sku-values .img-value.btn-outline-primary:disabled:hover{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .img-value.btn-outline-primary.loading:after{background-color:rgba(255,255,255,0.7)}.sku-values .img-value.btn-outline-secondary{color:#323237;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .img-value.btn-outline-secondary:hover,.sku-values .img-value.btn-outline-secondary:active{background:none;color:#5ba508;box-shadow:inset 0px 0px 0px 2px #5ba508}.sku-values .img-value.btn-outline-secondary.disabled,.sku-values .img-value.btn-outline-secondary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .img-value.btn-outline-secondary.disabled:hover,.sku-values .img-value.btn-outline-secondary:disabled:hover,.sku-values .img-value.btn-outline-secondary.disabled:active,.sku-values .img-value.btn-outline-secondary:disabled:active{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .img-value.btn-outline-secondary.loading:after{background-color:#fff;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .img-value.btn-link{padding:12px 0;color:#6c6c71;text-decoration:none}.sku-values .img-value.btn-link:hover,.sku-values .img-value.btn-link:active{color:#5ba508;text-decoration:none}.sku-values .img-value.btn-lg{padding:20px 40px}.sku-values .img-value.btn-m{padding:16px 32px}.sku-values .img-value.btn-s{padding:12px 24px}.sku-values .img-value.btn-with-icon i{font-size:18px;margin-right:8px}.sku-values .img-value.btn-order{color:#fff;background:#5ba508}.sku-values .img-value.btn-order.icon-cart:before{color:#fff;font-size:18px}.sku-values .img-value.btn-order:hover,.sku-values .img-value.btn-order:active{background-color:#335c04}.sku-values .img-value.btn-order_pressed{color:#fff;background:#2a3}.sku-values .img-value.btn-order.disabled{background-color:#e1e1e6}.sku-values .img-value.btn-order.loading:after{background-color:#5ba508}.sku-values .img-value.btn-fullscreen,.sku-values .img-value.btn-download{padding:14px}.sku-values .img-value.btn-light{background-color:#fff;color:#191928}.sku-values .img-value.btn-light:hover,.sku-values .img-value.btn-light:active{background-color:#5ba508;color:#fff}.sku-values .img-value.btn-light.btn-icon:hover i:before,.sku-values .img-value.btn-light.btn-icon:active i:before{color:#fff}.sku-values .img-value.btn-icon{padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.sku-values .img-value.btn-block{text-align:center;justify-content:center}.sku-values .img-value.btn-property{padding:5px 8px;background-color:transparent;color:#4a4a4f;border:2px solid #e1e1e6}.sku-values .img-value.btn-property:hover,.sku-values .img-value.btn-property:active{color:#fff;border-color:#5ba508;background:#5ba508}.sku-values .img-value.btn-property:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .img-value.btn-button-block{border:1px solid #e1e1e6;background-color:#fff;border-radius:0;color:#323237}.sku-values .img-value.btn-button-block:hover,.sku-values .img-value.btn-button-block:active{border-color:transparent;color:#fff;background-color:#5ba508}.sku-values .img-value:hover,.sku-values .img-value:active{color:#fff;border-color:#5ba508;background:#5ba508}.sku-values .img-value:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .img-value:last-of-type{margin-right:0}.sku-values .img-value:hover{border-color:#8f8f9d}.sku-values .img-value.selected{border-color:#5ba508}.sku-values .img-value .pict{width:24px;height:24px;border:2px solid #fff;box-sizing:content-box;border-radius:2px}.sku-values .img-value .value-title{display:none}.sku-values .text-value{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;box-sizing:border-box;padding:12px 16px;border-radius:4px;text-transform:uppercase;border:none;display:inline-flex;align-items:center;transition:all .3s;padding:5px 8px;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin:0 4px 4px 0;padding:6px 8px 3px;background-color:transparent;border:2px solid #e1e1e6;color:#4a4a4f;cursor:pointer}.sku-values .text-value:active,.sku-values .text-value:focus,.sku-values .text-value:active{outline:none !important}.sku-values .text-value:not(.btn-icon)>.icon{margin-right:8px;text-align:center;font-size:18px}.sku-values .text-value.btn-primary,.sku-values .text-value.btn-primary:active{background-color:#5ba508;color:#fff}.sku-values .text-value.btn-primary:hover,.sku-values .text-value.btn-primary:active:hover,.sku-values .text-value.btn-primary:active,.sku-values .text-value.btn-primary:active:active{background-color:#335c04;border:none}.sku-values .text-value.btn-primary.disabled,.sku-values .text-value.btn-primary:active.disabled,.sku-values .text-value.btn-primary:disabled,.sku-values .text-value.btn-primary:active:disabled{background-color:#e1e1e6}.sku-values .text-value.btn-primary.disabled:hover,.sku-values .text-value.btn-primary:active.disabled:hover,.sku-values .text-value.btn-primary:disabled:hover,.sku-values .text-value.btn-primary:active:disabled:hover,.sku-values .text-value.btn-primary.disabled:active,.sku-values .text-value.btn-primary:active.disabled:active,.sku-values .text-value.btn-primary:disabled:active,.sku-values .text-value.btn-primary:active:disabled:active{background-color:#e1e1e6}.sku-values .text-value.btn-primary.loading:after,.sku-values .text-value.btn-primary:active.loading:after{background-color:#5ba508}.sku-values .text-value.btn-dark{background-color:#353545;color:#fff}.sku-values .text-value.btn-dark:hover,.sku-values .text-value.btn-dark:active{background-color:#565670;border:none}.sku-values .text-value.btn-dark.disabled,.sku-values .text-value.btn-dark:disabled{background-color:#e1e1e6}.sku-values .text-value.btn-dark.disabled:hover,.sku-values .text-value.btn-dark:disabled:hover,.sku-values .text-value.btn-dark.disabled:active,.sku-values .text-value.btn-dark:disabled:active{background-color:#e1e1e6}.sku-values .text-value.btn-dark.loading:after{background-color:#353545}.sku-values .text-value.btn-secondary{padding:10px 22px;background-color:transparent;color:#323237;border:2px solid #e1e1e6}.sku-values .text-value.btn-secondary:hover,.sku-values .text-value.btn-secondary:active{border-color:#5ba508;color:#5ba508}.sku-values .text-value.btn-secondary.disabled,.sku-values .text-value.btn-secondary:disabled{color:#e1e1e6}.sku-values .text-value.btn-secondary.disabled:hover,.sku-values .text-value.btn-secondary:disabled:hover,.sku-values .text-value.btn-secondary.disabled:active,.sku-values .text-value.btn-secondary:disabled:active{color:#e1e1e6}.sku-values .text-value.btn-secondary.loading:after{background-color:#fff}.sku-values .text-value.btn-outline-primary{color:#323237;box-shadow:inset 0px 0px 0px 2px #5ba508;font-weight:500}.sku-values .text-value.btn-outline-primary:hover,.sku-values .text-value.btn-outline-primary:active{background:#5ba508;color:#fff;box-shadow:none}.sku-values .text-value.btn-outline-primary.disabled,.sku-values .text-value.btn-outline-primary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .text-value.btn-outline-primary.disabled:hover,.sku-values .text-value.btn-outline-primary:disabled:hover{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .text-value.btn-outline-primary.loading:after{background-color:rgba(255,255,255,0.7)}.sku-values .text-value.btn-outline-secondary{color:#323237;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .text-value.btn-outline-secondary:hover,.sku-values .text-value.btn-outline-secondary:active{background:none;color:#5ba508;box-shadow:inset 0px 0px 0px 2px #5ba508}.sku-values .text-value.btn-outline-secondary.disabled,.sku-values .text-value.btn-outline-secondary:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .text-value.btn-outline-secondary.disabled:hover,.sku-values .text-value.btn-outline-secondary:disabled:hover,.sku-values .text-value.btn-outline-secondary.disabled:active,.sku-values .text-value.btn-outline-secondary:disabled:active{box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .text-value.btn-outline-secondary.loading:after{background-color:#fff;box-shadow:inset 0px 0px 0px 2px #e1e1e6}.sku-values .text-value.btn-link{padding:12px 0;color:#6c6c71;text-decoration:none}.sku-values .text-value.btn-link:hover,.sku-values .text-value.btn-link:active{color:#5ba508;text-decoration:none}.sku-values .text-value.btn-lg{padding:20px 40px}.sku-values .text-value.btn-m{padding:16px 32px}.sku-values .text-value.btn-s{padding:12px 24px}.sku-values .text-value.btn-with-icon i{font-size:18px;margin-right:8px}.sku-values .text-value.btn-order{color:#fff;background:#5ba508}.sku-values .text-value.btn-order.icon-cart:before{color:#fff;font-size:18px}.sku-values .text-value.btn-order:hover,.sku-values .text-value.btn-order:active{background-color:#335c04}.sku-values .text-value.btn-order_pressed{color:#fff;background:#2a3}.sku-values .text-value.btn-order.disabled{background-color:#e1e1e6}.sku-values .text-value.btn-order.loading:after{background-color:#5ba508}.sku-values .text-value.btn-fullscreen,.sku-values .text-value.btn-download{padding:14px}.sku-values .text-value.btn-light{background-color:#fff;color:#191928}.sku-values .text-value.btn-light:hover,.sku-values .text-value.btn-light:active{background-color:#5ba508;color:#fff}.sku-values .text-value.btn-light.btn-icon:hover i:before,.sku-values .text-value.btn-light.btn-icon:active i:before{color:#fff}.sku-values .text-value.btn-icon{padding:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.sku-values .text-value.btn-block{text-align:center;justify-content:center}.sku-values .text-value.btn-property{padding:5px 8px;background-color:transparent;color:#4a4a4f;border:2px solid #e1e1e6}.sku-values .text-value.btn-property:hover,.sku-values .text-value.btn-property:active{color:#fff;border-color:#5ba508;background:#5ba508}.sku-values .text-value.btn-property:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .text-value.btn-button-block{border:1px solid #e1e1e6;background-color:#fff;border-radius:0;color:#323237}.sku-values .text-value.btn-button-block:hover,.sku-values .text-value.btn-button-block:active{border-color:transparent;color:#fff;background-color:#5ba508}.sku-values .text-value:hover,.sku-values .text-value:active{color:#fff;border-color:#5ba508;background:#5ba508}.sku-values .text-value:disabled{box-shadow:inset 0px 0px 0px 2px #e1e1e6;color:#e1e1e6}.sku-values .text-value:last-of-type{margin-right:0}.sku-values .text-value:hover{border-color:#8f8f9d;background-color:#8f8f9d;color:#fff}.sku-values .text-value.selected{background-color:#5ba508;border-color:#5ba508;color:#fff}.sku-values .text-value.notallowed{color:#B7B7BC;cursor:not-allowed}.sku-values .text-value.notallowed:hover{border-color:#e1e1e6;background-color:transparent}.sku-values .text-value.notallowed.selected{background-color:transparent;border-color:#e1e1e6}.buttons .to-cart{display:inline-flex;text-align:center;justify-content:center;width:100%}.buttons .to-cart i{padding-right:10px;margin-left:-6px;font-size:18px}.buttons .to-cart i:before{color:#fff}.buttons .in-cart,.buttons .in-basket{display:inline-flex;text-align:center;justify-content:center;background-color:#2a3;width:100%}.buttons .in-cart:hover,.buttons .in-basket:hover{background-color:#156a20}.buttons .in-cart i,.buttons .in-basket i{padding-right:10px;margin-left:-6px;font-size:18px}.buttons .in-cart i:before,.buttons .in-basket i:before{content:'\eb34'}.loading{position:relative;justify-content:center}.loading:before{content:'\eefa';position:absolute;font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;max-width:20px;width:100%;font-size:20px;animation:rotate 1s linear infinite;z-index:1}.loading:after{content:'';position:absolute;height:100%;width:100%;left:0;border-radius:4px}.alert{border:none;border-radius:4px;padding:16px 24px}.alert.alert-danger{background:#FFF0EE;color:#f42}.alert.alert-success{background:#EEF9EF;color:#2a3}.alert.alert-warning{background:#FFF9EB;color:#FFAA00}.alert.alert-primary{background:#EEF7FB;color:#8f8f9d}.progress{height:3px;background-color:transparent;border-radius:1px}.progress .progress-bar{background-color:#5ba508}.open-modal{overflow-x:hidden;height:100%;width:100%;overflow-y:hidden;touch-action:none}.preloader{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;background:#f5f5f7;z-index:1001;display:flex;justify-content:center;align-items:center}.preloader.hidden{display:none}.preloader svg circle{stroke:#5ba508}.preloader-image{width:100px;animation:rotate 1s linear}.loaded_hiding .preloader{transition:.3s opacity;opacity:0}.loaded .preloader{display:none}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes wait-bar-grow{0%{transform:scaleX(0)}25%{transform:scaleX(.5)}50%{transform:scaleX(1)}75%{transform:scaleX(.5)}100%{transform:scaleX(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}*{outline:none}.icon-vk-ie-black{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='black'/%3E%3C/svg%3E%0A")}.icon-vk-ie-white{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.icon-ok-ie-black{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='black'/%3E%3C/svg%3E%0A")}.icon-ok-ie-white{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.partners-top-menu .icon.partner-home{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/home.svg')}.partners-top-menu .icon.partner-user{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/user.svg')}.partners-top-menu .icon.partner-solution{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/solution.svg')}.partners-top-menu .icon.partner-settings{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/settings.svg')}.partners-top-menu .icon.partner-shopping{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/shopping.svg')}.partners-top-menu .icon.partner-news{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/news.svg')}.partners-top-menu .icon.partner-learning{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/learning.svg')}.partners-top-menu .icon.partner-conditions{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/partner/partner.svg')}body{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#19191e;display:flex;flex-direction:column;height:100%;background-color:#fff}body>*{-ms-overflow-style:none}body .container{max-width:1360px}body.width-1168 .container{max-width:1168px}body.width-1168 .projects-element .project-img{max-width:576px;max-height:456px}body.width-1168 .item-card .card-wrapper .product-img{max-width:576px;max-height:456px}body.width-1648 .container{max-width:1648px}body.width-1648 .projects-element .head-info{width:100%}body .container{padding-left:16px;padding-right:16px}body.overflow{overflow:hidden}body.inner-page .wrapper-container .text-before-items{margin-bottom:40px}body.inner-page .wrapper-container .text-before-items.empty-text{margin-bottom:0}body.inner-page .wrapper-container .text-before-items p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}body.inner-page .wrapper-container .text-before-items p:last-child{margin-bottom:0}body.inner-page .wrapper-container .text-after-items{margin-top:56px}body.inner-page .wrapper-container .text-after-items h3{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0;margin-bottom:24px;margin-top:56px}body.inner-page .wrapper-container .text-after-items p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}body.inner-page .wrapper-container .text-after-items p:last-child{margin-bottom:0}body.inner-page .footer{margin-top:80px}body>div[id*='wait_comp_']{position:fixed !important;z-index:9001 !important;top:0 !important;left:0 !important;width:100% !important;height:3px !important;border:none !important;padding:0 !important;text-indent:-9999px !important;background-image:none !important;background-color:#0b1301 !important}body>div[id*='wait_comp_']:after,body>div[id*='wait_comp_']:before{animation-name:wait-bar-grow;animation-duration:2000ms;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-timing-function:ease-in,steps(1);bottom:0;content:'';position:absolute;top:0;transform:scaleX(0);width:50%;background-color:#76d60a !important}body>div[id*='wait_comp_']:after{right:0;transform-origin:left center}body>div[id*='wait_comp_']:before{left:0;transform-origin:right center}body.text-size-15px{font-size:15px}body.text-size-15px .font-p,body.text-size-15px .font-bold-p{font-size:15px}body.text-size-17px{font-size:17px}body.text-size-17px .font-p,body.text-size-17px .font-bold-p{font-size:17px}body.titles-type-normal h1,body.titles-type-normal h2,body.titles-type-normal h3,body.titles-type-normal h4,body.titles-type-normal h5,body.titles-type-normal h6,body.titles-type-normal .h1,body.titles-type-normal .h2,body.titles-type-normal .h3,body.titles-type-normal .h4,body.titles-type-normal .h5,body.titles-type-normal .h6,body.titles-type-normal .font-element-title-small,body.titles-type-normal .font-element-title-big,body.titles-type-normal .font-element-title{font-weight:400}body.btn-type-rounded .owl-next,body.btn-type-rounded .owl-prev{border-radius:120px}body.btn-type-rounded .btn{border-radius:120px}body.btn-type-rounded .dropdown-links .btn.callback-popup-btn{border-radius:0}body.btn-type-rounded .finded-container .btn{border-radius:0}body.btn-type-rounded .loading:after{border-radius:120px}a{color:#5ba508;transition:all .3s}a.icon:hover{text-decoration:none}.popup-window-titlebar{height:auto;padding:0}.popup-window-titlebar .popup-window-titlebar-text{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0;color:#19191e;margin-top:16px;padding:0}.popup-window.popup-window-with-titlebar{padding:10px 30px 10px 30px}.popup-window-with-titlebar .popup-window-content{padding:0}button,input{outline:none !important}.wrapper-section{padding:56px 0 72px 0;border-top:1px solid #e1e1e6}.wrapper-section.first{padding:0;border-top:none}.wrapper-section.no-padding{padding:0}.wrapper-section.grey{background-color:#f8f8fa;border-top:none}.wrapper-section.grey+.wrapper-section.white{border-top:none}.wrapper-section[data-code="projects"]{padding:0;border:none}.wrapper-container>.row>.col{order:1}.wrapper-container>.row>.sidebar-left{order:0}.wrapper-container>.row>.sidebar-right{order:2}.sidebar-left,.sidebar-right{min-width:296px;max-width:296px;padding:0;margin-left:6px}.sidebar-left>div:not(.filter-aside-container):last-child,.sidebar-right>div:not(.filter-aside-container):last-child{position:sticky;top:0}.sidebar-right{margin-left:32px;padding:0}.sidebar-left .filter-aside-container,.sidebar-right .filter-aside-container{margin-top:-1px}.sidebar-left .filter-aside-container .filter-window,.sidebar-right .filter-aside-container .filter-window{display:none;margin:0;margin-top:-1px}.sidebar-left .filter-aside-container .title,.sidebar-right .filter-aside-container .title{position:relative;z-index:1}.sidebar-left .filter-aside-container .title .menu-title,.sidebar-right .filter-aside-container .title .menu-title{padding:24px 32px}.sidebar-left .filter-aside-container.open .filter-window,.sidebar-right .filter-aside-container.open .filter-window{display:block}.sidebar-left .filter-aside-container.open .title,.sidebar-right .filter-aside-container.open .title{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.sidebar-left .filter-aside-container.open .title .menu-title .icon-add-line:before,.sidebar-right .filter-aside-container.open .title .menu-title .icon-add-line:before{content:"\f004"}.sidebar-menu-catalog .title,.filter-aside-container .title{border:1px solid #e1e1e6}.sidebar-menu-catalog .title .menu-title,.filter-aside-container .title .menu-title{width:100%;height:auto;display:flex;padding:24px 32px;color:#323237;text-decoration:none}.sidebar-menu-catalog .title .menu-title .icon-shopping-cart-line,.filter-aside-container .title .menu-title .icon-shopping-cart-line,.sidebar-menu-catalog .title .menu-title .icon-equalizer-line,.filter-aside-container .title .menu-title .icon-equalizer-line{margin-right:18px}.sidebar-menu-catalog .title .menu-title .icon-add-line,.filter-aside-container .title .menu-title .icon-add-line{margin-left:auto}.action-block .filter-mobile-btn{display:none}.filter-mobile-btn{display:none}.filter-container-horizontal .filter-window .mobile-visible.close{display:none}.filter-block .sub .scroll-wrapper{position:relative;max-height:300px;width:calc(100% + 16px);padding:0 16px 0 0 !important}.finded-container{position:absolute;left:calc(100% + 1px);top:0;white-space:nowrap;z-index:23;display:none;background:#fff;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.finded-container .text{padding:12px 16px;background-color:#fff}.finded-container.active{display:flex}.finded-container .btn{border-radius:0;width:48px;min-width:48px;height:48px;display:flex;font-size:24px;justify-content:center}.finded-container.zero-result .btn{display:none}.sidebar-left{margin-right:32px}.sidebar-left .sidebar-menu-catalog>.sidebar-menu,.sidebar-right .sidebar-menu-catalog>.sidebar-menu{display:none;margin-top:-1px}.sidebar-left .sidebar-menu-catalog.open>.sidebar-menu,.sidebar-right .sidebar-menu-catalog.open>.sidebar-menu{display:block}.sidebar-left .sidebar-menu-catalog.open .title,.sidebar-right .sidebar-menu-catalog.open .title{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.sidebar-left .sidebar-menu-catalog.open .title .menu-title .icon-add-line:before,.sidebar-right .sidebar-menu-catalog.open .title .menu-title .icon-add-line:before{content:"\f004"}.sidebar-left .sidebar-menu-catalog .has-sub.open>a,.sidebar-right .sidebar-menu-catalog .has-sub.open>a{color:#5ba508}.sidebar-left .sidebar-menu-catalog .has-sub.open .sub .li:not(.has-sub) .active.open>a,.sidebar-right .sidebar-menu-catalog .has-sub.open .sub .li:not(.has-sub) .active.open>a{color:#5ba508}.sidebar-left .sidebar-menu,.sidebar-right .sidebar-menu{border:1px solid #e1e1e6;margin-bottom:16px}.sidebar-left .sidebar-menu>ul>li:before,.sidebar-right .sidebar-menu>ul>li:before{content:'';position:absolute;bottom:0;left:32px;display:block;width:calc(100% - 64px);background-color:#e1e1e6;height:1px}.sidebar-left .sidebar-menu ul li,.sidebar-right .sidebar-menu ul li{position:relative}.sidebar-left .sidebar-menu ul li.active>a,.sidebar-right .sidebar-menu ul li.active>a{color:#5ba508}.sidebar-left .sidebar-menu ul li.active .active>a,.sidebar-right .sidebar-menu ul li.active .active>a{color:#5ba508}.sidebar-left .sidebar-menu ul li a,.sidebar-right .sidebar-menu ul li a{display:block;color:#323237;text-decoration:none;padding:24px 32px}.sidebar-left .sidebar-menu ul li a:hover,.sidebar-right .sidebar-menu ul li a:hover{color:#5ba508}.sidebar-left .sidebar-menu ul li:last-of-type:before,.sidebar-right .sidebar-menu ul li:last-of-type:before{display:none}.sidebar-left .sidebar-menu ul li.has-sub.color>a,.sidebar-right .sidebar-menu ul li.has-sub.color>a{color:#323237}.sidebar-left .sidebar-menu ul li.has-sub>a,.sidebar-right .sidebar-menu ul li.has-sub>a{position:relative;padding-bottom:16px}.sidebar-left .sidebar-menu ul li.has-sub>a:after,.sidebar-right .sidebar-menu ul li.has-sub>a:after{display:block;position:absolute;width:24px;height:24px;text-align:center;line-height:24px;right:24px;font-size:24px;top:calc(50% - 12px);content:'\ea43';font-family:'remixicon' !important}.sidebar-left .sidebar-menu ul li.has-sub>a .text,.sidebar-right .sidebar-menu ul li.has-sub>a .text{max-width:88%}.sidebar-left .sidebar-menu ul li.has-sub:hover,.sidebar-right .sidebar-menu ul li.has-sub:hover{background:none}.sidebar-left .sidebar-menu ul li.has-sub.open>a:after,.sidebar-right .sidebar-menu ul li.has-sub.open>a:after{content:'\ea49';top:calc(50% - 8px)}.sidebar-left .sidebar-menu ul li.has-sub.open .sub,.sidebar-right .sidebar-menu ul li.has-sub.open .sub{margin-top:-8px;padding-bottom:8px;display:block}.sidebar-left .sidebar-menu ul li.has-sub.open .sub .has-sub.open>a:after,.sidebar-right .sidebar-menu ul li.has-sub.open .sub .has-sub.open>a:after{top:calc(50% - 12px)}.sidebar-left .sidebar-menu ul li:not(.open)>a,.sidebar-right .sidebar-menu ul li:not(.open)>a{padding-bottom:24px}.sidebar-left .sidebar-menu ul li .sub,.sidebar-right .sidebar-menu ul li .sub{display:none;padding:0 32px 24px 32px}.sidebar-left .sidebar-menu ul li .sub li,.sidebar-right .sidebar-menu ul li .sub li{padding:0;margin:0 -16px 0 -16px}.sidebar-left .sidebar-menu ul li .sub li a,.sidebar-right .sidebar-menu ul li .sub li a{display:block;padding:8px 16px 8px 16px;text-decoration:none;color:#4a4a4f}.sidebar-left .sidebar-menu ul li .sub li a:hover,.sidebar-right .sidebar-menu ul li .sub li a:hover{background-color:#f8f8fa;color:initial}.sidebar-left .sidebar-menu ul li .sub li:first-of-type,.sidebar-right .sidebar-menu ul li .sub li:first-of-type{margin-top:8px}.sidebar-left .sidebar-menu ul li .sub li:after,.sidebar-right .sidebar-menu ul li .sub li:after{content:none}.sidebar-left .sidebar-menu ul li .sub li:not(&.has-sub):hover,.sidebar-right .sidebar-menu ul li .sub li:not(&.has-sub):hover{background-color:#f8f8fa}.sidebar-left .sidebar-menu ul li .sub li.has-sub .sub,.sidebar-right .sidebar-menu ul li .sub li.has-sub .sub{display:none}.sidebar-left .sidebar-menu ul li .sub li.has-sub.open .sub,.sidebar-right .sidebar-menu ul li .sub li.has-sub.open .sub{display:block}.sidebar-left .sidebar-menu ul li .sub li.has-sub a:after,.sidebar-right .sidebar-menu ul li .sub li.has-sub a:after{right:10px}.socials-icons{display:flex}.socials-icons .item{width:40px;height:40px;margin-right:6px;border-radius:2px;line-height:40px;text-align:center;font-size:18px;background:#e1e1e6;text-decoration:none}.socials-icons .item:before{color:#fff}.socials-icons .item:hover{opacity:0.8}.socials-icons .item.icon-vk{background-color:#4B76A6;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjYwMTggNC4wMDE5QzcuNjkwMzMgMy45OTM4OSA2Ljg3NjY0IDQuMDAxOSA2LjQwODE1IDQuMjE4MTVDNi4xMDQwNSA0LjM2MjMzIDUuODY1NyA0LjY5ODczIDYuMDA1NDIgNC43MTQ3NUM2LjE4NjI0IDQuNzM4NzcgNi41OTcxOSA0LjgxODg3IDYuODEwODkgNS4xMDcyMUM3LjA5MDM0IDUuNDc1NjUgNy4wNzM5IDYuMzAwNjMgNy4wNzM5IDYuMzAwNjNDNy4wNzM5IDYuMzAwNjMgNy4yMzAwNiA4LjU2NzMzIDYuNzA0MDQgOC44NTU2N0M2LjMzNDE4IDkuMDU1OTEgNS44NDEwNCA4LjY1NTQzIDQuNzY0MzQgNi44NDUyOEM0LjIxMzY2IDUuOTE2MTcgMy43OTQ0OSA0Ljg5MDk1IDMuNzk0NDkgNC44OTA5NUMzLjc5NDQ5IDQuODkwOTUgMy43MjA1MiA0LjY5ODczIDMuNTcyNTggNC42MDI2MUMzLjM5OTk4IDQuNDc0NDYgMy4xNjE2MiA0LjQzNDQxIDMuMTYxNjIgNC40MzQ0MUwwLjU4MDgzNyA0LjQ1MDQzQzAuNTgwODM3IDQuNDUwNDMgMC4yMDI3NiA0LjQ2NjQ1IDAuMDYzMDM0OCA0LjYyNjY0Qy0wLjA2ODQ3MDIgNC43Nzg4MiAwLjA0NjU5ODkgNS4wNzUxNyAwLjA0NjU5ODkgNS4wNzUxN0MwLjA0NjU5ODkgNS4wNzUxNyAyLjA2MDI3IDkuNjY0NjMgNC4zNDUxNyAxMS45NzE0QzYuNDMyODEgMTQuMTAxOSA4LjgwODEyIDEzLjk1NzcgOC44MDgxMiAxMy45NTc3SDkuODg0ODJDOS44ODQ4MiAxMy45NTc3IDEwLjIxMzYgMTMuOTI1NyAxMC4zNzggMTMuNzQ5NUMxMC41MjU5IDEzLjU4OTMgMTAuNTI1OSAxMy4yOTMgMTAuNTI1OSAxMy4yOTNDMTAuNTI1OSAxMy4yOTMgMTAuNTAxMiAxMS44ODMzIDExLjE3NTIgMTEuNjc1QzExLjgzMjcgMTEuNDc0OCAxMi42NzkzIDEzLjAzNjYgMTMuNTc1MiAxMy42Mzc0QzE0LjI1NzQgMTQuMDkzOSAxNC43NzUyIDEzLjk4OTggMTQuNzc1MiAxMy45ODk4TDE3LjE4MzMgMTMuOTU3N0MxNy4xODMzIDEzLjk1NzcgMTguNDMyNiAxMy44ODU3IDE3Ljg0MDkgMTIuOTE2NUMxNy43OTE2IDEyLjg0NDQgMTcuNDk1NyAxMi4yMDM3IDE2LjA1NzMgMTAuOTA2MUMxNC41NDUgOS41NDQ0OSAxNC43NTA1IDkuNzYwNzUgMTYuNTY2OSA3LjQwNTk1QzE3LjY2ODMgNS45NjQyMyAxOC4xMTIxIDUuMDkxMTkgMTcuOTcyNCA0LjcxNDc1QzE3Ljg0MDkgNC4zNTQzMSAxNy4wMjcyIDQuNDUwNDMgMTcuMDI3MiA0LjQ1MDQzTDE0LjMyMzEgNC40NjY0NUMxNC4zMjMxIDQuNDY2NDUgMTQuMTE3NiA0LjQ0MjQyIDEzLjk2OTcgNC41MjI1MkMxMy44MyA0LjYxMDYyIDEzLjczMTMgNC44MTA4NiAxMy43MzEzIDQuODEwODZDMTMuNzMxMyA0LjgxMDg2IDEzLjMwMzkgNS45MjQxOCAxMi43MzY4IDYuODY5MzFDMTEuNTI4NiA4Ljg2MzY4IDExLjA0MzcgOC45NzU4MiAxMC44NDY0IDguODQ3NjZDMTAuMzk0NCA4LjU1OTMyIDEwLjUwMTIgNy42ODYyOCAxMC41MDEyIDcuMDY5NTVDMTAuNTAxMiA1LjEzMTI0IDEwLjgwNTQgNC4zMzAyOSA5LjkxNzY5IDQuMTIyMDRDOS42MjE4MSA0LjA0OTk1IDkuNDA4MTEgNC4wMDE5IDguNjYwMTggNC4wMDE5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==')}.socials-icons .item.icon-facebook{background:#4367AF}.socials-icons .item.icon-twitter{background:#23A1EF}.socials-icons .item.icon-youtube{background:#FE001B}.socials-icons .item.icon-instagram{background:linear-gradient(225deg, #6f3fbb 0%, #c53185 32.04%, #ea4951 66.3%, #fec763 100%)}.socials-icons .item.icon-ok{background:#ED8225;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDAxNTMgMi42ODA2N0MxMC4wMjA0IDIuNjgwNjcgMTAuODQ1OSAzLjQ4NzQgMTAuODQ1OSA0LjQ4MzE5QzEwLjg0NTkgNS40NzQ3OSAxMC4wMjA0IDYuMjgxNTEgOS4wMDE1MyA2LjI4MTUxQzcuOTgyNjIgNi4yODE1MSA3LjE1NzE3IDUuNDc0NzkgNy4xNTcxNyA0LjQ4MzE5QzcuMTU3MTcgMy40ODc0IDcuOTgyNjIgMi42ODA2NyA5LjAwMTUzIDIuNjgwNjdaTTkuMDAxNTMgOC45NjIxOUMxMS41Mjk1IDguOTYyMTkgMTMuNTg0NSA2Ljk1Mzc4IDEzLjU4NDUgNC40ODMxOUMxMy41ODQ1IDIuMDA4NCAxMS41Mjk1IDAgOS4wMDE1MyAwQzYuNDczNTkgMCA0LjQxNDI2IDIuMDA4NCA0LjQxNDI2IDQuNDgzMTlDNC40MTQyNiA2Ljk0OTU4IDYuNDczNTkgOC45NjIxOSA5LjAwMTUzIDguOTYyMTlaTTEwLjgwMjkgMTIuMzg2NkMxMS43MSAxMi4xODQ5IDEyLjU4MjggMTEuODM2MSAxMy4zOTEgMTEuMzM2MUMxNC4wMDE1IDEwLjk2MjIgMTQuMTgyMSAxMC4xNzY1IDEzLjc5OTUgOS41Nzk4M0MxMy40MTY4IDguOTgzMTkgMTIuNjA4NiA4LjgwMjUyIDExLjk5ODEgOS4xODA2N0MxMC4xNzUyIDEwLjMwMjUgNy44Mjc4NSAxMC4zMDI1IDYuMDA0OTcgOS4xODA2N0M1LjM5MDE5IDguODAyNTIgNC41ODYyMyA4Ljk4MzE5IDQuMTk5MyA5LjU3OTgzQzMuODE2NjcgMTAuMTc2NSA0LjAwMTU0IDEwLjk2MjIgNC42MTIwMyAxMS4zMzYxQzUuNDE1OTggMTEuODM2MSA2LjI5MzAyIDEyLjE4NDkgNy4yMDAxNiAxMi4zODY2TDQuNzA2NjEgMTQuODIzNUM0LjE5OTMgMTUuMzE5MyA0LjE5OTMgMTYuMTI2MSA0LjcxMDkxIDE2LjYyNjFDNC45NjQ1NiAxNi44NzM5IDUuMjk1NiAxNyA1LjYzMDk0IDE3QzUuOTYxOTggMTcgNi4zMDE2MiAxNi44NzM5IDYuNTU1MjggMTYuNjI2MUw5LjAwMTUzIDE0LjIzNTNMMTEuNDUyMSAxNi42MjYxQzExLjk1OTQgMTcuMTIxOCAxMi43ODQ4IDE3LjEyMTggMTMuMjk2NSAxNi42MjYxQzEzLjgwMzggMTYuMTI2MSAxMy44MDM4IDE1LjMxOTMgMTMuMjk2NSAxNC44MjM1TDEwLjgwMjkgMTIuMzg2NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=')}.socials .icon-vk{background-color:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjYwMTggNC4wMDE5QzcuNjkwMzMgMy45OTM4OSA2Ljg3NjY0IDQuMDAxOSA2LjQwODE1IDQuMjE4MTVDNi4xMDQwNSA0LjM2MjMzIDUuODY1NyA0LjY5ODczIDYuMDA1NDIgNC43MTQ3NUM2LjE4NjI0IDQuNzM4NzcgNi41OTcxOSA0LjgxODg3IDYuODEwODkgNS4xMDcyMUM3LjA5MDM0IDUuNDc1NjUgNy4wNzM5IDYuMzAwNjMgNy4wNzM5IDYuMzAwNjNDNy4wNzM5IDYuMzAwNjMgNy4yMzAwNiA4LjU2NzMzIDYuNzA0MDQgOC44NTU2N0M2LjMzNDE4IDkuMDU1OTEgNS44NDEwNCA4LjY1NTQzIDQuNzY0MzQgNi44NDUyOEM0LjIxMzY2IDUuOTE2MTcgMy43OTQ0OSA0Ljg5MDk1IDMuNzk0NDkgNC44OTA5NUMzLjc5NDQ5IDQuODkwOTUgMy43MjA1MiA0LjY5ODczIDMuNTcyNTggNC42MDI2MUMzLjM5OTk4IDQuNDc0NDYgMy4xNjE2MiA0LjQzNDQxIDMuMTYxNjIgNC40MzQ0MUwwLjU4MDgzNyA0LjQ1MDQzQzAuNTgwODM3IDQuNDUwNDMgMC4yMDI3NiA0LjQ2NjQ1IDAuMDYzMDM0OCA0LjYyNjY0Qy0wLjA2ODQ3MDIgNC43Nzg4MiAwLjA0NjU5ODkgNS4wNzUxNyAwLjA0NjU5ODkgNS4wNzUxN0MwLjA0NjU5ODkgNS4wNzUxNyAyLjA2MDI3IDkuNjY0NjMgNC4zNDUxNyAxMS45NzE0QzYuNDMyODEgMTQuMTAxOSA4LjgwODEyIDEzLjk1NzcgOC44MDgxMiAxMy45NTc3SDkuODg0ODJDOS44ODQ4MiAxMy45NTc3IDEwLjIxMzYgMTMuOTI1NyAxMC4zNzggMTMuNzQ5NUMxMC41MjU5IDEzLjU4OTMgMTAuNTI1OSAxMy4yOTMgMTAuNTI1OSAxMy4yOTNDMTAuNTI1OSAxMy4yOTMgMTAuNTAxMiAxMS44ODMzIDExLjE3NTIgMTEuNjc1QzExLjgzMjcgMTEuNDc0OCAxMi42NzkzIDEzLjAzNjYgMTMuNTc1MiAxMy42Mzc0QzE0LjI1NzQgMTQuMDkzOSAxNC43NzUyIDEzLjk4OTggMTQuNzc1MiAxMy45ODk4TDE3LjE4MzMgMTMuOTU3N0MxNy4xODMzIDEzLjk1NzcgMTguNDMyNiAxMy44ODU3IDE3Ljg0MDkgMTIuOTE2NUMxNy43OTE2IDEyLjg0NDQgMTcuNDk1NyAxMi4yMDM3IDE2LjA1NzMgMTAuOTA2MUMxNC41NDUgOS41NDQ0OSAxNC43NTA1IDkuNzYwNzUgMTYuNTY2OSA3LjQwNTk1QzE3LjY2ODMgNS45NjQyMyAxOC4xMTIxIDUuMDkxMTkgMTcuOTcyNCA0LjcxNDc1QzE3Ljg0MDkgNC4zNTQzMSAxNy4wMjcyIDQuNDUwNDMgMTcuMDI3MiA0LjQ1MDQzTDE0LjMyMzEgNC40NjY0NUMxNC4zMjMxIDQuNDY2NDUgMTQuMTE3NiA0LjQ0MjQyIDEzLjk2OTcgNC41MjI1MkMxMy44MyA0LjYxMDYyIDEzLjczMTMgNC44MTA4NiAxMy43MzEzIDQuODEwODZDMTMuNzMxMyA0LjgxMDg2IDEzLjMwMzkgNS45MjQxOCAxMi43MzY4IDYuODY5MzFDMTEuNTI4NiA4Ljg2MzY4IDExLjA0MzcgOC45NzU4MiAxMC44NDY0IDguODQ3NjZDMTAuMzk0NCA4LjU1OTMyIDEwLjUwMTIgNy42ODYyOCAxMC41MDEyIDcuMDY5NTVDMTAuNTAxMiA1LjEzMTI0IDEwLjgwNTQgNC4zMzAyOSA5LjkxNzY5IDQuMTIyMDRDOS42MjE4MSA0LjA0OTk1IDkuNDA4MTEgNC4wMDE5IDguNjYwMTggNC4wMDE5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==')}.socials .icon-ok{background:transparent;background-repeat:no-repeat;background-position:center;background-image:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMDAxNTMgMi42ODA2N0MxMC4wMjA0IDIuNjgwNjcgMTAuODQ1OSAzLjQ4NzQgMTAuODQ1OSA0LjQ4MzE5QzEwLjg0NTkgNS40NzQ3OSAxMC4wMjA0IDYuMjgxNTEgOS4wMDE1MyA2LjI4MTUxQzcuOTgyNjIgNi4yODE1MSA3LjE1NzE3IDUuNDc0NzkgNy4xNTcxNyA0LjQ4MzE5QzcuMTU3MTcgMy40ODc0IDcuOTgyNjIgMi42ODA2NyA5LjAwMTUzIDIuNjgwNjdaTTkuMDAxNTMgOC45NjIxOUMxMS41Mjk1IDguOTYyMTkgMTMuNTg0NSA2Ljk1Mzc4IDEzLjU4NDUgNC40ODMxOUMxMy41ODQ1IDIuMDA4NCAxMS41Mjk1IDAgOS4wMDE1MyAwQzYuNDczNTkgMCA0LjQxNDI2IDIuMDA4NCA0LjQxNDI2IDQuNDgzMTlDNC40MTQyNiA2Ljk0OTU4IDYuNDczNTkgOC45NjIxOSA5LjAwMTUzIDguOTYyMTlaTTEwLjgwMjkgMTIuMzg2NkMxMS43MSAxMi4xODQ5IDEyLjU4MjggMTEuODM2MSAxMy4zOTEgMTEuMzM2MUMxNC4wMDE1IDEwLjk2MjIgMTQuMTgyMSAxMC4xNzY1IDEzLjc5OTUgOS41Nzk4M0MxMy40MTY4IDguOTgzMTkgMTIuNjA4NiA4LjgwMjUyIDExLjk5ODEgOS4xODA2N0MxMC4xNzUyIDEwLjMwMjUgNy44Mjc4NSAxMC4zMDI1IDYuMDA0OTcgOS4xODA2N0M1LjM5MDE5IDguODAyNTIgNC41ODYyMyA4Ljk4MzE5IDQuMTk5MyA5LjU3OTgzQzMuODE2NjcgMTAuMTc2NSA0LjAwMTU0IDEwLjk2MjIgNC42MTIwMyAxMS4zMzYxQzUuNDE1OTggMTEuODM2MSA2LjI5MzAyIDEyLjE4NDkgNy4yMDAxNiAxMi4zODY2TDQuNzA2NjEgMTQuODIzNUM0LjE5OTMgMTUuMzE5MyA0LjE5OTMgMTYuMTI2MSA0LjcxMDkxIDE2LjYyNjFDNC45NjQ1NiAxNi44NzM5IDUuMjk1NiAxNyA1LjYzMDk0IDE3QzUuOTYxOTggMTcgNi4zMDE2MiAxNi44NzM5IDYuNTU1MjggMTYuNjI2MUw5LjAwMTUzIDE0LjIzNTNMMTEuNDUyMSAxNi42MjYxQzExLjk1OTQgMTcuMTIxOCAxMi43ODQ4IDE3LjEyMTggMTMuMjk2NSAxNi42MjYxQzEzLjgwMzggMTYuMTI2MSAxMy44MDM4IDE1LjMxOTMgMTMuMjk2NSAxNC44MjM1TDEwLjgwMjkgMTIuMzg2NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=')}.header{position:relative;z-index:23}.header.open-header{opacity:1;position:fixed;top:0;left:0;right:0}.header.type1 .top-header,.header.type2 .top-header,.header.type3 .top-header,.header.type4 .top-header,.header.type5 .top-header,.header.type6 .top-header,.header.type7 .top-header,.header.type8 .top-header,.header.type9 .top-header,.header.type10 .top-header,.header.type11 .top-header,.header.type12 .top-header,.header.type13 .top-header,.header.type14 .top-header,.header.type15 .top-header,.header.type16 .top-header,.header.type1-fixed .top-header,.header.type2-fixed .top-header{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f;border-bottom:1px solid #e1e1e6;padding:9px 20px 9px 24px;display:flex;align-items:center}.header.type1 .top-header .sub-menu .sub-menu-list-0,.header.type2 .top-header .sub-menu .sub-menu-list-0,.header.type3 .top-header .sub-menu .sub-menu-list-0,.header.type4 .top-header .sub-menu .sub-menu-list-0,.header.type5 .top-header .sub-menu .sub-menu-list-0,.header.type6 .top-header .sub-menu .sub-menu-list-0,.header.type7 .top-header .sub-menu .sub-menu-list-0,.header.type8 .top-header .sub-menu .sub-menu-list-0,.header.type9 .top-header .sub-menu .sub-menu-list-0,.header.type10 .top-header .sub-menu .sub-menu-list-0,.header.type11 .top-header .sub-menu .sub-menu-list-0,.header.type12 .top-header .sub-menu .sub-menu-list-0,.header.type13 .top-header .sub-menu .sub-menu-list-0,.header.type14 .top-header .sub-menu .sub-menu-list-0,.header.type15 .top-header .sub-menu .sub-menu-list-0,.header.type16 .top-header .sub-menu .sub-menu-list-0,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0{margin:0;padding:0;list-style-type:none;display:flex;margin-right:24px}.header.type1 .top-header .sub-menu .sub-menu-list-0>li,.header.type2 .top-header .sub-menu .sub-menu-list-0>li,.header.type3 .top-header .sub-menu .sub-menu-list-0>li,.header.type4 .top-header .sub-menu .sub-menu-list-0>li,.header.type5 .top-header .sub-menu .sub-menu-list-0>li,.header.type6 .top-header .sub-menu .sub-menu-list-0>li,.header.type7 .top-header .sub-menu .sub-menu-list-0>li,.header.type8 .top-header .sub-menu .sub-menu-list-0>li,.header.type9 .top-header .sub-menu .sub-menu-list-0>li,.header.type10 .top-header .sub-menu .sub-menu-list-0>li,.header.type11 .top-header .sub-menu .sub-menu-list-0>li,.header.type12 .top-header .sub-menu .sub-menu-list-0>li,.header.type13 .top-header .sub-menu .sub-menu-list-0>li,.header.type14 .top-header .sub-menu .sub-menu-list-0>li,.header.type15 .top-header .sub-menu .sub-menu-list-0>li,.header.type16 .top-header .sub-menu .sub-menu-list-0>li,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0>li,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0>li{margin:0;padding:0}.header.type1 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type2 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type3 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type4 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type5 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type6 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type7 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type8 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type9 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type10 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type11 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type12 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type13 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type14 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type15 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type16 .top-header .sub-menu .sub-menu-list-0>li:after,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0>li:after,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0>li:after{display:none}.header.type1 .top-header .sub-menu .sub-menu-list-0>li,.header.type2 .top-header .sub-menu .sub-menu-list-0>li,.header.type3 .top-header .sub-menu .sub-menu-list-0>li,.header.type4 .top-header .sub-menu .sub-menu-list-0>li,.header.type5 .top-header .sub-menu .sub-menu-list-0>li,.header.type6 .top-header .sub-menu .sub-menu-list-0>li,.header.type7 .top-header .sub-menu .sub-menu-list-0>li,.header.type8 .top-header .sub-menu .sub-menu-list-0>li,.header.type9 .top-header .sub-menu .sub-menu-list-0>li,.header.type10 .top-header .sub-menu .sub-menu-list-0>li,.header.type11 .top-header .sub-menu .sub-menu-list-0>li,.header.type12 .top-header .sub-menu .sub-menu-list-0>li,.header.type13 .top-header .sub-menu .sub-menu-list-0>li,.header.type14 .top-header .sub-menu .sub-menu-list-0>li,.header.type15 .top-header .sub-menu .sub-menu-list-0>li,.header.type16 .top-header .sub-menu .sub-menu-list-0>li,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0>li,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0>li{margin-right:24px}.header.type1 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type2 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type3 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type4 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type5 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type6 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type7 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type8 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type9 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type10 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type11 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type12 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type13 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type14 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type15 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type16 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0>li>a,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0>li>a{color:#4a4a4f;text-decoration:none}.header.type1 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type2 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type3 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type4 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type5 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type6 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type7 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type8 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type9 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type10 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type11 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type12 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type13 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type14 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type15 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type16 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type1-fixed .top-header .sub-menu .sub-menu-list-0>li>a:hover,.header.type2-fixed .top-header .sub-menu .sub-menu-list-0>li>a:hover{color:#5ba508}.header.type1 .top-header .socials,.header.type2 .top-header .socials,.header.type3 .top-header .socials,.header.type4 .top-header .socials,.header.type5 .top-header .socials,.header.type6 .top-header .socials,.header.type7 .top-header .socials,.header.type8 .top-header .socials,.header.type9 .top-header .socials,.header.type10 .top-header .socials,.header.type11 .top-header .socials,.header.type12 .top-header .socials,.header.type13 .top-header .socials,.header.type14 .top-header .socials,.header.type15 .top-header .socials,.header.type16 .top-header .socials,.header.type1-fixed .top-header .socials,.header.type2-fixed .top-header .socials{margin-left:auto;display:flex}.header.type1 .top-header .socials .icon,.header.type2 .top-header .socials .icon,.header.type3 .top-header .socials .icon,.header.type4 .top-header .socials .icon,.header.type5 .top-header .socials .icon,.header.type6 .top-header .socials .icon,.header.type7 .top-header .socials .icon,.header.type8 .top-header .socials .icon,.header.type9 .top-header .socials .icon,.header.type10 .top-header .socials .icon,.header.type11 .top-header .socials .icon,.header.type12 .top-header .socials .icon,.header.type13 .top-header .socials .icon,.header.type14 .top-header .socials .icon,.header.type15 .top-header .socials .icon,.header.type16 .top-header .socials .icon,.header.type1-fixed .top-header .socials .icon,.header.type2-fixed .top-header .socials .icon{width:20px;height:20px;text-align:center;line-height:20px;color:#191928;font-size:19px;margin-left:22px}.header.type1 .top-header .socials .icon:first-child,.header.type2 .top-header .socials .icon:first-child,.header.type3 .top-header .socials .icon:first-child,.header.type4 .top-header .socials .icon:first-child,.header.type5 .top-header .socials .icon:first-child,.header.type6 .top-header .socials .icon:first-child,.header.type7 .top-header .socials .icon:first-child,.header.type8 .top-header .socials .icon:first-child,.header.type9 .top-header .socials .icon:first-child,.header.type10 .top-header .socials .icon:first-child,.header.type11 .top-header .socials .icon:first-child,.header.type12 .top-header .socials .icon:first-child,.header.type13 .top-header .socials .icon:first-child,.header.type14 .top-header .socials .icon:first-child,.header.type15 .top-header .socials .icon:first-child,.header.type16 .top-header .socials .icon:first-child,.header.type1-fixed .top-header .socials .icon:first-child,.header.type2-fixed .top-header .socials .icon:first-child{margin-left:0}.header.type1 .top-header .socials .icon.icon-vk,.header.type2 .top-header .socials .icon.icon-vk,.header.type3 .top-header .socials .icon.icon-vk,.header.type4 .top-header .socials .icon.icon-vk,.header.type5 .top-header .socials .icon.icon-vk,.header.type6 .top-header .socials .icon.icon-vk,.header.type7 .top-header .socials .icon.icon-vk,.header.type8 .top-header .socials .icon.icon-vk,.header.type9 .top-header .socials .icon.icon-vk,.header.type10 .top-header .socials .icon.icon-vk,.header.type11 .top-header .socials .icon.icon-vk,.header.type12 .top-header .socials .icon.icon-vk,.header.type13 .top-header .socials .icon.icon-vk,.header.type14 .top-header .socials .icon.icon-vk,.header.type15 .top-header .socials .icon.icon-vk,.header.type16 .top-header .socials .icon.icon-vk,.header.type1-fixed .top-header .socials .icon.icon-vk,.header.type2-fixed .top-header .socials .icon.icon-vk{filter:invert(.8)}.header.type1 .top-header .socials .icon.icon-ok,.header.type2 .top-header .socials .icon.icon-ok,.header.type3 .top-header .socials .icon.icon-ok,.header.type4 .top-header .socials .icon.icon-ok,.header.type5 .top-header .socials .icon.icon-ok,.header.type6 .top-header .socials .icon.icon-ok,.header.type7 .top-header .socials .icon.icon-ok,.header.type8 .top-header .socials .icon.icon-ok,.header.type9 .top-header .socials .icon.icon-ok,.header.type10 .top-header .socials .icon.icon-ok,.header.type11 .top-header .socials .icon.icon-ok,.header.type12 .top-header .socials .icon.icon-ok,.header.type13 .top-header .socials .icon.icon-ok,.header.type14 .top-header .socials .icon.icon-ok,.header.type15 .top-header .socials .icon.icon-ok,.header.type16 .top-header .socials .icon.icon-ok,.header.type1-fixed .top-header .socials .icon.icon-ok,.header.type2-fixed .top-header .socials .icon.icon-ok{filter:invert(.8)}.header.type1 .main-header,.header.type2 .main-header,.header.type3 .main-header,.header.type4 .main-header,.header.type5 .main-header,.header.type6 .main-header,.header.type7 .main-header,.header.type8 .main-header,.header.type9 .main-header,.header.type10 .main-header,.header.type11 .main-header,.header.type12 .main-header,.header.type13 .main-header,.header.type14 .main-header,.header.type15 .main-header,.header.type16 .main-header,.header.type1-fixed .main-header,.header.type2-fixed .main-header{display:flex;background-color:#fff;border-bottom:1px solid #e1e1e6;height:72px;width:100%}.header.type1 .main-header .menu-btn,.header.type2 .main-header .menu-btn,.header.type3 .main-header .menu-btn,.header.type4 .main-header .menu-btn,.header.type5 .main-header .menu-btn,.header.type6 .main-header .menu-btn,.header.type7 .main-header .menu-btn,.header.type8 .main-header .menu-btn,.header.type9 .main-header .menu-btn,.header.type10 .main-header .menu-btn,.header.type11 .main-header .menu-btn,.header.type12 .main-header .menu-btn,.header.type13 .main-header .menu-btn,.header.type14 .main-header .menu-btn,.header.type15 .main-header .menu-btn,.header.type16 .main-header .menu-btn,.header.type1-fixed .main-header .menu-btn,.header.type2-fixed .main-header .menu-btn{width:72px;flex-shrink:0;justify-content:center;align-items:center;display:flex;border-right:1px solid #e1e1e6}.header.type1 .main-header .menu-btn .icon,.header.type2 .main-header .menu-btn .icon,.header.type3 .main-header .menu-btn .icon,.header.type4 .main-header .menu-btn .icon,.header.type5 .main-header .menu-btn .icon,.header.type6 .main-header .menu-btn .icon,.header.type7 .main-header .menu-btn .icon,.header.type8 .main-header .menu-btn .icon,.header.type9 .main-header .menu-btn .icon,.header.type10 .main-header .menu-btn .icon,.header.type11 .main-header .menu-btn .icon,.header.type12 .main-header .menu-btn .icon,.header.type13 .main-header .menu-btn .icon,.header.type14 .main-header .menu-btn .icon,.header.type15 .main-header .menu-btn .icon,.header.type16 .main-header .menu-btn .icon,.header.type1-fixed .main-header .menu-btn .icon,.header.type2-fixed .main-header .menu-btn .icon{display:block;font-size:24px;width:100%;height:100%;text-align:center;line-height:72px}.header.type1 .main-header .menu-btn .icon:before,.header.type2 .main-header .menu-btn .icon:before,.header.type3 .main-header .menu-btn .icon:before,.header.type4 .main-header .menu-btn .icon:before,.header.type5 .main-header .menu-btn .icon:before,.header.type6 .main-header .menu-btn .icon:before,.header.type7 .main-header .menu-btn .icon:before,.header.type8 .main-header .menu-btn .icon:before,.header.type9 .main-header .menu-btn .icon:before,.header.type10 .main-header .menu-btn .icon:before,.header.type11 .main-header .menu-btn .icon:before,.header.type12 .main-header .menu-btn .icon:before,.header.type13 .main-header .menu-btn .icon:before,.header.type14 .main-header .menu-btn .icon:before,.header.type15 .main-header .menu-btn .icon:before,.header.type16 .main-header .menu-btn .icon:before,.header.type1-fixed .main-header .menu-btn .icon:before,.header.type2-fixed .main-header .menu-btn .icon:before{color:#5ba508}.header.type1 .main-header .menu-btn .icon:hover:before,.header.type2 .main-header .menu-btn .icon:hover:before,.header.type3 .main-header .menu-btn .icon:hover:before,.header.type4 .main-header .menu-btn .icon:hover:before,.header.type5 .main-header .menu-btn .icon:hover:before,.header.type6 .main-header .menu-btn .icon:hover:before,.header.type7 .main-header .menu-btn .icon:hover:before,.header.type8 .main-header .menu-btn .icon:hover:before,.header.type9 .main-header .menu-btn .icon:hover:before,.header.type10 .main-header .menu-btn .icon:hover:before,.header.type11 .main-header .menu-btn .icon:hover:before,.header.type12 .main-header .menu-btn .icon:hover:before,.header.type13 .main-header .menu-btn .icon:hover:before,.header.type14 .main-header .menu-btn .icon:hover:before,.header.type15 .main-header .menu-btn .icon:hover:before,.header.type16 .main-header .menu-btn .icon:hover:before,.header.type1-fixed .main-header .menu-btn .icon:hover:before,.header.type2-fixed .main-header .menu-btn .icon:hover:before{color:#407406}.header.type1 .main-header .logo,.header.type2 .main-header .logo,.header.type3 .main-header .logo,.header.type4 .main-header .logo,.header.type5 .main-header .logo,.header.type6 .main-header .logo,.header.type7 .main-header .logo,.header.type8 .main-header .logo,.header.type9 .main-header .logo,.header.type10 .main-header .logo,.header.type11 .main-header .logo,.header.type12 .main-header .logo,.header.type13 .main-header .logo,.header.type14 .main-header .logo,.header.type15 .main-header .logo,.header.type16 .main-header .logo,.header.type1-fixed .main-header .logo,.header.type2-fixed .main-header .logo{padding:0 32px;display:flex;align-items:center;border-right:1px solid #e1e1e6}.header.type1 .main-header .logo svg,.header.type2 .main-header .logo svg,.header.type3 .main-header .logo svg,.header.type4 .main-header .logo svg,.header.type5 .main-header .logo svg,.header.type6 .main-header .logo svg,.header.type7 .main-header .logo svg,.header.type8 .main-header .logo svg,.header.type9 .main-header .logo svg,.header.type10 .main-header .logo svg,.header.type11 .main-header .logo svg,.header.type12 .main-header .logo svg,.header.type13 .main-header .logo svg,.header.type14 .main-header .logo svg,.header.type15 .main-header .logo svg,.header.type16 .main-header .logo svg,.header.type1-fixed .main-header .logo svg,.header.type2-fixed .main-header .logo svg,.header.type1 .main-header .logo img,.header.type2 .main-header .logo img,.header.type3 .main-header .logo img,.header.type4 .main-header .logo img,.header.type5 .main-header .logo img,.header.type6 .main-header .logo img,.header.type7 .main-header .logo img,.header.type8 .main-header .logo img,.header.type9 .main-header .logo img,.header.type10 .main-header .logo img,.header.type11 .main-header .logo img,.header.type12 .main-header .logo img,.header.type13 .main-header .logo img,.header.type14 .main-header .logo img,.header.type15 .main-header .logo img,.header.type16 .main-header .logo img,.header.type1-fixed .main-header .logo img,.header.type2-fixed .main-header .logo img{max-width:150px;max-height:60px}.header.type1 .main-header .logo svg .ico,.header.type2 .main-header .logo svg .ico,.header.type3 .main-header .logo svg .ico,.header.type4 .main-header .logo svg .ico,.header.type5 .main-header .logo svg .ico,.header.type6 .main-header .logo svg .ico,.header.type7 .main-header .logo svg .ico,.header.type8 .main-header .logo svg .ico,.header.type9 .main-header .logo svg .ico,.header.type10 .main-header .logo svg .ico,.header.type11 .main-header .logo svg .ico,.header.type12 .main-header .logo svg .ico,.header.type13 .main-header .logo svg .ico,.header.type14 .main-header .logo svg .ico,.header.type15 .main-header .logo svg .ico,.header.type16 .main-header .logo svg .ico,.header.type1-fixed .main-header .logo svg .ico,.header.type2-fixed .main-header .logo svg .ico,.header.type1 .main-header .logo img .ico,.header.type2 .main-header .logo img .ico,.header.type3 .main-header .logo img .ico,.header.type4 .main-header .logo img .ico,.header.type5 .main-header .logo img .ico,.header.type6 .main-header .logo img .ico,.header.type7 .main-header .logo img .ico,.header.type8 .main-header .logo img .ico,.header.type9 .main-header .logo img .ico,.header.type10 .main-header .logo img .ico,.header.type11 .main-header .logo img .ico,.header.type12 .main-header .logo img .ico,.header.type13 .main-header .logo img .ico,.header.type14 .main-header .logo img .ico,.header.type15 .main-header .logo img .ico,.header.type16 .main-header .logo img .ico,.header.type1-fixed .main-header .logo img .ico,.header.type2-fixed .main-header .logo img .ico{fill:#5ba508}.header.type1 .main-header .logo svg.white,.header.type2 .main-header .logo svg.white,.header.type3 .main-header .logo svg.white,.header.type4 .main-header .logo svg.white,.header.type5 .main-header .logo svg.white,.header.type6 .main-header .logo svg.white,.header.type7 .main-header .logo svg.white,.header.type8 .main-header .logo svg.white,.header.type9 .main-header .logo svg.white,.header.type10 .main-header .logo svg.white,.header.type11 .main-header .logo svg.white,.header.type12 .main-header .logo svg.white,.header.type13 .main-header .logo svg.white,.header.type14 .main-header .logo svg.white,.header.type15 .main-header .logo svg.white,.header.type16 .main-header .logo svg.white,.header.type1-fixed .main-header .logo svg.white,.header.type2-fixed .main-header .logo svg.white,.header.type1 .main-header .logo img.white,.header.type2 .main-header .logo img.white,.header.type3 .main-header .logo img.white,.header.type4 .main-header .logo img.white,.header.type5 .main-header .logo img.white,.header.type6 .main-header .logo img.white,.header.type7 .main-header .logo img.white,.header.type8 .main-header .logo img.white,.header.type9 .main-header .logo img.white,.header.type10 .main-header .logo img.white,.header.type11 .main-header .logo img.white,.header.type12 .main-header .logo img.white,.header.type13 .main-header .logo img.white,.header.type14 .main-header .logo img.white,.header.type15 .main-header .logo img.white,.header.type16 .main-header .logo img.white,.header.type1-fixed .main-header .logo img.white,.header.type2-fixed .main-header .logo img.white{display:none}.header.type1 .main-header .logo.white svg.white,.header.type2 .main-header .logo.white svg.white,.header.type3 .main-header .logo.white svg.white,.header.type4 .main-header .logo.white svg.white,.header.type5 .main-header .logo.white svg.white,.header.type6 .main-header .logo.white svg.white,.header.type7 .main-header .logo.white svg.white,.header.type8 .main-header .logo.white svg.white,.header.type9 .main-header .logo.white svg.white,.header.type10 .main-header .logo.white svg.white,.header.type11 .main-header .logo.white svg.white,.header.type12 .main-header .logo.white svg.white,.header.type13 .main-header .logo.white svg.white,.header.type14 .main-header .logo.white svg.white,.header.type15 .main-header .logo.white svg.white,.header.type16 .main-header .logo.white svg.white,.header.type1-fixed .main-header .logo.white svg.white,.header.type2-fixed .main-header .logo.white svg.white,.header.type1 .main-header .logo.white img.white,.header.type2 .main-header .logo.white img.white,.header.type3 .main-header .logo.white img.white,.header.type4 .main-header .logo.white img.white,.header.type5 .main-header .logo.white img.white,.header.type6 .main-header .logo.white img.white,.header.type7 .main-header .logo.white img.white,.header.type8 .main-header .logo.white img.white,.header.type9 .main-header .logo.white img.white,.header.type10 .main-header .logo.white img.white,.header.type11 .main-header .logo.white img.white,.header.type12 .main-header .logo.white img.white,.header.type13 .main-header .logo.white img.white,.header.type14 .main-header .logo.white img.white,.header.type15 .main-header .logo.white img.white,.header.type16 .main-header .logo.white img.white,.header.type1-fixed .main-header .logo.white img.white,.header.type2-fixed .main-header .logo.white img.white{display:block}.header.type1 .main-header .logo.white svg.black,.header.type2 .main-header .logo.white svg.black,.header.type3 .main-header .logo.white svg.black,.header.type4 .main-header .logo.white svg.black,.header.type5 .main-header .logo.white svg.black,.header.type6 .main-header .logo.white svg.black,.header.type7 .main-header .logo.white svg.black,.header.type8 .main-header .logo.white svg.black,.header.type9 .main-header .logo.white svg.black,.header.type10 .main-header .logo.white svg.black,.header.type11 .main-header .logo.white svg.black,.header.type12 .main-header .logo.white svg.black,.header.type13 .main-header .logo.white svg.black,.header.type14 .main-header .logo.white svg.black,.header.type15 .main-header .logo.white svg.black,.header.type16 .main-header .logo.white svg.black,.header.type1-fixed .main-header .logo.white svg.black,.header.type2-fixed .main-header .logo.white svg.black,.header.type1 .main-header .logo.white img.black,.header.type2 .main-header .logo.white img.black,.header.type3 .main-header .logo.white img.black,.header.type4 .main-header .logo.white img.black,.header.type5 .main-header .logo.white img.black,.header.type6 .main-header .logo.white img.black,.header.type7 .main-header .logo.white img.black,.header.type8 .main-header .logo.white img.black,.header.type9 .main-header .logo.white img.black,.header.type10 .main-header .logo.white img.black,.header.type11 .main-header .logo.white img.black,.header.type12 .main-header .logo.white img.black,.header.type13 .main-header .logo.white img.black,.header.type14 .main-header .logo.white img.black,.header.type15 .main-header .logo.white img.black,.header.type16 .main-header .logo.white img.black,.header.type1-fixed .main-header .logo.white img.black,.header.type2-fixed .main-header .logo.white img.black{display:none}.header.type1 .main-header .logo .slogan,.header.type2 .main-header .logo .slogan,.header.type3 .main-header .logo .slogan,.header.type4 .main-header .logo .slogan,.header.type5 .main-header .logo .slogan,.header.type6 .main-header .logo .slogan,.header.type7 .main-header .logo .slogan,.header.type8 .main-header .logo .slogan,.header.type9 .main-header .logo .slogan,.header.type10 .main-header .logo .slogan,.header.type11 .main-header .logo .slogan,.header.type12 .main-header .logo .slogan,.header.type13 .main-header .logo .slogan,.header.type14 .main-header .logo .slogan,.header.type15 .main-header .logo .slogan,.header.type16 .main-header .logo .slogan,.header.type1-fixed .main-header .logo .slogan,.header.type2-fixed .main-header .logo .slogan{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;max-width:170px;min-width:163px;color:#6c6c71;overflow:hidden;margin-left:32px}.header.type1 .main-header .dropdown-links,.header.type2 .main-header .dropdown-links,.header.type3 .main-header .dropdown-links,.header.type4 .main-header .dropdown-links,.header.type5 .main-header .dropdown-links,.header.type6 .main-header .dropdown-links,.header.type7 .main-header .dropdown-links,.header.type8 .main-header .dropdown-links,.header.type9 .main-header .dropdown-links,.header.type10 .main-header .dropdown-links,.header.type11 .main-header .dropdown-links,.header.type12 .main-header .dropdown-links,.header.type13 .main-header .dropdown-links,.header.type14 .main-header .dropdown-links,.header.type15 .main-header .dropdown-links,.header.type16 .main-header .dropdown-links,.header.type1-fixed .main-header .dropdown-links,.header.type2-fixed .main-header .dropdown-links{top:30px;left:0}.header.type1 .main-header .contacts,.header.type2 .main-header .contacts,.header.type3 .main-header .contacts,.header.type4 .main-header .contacts,.header.type5 .main-header .contacts,.header.type6 .main-header .contacts,.header.type7 .main-header .contacts,.header.type8 .main-header .contacts,.header.type9 .main-header .contacts,.header.type10 .main-header .contacts,.header.type11 .main-header .contacts,.header.type12 .main-header .contacts,.header.type13 .main-header .contacts,.header.type14 .main-header .contacts,.header.type15 .main-header .contacts,.header.type16 .main-header .contacts,.header.type1-fixed .main-header .contacts,.header.type2-fixed .main-header .contacts{display:flex;align-items:center;padding:0 32px}.header.type1 .main-header .contacts .icon-arrow-drop-down-fill,.header.type2 .main-header .contacts .icon-arrow-drop-down-fill,.header.type3 .main-header .contacts .icon-arrow-drop-down-fill,.header.type4 .main-header .contacts .icon-arrow-drop-down-fill,.header.type5 .main-header .contacts .icon-arrow-drop-down-fill,.header.type6 .main-header .contacts .icon-arrow-drop-down-fill,.header.type7 .main-header .contacts .icon-arrow-drop-down-fill,.header.type8 .main-header .contacts .icon-arrow-drop-down-fill,.header.type9 .main-header .contacts .icon-arrow-drop-down-fill,.header.type10 .main-header .contacts .icon-arrow-drop-down-fill,.header.type11 .main-header .contacts .icon-arrow-drop-down-fill,.header.type12 .main-header .contacts .icon-arrow-drop-down-fill,.header.type13 .main-header .contacts .icon-arrow-drop-down-fill,.header.type14 .main-header .contacts .icon-arrow-drop-down-fill,.header.type15 .main-header .contacts .icon-arrow-drop-down-fill,.header.type16 .main-header .contacts .icon-arrow-drop-down-fill,.header.type1-fixed .main-header .contacts .icon-arrow-drop-down-fill,.header.type2-fixed .main-header .contacts .icon-arrow-drop-down-fill{font-weight:normal;width:24px;height:24px;color:#191928;font-size:24px}.header.type1 .main-header .contacts .phone,.header.type2 .main-header .contacts .phone,.header.type3 .main-header .contacts .phone,.header.type4 .main-header .contacts .phone,.header.type5 .main-header .contacts .phone,.header.type6 .main-header .contacts .phone,.header.type7 .main-header .contacts .phone,.header.type8 .main-header .contacts .phone,.header.type9 .main-header .contacts .phone,.header.type10 .main-header .contacts .phone,.header.type11 .main-header .contacts .phone,.header.type12 .main-header .contacts .phone,.header.type13 .main-header .contacts .phone,.header.type14 .main-header .contacts .phone,.header.type15 .main-header .contacts .phone,.header.type16 .main-header .contacts .phone,.header.type1-fixed .main-header .contacts .phone,.header.type2-fixed .main-header .contacts .phone{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;position:relative;display:flex;flex-direction:column}.header.type1 .main-header .contacts .phone .btn-link,.header.type2 .main-header .contacts .phone .btn-link,.header.type3 .main-header .contacts .phone .btn-link,.header.type4 .main-header .contacts .phone .btn-link,.header.type5 .main-header .contacts .phone .btn-link,.header.type6 .main-header .contacts .phone .btn-link,.header.type7 .main-header .contacts .phone .btn-link,.header.type8 .main-header .contacts .phone .btn-link,.header.type9 .main-header .contacts .phone .btn-link,.header.type10 .main-header .contacts .phone .btn-link,.header.type11 .main-header .contacts .phone .btn-link,.header.type12 .main-header .contacts .phone .btn-link,.header.type13 .main-header .contacts .phone .btn-link,.header.type14 .main-header .contacts .phone .btn-link,.header.type15 .main-header .contacts .phone .btn-link,.header.type16 .main-header .contacts .phone .btn-link,.header.type1-fixed .main-header .contacts .phone .btn-link,.header.type2-fixed .main-header .contacts .phone .btn-link{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;padding:0 0 0 28px;text-transform:none;white-space:nowrap}.header.type1 .main-header .contacts .phone .current,.header.type2 .main-header .contacts .phone .current,.header.type3 .main-header .contacts .phone .current,.header.type4 .main-header .contacts .phone .current,.header.type5 .main-header .contacts .phone .current,.header.type6 .main-header .contacts .phone .current,.header.type7 .main-header .contacts .phone .current,.header.type8 .main-header .contacts .phone .current,.header.type9 .main-header .contacts .phone .current,.header.type10 .main-header .contacts .phone .current,.header.type11 .main-header .contacts .phone .current,.header.type12 .main-header .contacts .phone .current,.header.type13 .main-header .contacts .phone .current,.header.type14 .main-header .contacts .phone .current,.header.type15 .main-header .contacts .phone .current,.header.type16 .main-header .contacts .phone .current,.header.type1-fixed .main-header .contacts .phone .current,.header.type2-fixed .main-header .contacts .phone .current{display:flex;align-items:center}.header.type1 .main-header .contacts .phone .current .icon-phone-fill,.header.type2 .main-header .contacts .phone .current .icon-phone-fill,.header.type3 .main-header .contacts .phone .current .icon-phone-fill,.header.type4 .main-header .contacts .phone .current .icon-phone-fill,.header.type5 .main-header .contacts .phone .current .icon-phone-fill,.header.type6 .main-header .contacts .phone .current .icon-phone-fill,.header.type7 .main-header .contacts .phone .current .icon-phone-fill,.header.type8 .main-header .contacts .phone .current .icon-phone-fill,.header.type9 .main-header .contacts .phone .current .icon-phone-fill,.header.type10 .main-header .contacts .phone .current .icon-phone-fill,.header.type11 .main-header .contacts .phone .current .icon-phone-fill,.header.type12 .main-header .contacts .phone .current .icon-phone-fill,.header.type13 .main-header .contacts .phone .current .icon-phone-fill,.header.type14 .main-header .contacts .phone .current .icon-phone-fill,.header.type15 .main-header .contacts .phone .current .icon-phone-fill,.header.type16 .main-header .contacts .phone .current .icon-phone-fill,.header.type1-fixed .main-header .contacts .phone .current .icon-phone-fill,.header.type2-fixed .main-header .contacts .phone .current .icon-phone-fill{width:24px;height:24px;margin-right:4px;text-align:center;line-height:24px;font-size:18px;font-weight:normal}.header.type1 .main-header .contacts .phone .current:hover,.header.type2 .main-header .contacts .phone .current:hover,.header.type3 .main-header .contacts .phone .current:hover,.header.type4 .main-header .contacts .phone .current:hover,.header.type5 .main-header .contacts .phone .current:hover,.header.type6 .main-header .contacts .phone .current:hover,.header.type7 .main-header .contacts .phone .current:hover,.header.type8 .main-header .contacts .phone .current:hover,.header.type9 .main-header .contacts .phone .current:hover,.header.type10 .main-header .contacts .phone .current:hover,.header.type11 .main-header .contacts .phone .current:hover,.header.type12 .main-header .contacts .phone .current:hover,.header.type13 .main-header .contacts .phone .current:hover,.header.type14 .main-header .contacts .phone .current:hover,.header.type15 .main-header .contacts .phone .current:hover,.header.type16 .main-header .contacts .phone .current:hover,.header.type1-fixed .main-header .contacts .phone .current:hover,.header.type2-fixed .main-header .contacts .phone .current:hover{text-decoration:none}.header.type1 .main-header .contacts .phone .current:hover i,.header.type2 .main-header .contacts .phone .current:hover i,.header.type3 .main-header .contacts .phone .current:hover i,.header.type4 .main-header .contacts .phone .current:hover i,.header.type5 .main-header .contacts .phone .current:hover i,.header.type6 .main-header .contacts .phone .current:hover i,.header.type7 .main-header .contacts .phone .current:hover i,.header.type8 .main-header .contacts .phone .current:hover i,.header.type9 .main-header .contacts .phone .current:hover i,.header.type10 .main-header .contacts .phone .current:hover i,.header.type11 .main-header .contacts .phone .current:hover i,.header.type12 .main-header .contacts .phone .current:hover i,.header.type13 .main-header .contacts .phone .current:hover i,.header.type14 .main-header .contacts .phone .current:hover i,.header.type15 .main-header .contacts .phone .current:hover i,.header.type16 .main-header .contacts .phone .current:hover i,.header.type1-fixed .main-header .contacts .phone .current:hover i,.header.type2-fixed .main-header .contacts .phone .current:hover i{color:#5ba508}.header.type1 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type2 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type3 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type4 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type5 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type6 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type7 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type8 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type9 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type10 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type11 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type12 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type13 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type14 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type15 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type16 .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type1-fixed .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill,.header.type2-fixed .main-header .contacts .phone .current:hover .icon-arrow-drop-down-fill{color:#191928}.header.type1 .main-header .contacts .phone .current span,.header.type2 .main-header .contacts .phone .current span,.header.type3 .main-header .contacts .phone .current span,.header.type4 .main-header .contacts .phone .current span,.header.type5 .main-header .contacts .phone .current span,.header.type6 .main-header .contacts .phone .current span,.header.type7 .main-header .contacts .phone .current span,.header.type8 .main-header .contacts .phone .current span,.header.type9 .main-header .contacts .phone .current span,.header.type10 .main-header .contacts .phone .current span,.header.type11 .main-header .contacts .phone .current span,.header.type12 .main-header .contacts .phone .current span,.header.type13 .main-header .contacts .phone .current span,.header.type14 .main-header .contacts .phone .current span,.header.type15 .main-header .contacts .phone .current span,.header.type16 .main-header .contacts .phone .current span,.header.type1-fixed .main-header .contacts .phone .current span,.header.type2-fixed .main-header .contacts .phone .current span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%);font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;color:#323237;flex-shrink:1}.header.type1 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type2 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type3 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type4 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type5 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type6 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type7 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type8 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type9 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type10 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type11 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type12 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type13 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type14 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type15 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type16 .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type1-fixed .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill,.header.type2-fixed .main-header .contacts .phone .current.open .icon-arrow-drop-down-fill{transform:rotate(180deg)}.header.type1 .main-header .contacts .phone .more-phones,.header.type2 .main-header .contacts .phone .more-phones,.header.type3 .main-header .contacts .phone .more-phones,.header.type4 .main-header .contacts .phone .more-phones,.header.type5 .main-header .contacts .phone .more-phones,.header.type6 .main-header .contacts .phone .more-phones,.header.type7 .main-header .contacts .phone .more-phones,.header.type8 .main-header .contacts .phone .more-phones,.header.type9 .main-header .contacts .phone .more-phones,.header.type10 .main-header .contacts .phone .more-phones,.header.type11 .main-header .contacts .phone .more-phones,.header.type12 .main-header .contacts .phone .more-phones,.header.type13 .main-header .contacts .phone .more-phones,.header.type14 .main-header .contacts .phone .more-phones,.header.type15 .main-header .contacts .phone .more-phones,.header.type16 .main-header .contacts .phone .more-phones,.header.type1-fixed .main-header .contacts .phone .more-phones,.header.type2-fixed .main-header .contacts .phone .more-phones{display:none}.header.type1 .main-header .contacts .phone .dropdown-links.open,.header.type2 .main-header .contacts .phone .dropdown-links.open,.header.type3 .main-header .contacts .phone .dropdown-links.open,.header.type4 .main-header .contacts .phone .dropdown-links.open,.header.type5 .main-header .contacts .phone .dropdown-links.open,.header.type6 .main-header .contacts .phone .dropdown-links.open,.header.type7 .main-header .contacts .phone .dropdown-links.open,.header.type8 .main-header .contacts .phone .dropdown-links.open,.header.type9 .main-header .contacts .phone .dropdown-links.open,.header.type10 .main-header .contacts .phone .dropdown-links.open,.header.type11 .main-header .contacts .phone .dropdown-links.open,.header.type12 .main-header .contacts .phone .dropdown-links.open,.header.type13 .main-header .contacts .phone .dropdown-links.open,.header.type14 .main-header .contacts .phone .dropdown-links.open,.header.type15 .main-header .contacts .phone .dropdown-links.open,.header.type16 .main-header .contacts .phone .dropdown-links.open,.header.type1-fixed .main-header .contacts .phone .dropdown-links.open,.header.type2-fixed .main-header .contacts .phone .dropdown-links.open{top:30px;left:0}.header.type1 .main-header .contacts .location,.header.type2 .main-header .contacts .location,.header.type3 .main-header .contacts .location,.header.type4 .main-header .contacts .location,.header.type5 .main-header .contacts .location,.header.type6 .main-header .contacts .location,.header.type7 .main-header .contacts .location,.header.type8 .main-header .contacts .location,.header.type9 .main-header .contacts .location,.header.type10 .main-header .contacts .location,.header.type11 .main-header .contacts .location,.header.type12 .main-header .contacts .location,.header.type13 .main-header .contacts .location,.header.type14 .main-header .contacts .location,.header.type15 .main-header .contacts .location,.header.type16 .main-header .contacts .location,.header.type1-fixed .main-header .contacts .location,.header.type2-fixed .main-header .contacts .location{margin-right:32px}.header.type1 .main-header .contacts .location .current,.header.type2 .main-header .contacts .location .current,.header.type3 .main-header .contacts .location .current,.header.type4 .main-header .contacts .location .current,.header.type5 .main-header .contacts .location .current,.header.type6 .main-header .contacts .location .current,.header.type7 .main-header .contacts .location .current,.header.type8 .main-header .contacts .location .current,.header.type9 .main-header .contacts .location .current,.header.type10 .main-header .contacts .location .current,.header.type11 .main-header .contacts .location .current,.header.type12 .main-header .contacts .location .current,.header.type13 .main-header .contacts .location .current,.header.type14 .main-header .contacts .location .current,.header.type15 .main-header .contacts .location .current,.header.type16 .main-header .contacts .location .current,.header.type1-fixed .main-header .contacts .location .current,.header.type2-fixed .main-header .contacts .location .current{display:flex;align-items:center;height:72px}.header.type1 .main-header .contacts .location .current:hover,.header.type2 .main-header .contacts .location .current:hover,.header.type3 .main-header .contacts .location .current:hover,.header.type4 .main-header .contacts .location .current:hover,.header.type5 .main-header .contacts .location .current:hover,.header.type6 .main-header .contacts .location .current:hover,.header.type7 .main-header .contacts .location .current:hover,.header.type8 .main-header .contacts .location .current:hover,.header.type9 .main-header .contacts .location .current:hover,.header.type10 .main-header .contacts .location .current:hover,.header.type11 .main-header .contacts .location .current:hover,.header.type12 .main-header .contacts .location .current:hover,.header.type13 .main-header .contacts .location .current:hover,.header.type14 .main-header .contacts .location .current:hover,.header.type15 .main-header .contacts .location .current:hover,.header.type16 .main-header .contacts .location .current:hover,.header.type1-fixed .main-header .contacts .location .current:hover,.header.type2-fixed .main-header .contacts .location .current:hover{text-decoration:none}.header.type1 .main-header .contacts .location .current:hover i,.header.type2 .main-header .contacts .location .current:hover i,.header.type3 .main-header .contacts .location .current:hover i,.header.type4 .main-header .contacts .location .current:hover i,.header.type5 .main-header .contacts .location .current:hover i,.header.type6 .main-header .contacts .location .current:hover i,.header.type7 .main-header .contacts .location .current:hover i,.header.type8 .main-header .contacts .location .current:hover i,.header.type9 .main-header .contacts .location .current:hover i,.header.type10 .main-header .contacts .location .current:hover i,.header.type11 .main-header .contacts .location .current:hover i,.header.type12 .main-header .contacts .location .current:hover i,.header.type13 .main-header .contacts .location .current:hover i,.header.type14 .main-header .contacts .location .current:hover i,.header.type15 .main-header .contacts .location .current:hover i,.header.type16 .main-header .contacts .location .current:hover i,.header.type1-fixed .main-header .contacts .location .current:hover i,.header.type2-fixed .main-header .contacts .location .current:hover i{color:#5ba508}.header.type1 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type2 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type3 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type4 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type5 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type6 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type7 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type8 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type9 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type10 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type11 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type12 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type13 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type14 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type15 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type16 .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type1-fixed .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill,.header.type2-fixed .main-header .contacts .location .current:hover .icon-arrow-drop-down-fill{color:#191928}.header.type1 .main-header .contacts .location .current .icon-map-pin-line,.header.type2 .main-header .contacts .location .current .icon-map-pin-line,.header.type3 .main-header .contacts .location .current .icon-map-pin-line,.header.type4 .main-header .contacts .location .current .icon-map-pin-line,.header.type5 .main-header .contacts .location .current .icon-map-pin-line,.header.type6 .main-header .contacts .location .current .icon-map-pin-line,.header.type7 .main-header .contacts .location .current .icon-map-pin-line,.header.type8 .main-header .contacts .location .current .icon-map-pin-line,.header.type9 .main-header .contacts .location .current .icon-map-pin-line,.header.type10 .main-header .contacts .location .current .icon-map-pin-line,.header.type11 .main-header .contacts .location .current .icon-map-pin-line,.header.type12 .main-header .contacts .location .current .icon-map-pin-line,.header.type13 .main-header .contacts .location .current .icon-map-pin-line,.header.type14 .main-header .contacts .location .current .icon-map-pin-line,.header.type15 .main-header .contacts .location .current .icon-map-pin-line,.header.type16 .main-header .contacts .location .current .icon-map-pin-line,.header.type1-fixed .main-header .contacts .location .current .icon-map-pin-line,.header.type2-fixed .main-header .contacts .location .current .icon-map-pin-line{width:24px;height:24px;margin-right:4px;text-align:center;line-height:20px;font-size:20px}.header.type1 .main-header .contacts .location .current span,.header.type2 .main-header .contacts .location .current span,.header.type3 .main-header .contacts .location .current span,.header.type4 .main-header .contacts .location .current span,.header.type5 .main-header .contacts .location .current span,.header.type6 .main-header .contacts .location .current span,.header.type7 .main-header .contacts .location .current span,.header.type8 .main-header .contacts .location .current span,.header.type9 .main-header .contacts .location .current span,.header.type10 .main-header .contacts .location .current span,.header.type11 .main-header .contacts .location .current span,.header.type12 .main-header .contacts .location .current span,.header.type13 .main-header .contacts .location .current span,.header.type14 .main-header .contacts .location .current span,.header.type15 .main-header .contacts .location .current span,.header.type16 .main-header .contacts .location .current span,.header.type1-fixed .main-header .contacts .location .current span,.header.type2-fixed .main-header .contacts .location .current span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%);max-width:155px;color:#323237;flex-shrink:1}.header.type1 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type2 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type3 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type4 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type5 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type6 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type7 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type8 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type9 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type10 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type11 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type12 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type13 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type14 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type15 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type16 .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type1-fixed .main-header .contacts .location .current.open .icon-arrow-drop-down-fill,.header.type2-fixed .main-header .contacts .location .current.open .icon-arrow-drop-down-fill{transform:rotate(180deg)}.header.type1 .main-header .contacts .location .dropdown-links.open,.header.type2 .main-header .contacts .location .dropdown-links.open,.header.type3 .main-header .contacts .location .dropdown-links.open,.header.type4 .main-header .contacts .location .dropdown-links.open,.header.type5 .main-header .contacts .location .dropdown-links.open,.header.type6 .main-header .contacts .location .dropdown-links.open,.header.type7 .main-header .contacts .location .dropdown-links.open,.header.type8 .main-header .contacts .location .dropdown-links.open,.header.type9 .main-header .contacts .location .dropdown-links.open,.header.type10 .main-header .contacts .location .dropdown-links.open,.header.type11 .main-header .contacts .location .dropdown-links.open,.header.type12 .main-header .contacts .location .dropdown-links.open,.header.type13 .main-header .contacts .location .dropdown-links.open,.header.type14 .main-header .contacts .location .dropdown-links.open,.header.type15 .main-header .contacts .location .dropdown-links.open,.header.type16 .main-header .contacts .location .dropdown-links.open,.header.type1-fixed .main-header .contacts .location .dropdown-links.open,.header.type2-fixed .main-header .contacts .location .dropdown-links.open{top:56px;left:auto}.header.type1 .main-header .contacts .address+.phone,.header.type2 .main-header .contacts .address+.phone,.header.type3 .main-header .contacts .address+.phone,.header.type4 .main-header .contacts .address+.phone,.header.type5 .main-header .contacts .address+.phone,.header.type6 .main-header .contacts .address+.phone,.header.type7 .main-header .contacts .address+.phone,.header.type8 .main-header .contacts .address+.phone,.header.type9 .main-header .contacts .address+.phone,.header.type10 .main-header .contacts .address+.phone,.header.type11 .main-header .contacts .address+.phone,.header.type12 .main-header .contacts .address+.phone,.header.type13 .main-header .contacts .address+.phone,.header.type14 .main-header .contacts .address+.phone,.header.type15 .main-header .contacts .address+.phone,.header.type16 .main-header .contacts .address+.phone,.header.type1-fixed .main-header .contacts .address+.phone,.header.type2-fixed .main-header .contacts .address+.phone,.header.type1 .main-header .contacts .phone+.address,.header.type2 .main-header .contacts .phone+.address,.header.type3 .main-header .contacts .phone+.address,.header.type4 .main-header .contacts .phone+.address,.header.type5 .main-header .contacts .phone+.address,.header.type6 .main-header .contacts .phone+.address,.header.type7 .main-header .contacts .phone+.address,.header.type8 .main-header .contacts .phone+.address,.header.type9 .main-header .contacts .phone+.address,.header.type10 .main-header .contacts .phone+.address,.header.type11 .main-header .contacts .phone+.address,.header.type12 .main-header .contacts .phone+.address,.header.type13 .main-header .contacts .phone+.address,.header.type14 .main-header .contacts .phone+.address,.header.type15 .main-header .contacts .phone+.address,.header.type16 .main-header .contacts .phone+.address,.header.type1-fixed .main-header .contacts .phone+.address,.header.type2-fixed .main-header .contacts .phone+.address{margin-left:24px}.header.type1 .main-header .menu,.header.type2 .main-header .menu,.header.type3 .main-header .menu,.header.type4 .main-header .menu,.header.type5 .main-header .menu,.header.type6 .main-header .menu,.header.type7 .main-header .menu,.header.type8 .main-header .menu,.header.type9 .main-header .menu,.header.type10 .main-header .menu,.header.type11 .main-header .menu,.header.type12 .main-header .menu,.header.type13 .main-header .menu,.header.type14 .main-header .menu,.header.type15 .main-header .menu,.header.type16 .main-header .menu,.header.type1-fixed .main-header .menu,.header.type2-fixed .main-header .menu{overflow:hidden;width:50%}.header.type1 .main-header .menu.calc,.header.type2 .main-header .menu.calc,.header.type3 .main-header .menu.calc,.header.type4 .main-header .menu.calc,.header.type5 .main-header .menu.calc,.header.type6 .main-header .menu.calc,.header.type7 .main-header .menu.calc,.header.type8 .main-header .menu.calc,.header.type9 .main-header .menu.calc,.header.type10 .main-header .menu.calc,.header.type11 .main-header .menu.calc,.header.type12 .main-header .menu.calc,.header.type13 .main-header .menu.calc,.header.type14 .main-header .menu.calc,.header.type15 .main-header .menu.calc,.header.type16 .main-header .menu.calc,.header.type1-fixed .main-header .menu.calc,.header.type2-fixed .main-header .menu.calc{overflow:visible}.header.type1 .main-header .menu .sub,.header.type2 .main-header .menu .sub,.header.type3 .main-header .menu .sub,.header.type4 .main-header .menu .sub,.header.type5 .main-header .menu .sub,.header.type6 .main-header .menu .sub,.header.type7 .main-header .menu .sub,.header.type8 .main-header .menu .sub,.header.type9 .main-header .menu .sub,.header.type10 .main-header .menu .sub,.header.type11 .main-header .menu .sub,.header.type12 .main-header .menu .sub,.header.type13 .main-header .menu .sub,.header.type14 .main-header .menu .sub,.header.type15 .main-header .menu .sub,.header.type16 .main-header .menu .sub,.header.type1-fixed .main-header .menu .sub,.header.type2-fixed .main-header .menu .sub{position:absolute;z-index:100;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.15s;transition-delay:0.15s;background:#fff}.header.type1 .main-header .menu .full-sub,.header.type2 .main-header .menu .full-sub,.header.type3 .main-header .menu .full-sub,.header.type4 .main-header .menu .full-sub,.header.type5 .main-header .menu .full-sub,.header.type6 .main-header .menu .full-sub,.header.type7 .main-header .menu .full-sub,.header.type8 .main-header .menu .full-sub,.header.type9 .main-header .menu .full-sub,.header.type10 .main-header .menu .full-sub,.header.type11 .main-header .menu .full-sub,.header.type12 .main-header .menu .full-sub,.header.type13 .main-header .menu .full-sub,.header.type14 .main-header .menu .full-sub,.header.type15 .main-header .menu .full-sub,.header.type16 .main-header .menu .full-sub,.header.type1-fixed .main-header .menu .full-sub,.header.type2-fixed .main-header .menu .full-sub{width:100%;position:absolute;box-shadow:0px 4px 32px rgba(0,0,0,0.1);padding:40px;box-sizing:border-box;background:#fff;z-index:100;flex-wrap:wrap;align-items:flex-start;left:0;display:flex;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.15s}.header.type1 .main-header .menu .full-sub .item,.header.type2 .main-header .menu .full-sub .item,.header.type3 .main-header .menu .full-sub .item,.header.type4 .main-header .menu .full-sub .item,.header.type5 .main-header .menu .full-sub .item,.header.type6 .main-header .menu .full-sub .item,.header.type7 .main-header .menu .full-sub .item,.header.type8 .main-header .menu .full-sub .item,.header.type9 .main-header .menu .full-sub .item,.header.type10 .main-header .menu .full-sub .item,.header.type11 .main-header .menu .full-sub .item,.header.type12 .main-header .menu .full-sub .item,.header.type13 .main-header .menu .full-sub .item,.header.type14 .main-header .menu .full-sub .item,.header.type15 .main-header .menu .full-sub .item,.header.type16 .main-header .menu .full-sub .item,.header.type1-fixed .main-header .menu .full-sub .item,.header.type2-fixed .main-header .menu .full-sub .item{box-sizing:border-box;margin-bottom:16px;padding:16px;width:25%;display:flex}.header.type1 .main-header .menu .full-sub .item a:hover,.header.type2 .main-header .menu .full-sub .item a:hover,.header.type3 .main-header .menu .full-sub .item a:hover,.header.type4 .main-header .menu .full-sub .item a:hover,.header.type5 .main-header .menu .full-sub .item a:hover,.header.type6 .main-header .menu .full-sub .item a:hover,.header.type7 .main-header .menu .full-sub .item a:hover,.header.type8 .main-header .menu .full-sub .item a:hover,.header.type9 .main-header .menu .full-sub .item a:hover,.header.type10 .main-header .menu .full-sub .item a:hover,.header.type11 .main-header .menu .full-sub .item a:hover,.header.type12 .main-header .menu .full-sub .item a:hover,.header.type13 .main-header .menu .full-sub .item a:hover,.header.type14 .main-header .menu .full-sub .item a:hover,.header.type15 .main-header .menu .full-sub .item a:hover,.header.type16 .main-header .menu .full-sub .item a:hover,.header.type1-fixed .main-header .menu .full-sub .item a:hover,.header.type2-fixed .main-header .menu .full-sub .item a:hover{color:#5ba508}.header.type1 .main-header .menu .full-sub .item .img,.header.type2 .main-header .menu .full-sub .item .img,.header.type3 .main-header .menu .full-sub .item .img,.header.type4 .main-header .menu .full-sub .item .img,.header.type5 .main-header .menu .full-sub .item .img,.header.type6 .main-header .menu .full-sub .item .img,.header.type7 .main-header .menu .full-sub .item .img,.header.type8 .main-header .menu .full-sub .item .img,.header.type9 .main-header .menu .full-sub .item .img,.header.type10 .main-header .menu .full-sub .item .img,.header.type11 .main-header .menu .full-sub .item .img,.header.type12 .main-header .menu .full-sub .item .img,.header.type13 .main-header .menu .full-sub .item .img,.header.type14 .main-header .menu .full-sub .item .img,.header.type15 .main-header .menu .full-sub .item .img,.header.type16 .main-header .menu .full-sub .item .img,.header.type1-fixed .main-header .menu .full-sub .item .img,.header.type2-fixed .main-header .menu .full-sub .item .img{width:64px;min-width:64px;height:64px;margin-right:24px;flex-shrink:1;display:flex}.header.type1 .main-header .menu .full-sub .item .img *,.header.type2 .main-header .menu .full-sub .item .img *,.header.type3 .main-header .menu .full-sub .item .img *,.header.type4 .main-header .menu .full-sub .item .img *,.header.type5 .main-header .menu .full-sub .item .img *,.header.type6 .main-header .menu .full-sub .item .img *,.header.type7 .main-header .menu .full-sub .item .img *,.header.type8 .main-header .menu .full-sub .item .img *,.header.type9 .main-header .menu .full-sub .item .img *,.header.type10 .main-header .menu .full-sub .item .img *,.header.type11 .main-header .menu .full-sub .item .img *,.header.type12 .main-header .menu .full-sub .item .img *,.header.type13 .main-header .menu .full-sub .item .img *,.header.type14 .main-header .menu .full-sub .item .img *,.header.type15 .main-header .menu .full-sub .item .img *,.header.type16 .main-header .menu .full-sub .item .img *,.header.type1-fixed .main-header .menu .full-sub .item .img *,.header.type2-fixed .main-header .menu .full-sub .item .img *{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.header.type1 .main-header .menu .full-sub .item .links,.header.type2 .main-header .menu .full-sub .item .links,.header.type3 .main-header .menu .full-sub .item .links,.header.type4 .main-header .menu .full-sub .item .links,.header.type5 .main-header .menu .full-sub .item .links,.header.type6 .main-header .menu .full-sub .item .links,.header.type7 .main-header .menu .full-sub .item .links,.header.type8 .main-header .menu .full-sub .item .links,.header.type9 .main-header .menu .full-sub .item .links,.header.type10 .main-header .menu .full-sub .item .links,.header.type11 .main-header .menu .full-sub .item .links,.header.type12 .main-header .menu .full-sub .item .links,.header.type13 .main-header .menu .full-sub .item .links,.header.type14 .main-header .menu .full-sub .item .links,.header.type15 .main-header .menu .full-sub .item .links,.header.type16 .main-header .menu .full-sub .item .links,.header.type1-fixed .main-header .menu .full-sub .item .links,.header.type2-fixed .main-header .menu .full-sub .item .links{display:flex;flex-direction:column;align-items:baseline}.header.type1 .main-header .menu .full-sub .item .links>a,.header.type2 .main-header .menu .full-sub .item .links>a,.header.type3 .main-header .menu .full-sub .item .links>a,.header.type4 .main-header .menu .full-sub .item .links>a,.header.type5 .main-header .menu .full-sub .item .links>a,.header.type6 .main-header .menu .full-sub .item .links>a,.header.type7 .main-header .menu .full-sub .item .links>a,.header.type8 .main-header .menu .full-sub .item .links>a,.header.type9 .main-header .menu .full-sub .item .links>a,.header.type10 .main-header .menu .full-sub .item .links>a,.header.type11 .main-header .menu .full-sub .item .links>a,.header.type12 .main-header .menu .full-sub .item .links>a,.header.type13 .main-header .menu .full-sub .item .links>a,.header.type14 .main-header .menu .full-sub .item .links>a,.header.type15 .main-header .menu .full-sub .item .links>a,.header.type16 .main-header .menu .full-sub .item .links>a,.header.type1-fixed .main-header .menu .full-sub .item .links>a,.header.type2-fixed .main-header .menu .full-sub .item .links>a{color:#323237;white-space:normal}.header.type1 .main-header .menu .full-sub .item .links>a:hover,.header.type2 .main-header .menu .full-sub .item .links>a:hover,.header.type3 .main-header .menu .full-sub .item .links>a:hover,.header.type4 .main-header .menu .full-sub .item .links>a:hover,.header.type5 .main-header .menu .full-sub .item .links>a:hover,.header.type6 .main-header .menu .full-sub .item .links>a:hover,.header.type7 .main-header .menu .full-sub .item .links>a:hover,.header.type8 .main-header .menu .full-sub .item .links>a:hover,.header.type9 .main-header .menu .full-sub .item .links>a:hover,.header.type10 .main-header .menu .full-sub .item .links>a:hover,.header.type11 .main-header .menu .full-sub .item .links>a:hover,.header.type12 .main-header .menu .full-sub .item .links>a:hover,.header.type13 .main-header .menu .full-sub .item .links>a:hover,.header.type14 .main-header .menu .full-sub .item .links>a:hover,.header.type15 .main-header .menu .full-sub .item .links>a:hover,.header.type16 .main-header .menu .full-sub .item .links>a:hover,.header.type1-fixed .main-header .menu .full-sub .item .links>a:hover,.header.type2-fixed .main-header .menu .full-sub .item .links>a:hover{color:#5ba508}.header.type1 .main-header .menu .full-sub .item .links .full-sub-2,.header.type2 .main-header .menu .full-sub .item .links .full-sub-2,.header.type3 .main-header .menu .full-sub .item .links .full-sub-2,.header.type4 .main-header .menu .full-sub .item .links .full-sub-2,.header.type5 .main-header .menu .full-sub .item .links .full-sub-2,.header.type6 .main-header .menu .full-sub .item .links .full-sub-2,.header.type7 .main-header .menu .full-sub .item .links .full-sub-2,.header.type8 .main-header .menu .full-sub .item .links .full-sub-2,.header.type9 .main-header .menu .full-sub .item .links .full-sub-2,.header.type10 .main-header .menu .full-sub .item .links .full-sub-2,.header.type11 .main-header .menu .full-sub .item .links .full-sub-2,.header.type12 .main-header .menu .full-sub .item .links .full-sub-2,.header.type13 .main-header .menu .full-sub .item .links .full-sub-2,.header.type14 .main-header .menu .full-sub .item .links .full-sub-2,.header.type15 .main-header .menu .full-sub .item .links .full-sub-2,.header.type16 .main-header .menu .full-sub .item .links .full-sub-2,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2,.header.type2-fixed .main-header .menu .full-sub .item .links .full-sub-2{margin-top:12px}.header.type1 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type2 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type3 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type4 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type5 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type6 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type7 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type8 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type9 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type10 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type11 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type12 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type13 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type14 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type15 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type16 .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>a,.header.type2-fixed .main-header .menu .full-sub .item .links .full-sub-2>a{display:block;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;margin-bottom:8px;white-space:normal}.header.type1 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type2 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type3 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type4 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type5 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type6 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type7 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type8 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type9 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type10 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type11 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type12 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type13 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type14 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type15 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type16 .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type1-fixed .main-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type2-fixed .main-header .menu .full-sub .item .links .full-sub-2>a:hover{color:#5ba508}.header.type1 .main-header .menu .full-sub .item.no-sub .links,.header.type2 .main-header .menu .full-sub .item.no-sub .links,.header.type3 .main-header .menu .full-sub .item.no-sub .links,.header.type4 .main-header .menu .full-sub .item.no-sub .links,.header.type5 .main-header .menu .full-sub .item.no-sub .links,.header.type6 .main-header .menu .full-sub .item.no-sub .links,.header.type7 .main-header .menu .full-sub .item.no-sub .links,.header.type8 .main-header .menu .full-sub .item.no-sub .links,.header.type9 .main-header .menu .full-sub .item.no-sub .links,.header.type10 .main-header .menu .full-sub .item.no-sub .links,.header.type11 .main-header .menu .full-sub .item.no-sub .links,.header.type12 .main-header .menu .full-sub .item.no-sub .links,.header.type13 .main-header .menu .full-sub .item.no-sub .links,.header.type14 .main-header .menu .full-sub .item.no-sub .links,.header.type15 .main-header .menu .full-sub .item.no-sub .links,.header.type16 .main-header .menu .full-sub .item.no-sub .links,.header.type1-fixed .main-header .menu .full-sub .item.no-sub .links,.header.type2-fixed .main-header .menu .full-sub .item.no-sub .links{justify-content:center}.header.type1 .main-header .menu .menu-list-0,.header.type2 .main-header .menu .menu-list-0,.header.type3 .main-header .menu .menu-list-0,.header.type4 .main-header .menu .menu-list-0,.header.type5 .main-header .menu .menu-list-0,.header.type6 .main-header .menu .menu-list-0,.header.type7 .main-header .menu .menu-list-0,.header.type8 .main-header .menu .menu-list-0,.header.type9 .main-header .menu .menu-list-0,.header.type10 .main-header .menu .menu-list-0,.header.type11 .main-header .menu .menu-list-0,.header.type12 .main-header .menu .menu-list-0,.header.type13 .main-header .menu .menu-list-0,.header.type14 .main-header .menu .menu-list-0,.header.type15 .main-header .menu .menu-list-0,.header.type16 .main-header .menu .menu-list-0,.header.type1-fixed .main-header .menu .menu-list-0,.header.type2-fixed .main-header .menu .menu-list-0{margin:0;padding:0;list-style-type:none;display:flex;justify-content:flex-end;padding-right:32px;height:72px}.header.type1 .main-header .menu .menu-list-0>li,.header.type2 .main-header .menu .menu-list-0>li,.header.type3 .main-header .menu .menu-list-0>li,.header.type4 .main-header .menu .menu-list-0>li,.header.type5 .main-header .menu .menu-list-0>li,.header.type6 .main-header .menu .menu-list-0>li,.header.type7 .main-header .menu .menu-list-0>li,.header.type8 .main-header .menu .menu-list-0>li,.header.type9 .main-header .menu .menu-list-0>li,.header.type10 .main-header .menu .menu-list-0>li,.header.type11 .main-header .menu .menu-list-0>li,.header.type12 .main-header .menu .menu-list-0>li,.header.type13 .main-header .menu .menu-list-0>li,.header.type14 .main-header .menu .menu-list-0>li,.header.type15 .main-header .menu .menu-list-0>li,.header.type16 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li,.header.type2-fixed .main-header .menu .menu-list-0>li{margin:0;padding:0}.header.type1 .main-header .menu .menu-list-0>li:after,.header.type2 .main-header .menu .menu-list-0>li:after,.header.type3 .main-header .menu .menu-list-0>li:after,.header.type4 .main-header .menu .menu-list-0>li:after,.header.type5 .main-header .menu .menu-list-0>li:after,.header.type6 .main-header .menu .menu-list-0>li:after,.header.type7 .main-header .menu .menu-list-0>li:after,.header.type8 .main-header .menu .menu-list-0>li:after,.header.type9 .main-header .menu .menu-list-0>li:after,.header.type10 .main-header .menu .menu-list-0>li:after,.header.type11 .main-header .menu .menu-list-0>li:after,.header.type12 .main-header .menu .menu-list-0>li:after,.header.type13 .main-header .menu .menu-list-0>li:after,.header.type14 .main-header .menu .menu-list-0>li:after,.header.type15 .main-header .menu .menu-list-0>li:after,.header.type16 .main-header .menu .menu-list-0>li:after,.header.type1-fixed .main-header .menu .menu-list-0>li:after,.header.type2-fixed .main-header .menu .menu-list-0>li:after{display:none}.header.type1 .main-header .menu .menu-list-0 a,.header.type2 .main-header .menu .menu-list-0 a,.header.type3 .main-header .menu .menu-list-0 a,.header.type4 .main-header .menu .menu-list-0 a,.header.type5 .main-header .menu .menu-list-0 a,.header.type6 .main-header .menu .menu-list-0 a,.header.type7 .main-header .menu .menu-list-0 a,.header.type8 .main-header .menu .menu-list-0 a,.header.type9 .main-header .menu .menu-list-0 a,.header.type10 .main-header .menu .menu-list-0 a,.header.type11 .main-header .menu .menu-list-0 a,.header.type12 .main-header .menu .menu-list-0 a,.header.type13 .main-header .menu .menu-list-0 a,.header.type14 .main-header .menu .menu-list-0 a,.header.type15 .main-header .menu .menu-list-0 a,.header.type16 .main-header .menu .menu-list-0 a,.header.type1-fixed .main-header .menu .menu-list-0 a,.header.type2-fixed .main-header .menu .menu-list-0 a{text-decoration:none;white-space:nowrap;display:block;color:#323237}.header.type1 .main-header .menu .menu-list-0>li,.header.type2 .main-header .menu .menu-list-0>li,.header.type3 .main-header .menu .menu-list-0>li,.header.type4 .main-header .menu .menu-list-0>li,.header.type5 .main-header .menu .menu-list-0>li,.header.type6 .main-header .menu .menu-list-0>li,.header.type7 .main-header .menu .menu-list-0>li,.header.type8 .main-header .menu .menu-list-0>li,.header.type9 .main-header .menu .menu-list-0>li,.header.type10 .main-header .menu .menu-list-0>li,.header.type11 .main-header .menu .menu-list-0>li,.header.type12 .main-header .menu .menu-list-0>li,.header.type13 .main-header .menu .menu-list-0>li,.header.type14 .main-header .menu .menu-list-0>li,.header.type15 .main-header .menu .menu-list-0>li,.header.type16 .main-header .menu .menu-list-0>li,.header.type1-fixed .main-header .menu .menu-list-0>li,.header.type2-fixed .main-header .menu .menu-list-0>li{margin:0 32px 0 0;padding:0;position:relative}.header.type1 .main-header .menu .menu-list-0>li:last-child,.header.type2 .main-header .menu .menu-list-0>li:last-child,.header.type3 .main-header .menu .menu-list-0>li:last-child,.header.type4 .main-header .menu .menu-list-0>li:last-child,.header.type5 .main-header .menu .menu-list-0>li:last-child,.header.type6 .main-header .menu .menu-list-0>li:last-child,.header.type7 .main-header .menu .menu-list-0>li:last-child,.header.type8 .main-header .menu .menu-list-0>li:last-child,.header.type9 .main-header .menu .menu-list-0>li:last-child,.header.type10 .main-header .menu .menu-list-0>li:last-child,.header.type11 .main-header .menu .menu-list-0>li:last-child,.header.type12 .main-header .menu .menu-list-0>li:last-child,.header.type13 .main-header .menu .menu-list-0>li:last-child,.header.type14 .main-header .menu .menu-list-0>li:last-child,.header.type15 .main-header .menu .menu-list-0>li:last-child,.header.type16 .main-header .menu .menu-list-0>li:last-child,.header.type1-fixed .main-header .menu .menu-list-0>li:last-child,.header.type2-fixed .main-header .menu .menu-list-0>li:last-child{margin-right:0}.header.type1 .main-header .menu .menu-list-0>li>a,.header.type2 .main-header .menu .menu-list-0>li>a,.header.type3 .main-header .menu .menu-list-0>li>a,.header.type4 .main-header .menu .menu-list-0>li>a,.header.type5 .main-header .menu .menu-list-0>li>a,.header.type6 .main-header .menu .menu-list-0>li>a,.header.type7 .main-header .menu .menu-list-0>li>a,.header.type8 .main-header .menu .menu-list-0>li>a,.header.type9 .main-header .menu .menu-list-0>li>a,.header.type10 .main-header .menu .menu-list-0>li>a,.header.type11 .main-header .menu .menu-list-0>li>a,.header.type12 .main-header .menu .menu-list-0>li>a,.header.type13 .main-header .menu .menu-list-0>li>a,.header.type14 .main-header .menu .menu-list-0>li>a,.header.type15 .main-header .menu .menu-list-0>li>a,.header.type16 .main-header .menu .menu-list-0>li>a,.header.type1-fixed .main-header .menu .menu-list-0>li>a,.header.type2-fixed .main-header .menu .menu-list-0>li>a{height:72px;display:flex;align-items:center;position:relative}.header.type1 .main-header .menu .menu-list-0>li>a:after,.header.type2 .main-header .menu .menu-list-0>li>a:after,.header.type3 .main-header .menu .menu-list-0>li>a:after,.header.type4 .main-header .menu .menu-list-0>li>a:after,.header.type5 .main-header .menu .menu-list-0>li>a:after,.header.type6 .main-header .menu .menu-list-0>li>a:after,.header.type7 .main-header .menu .menu-list-0>li>a:after,.header.type8 .main-header .menu .menu-list-0>li>a:after,.header.type9 .main-header .menu .menu-list-0>li>a:after,.header.type10 .main-header .menu .menu-list-0>li>a:after,.header.type11 .main-header .menu .menu-list-0>li>a:after,.header.type12 .main-header .menu .menu-list-0>li>a:after,.header.type13 .main-header .menu .menu-list-0>li>a:after,.header.type14 .main-header .menu .menu-list-0>li>a:after,.header.type15 .main-header .menu .menu-list-0>li>a:after,.header.type16 .main-header .menu .menu-list-0>li>a:after,.header.type1-fixed .main-header .menu .menu-list-0>li>a:after,.header.type2-fixed .main-header .menu .menu-list-0>li>a:after{transition:width .2s ease-in-out;width:0%;content:'';display:block;position:absolute;background:#5ba508;height:2px;left:0;bottom:1px}.header.type1 .main-header .menu .menu-list-0>li.active a:after,.header.type2 .main-header .menu .menu-list-0>li.active a:after,.header.type3 .main-header .menu .menu-list-0>li.active a:after,.header.type4 .main-header .menu .menu-list-0>li.active a:after,.header.type5 .main-header .menu .menu-list-0>li.active a:after,.header.type6 .main-header .menu .menu-list-0>li.active a:after,.header.type7 .main-header .menu .menu-list-0>li.active a:after,.header.type8 .main-header .menu .menu-list-0>li.active a:after,.header.type9 .main-header .menu .menu-list-0>li.active a:after,.header.type10 .main-header .menu .menu-list-0>li.active a:after,.header.type11 .main-header .menu .menu-list-0>li.active a:after,.header.type12 .main-header .menu .menu-list-0>li.active a:after,.header.type13 .main-header .menu .menu-list-0>li.active a:after,.header.type14 .main-header .menu .menu-list-0>li.active a:after,.header.type15 .main-header .menu .menu-list-0>li.active a:after,.header.type16 .main-header .menu .menu-list-0>li.active a:after,.header.type1-fixed .main-header .menu .menu-list-0>li.active a:after,.header.type2-fixed .main-header .menu .menu-list-0>li.active a:after,.header.type1 .main-header .menu .menu-list-0>li:hover a:after,.header.type2 .main-header .menu .menu-list-0>li:hover a:after,.header.type3 .main-header .menu .menu-list-0>li:hover a:after,.header.type4 .main-header .menu .menu-list-0>li:hover a:after,.header.type5 .main-header .menu .menu-list-0>li:hover a:after,.header.type6 .main-header .menu .menu-list-0>li:hover a:after,.header.type7 .main-header .menu .menu-list-0>li:hover a:after,.header.type8 .main-header .menu .menu-list-0>li:hover a:after,.header.type9 .main-header .menu .menu-list-0>li:hover a:after,.header.type10 .main-header .menu .menu-list-0>li:hover a:after,.header.type11 .main-header .menu .menu-list-0>li:hover a:after,.header.type12 .main-header .menu .menu-list-0>li:hover a:after,.header.type13 .main-header .menu .menu-list-0>li:hover a:after,.header.type14 .main-header .menu .menu-list-0>li:hover a:after,.header.type15 .main-header .menu .menu-list-0>li:hover a:after,.header.type16 .main-header .menu .menu-list-0>li:hover a:after,.header.type1-fixed .main-header .menu .menu-list-0>li:hover a:after,.header.type2-fixed .main-header .menu .menu-list-0>li:hover a:after{width:100%}.header.type1 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type2 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type3 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type4 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type5 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type6 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type7 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type8 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type9 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type10 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type11 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type12 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type13 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type14 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type15 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type16 .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub>a.more,.header.type2-fixed .main-header .menu .menu-list-0>li.has-sub>a.more{width:24px;text-align:center}.header.type1 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type2 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type3 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type4 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type5 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type6 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type7 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type8 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type9 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type10 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type11 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type12 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type13 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type14 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type15 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type16 .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type2-fixed .main-header .menu .menu-list-0>li.has-sub>a.more:before{font-family:'remixicon' !important;content:"\ee36";right:0;top:28px}.header.type1 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type2 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type3 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type4 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type5 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type6 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type7 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type8 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type9 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type10 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type11 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type12 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type13 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type14 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type15 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type16 .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type2-fixed .main-header .menu .menu-list-0>li.has-sub.open>.sub{opacity:1;visibility:visible;top:72px;background:#fff}.header.type1 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type2 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type3 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type4 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type5 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type6 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type7 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type8 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type9 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type10 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type11 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type12 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type13 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type14 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type15 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type16 .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type2-fixed .main-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow{box-shadow:0px 4px 32px rgba(0,0,0,0.1);position:absolute;width:100%;height:100%;z-index:99}.header.type1 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type2 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type3 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type4 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type5 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type6 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type7 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type8 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type9 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type10 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type11 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type12 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type13 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type14 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type15 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type16 .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type1-fixed .main-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type2-fixed .main-header .menu .menu-list-0>li.has-sub.open>.full-sub{opacity:1;visibility:visible}.header.type1 .main-header .menu .menu-list-0>li.sub-full-width,.header.type2 .main-header .menu .menu-list-0>li.sub-full-width,.header.type3 .main-header .menu .menu-list-0>li.sub-full-width,.header.type4 .main-header .menu .menu-list-0>li.sub-full-width,.header.type5 .main-header .menu .menu-list-0>li.sub-full-width,.header.type6 .main-header .menu .menu-list-0>li.sub-full-width,.header.type7 .main-header .menu .menu-list-0>li.sub-full-width,.header.type8 .main-header .menu .menu-list-0>li.sub-full-width,.header.type9 .main-header .menu .menu-list-0>li.sub-full-width,.header.type10 .main-header .menu .menu-list-0>li.sub-full-width,.header.type11 .main-header .menu .menu-list-0>li.sub-full-width,.header.type12 .main-header .menu .menu-list-0>li.sub-full-width,.header.type13 .main-header .menu .menu-list-0>li.sub-full-width,.header.type14 .main-header .menu .menu-list-0>li.sub-full-width,.header.type15 .main-header .menu .menu-list-0>li.sub-full-width,.header.type16 .main-header .menu .menu-list-0>li.sub-full-width,.header.type1-fixed .main-header .menu .menu-list-0>li.sub-full-width,.header.type2-fixed .main-header .menu .menu-list-0>li.sub-full-width{position:initial}.header.type1 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type2 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type3 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type4 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type5 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type6 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type7 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type8 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type9 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type10 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type11 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type12 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type13 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type14 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type15 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type16 .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type2-fixed .main-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type1 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type2 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type3 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type4 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type5 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type6 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type7 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type8 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type9 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type10 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type11 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type12 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type13 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type14 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type15 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type16 .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type2-fixed .main-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub{left:-279px;border-right:1px solid #e1e1e6;border-left:none}.header.type1 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type2 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type3 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type4 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type5 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type6 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type7 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type8 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type9 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type10 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type11 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type12 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type13 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type14 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type15 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type16 .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type2-fixed .main-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow{right:0}.header.type1 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type2 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type3 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type4 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type5 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type6 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type7 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type8 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type9 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type10 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type11 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type12 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type13 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type14 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type15 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type16 .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type1-fixed .main-header .menu .menu-list-0>li.offset-right>.sub,.header.type2-fixed .main-header .menu .menu-list-0>li.offset-right>.sub{right:0}.header.type1 .main-header .menu .menu-list-1,.header.type2 .main-header .menu .menu-list-1,.header.type3 .main-header .menu .menu-list-1,.header.type4 .main-header .menu .menu-list-1,.header.type5 .main-header .menu .menu-list-1,.header.type6 .main-header .menu .menu-list-1,.header.type7 .main-header .menu .menu-list-1,.header.type8 .main-header .menu .menu-list-1,.header.type9 .main-header .menu .menu-list-1,.header.type10 .main-header .menu .menu-list-1,.header.type11 .main-header .menu .menu-list-1,.header.type12 .main-header .menu .menu-list-1,.header.type13 .main-header .menu .menu-list-1,.header.type14 .main-header .menu .menu-list-1,.header.type15 .main-header .menu .menu-list-1,.header.type16 .main-header .menu .menu-list-1,.header.type1-fixed .main-header .menu .menu-list-1,.header.type2-fixed .main-header .menu .menu-list-1{margin:0;padding:0;list-style-type:none;display:block;width:280px;position:relative;z-index:100}.header.type1 .main-header .menu .menu-list-1>li,.header.type2 .main-header .menu .menu-list-1>li,.header.type3 .main-header .menu .menu-list-1>li,.header.type4 .main-header .menu .menu-list-1>li,.header.type5 .main-header .menu .menu-list-1>li,.header.type6 .main-header .menu .menu-list-1>li,.header.type7 .main-header .menu .menu-list-1>li,.header.type8 .main-header .menu .menu-list-1>li,.header.type9 .main-header .menu .menu-list-1>li,.header.type10 .main-header .menu .menu-list-1>li,.header.type11 .main-header .menu .menu-list-1>li,.header.type12 .main-header .menu .menu-list-1>li,.header.type13 .main-header .menu .menu-list-1>li,.header.type14 .main-header .menu .menu-list-1>li,.header.type15 .main-header .menu .menu-list-1>li,.header.type16 .main-header .menu .menu-list-1>li,.header.type1-fixed .main-header .menu .menu-list-1>li,.header.type2-fixed .main-header .menu .menu-list-1>li{margin:0;padding:0}.header.type1 .main-header .menu .menu-list-1>li:after,.header.type2 .main-header .menu .menu-list-1>li:after,.header.type3 .main-header .menu .menu-list-1>li:after,.header.type4 .main-header .menu .menu-list-1>li:after,.header.type5 .main-header .menu .menu-list-1>li:after,.header.type6 .main-header .menu .menu-list-1>li:after,.header.type7 .main-header .menu .menu-list-1>li:after,.header.type8 .main-header .menu .menu-list-1>li:after,.header.type9 .main-header .menu .menu-list-1>li:after,.header.type10 .main-header .menu .menu-list-1>li:after,.header.type11 .main-header .menu .menu-list-1>li:after,.header.type12 .main-header .menu .menu-list-1>li:after,.header.type13 .main-header .menu .menu-list-1>li:after,.header.type14 .main-header .menu .menu-list-1>li:after,.header.type15 .main-header .menu .menu-list-1>li:after,.header.type16 .main-header .menu .menu-list-1>li:after,.header.type1-fixed .main-header .menu .menu-list-1>li:after,.header.type2-fixed .main-header .menu .menu-list-1>li:after{display:none}.header.type1 .main-header .menu .menu-list-1>li,.header.type2 .main-header .menu .menu-list-1>li,.header.type3 .main-header .menu .menu-list-1>li,.header.type4 .main-header .menu .menu-list-1>li,.header.type5 .main-header .menu .menu-list-1>li,.header.type6 .main-header .menu .menu-list-1>li,.header.type7 .main-header .menu .menu-list-1>li,.header.type8 .main-header .menu .menu-list-1>li,.header.type9 .main-header .menu .menu-list-1>li,.header.type10 .main-header .menu .menu-list-1>li,.header.type11 .main-header .menu .menu-list-1>li,.header.type12 .main-header .menu .menu-list-1>li,.header.type13 .main-header .menu .menu-list-1>li,.header.type14 .main-header .menu .menu-list-1>li,.header.type15 .main-header .menu .menu-list-1>li,.header.type16 .main-header .menu .menu-list-1>li,.header.type1-fixed .main-header .menu .menu-list-1>li,.header.type2-fixed .main-header .menu .menu-list-1>li{position:initial;display:block}.header.type1 .main-header .menu .menu-list-1>li>a,.header.type2 .main-header .menu .menu-list-1>li>a,.header.type3 .main-header .menu .menu-list-1>li>a,.header.type4 .main-header .menu .menu-list-1>li>a,.header.type5 .main-header .menu .menu-list-1>li>a,.header.type6 .main-header .menu .menu-list-1>li>a,.header.type7 .main-header .menu .menu-list-1>li>a,.header.type8 .main-header .menu .menu-list-1>li>a,.header.type9 .main-header .menu .menu-list-1>li>a,.header.type10 .main-header .menu .menu-list-1>li>a,.header.type11 .main-header .menu .menu-list-1>li>a,.header.type12 .main-header .menu .menu-list-1>li>a,.header.type13 .main-header .menu .menu-list-1>li>a,.header.type14 .main-header .menu .menu-list-1>li>a,.header.type15 .main-header .menu .menu-list-1>li>a,.header.type16 .main-header .menu .menu-list-1>li>a,.header.type1-fixed .main-header .menu .menu-list-1>li>a,.header.type2-fixed .main-header .menu .menu-list-1>li>a{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:16px 16px 16px 24px;border-bottom:1px solid #e1e1e6;align-items:center;white-space:normal}.header.type1 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type2 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type3 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type4 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type5 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type6 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type7 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type8 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type9 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type10 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type11 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type12 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type13 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type14 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type15 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type16 .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub>a:after,.header.type2-fixed .main-header .menu .menu-list-1>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type1 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type2 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type3 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type4 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type5 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type6 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type7 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type8 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type9 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type10 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type11 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type12 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type13 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type14 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type15 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type16 .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type2-fixed .main-header .menu .menu-list-1>li.has-sub:hover>a:after{color:#5ba508}.header.type1 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type2 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type3 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type4 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type5 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type6 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type7 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type8 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type9 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type10 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type11 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type12 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type13 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type14 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type15 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type16 .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type2-fixed .main-header .menu .menu-list-1>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type1 .main-header .menu .menu-list-1>li>.sub,.header.type2 .main-header .menu .menu-list-1>li>.sub,.header.type3 .main-header .menu .menu-list-1>li>.sub,.header.type4 .main-header .menu .menu-list-1>li>.sub,.header.type5 .main-header .menu .menu-list-1>li>.sub,.header.type6 .main-header .menu .menu-list-1>li>.sub,.header.type7 .main-header .menu .menu-list-1>li>.sub,.header.type8 .main-header .menu .menu-list-1>li>.sub,.header.type9 .main-header .menu .menu-list-1>li>.sub,.header.type10 .main-header .menu .menu-list-1>li>.sub,.header.type11 .main-header .menu .menu-list-1>li>.sub,.header.type12 .main-header .menu .menu-list-1>li>.sub,.header.type13 .main-header .menu .menu-list-1>li>.sub,.header.type14 .main-header .menu .menu-list-1>li>.sub,.header.type15 .main-header .menu .menu-list-1>li>.sub,.header.type16 .main-header .menu .menu-list-1>li>.sub,.header.type1-fixed .main-header .menu .menu-list-1>li>.sub,.header.type2-fixed .main-header .menu .menu-list-1>li>.sub{left:280px;top:0;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.1s}.header.type1 .main-header .menu .menu-list-1>li:last-child>a,.header.type2 .main-header .menu .menu-list-1>li:last-child>a,.header.type3 .main-header .menu .menu-list-1>li:last-child>a,.header.type4 .main-header .menu .menu-list-1>li:last-child>a,.header.type5 .main-header .menu .menu-list-1>li:last-child>a,.header.type6 .main-header .menu .menu-list-1>li:last-child>a,.header.type7 .main-header .menu .menu-list-1>li:last-child>a,.header.type8 .main-header .menu .menu-list-1>li:last-child>a,.header.type9 .main-header .menu .menu-list-1>li:last-child>a,.header.type10 .main-header .menu .menu-list-1>li:last-child>a,.header.type11 .main-header .menu .menu-list-1>li:last-child>a,.header.type12 .main-header .menu .menu-list-1>li:last-child>a,.header.type13 .main-header .menu .menu-list-1>li:last-child>a,.header.type14 .main-header .menu .menu-list-1>li:last-child>a,.header.type15 .main-header .menu .menu-list-1>li:last-child>a,.header.type16 .main-header .menu .menu-list-1>li:last-child>a,.header.type1-fixed .main-header .menu .menu-list-1>li:last-child>a,.header.type2-fixed .main-header .menu .menu-list-1>li:last-child>a{border-bottom:none}.header.type1 .main-header .menu .menu-list-1>li:hover>a,.header.type2 .main-header .menu .menu-list-1>li:hover>a,.header.type3 .main-header .menu .menu-list-1>li:hover>a,.header.type4 .main-header .menu .menu-list-1>li:hover>a,.header.type5 .main-header .menu .menu-list-1>li:hover>a,.header.type6 .main-header .menu .menu-list-1>li:hover>a,.header.type7 .main-header .menu .menu-list-1>li:hover>a,.header.type8 .main-header .menu .menu-list-1>li:hover>a,.header.type9 .main-header .menu .menu-list-1>li:hover>a,.header.type10 .main-header .menu .menu-list-1>li:hover>a,.header.type11 .main-header .menu .menu-list-1>li:hover>a,.header.type12 .main-header .menu .menu-list-1>li:hover>a,.header.type13 .main-header .menu .menu-list-1>li:hover>a,.header.type14 .main-header .menu .menu-list-1>li:hover>a,.header.type15 .main-header .menu .menu-list-1>li:hover>a,.header.type16 .main-header .menu .menu-list-1>li:hover>a,.header.type1-fixed .main-header .menu .menu-list-1>li:hover>a,.header.type2-fixed .main-header .menu .menu-list-1>li:hover>a{background-color:#f5f5f7;color:#5ba508}.header.type1 .main-header .menu .menu-list-2,.header.type2 .main-header .menu .menu-list-2,.header.type3 .main-header .menu .menu-list-2,.header.type4 .main-header .menu .menu-list-2,.header.type5 .main-header .menu .menu-list-2,.header.type6 .main-header .menu .menu-list-2,.header.type7 .main-header .menu .menu-list-2,.header.type8 .main-header .menu .menu-list-2,.header.type9 .main-header .menu .menu-list-2,.header.type10 .main-header .menu .menu-list-2,.header.type11 .main-header .menu .menu-list-2,.header.type12 .main-header .menu .menu-list-2,.header.type13 .main-header .menu .menu-list-2,.header.type14 .main-header .menu .menu-list-2,.header.type15 .main-header .menu .menu-list-2,.header.type16 .main-header .menu .menu-list-2,.header.type1-fixed .main-header .menu .menu-list-2,.header.type2-fixed .main-header .menu .menu-list-2,.header.type1 .main-header .menu .menu-list-3,.header.type2 .main-header .menu .menu-list-3,.header.type3 .main-header .menu .menu-list-3,.header.type4 .main-header .menu .menu-list-3,.header.type5 .main-header .menu .menu-list-3,.header.type6 .main-header .menu .menu-list-3,.header.type7 .main-header .menu .menu-list-3,.header.type8 .main-header .menu .menu-list-3,.header.type9 .main-header .menu .menu-list-3,.header.type10 .main-header .menu .menu-list-3,.header.type11 .main-header .menu .menu-list-3,.header.type12 .main-header .menu .menu-list-3,.header.type13 .main-header .menu .menu-list-3,.header.type14 .main-header .menu .menu-list-3,.header.type15 .main-header .menu .menu-list-3,.header.type16 .main-header .menu .menu-list-3,.header.type1-fixed .main-header .menu .menu-list-3,.header.type2-fixed .main-header .menu .menu-list-3{margin:0;padding:0;list-style-type:none;display:block;position:relative;z-index:100;margin:8px 0}.header.type1 .main-header .menu .menu-list-2>li,.header.type2 .main-header .menu .menu-list-2>li,.header.type3 .main-header .menu .menu-list-2>li,.header.type4 .main-header .menu .menu-list-2>li,.header.type5 .main-header .menu .menu-list-2>li,.header.type6 .main-header .menu .menu-list-2>li,.header.type7 .main-header .menu .menu-list-2>li,.header.type8 .main-header .menu .menu-list-2>li,.header.type9 .main-header .menu .menu-list-2>li,.header.type10 .main-header .menu .menu-list-2>li,.header.type11 .main-header .menu .menu-list-2>li,.header.type12 .main-header .menu .menu-list-2>li,.header.type13 .main-header .menu .menu-list-2>li,.header.type14 .main-header .menu .menu-list-2>li,.header.type15 .main-header .menu .menu-list-2>li,.header.type16 .main-header .menu .menu-list-2>li,.header.type1-fixed .main-header .menu .menu-list-2>li,.header.type2-fixed .main-header .menu .menu-list-2>li,.header.type1 .main-header .menu .menu-list-3>li,.header.type2 .main-header .menu .menu-list-3>li,.header.type3 .main-header .menu .menu-list-3>li,.header.type4 .main-header .menu .menu-list-3>li,.header.type5 .main-header .menu .menu-list-3>li,.header.type6 .main-header .menu .menu-list-3>li,.header.type7 .main-header .menu .menu-list-3>li,.header.type8 .main-header .menu .menu-list-3>li,.header.type9 .main-header .menu .menu-list-3>li,.header.type10 .main-header .menu .menu-list-3>li,.header.type11 .main-header .menu .menu-list-3>li,.header.type12 .main-header .menu .menu-list-3>li,.header.type13 .main-header .menu .menu-list-3>li,.header.type14 .main-header .menu .menu-list-3>li,.header.type15 .main-header .menu .menu-list-3>li,.header.type16 .main-header .menu .menu-list-3>li,.header.type1-fixed .main-header .menu .menu-list-3>li,.header.type2-fixed .main-header .menu .menu-list-3>li{margin:0;padding:0}.header.type1 .main-header .menu .menu-list-2>li:after,.header.type2 .main-header .menu .menu-list-2>li:after,.header.type3 .main-header .menu .menu-list-2>li:after,.header.type4 .main-header .menu .menu-list-2>li:after,.header.type5 .main-header .menu .menu-list-2>li:after,.header.type6 .main-header .menu .menu-list-2>li:after,.header.type7 .main-header .menu .menu-list-2>li:after,.header.type8 .main-header .menu .menu-list-2>li:after,.header.type9 .main-header .menu .menu-list-2>li:after,.header.type10 .main-header .menu .menu-list-2>li:after,.header.type11 .main-header .menu .menu-list-2>li:after,.header.type12 .main-header .menu .menu-list-2>li:after,.header.type13 .main-header .menu .menu-list-2>li:after,.header.type14 .main-header .menu .menu-list-2>li:after,.header.type15 .main-header .menu .menu-list-2>li:after,.header.type16 .main-header .menu .menu-list-2>li:after,.header.type1-fixed .main-header .menu .menu-list-2>li:after,.header.type2-fixed .main-header .menu .menu-list-2>li:after,.header.type1 .main-header .menu .menu-list-3>li:after,.header.type2 .main-header .menu .menu-list-3>li:after,.header.type3 .main-header .menu .menu-list-3>li:after,.header.type4 .main-header .menu .menu-list-3>li:after,.header.type5 .main-header .menu .menu-list-3>li:after,.header.type6 .main-header .menu .menu-list-3>li:after,.header.type7 .main-header .menu .menu-list-3>li:after,.header.type8 .main-header .menu .menu-list-3>li:after,.header.type9 .main-header .menu .menu-list-3>li:after,.header.type10 .main-header .menu .menu-list-3>li:after,.header.type11 .main-header .menu .menu-list-3>li:after,.header.type12 .main-header .menu .menu-list-3>li:after,.header.type13 .main-header .menu .menu-list-3>li:after,.header.type14 .main-header .menu .menu-list-3>li:after,.header.type15 .main-header .menu .menu-list-3>li:after,.header.type16 .main-header .menu .menu-list-3>li:after,.header.type1-fixed .main-header .menu .menu-list-3>li:after,.header.type2-fixed .main-header .menu .menu-list-3>li:after{display:none}.header.type1 .main-header .menu .menu-list-2>li,.header.type2 .main-header .menu .menu-list-2>li,.header.type3 .main-header .menu .menu-list-2>li,.header.type4 .main-header .menu .menu-list-2>li,.header.type5 .main-header .menu .menu-list-2>li,.header.type6 .main-header .menu .menu-list-2>li,.header.type7 .main-header .menu .menu-list-2>li,.header.type8 .main-header .menu .menu-list-2>li,.header.type9 .main-header .menu .menu-list-2>li,.header.type10 .main-header .menu .menu-list-2>li,.header.type11 .main-header .menu .menu-list-2>li,.header.type12 .main-header .menu .menu-list-2>li,.header.type13 .main-header .menu .menu-list-2>li,.header.type14 .main-header .menu .menu-list-2>li,.header.type15 .main-header .menu .menu-list-2>li,.header.type16 .main-header .menu .menu-list-2>li,.header.type1-fixed .main-header .menu .menu-list-2>li,.header.type2-fixed .main-header .menu .menu-list-2>li,.header.type1 .main-header .menu .menu-list-3>li,.header.type2 .main-header .menu .menu-list-3>li,.header.type3 .main-header .menu .menu-list-3>li,.header.type4 .main-header .menu .menu-list-3>li,.header.type5 .main-header .menu .menu-list-3>li,.header.type6 .main-header .menu .menu-list-3>li,.header.type7 .main-header .menu .menu-list-3>li,.header.type8 .main-header .menu .menu-list-3>li,.header.type9 .main-header .menu .menu-list-3>li,.header.type10 .main-header .menu .menu-list-3>li,.header.type11 .main-header .menu .menu-list-3>li,.header.type12 .main-header .menu .menu-list-3>li,.header.type13 .main-header .menu .menu-list-3>li,.header.type14 .main-header .menu .menu-list-3>li,.header.type15 .main-header .menu .menu-list-3>li,.header.type16 .main-header .menu .menu-list-3>li,.header.type1-fixed .main-header .menu .menu-list-3>li,.header.type2-fixed .main-header .menu .menu-list-3>li{position:initial;display:block}.header.type1 .main-header .menu .menu-list-2>li>a,.header.type2 .main-header .menu .menu-list-2>li>a,.header.type3 .main-header .menu .menu-list-2>li>a,.header.type4 .main-header .menu .menu-list-2>li>a,.header.type5 .main-header .menu .menu-list-2>li>a,.header.type6 .main-header .menu .menu-list-2>li>a,.header.type7 .main-header .menu .menu-list-2>li>a,.header.type8 .main-header .menu .menu-list-2>li>a,.header.type9 .main-header .menu .menu-list-2>li>a,.header.type10 .main-header .menu .menu-list-2>li>a,.header.type11 .main-header .menu .menu-list-2>li>a,.header.type12 .main-header .menu .menu-list-2>li>a,.header.type13 .main-header .menu .menu-list-2>li>a,.header.type14 .main-header .menu .menu-list-2>li>a,.header.type15 .main-header .menu .menu-list-2>li>a,.header.type16 .main-header .menu .menu-list-2>li>a,.header.type1-fixed .main-header .menu .menu-list-2>li>a,.header.type2-fixed .main-header .menu .menu-list-2>li>a,.header.type1 .main-header .menu .menu-list-3>li>a,.header.type2 .main-header .menu .menu-list-3>li>a,.header.type3 .main-header .menu .menu-list-3>li>a,.header.type4 .main-header .menu .menu-list-3>li>a,.header.type5 .main-header .menu .menu-list-3>li>a,.header.type6 .main-header .menu .menu-list-3>li>a,.header.type7 .main-header .menu .menu-list-3>li>a,.header.type8 .main-header .menu .menu-list-3>li>a,.header.type9 .main-header .menu .menu-list-3>li>a,.header.type10 .main-header .menu .menu-list-3>li>a,.header.type11 .main-header .menu .menu-list-3>li>a,.header.type12 .main-header .menu .menu-list-3>li>a,.header.type13 .main-header .menu .menu-list-3>li>a,.header.type14 .main-header .menu .menu-list-3>li>a,.header.type15 .main-header .menu .menu-list-3>li>a,.header.type16 .main-header .menu .menu-list-3>li>a,.header.type1-fixed .main-header .menu .menu-list-3>li>a,.header.type2-fixed .main-header .menu .menu-list-3>li>a{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:8px 16px 8px 24px;white-space:normal;align-items:center}.header.type1 .main-header .menu .menu-list-2>li>.sub,.header.type2 .main-header .menu .menu-list-2>li>.sub,.header.type3 .main-header .menu .menu-list-2>li>.sub,.header.type4 .main-header .menu .menu-list-2>li>.sub,.header.type5 .main-header .menu .menu-list-2>li>.sub,.header.type6 .main-header .menu .menu-list-2>li>.sub,.header.type7 .main-header .menu .menu-list-2>li>.sub,.header.type8 .main-header .menu .menu-list-2>li>.sub,.header.type9 .main-header .menu .menu-list-2>li>.sub,.header.type10 .main-header .menu .menu-list-2>li>.sub,.header.type11 .main-header .menu .menu-list-2>li>.sub,.header.type12 .main-header .menu .menu-list-2>li>.sub,.header.type13 .main-header .menu .menu-list-2>li>.sub,.header.type14 .main-header .menu .menu-list-2>li>.sub,.header.type15 .main-header .menu .menu-list-2>li>.sub,.header.type16 .main-header .menu .menu-list-2>li>.sub,.header.type1-fixed .main-header .menu .menu-list-2>li>.sub,.header.type2-fixed .main-header .menu .menu-list-2>li>.sub,.header.type1 .main-header .menu .menu-list-3>li>.sub,.header.type2 .main-header .menu .menu-list-3>li>.sub,.header.type3 .main-header .menu .menu-list-3>li>.sub,.header.type4 .main-header .menu .menu-list-3>li>.sub,.header.type5 .main-header .menu .menu-list-3>li>.sub,.header.type6 .main-header .menu .menu-list-3>li>.sub,.header.type7 .main-header .menu .menu-list-3>li>.sub,.header.type8 .main-header .menu .menu-list-3>li>.sub,.header.type9 .main-header .menu .menu-list-3>li>.sub,.header.type10 .main-header .menu .menu-list-3>li>.sub,.header.type11 .main-header .menu .menu-list-3>li>.sub,.header.type12 .main-header .menu .menu-list-3>li>.sub,.header.type13 .main-header .menu .menu-list-3>li>.sub,.header.type14 .main-header .menu .menu-list-3>li>.sub,.header.type15 .main-header .menu .menu-list-3>li>.sub,.header.type16 .main-header .menu .menu-list-3>li>.sub,.header.type1-fixed .main-header .menu .menu-list-3>li>.sub,.header.type2-fixed .main-header .menu .menu-list-3>li>.sub{left:279px;top:-8px;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.1s}.header.type1 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type2 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type3 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type4 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type5 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type6 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type7 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type8 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type9 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type10 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type11 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type12 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type13 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type14 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type15 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type16 .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type1-fixed .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type2-fixed .main-header .menu .menu-list-2>li.has-sub>a:after,.header.type1 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type2 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type3 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type4 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type5 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type6 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type7 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type8 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type9 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type10 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type11 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type12 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type13 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type14 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type15 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type16 .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type1-fixed .main-header .menu .menu-list-3>li.has-sub>a:after,.header.type2-fixed .main-header .menu .menu-list-3>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type1 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type2 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type3 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type4 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type5 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type6 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type7 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type8 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type9 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type10 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type11 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type12 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type13 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type14 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type15 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type16 .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type2-fixed .main-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type1 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type2 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type3 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type4 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type5 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type6 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type7 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type8 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type9 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type10 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type11 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type12 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type13 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type14 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type15 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type16 .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type1-fixed .main-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type2-fixed .main-header .menu .menu-list-3>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type1 .main-header .menu .menu-list-2>li:hover>a,.header.type2 .main-header .menu .menu-list-2>li:hover>a,.header.type3 .main-header .menu .menu-list-2>li:hover>a,.header.type4 .main-header .menu .menu-list-2>li:hover>a,.header.type5 .main-header .menu .menu-list-2>li:hover>a,.header.type6 .main-header .menu .menu-list-2>li:hover>a,.header.type7 .main-header .menu .menu-list-2>li:hover>a,.header.type8 .main-header .menu .menu-list-2>li:hover>a,.header.type9 .main-header .menu .menu-list-2>li:hover>a,.header.type10 .main-header .menu .menu-list-2>li:hover>a,.header.type11 .main-header .menu .menu-list-2>li:hover>a,.header.type12 .main-header .menu .menu-list-2>li:hover>a,.header.type13 .main-header .menu .menu-list-2>li:hover>a,.header.type14 .main-header .menu .menu-list-2>li:hover>a,.header.type15 .main-header .menu .menu-list-2>li:hover>a,.header.type16 .main-header .menu .menu-list-2>li:hover>a,.header.type1-fixed .main-header .menu .menu-list-2>li:hover>a,.header.type2-fixed .main-header .menu .menu-list-2>li:hover>a,.header.type1 .main-header .menu .menu-list-3>li:hover>a,.header.type2 .main-header .menu .menu-list-3>li:hover>a,.header.type3 .main-header .menu .menu-list-3>li:hover>a,.header.type4 .main-header .menu .menu-list-3>li:hover>a,.header.type5 .main-header .menu .menu-list-3>li:hover>a,.header.type6 .main-header .menu .menu-list-3>li:hover>a,.header.type7 .main-header .menu .menu-list-3>li:hover>a,.header.type8 .main-header .menu .menu-list-3>li:hover>a,.header.type9 .main-header .menu .menu-list-3>li:hover>a,.header.type10 .main-header .menu .menu-list-3>li:hover>a,.header.type11 .main-header .menu .menu-list-3>li:hover>a,.header.type12 .main-header .menu .menu-list-3>li:hover>a,.header.type13 .main-header .menu .menu-list-3>li:hover>a,.header.type14 .main-header .menu .menu-list-3>li:hover>a,.header.type15 .main-header .menu .menu-list-3>li:hover>a,.header.type16 .main-header .menu .menu-list-3>li:hover>a,.header.type1-fixed .main-header .menu .menu-list-3>li:hover>a,.header.type2-fixed .main-header .menu .menu-list-3>li:hover>a{color:#5ba508}.header.type1 .main-header .icons,.header.type2 .main-header .icons,.header.type3 .main-header .icons,.header.type4 .main-header .icons,.header.type5 .main-header .icons,.header.type6 .main-header .icons,.header.type7 .main-header .icons,.header.type8 .main-header .icons,.header.type9 .main-header .icons,.header.type10 .main-header .icons,.header.type11 .main-header .icons,.header.type12 .main-header .icons,.header.type13 .main-header .icons,.header.type14 .main-header .icons,.header.type15 .main-header .icons,.header.type16 .main-header .icons,.header.type1-fixed .main-header .icons,.header.type2-fixed .main-header .icons{margin-left:auto;display:flex;position:relative}.header.type1 .main-header .icons>*,.header.type2 .main-header .icons>*,.header.type3 .main-header .icons>*,.header.type4 .main-header .icons>*,.header.type5 .main-header .icons>*,.header.type6 .main-header .icons>*,.header.type7 .main-header .icons>*,.header.type8 .main-header .icons>*,.header.type9 .main-header .icons>*,.header.type10 .main-header .icons>*,.header.type11 .main-header .icons>*,.header.type12 .main-header .icons>*,.header.type13 .main-header .icons>*,.header.type14 .main-header .icons>*,.header.type15 .main-header .icons>*,.header.type16 .main-header .icons>*,.header.type1-fixed .main-header .icons>*,.header.type2-fixed .main-header .icons>*{width:72px;height:72px}.header.type1 .main-header .icons .icon,.header.type2 .main-header .icons .icon,.header.type3 .main-header .icons .icon,.header.type4 .main-header .icons .icon,.header.type5 .main-header .icons .icon,.header.type6 .main-header .icons .icon,.header.type7 .main-header .icons .icon,.header.type8 .main-header .icons .icon,.header.type9 .main-header .icons .icon,.header.type10 .main-header .icons .icon,.header.type11 .main-header .icons .icon,.header.type12 .main-header .icons .icon,.header.type13 .main-header .icons .icon,.header.type14 .main-header .icons .icon,.header.type15 .main-header .icons .icon,.header.type16 .main-header .icons .icon,.header.type1-fixed .main-header .icons .icon,.header.type2-fixed .main-header .icons .icon{font-size:22px;width:72px;height:72px;text-align:center;line-height:72px;border-left:1px solid #e1e1e6;position:relative}.header.type1 .main-header .icons .icon.icon-basket,.header.type2 .main-header .icons .icon.icon-basket,.header.type3 .main-header .icons .icon.icon-basket,.header.type4 .main-header .icons .icon.icon-basket,.header.type5 .main-header .icons .icon.icon-basket,.header.type6 .main-header .icons .icon.icon-basket,.header.type7 .main-header .icons .icon.icon-basket,.header.type8 .main-header .icons .icon.icon-basket,.header.type9 .main-header .icons .icon.icon-basket,.header.type10 .main-header .icons .icon.icon-basket,.header.type11 .main-header .icons .icon.icon-basket,.header.type12 .main-header .icons .icon.icon-basket,.header.type13 .main-header .icons .icon.icon-basket,.header.type14 .main-header .icons .icon.icon-basket,.header.type15 .main-header .icons .icon.icon-basket,.header.type16 .main-header .icons .icon.icon-basket,.header.type1-fixed .main-header .icons .icon.icon-basket,.header.type2-fixed .main-header .icons .icon.icon-basket{font-size:18px}.header.type1 .main-header .icons .icon:before,.header.type2 .main-header .icons .icon:before,.header.type3 .main-header .icons .icon:before,.header.type4 .main-header .icons .icon:before,.header.type5 .main-header .icons .icon:before,.header.type6 .main-header .icons .icon:before,.header.type7 .main-header .icons .icon:before,.header.type8 .main-header .icons .icon:before,.header.type9 .main-header .icons .icon:before,.header.type10 .main-header .icons .icon:before,.header.type11 .main-header .icons .icon:before,.header.type12 .main-header .icons .icon:before,.header.type13 .main-header .icons .icon:before,.header.type14 .main-header .icons .icon:before,.header.type15 .main-header .icons .icon:before,.header.type16 .main-header .icons .icon:before,.header.type1-fixed .main-header .icons .icon:before,.header.type2-fixed .main-header .icons .icon:before{color:#5ba508}.header.type1 .main-header .icons .icon:hover:before,.header.type2 .main-header .icons .icon:hover:before,.header.type3 .main-header .icons .icon:hover:before,.header.type4 .main-header .icons .icon:hover:before,.header.type5 .main-header .icons .icon:hover:before,.header.type6 .main-header .icons .icon:hover:before,.header.type7 .main-header .icons .icon:hover:before,.header.type8 .main-header .icons .icon:hover:before,.header.type9 .main-header .icons .icon:hover:before,.header.type10 .main-header .icons .icon:hover:before,.header.type11 .main-header .icons .icon:hover:before,.header.type12 .main-header .icons .icon:hover:before,.header.type13 .main-header .icons .icon:hover:before,.header.type14 .main-header .icons .icon:hover:before,.header.type15 .main-header .icons .icon:hover:before,.header.type16 .main-header .icons .icon:hover:before,.header.type1-fixed .main-header .icons .icon:hover:before,.header.type2-fixed .main-header .icons .icon:hover:before{color:#407406}.header.type1 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type2 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type3 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type4 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type5 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type6 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type7 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type8 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type9 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type10 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type11 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type12 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type13 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type14 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type15 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type16 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type1-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type2-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;right:22px;top:25px;background-color:#f42}.header.type1 .main-header .basket-container-items,.header.type2 .main-header .basket-container-items,.header.type3 .main-header .basket-container-items,.header.type4 .main-header .basket-container-items,.header.type5 .main-header .basket-container-items,.header.type6 .main-header .basket-container-items,.header.type7 .main-header .basket-container-items,.header.type8 .main-header .basket-container-items,.header.type9 .main-header .basket-container-items,.header.type10 .main-header .basket-container-items,.header.type11 .main-header .basket-container-items,.header.type12 .main-header .basket-container-items,.header.type13 .main-header .basket-container-items,.header.type14 .main-header .basket-container-items,.header.type15 .main-header .basket-container-items,.header.type16 .main-header .basket-container-items,.header.type1-fixed .main-header .basket-container-items,.header.type2-fixed .main-header .basket-container-items{display:flex;justify-content:center}.header.type1 .main-header .basket-container-items:hover .small-basket,.header.type2 .main-header .basket-container-items:hover .small-basket,.header.type3 .main-header .basket-container-items:hover .small-basket,.header.type4 .main-header .basket-container-items:hover .small-basket,.header.type5 .main-header .basket-container-items:hover .small-basket,.header.type6 .main-header .basket-container-items:hover .small-basket,.header.type7 .main-header .basket-container-items:hover .small-basket,.header.type8 .main-header .basket-container-items:hover .small-basket,.header.type9 .main-header .basket-container-items:hover .small-basket,.header.type10 .main-header .basket-container-items:hover .small-basket,.header.type11 .main-header .basket-container-items:hover .small-basket,.header.type12 .main-header .basket-container-items:hover .small-basket,.header.type13 .main-header .basket-container-items:hover .small-basket,.header.type14 .main-header .basket-container-items:hover .small-basket,.header.type15 .main-header .basket-container-items:hover .small-basket,.header.type16 .main-header .basket-container-items:hover .small-basket,.header.type1-fixed .main-header .basket-container-items:hover .small-basket,.header.type2-fixed .main-header .basket-container-items:hover .small-basket{max-height:600px;opacity:1;visibility:visible}.header.type1 .main-header .basket-container-items .small-basket,.header.type2 .main-header .basket-container-items .small-basket,.header.type3 .main-header .basket-container-items .small-basket,.header.type4 .main-header .basket-container-items .small-basket,.header.type5 .main-header .basket-container-items .small-basket,.header.type6 .main-header .basket-container-items .small-basket,.header.type7 .main-header .basket-container-items .small-basket,.header.type8 .main-header .basket-container-items .small-basket,.header.type9 .main-header .basket-container-items .small-basket,.header.type10 .main-header .basket-container-items .small-basket,.header.type11 .main-header .basket-container-items .small-basket,.header.type12 .main-header .basket-container-items .small-basket,.header.type13 .main-header .basket-container-items .small-basket,.header.type14 .main-header .basket-container-items .small-basket,.header.type15 .main-header .basket-container-items .small-basket,.header.type16 .main-header .basket-container-items .small-basket,.header.type1-fixed .main-header .basket-container-items .small-basket,.header.type2-fixed .main-header .basket-container-items .small-basket{display:flex;position:absolute;width:490px;right:0;top:72px;background-color:#fff;overflow:hidden;max-height:0;transition:max-height .25s ease-out;flex-direction:column;box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1;opacity:0;visibility:hidden}.header.type1 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type2 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type3 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type4 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type5 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type6 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type7 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type8 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type9 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type10 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type11 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type12 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type13 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type14 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type15 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type16 .main-header .basket-container-items .small-basket .items.has-scroll,.header.type1-fixed .main-header .basket-container-items .small-basket .items.has-scroll,.header.type2-fixed .main-header .basket-container-items .small-basket .items.has-scroll{height:400px}.header.type1 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type2 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type3 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type4 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type5 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type6 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type7 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type8 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type9 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type10 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type11 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type12 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type13 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type14 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type15 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type16 .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type1-fixed .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner,.header.type2-fixed .main-header .basket-container-items .small-basket .items.has-scroll .scrollbar-inner{height:100%}.header.type1 .main-header .basket-container-items .small-basket .items .item,.header.type2 .main-header .basket-container-items .small-basket .items .item,.header.type3 .main-header .basket-container-items .small-basket .items .item,.header.type4 .main-header .basket-container-items .small-basket .items .item,.header.type5 .main-header .basket-container-items .small-basket .items .item,.header.type6 .main-header .basket-container-items .small-basket .items .item,.header.type7 .main-header .basket-container-items .small-basket .items .item,.header.type8 .main-header .basket-container-items .small-basket .items .item,.header.type9 .main-header .basket-container-items .small-basket .items .item,.header.type10 .main-header .basket-container-items .small-basket .items .item,.header.type11 .main-header .basket-container-items .small-basket .items .item,.header.type12 .main-header .basket-container-items .small-basket .items .item,.header.type13 .main-header .basket-container-items .small-basket .items .item,.header.type14 .main-header .basket-container-items .small-basket .items .item,.header.type15 .main-header .basket-container-items .small-basket .items .item,.header.type16 .main-header .basket-container-items .small-basket .items .item,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item{padding:16px;border-bottom:1px solid #e1e1e6;display:flex}.header.type1 .main-header .basket-container-items .small-basket .items .item .img,.header.type2 .main-header .basket-container-items .small-basket .items .item .img,.header.type3 .main-header .basket-container-items .small-basket .items .item .img,.header.type4 .main-header .basket-container-items .small-basket .items .item .img,.header.type5 .main-header .basket-container-items .small-basket .items .item .img,.header.type6 .main-header .basket-container-items .small-basket .items .item .img,.header.type7 .main-header .basket-container-items .small-basket .items .item .img,.header.type8 .main-header .basket-container-items .small-basket .items .item .img,.header.type9 .main-header .basket-container-items .small-basket .items .item .img,.header.type10 .main-header .basket-container-items .small-basket .items .item .img,.header.type11 .main-header .basket-container-items .small-basket .items .item .img,.header.type12 .main-header .basket-container-items .small-basket .items .item .img,.header.type13 .main-header .basket-container-items .small-basket .items .item .img,.header.type14 .main-header .basket-container-items .small-basket .items .item .img,.header.type15 .main-header .basket-container-items .small-basket .items .item .img,.header.type16 .main-header .basket-container-items .small-basket .items .item .img,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .img,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .img{flex-shrink:1;width:100px;display:flex;justify-content:center;align-items:center}.header.type1 .main-header .basket-container-items .small-basket .items .item .img img,.header.type2 .main-header .basket-container-items .small-basket .items .item .img img,.header.type3 .main-header .basket-container-items .small-basket .items .item .img img,.header.type4 .main-header .basket-container-items .small-basket .items .item .img img,.header.type5 .main-header .basket-container-items .small-basket .items .item .img img,.header.type6 .main-header .basket-container-items .small-basket .items .item .img img,.header.type7 .main-header .basket-container-items .small-basket .items .item .img img,.header.type8 .main-header .basket-container-items .small-basket .items .item .img img,.header.type9 .main-header .basket-container-items .small-basket .items .item .img img,.header.type10 .main-header .basket-container-items .small-basket .items .item .img img,.header.type11 .main-header .basket-container-items .small-basket .items .item .img img,.header.type12 .main-header .basket-container-items .small-basket .items .item .img img,.header.type13 .main-header .basket-container-items .small-basket .items .item .img img,.header.type14 .main-header .basket-container-items .small-basket .items .item .img img,.header.type15 .main-header .basket-container-items .small-basket .items .item .img img,.header.type16 .main-header .basket-container-items .small-basket .items .item .img img,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .img img,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .img img{max-width:80%;max-height:80%}.header.type1 .main-header .basket-container-items .small-basket .items .item .info,.header.type2 .main-header .basket-container-items .small-basket .items .item .info,.header.type3 .main-header .basket-container-items .small-basket .items .item .info,.header.type4 .main-header .basket-container-items .small-basket .items .item .info,.header.type5 .main-header .basket-container-items .small-basket .items .item .info,.header.type6 .main-header .basket-container-items .small-basket .items .item .info,.header.type7 .main-header .basket-container-items .small-basket .items .item .info,.header.type8 .main-header .basket-container-items .small-basket .items .item .info,.header.type9 .main-header .basket-container-items .small-basket .items .item .info,.header.type10 .main-header .basket-container-items .small-basket .items .item .info,.header.type11 .main-header .basket-container-items .small-basket .items .item .info,.header.type12 .main-header .basket-container-items .small-basket .items .item .info,.header.type13 .main-header .basket-container-items .small-basket .items .item .info,.header.type14 .main-header .basket-container-items .small-basket .items .item .info,.header.type15 .main-header .basket-container-items .small-basket .items .item .info,.header.type16 .main-header .basket-container-items .small-basket .items .item .info,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .info,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .info{width:100%;margin-left:8px}.header.type1 .main-header .basket-container-items .small-basket .items .item .name a,.header.type2 .main-header .basket-container-items .small-basket .items .item .name a,.header.type3 .main-header .basket-container-items .small-basket .items .item .name a,.header.type4 .main-header .basket-container-items .small-basket .items .item .name a,.header.type5 .main-header .basket-container-items .small-basket .items .item .name a,.header.type6 .main-header .basket-container-items .small-basket .items .item .name a,.header.type7 .main-header .basket-container-items .small-basket .items .item .name a,.header.type8 .main-header .basket-container-items .small-basket .items .item .name a,.header.type9 .main-header .basket-container-items .small-basket .items .item .name a,.header.type10 .main-header .basket-container-items .small-basket .items .item .name a,.header.type11 .main-header .basket-container-items .small-basket .items .item .name a,.header.type12 .main-header .basket-container-items .small-basket .items .item .name a,.header.type13 .main-header .basket-container-items .small-basket .items .item .name a,.header.type14 .main-header .basket-container-items .small-basket .items .item .name a,.header.type15 .main-header .basket-container-items .small-basket .items .item .name a,.header.type16 .main-header .basket-container-items .small-basket .items .item .name a,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .name a,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .name a{color:#323237;font-weight:500;text-decoration:none}.header.type1 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type2 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type3 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type4 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type5 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type6 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type7 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type8 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type9 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type10 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type11 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type12 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type13 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type14 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type15 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type16 .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .name a:hover,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .name a:hover{text-decoration:underline}.header.type1 .main-header .basket-container-items .small-basket .items .item .prices,.header.type2 .main-header .basket-container-items .small-basket .items .item .prices,.header.type3 .main-header .basket-container-items .small-basket .items .item .prices,.header.type4 .main-header .basket-container-items .small-basket .items .item .prices,.header.type5 .main-header .basket-container-items .small-basket .items .item .prices,.header.type6 .main-header .basket-container-items .small-basket .items .item .prices,.header.type7 .main-header .basket-container-items .small-basket .items .item .prices,.header.type8 .main-header .basket-container-items .small-basket .items .item .prices,.header.type9 .main-header .basket-container-items .small-basket .items .item .prices,.header.type10 .main-header .basket-container-items .small-basket .items .item .prices,.header.type11 .main-header .basket-container-items .small-basket .items .item .prices,.header.type12 .main-header .basket-container-items .small-basket .items .item .prices,.header.type13 .main-header .basket-container-items .small-basket .items .item .prices,.header.type14 .main-header .basket-container-items .small-basket .items .item .prices,.header.type15 .main-header .basket-container-items .small-basket .items .item .prices,.header.type16 .main-header .basket-container-items .small-basket .items .item .prices,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .prices,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .prices{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.header.type1 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type2 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type3 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type4 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type5 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type6 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type7 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type8 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type9 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type10 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type11 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type12 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type13 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type14 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type15 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type16 .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type1-fixed .main-header .basket-container-items .small-basket .items .item .prices .qty,.header.type2-fixed .main-header .basket-container-items .small-basket .items .item .prices .qty{color:#6c6c71}.header.type1 .main-header .basket-container-items .small-basket .total-info,.header.type2 .main-header .basket-container-items .small-basket .total-info,.header.type3 .main-header .basket-container-items .small-basket .total-info,.header.type4 .main-header .basket-container-items .small-basket .total-info,.header.type5 .main-header .basket-container-items .small-basket .total-info,.header.type6 .main-header .basket-container-items .small-basket .total-info,.header.type7 .main-header .basket-container-items .small-basket .total-info,.header.type8 .main-header .basket-container-items .small-basket .total-info,.header.type9 .main-header .basket-container-items .small-basket .total-info,.header.type10 .main-header .basket-container-items .small-basket .total-info,.header.type11 .main-header .basket-container-items .small-basket .total-info,.header.type12 .main-header .basket-container-items .small-basket .total-info,.header.type13 .main-header .basket-container-items .small-basket .total-info,.header.type14 .main-header .basket-container-items .small-basket .total-info,.header.type15 .main-header .basket-container-items .small-basket .total-info,.header.type16 .main-header .basket-container-items .small-basket .total-info,.header.type1-fixed .main-header .basket-container-items .small-basket .total-info,.header.type2-fixed .main-header .basket-container-items .small-basket .total-info{box-shadow:0px 4px 32px rgba(0,0,0,0.1);display:flex;justify-content:space-between;align-items:center;padding:24px}.header.type3 .top-header,.header.type4 .top-header{background-color:#191928;color:#fff;border-bottom:none}.header.type3 .top-header .sub-menu .sub-menu-list-0>li>a,.header.type4 .top-header .sub-menu .sub-menu-list-0>li>a{color:#fff}.header.type3 .top-header .socials .icon,.header.type4 .top-header .socials .icon{color:#fff}.header.type3 .top-header .socials .icon.icon-vk,.header.type4 .top-header .socials .icon.icon-vk{filter:invert(0)}.header.type3 .top-header .socials .icon.icon-ok,.header.type4 .top-header .socials .icon.icon-ok{filter:invert(0)}.header.type4 .top-header{background-color:#5ba508}.header.type5,.header.type6,.header.type1-fixed,.header.type2-fixed{border-bottom:1px solid #e1e1e6}.header.type5 .main-header,.header.type6 .main-header,.header.type1-fixed .main-header,.header.type2-fixed .main-header{border-bottom:none}.header.type5 .main-header .logo,.header.type6 .main-header .logo,.header.type1-fixed .main-header .logo,.header.type2-fixed .main-header .logo{padding-left:39px;border-right:none}.header.type5 .main-header .menu-btn,.header.type6 .main-header .menu-btn,.header.type1-fixed .main-header .menu-btn,.header.type2-fixed .main-header .menu-btn{width:25px;border-right:none}.header.type5 .main-header .menu .menu-list-0,.header.type6 .main-header .menu .menu-list-0,.header.type1-fixed .main-header .menu .menu-list-0,.header.type2-fixed .main-header .menu .menu-list-0{padding-right:0}.header.type5 .main-header .menu .menu-list-0>li:last-child,.header.type6 .main-header .menu .menu-list-0>li:last-child,.header.type1-fixed .main-header .menu .menu-list-0>li:last-child,.header.type2-fixed .main-header .menu .menu-list-0>li:last-child{margin-right:18px}.header.type5 .main-header .icons>.icon,.header.type6 .main-header .icons>.icon,.header.type1-fixed .main-header .icons>.icon,.header.type2-fixed .main-header .icons>.icon{width:25px;margin-right:24px}.header.type5 .main-header .icons>.icon:first-of-type,.header.type6 .main-header .icons>.icon:first-of-type,.header.type1-fixed .main-header .icons>.icon:first-of-type,.header.type2-fixed .main-header .icons>.icon:first-of-type{margin-left:0}.header.type5 .main-header .icons .icon,.header.type6 .main-header .icons .icon,.header.type1-fixed .main-header .icons .icon,.header.type2-fixed .main-header .icons .icon{border-left:none}.header.type5 .main-header .icons>*,.header.type6 .main-header .icons>*,.header.type1-fixed .main-header .icons>*,.header.type2-fixed .main-header .icons>*{width:25px}.header.type5 .main-header .basket-container-items .small-basket,.header.type6 .main-header .basket-container-items .small-basket,.header.type1-fixed .main-header .basket-container-items .small-basket,.header.type2-fixed .main-header .basket-container-items .small-basket{top:72px}.header.type6 .top-header-wrapper,.header.type8 .top-header-wrapper,.header.type10 .top-header-wrapper{background-color:#fff;border-bottom:1px solid #e1e1e6}.header.type6 .top-header,.header.type8 .top-header,.header.type10 .top-header{padding:9px 0;border-bottom:none}.header.type7 .main-header-wrapper,.header.type8 .main-header-wrapper,.header.type9 .main-header-wrapper,.header.type10 .main-header-wrapper,.header.type11 .main-header-wrapper,.header.type12 .main-header-wrapper,.header.type13 .main-header-wrapper,.header.type14 .main-header-wrapper,.header.type15 .main-header-wrapper{background-color:#fff}.header.type7 .main-header,.header.type8 .main-header,.header.type9 .main-header,.header.type10 .main-header,.header.type11 .main-header,.header.type12 .main-header,.header.type13 .main-header,.header.type14 .main-header,.header.type15 .main-header{border-bottom:none}.header.type7 .main-header .logo,.header.type8 .main-header .logo,.header.type9 .main-header .logo,.header.type10 .main-header .logo,.header.type11 .main-header .logo,.header.type12 .main-header .logo,.header.type13 .main-header .logo,.header.type14 .main-header .logo,.header.type15 .main-header .logo{padding-left:39px;border-right:none}.header.type7 .main-header .menu-btn,.header.type8 .main-header .menu-btn,.header.type9 .main-header .menu-btn,.header.type10 .main-header .menu-btn,.header.type11 .main-header .menu-btn,.header.type12 .main-header .menu-btn,.header.type13 .main-header .menu-btn,.header.type14 .main-header .menu-btn,.header.type15 .main-header .menu-btn{width:25px;border-right:none}.header.type7 .main-header .icons,.header.type8 .main-header .icons,.header.type9 .main-header .icons,.header.type10 .main-header .icons,.header.type11 .main-header .icons,.header.type12 .main-header .icons,.header.type13 .main-header .icons,.header.type14 .main-header .icons,.header.type15 .main-header .icons{margin-left:32px}.header.type7 .main-header .icons>.icon,.header.type8 .main-header .icons>.icon,.header.type9 .main-header .icons>.icon,.header.type10 .main-header .icons>.icon,.header.type11 .main-header .icons>.icon,.header.type12 .main-header .icons>.icon,.header.type13 .main-header .icons>.icon,.header.type14 .main-header .icons>.icon,.header.type15 .main-header .icons>.icon{width:25px;margin-right:24px}.header.type7 .main-header .icons>.icon:first-of-type,.header.type8 .main-header .icons>.icon:first-of-type,.header.type9 .main-header .icons>.icon:first-of-type,.header.type10 .main-header .icons>.icon:first-of-type,.header.type11 .main-header .icons>.icon:first-of-type,.header.type12 .main-header .icons>.icon:first-of-type,.header.type13 .main-header .icons>.icon:first-of-type,.header.type14 .main-header .icons>.icon:first-of-type,.header.type15 .main-header .icons>.icon:first-of-type{margin-left:0}.header.type7 .main-header .icons .icon,.header.type8 .main-header .icons .icon,.header.type9 .main-header .icons .icon,.header.type10 .main-header .icons .icon,.header.type11 .main-header .icons .icon,.header.type12 .main-header .icons .icon,.header.type13 .main-header .icons .icon,.header.type14 .main-header .icons .icon,.header.type15 .main-header .icons .icon{border-left:none}.header.type7 .main-header .icons>*,.header.type8 .main-header .icons>*,.header.type9 .main-header .icons>*,.header.type10 .main-header .icons>*,.header.type11 .main-header .icons>*,.header.type12 .main-header .icons>*,.header.type13 .main-header .icons>*,.header.type14 .main-header .icons>*,.header.type15 .main-header .icons>*{width:25px}.header.type7 .main-header .contacts,.header.type8 .main-header .contacts,.header.type9 .main-header .contacts,.header.type10 .main-header .contacts,.header.type11 .main-header .contacts,.header.type12 .main-header .contacts,.header.type13 .main-header .contacts,.header.type14 .main-header .contacts,.header.type15 .main-header .contacts{margin-left:auto;padding:0 30px}.header.type7 .main-header .contacts .location,.header.type8 .main-header .contacts .location,.header.type9 .main-header .contacts .location,.header.type10 .main-header .contacts .location,.header.type11 .main-header .contacts .location,.header.type12 .main-header .contacts .location,.header.type13 .main-header .contacts .location,.header.type14 .main-header .contacts .location,.header.type15 .main-header .contacts .location{margin-right:24px}.header.type7 .main-header .contacts .phone,.header.type8 .main-header .contacts .phone,.header.type9 .main-header .contacts .phone,.header.type10 .main-header .contacts .phone,.header.type11 .main-header .contacts .phone,.header.type12 .main-header .contacts .phone,.header.type13 .main-header .contacts .phone,.header.type14 .main-header .contacts .phone,.header.type15 .main-header .contacts .phone{flex-direction:row}.header.type7 .main-header .contacts .phone .btn-link,.header.type8 .main-header .contacts .phone .btn-link,.header.type9 .main-header .contacts .phone .btn-link,.header.type10 .main-header .contacts .phone .btn-link,.header.type11 .main-header .contacts .phone .btn-link,.header.type12 .main-header .contacts .phone .btn-link,.header.type13 .main-header .contacts .phone .btn-link,.header.type14 .main-header .contacts .phone .btn-link,.header.type15 .main-header .contacts .phone .btn-link{padding-left:16px}.header.type7 .bottom-header-wrapper,.header.type8 .bottom-header-wrapper,.header.type9 .bottom-header-wrapper,.header.type10 .bottom-header-wrapper,.header.type11 .bottom-header-wrapper,.header.type12 .bottom-header-wrapper,.header.type13 .bottom-header-wrapper,.header.type14 .bottom-header-wrapper,.header.type15 .bottom-header-wrapper{background-color:#191928}.header.type7 .bottom-header .menu,.header.type8 .bottom-header .menu,.header.type9 .bottom-header .menu,.header.type10 .bottom-header .menu,.header.type11 .bottom-header .menu,.header.type12 .bottom-header .menu,.header.type13 .bottom-header .menu,.header.type14 .bottom-header .menu,.header.type15 .bottom-header .menu{overflow:hidden;width:100%}.header.type7 .bottom-header .menu.calc,.header.type8 .bottom-header .menu.calc,.header.type9 .bottom-header .menu.calc,.header.type10 .bottom-header .menu.calc,.header.type11 .bottom-header .menu.calc,.header.type12 .bottom-header .menu.calc,.header.type13 .bottom-header .menu.calc,.header.type14 .bottom-header .menu.calc,.header.type15 .bottom-header .menu.calc{overflow:visible}.header.type7 .bottom-header .menu .sub,.header.type8 .bottom-header .menu .sub,.header.type9 .bottom-header .menu .sub,.header.type10 .bottom-header .menu .sub,.header.type11 .bottom-header .menu .sub,.header.type12 .bottom-header .menu .sub,.header.type13 .bottom-header .menu .sub,.header.type14 .bottom-header .menu .sub,.header.type15 .bottom-header .menu .sub{position:absolute;z-index:100;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.15s;background:#fff}.header.type7 .bottom-header .menu .full-sub,.header.type8 .bottom-header .menu .full-sub,.header.type9 .bottom-header .menu .full-sub,.header.type10 .bottom-header .menu .full-sub,.header.type11 .bottom-header .menu .full-sub,.header.type12 .bottom-header .menu .full-sub,.header.type13 .bottom-header .menu .full-sub,.header.type14 .bottom-header .menu .full-sub,.header.type15 .bottom-header .menu .full-sub{width:100%;position:absolute;box-shadow:0px 4px 32px rgba(0,0,0,0.1);padding:40px;box-sizing:border-box;z-index:100;flex-wrap:wrap;align-items:flex-start;left:0;display:flex;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.15s;background:#fff}.header.type7 .bottom-header .menu .full-sub .item,.header.type8 .bottom-header .menu .full-sub .item,.header.type9 .bottom-header .menu .full-sub .item,.header.type10 .bottom-header .menu .full-sub .item,.header.type11 .bottom-header .menu .full-sub .item,.header.type12 .bottom-header .menu .full-sub .item,.header.type13 .bottom-header .menu .full-sub .item,.header.type14 .bottom-header .menu .full-sub .item,.header.type15 .bottom-header .menu .full-sub .item{box-sizing:border-box;margin-bottom:16px;padding:16px;width:25%;display:flex}.header.type7 .bottom-header .menu .full-sub .item a:hover,.header.type8 .bottom-header .menu .full-sub .item a:hover,.header.type9 .bottom-header .menu .full-sub .item a:hover,.header.type10 .bottom-header .menu .full-sub .item a:hover,.header.type11 .bottom-header .menu .full-sub .item a:hover,.header.type12 .bottom-header .menu .full-sub .item a:hover,.header.type13 .bottom-header .menu .full-sub .item a:hover,.header.type14 .bottom-header .menu .full-sub .item a:hover,.header.type15 .bottom-header .menu .full-sub .item a:hover{color:#5ba508}.header.type7 .bottom-header .menu .full-sub .item .img,.header.type8 .bottom-header .menu .full-sub .item .img,.header.type9 .bottom-header .menu .full-sub .item .img,.header.type10 .bottom-header .menu .full-sub .item .img,.header.type11 .bottom-header .menu .full-sub .item .img,.header.type12 .bottom-header .menu .full-sub .item .img,.header.type13 .bottom-header .menu .full-sub .item .img,.header.type14 .bottom-header .menu .full-sub .item .img,.header.type15 .bottom-header .menu .full-sub .item .img{width:64px;min-width:64px;height:64px;margin-right:24px;flex-shrink:1}.header.type7 .bottom-header .menu .full-sub .item .img *,.header.type8 .bottom-header .menu .full-sub .item .img *,.header.type9 .bottom-header .menu .full-sub .item .img *,.header.type10 .bottom-header .menu .full-sub .item .img *,.header.type11 .bottom-header .menu .full-sub .item .img *,.header.type12 .bottom-header .menu .full-sub .item .img *,.header.type13 .bottom-header .menu .full-sub .item .img *,.header.type14 .bottom-header .menu .full-sub .item .img *,.header.type15 .bottom-header .menu .full-sub .item .img *{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.header.type7 .bottom-header .menu .full-sub .item .links,.header.type8 .bottom-header .menu .full-sub .item .links,.header.type9 .bottom-header .menu .full-sub .item .links,.header.type10 .bottom-header .menu .full-sub .item .links,.header.type11 .bottom-header .menu .full-sub .item .links,.header.type12 .bottom-header .menu .full-sub .item .links,.header.type13 .bottom-header .menu .full-sub .item .links,.header.type14 .bottom-header .menu .full-sub .item .links,.header.type15 .bottom-header .menu .full-sub .item .links{display:flex;flex-direction:column;align-items:baseline}.header.type7 .bottom-header .menu .full-sub .item .links>a,.header.type8 .bottom-header .menu .full-sub .item .links>a,.header.type9 .bottom-header .menu .full-sub .item .links>a,.header.type10 .bottom-header .menu .full-sub .item .links>a,.header.type11 .bottom-header .menu .full-sub .item .links>a,.header.type12 .bottom-header .menu .full-sub .item .links>a,.header.type13 .bottom-header .menu .full-sub .item .links>a,.header.type14 .bottom-header .menu .full-sub .item .links>a,.header.type15 .bottom-header .menu .full-sub .item .links>a{color:#323237}.header.type7 .bottom-header .menu .full-sub .item .links>a:hover,.header.type8 .bottom-header .menu .full-sub .item .links>a:hover,.header.type9 .bottom-header .menu .full-sub .item .links>a:hover,.header.type10 .bottom-header .menu .full-sub .item .links>a:hover,.header.type11 .bottom-header .menu .full-sub .item .links>a:hover,.header.type12 .bottom-header .menu .full-sub .item .links>a:hover,.header.type13 .bottom-header .menu .full-sub .item .links>a:hover,.header.type14 .bottom-header .menu .full-sub .item .links>a:hover,.header.type15 .bottom-header .menu .full-sub .item .links>a:hover{color:#5ba508}.header.type7 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type9 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type10 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type11 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type12 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type13 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type14 .bottom-header .menu .full-sub .item .links .full-sub-2,.header.type15 .bottom-header .menu .full-sub .item .links .full-sub-2{margin-top:12px}.header.type7 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type9 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type10 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type11 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type12 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type13 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type14 .bottom-header .menu .full-sub .item .links .full-sub-2>a,.header.type15 .bottom-header .menu .full-sub .item .links .full-sub-2>a{display:block;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;margin-bottom:8px;white-space:normal}.header.type7 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type8 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type9 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type10 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type11 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type12 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type13 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type14 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover,.header.type15 .bottom-header .menu .full-sub .item .links .full-sub-2>a:hover{color:#5ba508}.header.type7 .bottom-header .menu .full-sub .item.no-sub .links,.header.type8 .bottom-header .menu .full-sub .item.no-sub .links,.header.type9 .bottom-header .menu .full-sub .item.no-sub .links,.header.type10 .bottom-header .menu .full-sub .item.no-sub .links,.header.type11 .bottom-header .menu .full-sub .item.no-sub .links,.header.type12 .bottom-header .menu .full-sub .item.no-sub .links,.header.type13 .bottom-header .menu .full-sub .item.no-sub .links,.header.type14 .bottom-header .menu .full-sub .item.no-sub .links,.header.type15 .bottom-header .menu .full-sub .item.no-sub .links{justify-content:center}.header.type7 .bottom-header .menu .menu-list-0,.header.type8 .bottom-header .menu .menu-list-0,.header.type9 .bottom-header .menu .menu-list-0,.header.type10 .bottom-header .menu .menu-list-0,.header.type11 .bottom-header .menu .menu-list-0,.header.type12 .bottom-header .menu .menu-list-0,.header.type13 .bottom-header .menu .menu-list-0,.header.type14 .bottom-header .menu .menu-list-0,.header.type15 .bottom-header .menu .menu-list-0{margin:0;padding:0;list-style-type:none;display:flex;height:48px}.header.type7 .bottom-header .menu .menu-list-0>li,.header.type8 .bottom-header .menu .menu-list-0>li,.header.type9 .bottom-header .menu .menu-list-0>li,.header.type10 .bottom-header .menu .menu-list-0>li,.header.type11 .bottom-header .menu .menu-list-0>li,.header.type12 .bottom-header .menu .menu-list-0>li,.header.type13 .bottom-header .menu .menu-list-0>li,.header.type14 .bottom-header .menu .menu-list-0>li,.header.type15 .bottom-header .menu .menu-list-0>li{margin:0;padding:0}.header.type7 .bottom-header .menu .menu-list-0>li:after,.header.type8 .bottom-header .menu .menu-list-0>li:after,.header.type9 .bottom-header .menu .menu-list-0>li:after,.header.type10 .bottom-header .menu .menu-list-0>li:after,.header.type11 .bottom-header .menu .menu-list-0>li:after,.header.type12 .bottom-header .menu .menu-list-0>li:after,.header.type13 .bottom-header .menu .menu-list-0>li:after,.header.type14 .bottom-header .menu .menu-list-0>li:after,.header.type15 .bottom-header .menu .menu-list-0>li:after{display:none}.header.type7 .bottom-header .menu .menu-list-0 a,.header.type8 .bottom-header .menu .menu-list-0 a,.header.type9 .bottom-header .menu .menu-list-0 a,.header.type10 .bottom-header .menu .menu-list-0 a,.header.type11 .bottom-header .menu .menu-list-0 a,.header.type12 .bottom-header .menu .menu-list-0 a,.header.type13 .bottom-header .menu .menu-list-0 a,.header.type14 .bottom-header .menu .menu-list-0 a,.header.type15 .bottom-header .menu .menu-list-0 a{text-decoration:none;white-space:nowrap;display:block;color:#323237}.header.type7 .bottom-header .menu .menu-list-0>li,.header.type8 .bottom-header .menu .menu-list-0>li,.header.type9 .bottom-header .menu .menu-list-0>li,.header.type10 .bottom-header .menu .menu-list-0>li,.header.type11 .bottom-header .menu .menu-list-0>li,.header.type12 .bottom-header .menu .menu-list-0>li,.header.type13 .bottom-header .menu .menu-list-0>li,.header.type14 .bottom-header .menu .menu-list-0>li,.header.type15 .bottom-header .menu .menu-list-0>li{padding:0;position:relative;border-right:1px solid rgba(255,255,255,0.1);transition:0.2s}.header.type7 .bottom-header .menu .menu-list-0>li:last-child,.header.type8 .bottom-header .menu .menu-list-0>li:last-child,.header.type9 .bottom-header .menu .menu-list-0>li:last-child,.header.type10 .bottom-header .menu .menu-list-0>li:last-child,.header.type11 .bottom-header .menu .menu-list-0>li:last-child,.header.type12 .bottom-header .menu .menu-list-0>li:last-child,.header.type13 .bottom-header .menu .menu-list-0>li:last-child,.header.type14 .bottom-header .menu .menu-list-0>li:last-child,.header.type15 .bottom-header .menu .menu-list-0>li:last-child{border-right:none}.header.type7 .bottom-header .menu .menu-list-0>li>a,.header.type8 .bottom-header .menu .menu-list-0>li>a,.header.type9 .bottom-header .menu .menu-list-0>li>a,.header.type10 .bottom-header .menu .menu-list-0>li>a,.header.type11 .bottom-header .menu .menu-list-0>li>a,.header.type12 .bottom-header .menu .menu-list-0>li>a,.header.type13 .bottom-header .menu .menu-list-0>li>a,.header.type14 .bottom-header .menu .menu-list-0>li>a,.header.type15 .bottom-header .menu .menu-list-0>li>a{height:48px;display:flex;align-items:center;position:relative;padding:12px 78px;color:#fff}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub>a.more,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub>a.more{width:24px;padding:12px 32px;text-align:center;justify-content:center}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub>a.more:before{font-family:'remixicon' !important;content:"\ee36";right:0;top:28px}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub{opacity:1;visibility:visible;top:48px;background:#fff}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub.open>.sub>.shadow{box-shadow:0px 4px 32px rgba(0,0,0,0.1);position:absolute;width:100%;height:100%;z-index:99}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub.open>.full-sub{opacity:1;visibility:visible}.header.type7 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type8 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type9 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type10 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type11 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type12 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type13 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type14 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width,.header.type15 .bottom-header .menu .menu-list-0>li.has-sub.sub-full-width{position:static}.header.type7 .bottom-header .menu .menu-list-0>li.active,.header.type8 .bottom-header .menu .menu-list-0>li.active,.header.type9 .bottom-header .menu .menu-list-0>li.active,.header.type10 .bottom-header .menu .menu-list-0>li.active,.header.type11 .bottom-header .menu .menu-list-0>li.active,.header.type12 .bottom-header .menu .menu-list-0>li.active,.header.type13 .bottom-header .menu .menu-list-0>li.active,.header.type14 .bottom-header .menu .menu-list-0>li.active,.header.type15 .bottom-header .menu .menu-list-0>li.active,.header.type7 .bottom-header .menu .menu-list-0>li:hover,.header.type8 .bottom-header .menu .menu-list-0>li:hover,.header.type9 .bottom-header .menu .menu-list-0>li:hover,.header.type10 .bottom-header .menu .menu-list-0>li:hover,.header.type11 .bottom-header .menu .menu-list-0>li:hover,.header.type12 .bottom-header .menu .menu-list-0>li:hover,.header.type13 .bottom-header .menu .menu-list-0>li:hover,.header.type14 .bottom-header .menu .menu-list-0>li:hover,.header.type15 .bottom-header .menu .menu-list-0>li:hover{background-color:#5ba508}.header.type7 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type8 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type9 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type10 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type11 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type12 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type13 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type14 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type15 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-1>li>.sub,.header.type7 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type8 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type9 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type10 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type11 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type12 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type13 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type14 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub,.header.type15 .bottom-header .menu .menu-list-0>li.offset-left .menu-list-2>li>.sub{left:-279px;border-right:1px solid #e1e1e6;border-left:none}.header.type7 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type8 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type9 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type10 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type11 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type12 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type13 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type14 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow,.header.type15 .bottom-header .menu .menu-list-0>li.offset-left.open>.sub>.shadow{right:0}.header.type7 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type8 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type9 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type10 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type11 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type12 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type13 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type14 .bottom-header .menu .menu-list-0>li.offset-right>.sub,.header.type15 .bottom-header .menu .menu-list-0>li.offset-right>.sub{right:0}.header.type7 .bottom-header .menu .menu-list-1,.header.type8 .bottom-header .menu .menu-list-1,.header.type9 .bottom-header .menu .menu-list-1,.header.type10 .bottom-header .menu .menu-list-1,.header.type11 .bottom-header .menu .menu-list-1,.header.type12 .bottom-header .menu .menu-list-1,.header.type13 .bottom-header .menu .menu-list-1,.header.type14 .bottom-header .menu .menu-list-1,.header.type15 .bottom-header .menu .menu-list-1{margin:0;padding:0;list-style-type:none;display:block;width:280px;position:relative;z-index:100}.header.type7 .bottom-header .menu .menu-list-1>li,.header.type8 .bottom-header .menu .menu-list-1>li,.header.type9 .bottom-header .menu .menu-list-1>li,.header.type10 .bottom-header .menu .menu-list-1>li,.header.type11 .bottom-header .menu .menu-list-1>li,.header.type12 .bottom-header .menu .menu-list-1>li,.header.type13 .bottom-header .menu .menu-list-1>li,.header.type14 .bottom-header .menu .menu-list-1>li,.header.type15 .bottom-header .menu .menu-list-1>li{margin:0;padding:0}.header.type7 .bottom-header .menu .menu-list-1>li:after,.header.type8 .bottom-header .menu .menu-list-1>li:after,.header.type9 .bottom-header .menu .menu-list-1>li:after,.header.type10 .bottom-header .menu .menu-list-1>li:after,.header.type11 .bottom-header .menu .menu-list-1>li:after,.header.type12 .bottom-header .menu .menu-list-1>li:after,.header.type13 .bottom-header .menu .menu-list-1>li:after,.header.type14 .bottom-header .menu .menu-list-1>li:after,.header.type15 .bottom-header .menu .menu-list-1>li:after{display:none}.header.type7 .bottom-header .menu .menu-list-1>li,.header.type8 .bottom-header .menu .menu-list-1>li,.header.type9 .bottom-header .menu .menu-list-1>li,.header.type10 .bottom-header .menu .menu-list-1>li,.header.type11 .bottom-header .menu .menu-list-1>li,.header.type12 .bottom-header .menu .menu-list-1>li,.header.type13 .bottom-header .menu .menu-list-1>li,.header.type14 .bottom-header .menu .menu-list-1>li,.header.type15 .bottom-header .menu .menu-list-1>li{display:block}.header.type7 .bottom-header .menu .menu-list-1>li>a,.header.type8 .bottom-header .menu .menu-list-1>li>a,.header.type9 .bottom-header .menu .menu-list-1>li>a,.header.type10 .bottom-header .menu .menu-list-1>li>a,.header.type11 .bottom-header .menu .menu-list-1>li>a,.header.type12 .bottom-header .menu .menu-list-1>li>a,.header.type13 .bottom-header .menu .menu-list-1>li>a,.header.type14 .bottom-header .menu .menu-list-1>li>a,.header.type15 .bottom-header .menu .menu-list-1>li>a{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:16px 16px 16px 24px;border-bottom:1px solid #e1e1e6;align-items:center;white-space:normal}.header.type7 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type8 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type9 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type10 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type11 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type12 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type13 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type14 .bottom-header .menu .menu-list-1>li.has-sub>a:after,.header.type15 .bottom-header .menu .menu-list-1>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type7 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type8 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type9 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type10 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type11 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type12 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type13 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type14 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after,.header.type15 .bottom-header .menu .menu-list-1>li.has-sub:hover>a:after{color:#5ba508}.header.type7 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type8 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type9 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type10 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type11 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type12 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type13 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type14 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub,.header.type15 .bottom-header .menu .menu-list-1>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type7 .bottom-header .menu .menu-list-1>li>.sub,.header.type8 .bottom-header .menu .menu-list-1>li>.sub,.header.type9 .bottom-header .menu .menu-list-1>li>.sub,.header.type10 .bottom-header .menu .menu-list-1>li>.sub,.header.type11 .bottom-header .menu .menu-list-1>li>.sub,.header.type12 .bottom-header .menu .menu-list-1>li>.sub,.header.type13 .bottom-header .menu .menu-list-1>li>.sub,.header.type14 .bottom-header .menu .menu-list-1>li>.sub,.header.type15 .bottom-header .menu .menu-list-1>li>.sub{left:280px;top:0;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.15s}.header.type7 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type8 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type9 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type10 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type11 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type12 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type13 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type14 .bottom-header .menu .menu-list-1>li:last-child>a,.header.type15 .bottom-header .menu .menu-list-1>li:last-child>a{border-bottom:none}.header.type7 .bottom-header .menu .menu-list-1>li:hover>a,.header.type8 .bottom-header .menu .menu-list-1>li:hover>a,.header.type9 .bottom-header .menu .menu-list-1>li:hover>a,.header.type10 .bottom-header .menu .menu-list-1>li:hover>a,.header.type11 .bottom-header .menu .menu-list-1>li:hover>a,.header.type12 .bottom-header .menu .menu-list-1>li:hover>a,.header.type13 .bottom-header .menu .menu-list-1>li:hover>a,.header.type14 .bottom-header .menu .menu-list-1>li:hover>a,.header.type15 .bottom-header .menu .menu-list-1>li:hover>a{background-color:#f5f5f7;color:#5ba508}.header.type7 .bottom-header .menu .menu-list-2,.header.type8 .bottom-header .menu .menu-list-2,.header.type9 .bottom-header .menu .menu-list-2,.header.type10 .bottom-header .menu .menu-list-2,.header.type11 .bottom-header .menu .menu-list-2,.header.type12 .bottom-header .menu .menu-list-2,.header.type13 .bottom-header .menu .menu-list-2,.header.type14 .bottom-header .menu .menu-list-2,.header.type15 .bottom-header .menu .menu-list-2,.header.type7 .bottom-header .menu .menu-list-3,.header.type8 .bottom-header .menu .menu-list-3,.header.type9 .bottom-header .menu .menu-list-3,.header.type10 .bottom-header .menu .menu-list-3,.header.type11 .bottom-header .menu .menu-list-3,.header.type12 .bottom-header .menu .menu-list-3,.header.type13 .bottom-header .menu .menu-list-3,.header.type14 .bottom-header .menu .menu-list-3,.header.type15 .bottom-header .menu .menu-list-3{margin:0;padding:0;list-style-type:none;display:block;position:relative;z-index:100;margin:8px 0}.header.type7 .bottom-header .menu .menu-list-2>li,.header.type8 .bottom-header .menu .menu-list-2>li,.header.type9 .bottom-header .menu .menu-list-2>li,.header.type10 .bottom-header .menu .menu-list-2>li,.header.type11 .bottom-header .menu .menu-list-2>li,.header.type12 .bottom-header .menu .menu-list-2>li,.header.type13 .bottom-header .menu .menu-list-2>li,.header.type14 .bottom-header .menu .menu-list-2>li,.header.type15 .bottom-header .menu .menu-list-2>li,.header.type7 .bottom-header .menu .menu-list-3>li,.header.type8 .bottom-header .menu .menu-list-3>li,.header.type9 .bottom-header .menu .menu-list-3>li,.header.type10 .bottom-header .menu .menu-list-3>li,.header.type11 .bottom-header .menu .menu-list-3>li,.header.type12 .bottom-header .menu .menu-list-3>li,.header.type13 .bottom-header .menu .menu-list-3>li,.header.type14 .bottom-header .menu .menu-list-3>li,.header.type15 .bottom-header .menu .menu-list-3>li{margin:0;padding:0}.header.type7 .bottom-header .menu .menu-list-2>li:after,.header.type8 .bottom-header .menu .menu-list-2>li:after,.header.type9 .bottom-header .menu .menu-list-2>li:after,.header.type10 .bottom-header .menu .menu-list-2>li:after,.header.type11 .bottom-header .menu .menu-list-2>li:after,.header.type12 .bottom-header .menu .menu-list-2>li:after,.header.type13 .bottom-header .menu .menu-list-2>li:after,.header.type14 .bottom-header .menu .menu-list-2>li:after,.header.type15 .bottom-header .menu .menu-list-2>li:after,.header.type7 .bottom-header .menu .menu-list-3>li:after,.header.type8 .bottom-header .menu .menu-list-3>li:after,.header.type9 .bottom-header .menu .menu-list-3>li:after,.header.type10 .bottom-header .menu .menu-list-3>li:after,.header.type11 .bottom-header .menu .menu-list-3>li:after,.header.type12 .bottom-header .menu .menu-list-3>li:after,.header.type13 .bottom-header .menu .menu-list-3>li:after,.header.type14 .bottom-header .menu .menu-list-3>li:after,.header.type15 .bottom-header .menu .menu-list-3>li:after{display:none}.header.type7 .bottom-header .menu .menu-list-2>li,.header.type8 .bottom-header .menu .menu-list-2>li,.header.type9 .bottom-header .menu .menu-list-2>li,.header.type10 .bottom-header .menu .menu-list-2>li,.header.type11 .bottom-header .menu .menu-list-2>li,.header.type12 .bottom-header .menu .menu-list-2>li,.header.type13 .bottom-header .menu .menu-list-2>li,.header.type14 .bottom-header .menu .menu-list-2>li,.header.type15 .bottom-header .menu .menu-list-2>li,.header.type7 .bottom-header .menu .menu-list-3>li,.header.type8 .bottom-header .menu .menu-list-3>li,.header.type9 .bottom-header .menu .menu-list-3>li,.header.type10 .bottom-header .menu .menu-list-3>li,.header.type11 .bottom-header .menu .menu-list-3>li,.header.type12 .bottom-header .menu .menu-list-3>li,.header.type13 .bottom-header .menu .menu-list-3>li,.header.type14 .bottom-header .menu .menu-list-3>li,.header.type15 .bottom-header .menu .menu-list-3>li{display:block}.header.type7 .bottom-header .menu .menu-list-2>li>a,.header.type8 .bottom-header .menu .menu-list-2>li>a,.header.type9 .bottom-header .menu .menu-list-2>li>a,.header.type10 .bottom-header .menu .menu-list-2>li>a,.header.type11 .bottom-header .menu .menu-list-2>li>a,.header.type12 .bottom-header .menu .menu-list-2>li>a,.header.type13 .bottom-header .menu .menu-list-2>li>a,.header.type14 .bottom-header .menu .menu-list-2>li>a,.header.type15 .bottom-header .menu .menu-list-2>li>a,.header.type7 .bottom-header .menu .menu-list-3>li>a,.header.type8 .bottom-header .menu .menu-list-3>li>a,.header.type9 .bottom-header .menu .menu-list-3>li>a,.header.type10 .bottom-header .menu .menu-list-3>li>a,.header.type11 .bottom-header .menu .menu-list-3>li>a,.header.type12 .bottom-header .menu .menu-list-3>li>a,.header.type13 .bottom-header .menu .menu-list-3>li>a,.header.type14 .bottom-header .menu .menu-list-3>li>a,.header.type15 .bottom-header .menu .menu-list-3>li>a{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;color:#4a4a4f;padding:8px 16px 8px 24px;white-space:normal;align-items:center}.header.type7 .bottom-header .menu .menu-list-2>li>.sub,.header.type8 .bottom-header .menu .menu-list-2>li>.sub,.header.type9 .bottom-header .menu .menu-list-2>li>.sub,.header.type10 .bottom-header .menu .menu-list-2>li>.sub,.header.type11 .bottom-header .menu .menu-list-2>li>.sub,.header.type12 .bottom-header .menu .menu-list-2>li>.sub,.header.type13 .bottom-header .menu .menu-list-2>li>.sub,.header.type14 .bottom-header .menu .menu-list-2>li>.sub,.header.type15 .bottom-header .menu .menu-list-2>li>.sub,.header.type7 .bottom-header .menu .menu-list-3>li>.sub,.header.type8 .bottom-header .menu .menu-list-3>li>.sub,.header.type9 .bottom-header .menu .menu-list-3>li>.sub,.header.type10 .bottom-header .menu .menu-list-3>li>.sub,.header.type11 .bottom-header .menu .menu-list-3>li>.sub,.header.type12 .bottom-header .menu .menu-list-3>li>.sub,.header.type13 .bottom-header .menu .menu-list-3>li>.sub,.header.type14 .bottom-header .menu .menu-list-3>li>.sub,.header.type15 .bottom-header .menu .menu-list-3>li>.sub{left:279px;top:-8px;background:#fff;width:280px;border-left:1px solid #e1e1e6;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.15s}.header.type7 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type8 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type9 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type10 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type11 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type12 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type13 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type14 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type15 .bottom-header .menu .menu-list-2>li.has-sub>a:after,.header.type7 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type8 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type9 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type10 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type11 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type12 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type13 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type14 .bottom-header .menu .menu-list-3>li.has-sub>a:after,.header.type15 .bottom-header .menu .menu-list-3>li.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header.type7 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type8 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type9 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type10 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type11 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type12 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type13 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type14 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type15 .bottom-header .menu .menu-list-2>li.has-sub.open>.sub,.header.type7 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type8 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type9 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type10 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type11 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type12 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type13 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type14 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub,.header.type15 .bottom-header .menu .menu-list-3>li.has-sub.open>.sub{opacity:1;visibility:visible}.header.type7 .bottom-header .menu .menu-list-2>li:hover>a,.header.type8 .bottom-header .menu .menu-list-2>li:hover>a,.header.type9 .bottom-header .menu .menu-list-2>li:hover>a,.header.type10 .bottom-header .menu .menu-list-2>li:hover>a,.header.type11 .bottom-header .menu .menu-list-2>li:hover>a,.header.type12 .bottom-header .menu .menu-list-2>li:hover>a,.header.type13 .bottom-header .menu .menu-list-2>li:hover>a,.header.type14 .bottom-header .menu .menu-list-2>li:hover>a,.header.type15 .bottom-header .menu .menu-list-2>li:hover>a,.header.type7 .bottom-header .menu .menu-list-3>li:hover>a,.header.type8 .bottom-header .menu .menu-list-3>li:hover>a,.header.type9 .bottom-header .menu .menu-list-3>li:hover>a,.header.type10 .bottom-header .menu .menu-list-3>li:hover>a,.header.type11 .bottom-header .menu .menu-list-3>li:hover>a,.header.type12 .bottom-header .menu .menu-list-3>li:hover>a,.header.type13 .bottom-header .menu .menu-list-3>li:hover>a,.header.type14 .bottom-header .menu .menu-list-3>li:hover>a,.header.type15 .bottom-header .menu .menu-list-3>li:hover>a{color:#5ba508}.header.type9,.header.type10,.header.type13{border-bottom:1px solid #e1e1e6}.header.type9 .main-header-wrapper,.header.type10 .main-header-wrapper,.header.type13 .main-header-wrapper{border-bottom:1px solid #e1e1e6}.header.type9 .bottom-header-wrapper,.header.type10 .bottom-header-wrapper,.header.type13 .bottom-header-wrapper{background-color:#fff}.header.type9 .bottom-header .menu .menu-list-0>li,.header.type10 .bottom-header .menu .menu-list-0>li,.header.type13 .bottom-header .menu .menu-list-0>li{border-right:1px solid #e1e1e6}.header.type9 .bottom-header .menu .menu-list-0>li.active>a,.header.type10 .bottom-header .menu .menu-list-0>li.active>a,.header.type13 .bottom-header .menu .menu-list-0>li.active>a,.header.type9 .bottom-header .menu .menu-list-0>li:hover>a,.header.type10 .bottom-header .menu .menu-list-0>li:hover>a,.header.type13 .bottom-header .menu .menu-list-0>li:hover>a{color:#fff}.header.type9 .bottom-header .menu .menu-list-0>li>a,.header.type10 .bottom-header .menu .menu-list-0>li>a,.header.type13 .bottom-header .menu .menu-list-0>li>a{color:#323237}.header.type11 .main-header .logo,.header.type12 .main-header .logo,.header.type13 .main-header .logo{margin:0 auto}.header.type11 .main-header .contacts,.header.type12 .main-header .contacts,.header.type13 .main-header .contacts{margin-left:0;padding:0 40px}.header.type11 .main-header .contacts .location,.header.type12 .main-header .contacts .location,.header.type13 .main-header .contacts .location{margin-right:0}.header.type11 .main-header .contacts-left,.header.type12 .main-header .contacts-left,.header.type13 .main-header .contacts-left{margin-right:-50px}.header.type11 .main-header .contacts-right,.header.type12 .main-header .contacts-right,.header.type13 .main-header .contacts-right{margin-left:40px}.header.type11 .main-header .icons,.header.type12 .main-header .icons,.header.type13 .main-header .icons{margin-left:0}.header.type11{border-bottom:1px solid #e1e1e6}.header.type14,.header.type15{border-bottom:1px solid #e1e1e6}.header.type14 .main-header .contacts .location,.header.type15 .main-header .contacts .location{margin-right:32px}.header.type15 .main-header .logo{padding-left:16px}.header.type15 .main-header .menu-btn{width:72px;margin-left:16px}.header.type15 .main-header .icons{margin-right:40px}.header.type16 .main-header{background-color:#191928;border-bottom:none}.header.type16 .main-header .logo{padding:0 24px;background-color:#5ba508;border-right:none}.header.type16 .main-header .logo svg.white{display:block}.header.type16 .main-header .menu-btn{border-right-color:rgba(255,255,255,0.1)}.header.type16 .main-header .slogan{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;display:flex;align-items:center;max-width:170px;min-width:163px;color:#6c6c71;overflow:hidden;margin:0 32px}.header.type16 .main-header .socials{margin-left:auto;display:flex;align-items:center}.header.type16 .main-header .socials .icon{width:40px;height:40px;text-align:center;line-height:40px;color:#191928;font-size:20px}.header.type16 .main-header .socials .icon:first-child{margin-left:0}.header.type16 .main-header .socials .icon:hover:before{color:#ccc}.header.type16 .main-header .icons{margin-left:32px}.header.type16 .main-header .icons .icon{border-left-color:rgba(255,255,255,0.1)}.header.type16 .main-header .contacts .phone{flex-direction:row}.header.type16 .main-header .contacts .phone .btn-link{padding-left:16px}.header.type16 .main-header .menu-btn .icon:before,.header.type16 .main-header .slogan,.header.type16 .main-header .contacts .location .current span,.header.type16 .main-header .contacts .location .current a,.header.type16 .main-header .contacts .location .current i:before,.header.type16 .main-header .contacts .phone .current span,.header.type16 .main-header .contacts .phone .current a,.header.type16 .main-header .contacts .phone .current i:before,.header.type16 .main-header .contacts .phone .btn-link,.header.type16 .main-header .menu .menu-list-0 a,.header.type16 .main-header .logo,.header.type16 .main-header .icons .icon:before,.header.type16 .main-header .socials .icon:before{color:#fff}.header.type16 .main-header .contacts .phone .btn-link:hover,.header.type16 .main-header .contacts .location .current span:hover{color:#d9d9d9}.header.type16 .main-header .icons .icon:hover:before,.header.type16 .main-header .menu-btn .icon:hover:before{color:#d9d9d9}.header.type5 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type6 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type7 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type8 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type9 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type10 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type11 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type12 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type13 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type14 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after,.header.type15 .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{right:0}.header.type1-fixed{position:fixed;top:-100px;left:0;right:0;display:block;background-color:#fff;z-index:998;transition:top .3s linear;overflow:hidden;height:0}.header.type1-fixed.open-header{top:0;height:auto;overflow:visible}.header.type1-fixed .main-header .menu{margin-left:auto}.header.type1-fixed .main-header .icons{margin-left:44px}.header.type1-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{right:0}.header.type2-fixed{position:fixed;top:-100px;left:0;right:0;display:block;background-color:#fff;z-index:998;transition:top .3s linear;overflow:hidden;height:0}.header.type2-fixed.open-header{top:0;height:auto;overflow:visible}.header.type2-fixed .main-header .logo{padding:0 40px}.header.type2-fixed .main-header .search-header{top:unset;display:flex;align-items:center;position:relative;border-left:1px solid #e1e1e6;border-right:1px solid #e1e1e6}.header.type2-fixed .main-header .search-header>div{width:100%}.header.type2-fixed .main-header .search-header .search-line{border-bottom:none;padding:0 12px;width:100%}.header.type2-fixed .main-header .search-header .search-line .search-form .buttons{display:none}.header.type2-fixed .main-header .search-header .search-fast-result{position:absolute;top:100%;left:0;right:0;background-color:#fff}.header.type2-fixed .main-header .search-header .search-fast-result #title-search-fly-results:empty{max-height:0 !important}.header.type2-fixed .main-header .icons{margin-left:32px}.header.type2-fixed .main-header .icons .icon-search-line{display:none}.header.type2-fixed .main-header .icons .icon.icon-shopping-cart-line.no-empty:after{right:0}.header.type2-fixed .main-header .contacts{margin-left:30px}.header .search-header{position:absolute;width:100%;background:#fff;top:-250px;transition:top .4s}.header .search-header.open{top:0}.header .search-header .search-line{border-bottom:1px solid #e1e1e6;padding:32px 0}.header .search-header .search-line .search-form{display:flex;align-items:center}.header .search-header .search-line .search-form .input{width:100%;padding-right:24px;padding-left:34px;position:relative}.header .search-header .search-line .search-form .input:before{color:#8f8f9d;font-family:'remixicon';content:"\ef52";display:block;width:26px;height:26px;position:absolute;left:0;top:0;font-size:24px;text-align:center;line-height:26px}.header .search-header .search-line .search-form .input input::placeholder,.header .search-header .search-line .search-form .input textarea::placeholder{color:#6c6c71}.header .search-header .search-line .search-form .input input:-ms-input-placeholder,.header .search-header .search-line .search-form .input textarea:-ms-input-placeholder{color:#6c6c71}.header .search-header .search-line .search-form .input input::-ms-input-placeholder,.header .search-header .search-line .search-form .input textarea::-ms-input-placeholder{color:#6c6c71}.header .search-header .search-line .search-form .input input{display:block;width:100%;height:26px;color:#4a4a4f;box-sizing:border-box;border:none;background:none}.header .search-header .search-line .search-form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.header .search-header .search-line .search-form .buttons{margin-left:auto;flex-shrink:1;display:flex;flex-wrap:nowrap;align-items:center}.header .search-header .search-line .search-form .buttons .close{width:26px;height:26px;margin-left:96px;color:#8f8f9d;font-size:26px}.header .search-header .search-line .search-form .buttons .close:hover{color:#5ba508}.search-fast-result .items .item{display:block;border-bottom:1px solid #e1e1e6;color:#323237;text-decoration:none;padding:16px 24px;font-weight:400}.search-fast-result .items .item:hover{background-color:#f8f8fa;color:#5ba508}.search-fast-result .items .item .container{display:flex;align-items:center}.search-fast-result .items .item img{max-width:64px;max-height:64px;margin-right:24px}.transparent-header .header.type1.black .top-header,.transparent-header .header.type2.black .top-header,.transparent-header .header.type3.black .top-header,.transparent-header .header.type4.black .top-header,.transparent-header .header.type5.black .top-header,.transparent-header .header.type6.black .top-header,.transparent-header .header.type11.black .top-header,.transparent-header .header.type14.black .top-header,.transparent-header .header.type15.black .top-header{border-bottom-color:rgba(0,0,0,0.1)}.transparent-header .header.type1.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type2.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type3.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type4.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type5.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type6.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type11.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type14.black .top-header .sub-menu .sub-menu-list-0>li *,.transparent-header .header.type15.black .top-header .sub-menu .sub-menu-list-0>li *{color:#323237}.transparent-header .header.type1.black .top-header .address,.transparent-header .header.type2.black .top-header .address,.transparent-header .header.type3.black .top-header .address,.transparent-header .header.type4.black .top-header .address,.transparent-header .header.type5.black .top-header .address,.transparent-header .header.type6.black .top-header .address,.transparent-header .header.type11.black .top-header .address,.transparent-header .header.type14.black .top-header .address,.transparent-header .header.type15.black .top-header .address{color:#323237}.transparent-header .header.type1.black .top-header .socials a::before,.transparent-header .header.type2.black .top-header .socials a::before,.transparent-header .header.type3.black .top-header .socials a::before,.transparent-header .header.type4.black .top-header .socials a::before,.transparent-header .header.type5.black .top-header .socials a::before,.transparent-header .header.type6.black .top-header .socials a::before,.transparent-header .header.type11.black .top-header .socials a::before,.transparent-header .header.type14.black .top-header .socials a::before,.transparent-header .header.type15.black .top-header .socials a::before{color:#323237}.transparent-header .header.type1.black .top-header .socials .icon.icon-vk,.transparent-header .header.type2.black .top-header .socials .icon.icon-vk,.transparent-header .header.type3.black .top-header .socials .icon.icon-vk,.transparent-header .header.type4.black .top-header .socials .icon.icon-vk,.transparent-header .header.type5.black .top-header .socials .icon.icon-vk,.transparent-header .header.type6.black .top-header .socials .icon.icon-vk,.transparent-header .header.type11.black .top-header .socials .icon.icon-vk,.transparent-header .header.type14.black .top-header .socials .icon.icon-vk,.transparent-header .header.type15.black .top-header .socials .icon.icon-vk,.transparent-header .header.type1.black .top-header .socials .icon.icon-ok,.transparent-header .header.type2.black .top-header .socials .icon.icon-ok,.transparent-header .header.type3.black .top-header .socials .icon.icon-ok,.transparent-header .header.type4.black .top-header .socials .icon.icon-ok,.transparent-header .header.type5.black .top-header .socials .icon.icon-ok,.transparent-header .header.type6.black .top-header .socials .icon.icon-ok,.transparent-header .header.type11.black .top-header .socials .icon.icon-ok,.transparent-header .header.type14.black .top-header .socials .icon.icon-ok,.transparent-header .header.type15.black .top-header .socials .icon.icon-ok{filter:invert(.8)}.transparent-header .header.type1 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type2 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type3 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type4 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type5 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type6 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type11 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type14 .top-header .sub-menu .sub-menu-list-0>li>a:hover,.transparent-header .header.type15 .top-header .sub-menu .sub-menu-list-0>li>a:hover{color:#8f8f9d}.transparent-header .header.type1 .top-header .socials .icon.icon-vk,.transparent-header .header.type2 .top-header .socials .icon.icon-vk,.transparent-header .header.type3 .top-header .socials .icon.icon-vk,.transparent-header .header.type4 .top-header .socials .icon.icon-vk,.transparent-header .header.type5 .top-header .socials .icon.icon-vk,.transparent-header .header.type6 .top-header .socials .icon.icon-vk,.transparent-header .header.type11 .top-header .socials .icon.icon-vk,.transparent-header .header.type14 .top-header .socials .icon.icon-vk,.transparent-header .header.type15 .top-header .socials .icon.icon-vk,.transparent-header .header.type1 .top-header .socials .icon.icon-ok,.transparent-header .header.type2 .top-header .socials .icon.icon-ok,.transparent-header .header.type3 .top-header .socials .icon.icon-ok,.transparent-header .header.type4 .top-header .socials .icon.icon-ok,.transparent-header .header.type5 .top-header .socials .icon.icon-ok,.transparent-header .header.type6 .top-header .socials .icon.icon-ok,.transparent-header .header.type11 .top-header .socials .icon.icon-ok,.transparent-header .header.type14 .top-header .socials .icon.icon-ok,.transparent-header .header.type15 .top-header .socials .icon.icon-ok{filter:invert(0)}.transparent-header .header.type1 .main-header,.transparent-header .header.type2 .main-header,.transparent-header .header.type3 .main-header,.transparent-header .header.type4 .main-header,.transparent-header .header.type5 .main-header,.transparent-header .header.type6 .main-header,.transparent-header .header.type11 .main-header,.transparent-header .header.type14 .main-header,.transparent-header .header.type15 .main-header{background:none;border-bottom-color:rgba(255,255,255,0.1)}.transparent-header .header.type1 .main-header .menu-btn,.transparent-header .header.type2 .main-header .menu-btn,.transparent-header .header.type3 .main-header .menu-btn,.transparent-header .header.type4 .main-header .menu-btn,.transparent-header .header.type5 .main-header .menu-btn,.transparent-header .header.type6 .main-header .menu-btn,.transparent-header .header.type11 .main-header .menu-btn,.transparent-header .header.type14 .main-header .menu-btn,.transparent-header .header.type15 .main-header .menu-btn,.transparent-header .header.type1 .main-header .logo,.transparent-header .header.type2 .main-header .logo,.transparent-header .header.type3 .main-header .logo,.transparent-header .header.type4 .main-header .logo,.transparent-header .header.type5 .main-header .logo,.transparent-header .header.type6 .main-header .logo,.transparent-header .header.type11 .main-header .logo,.transparent-header .header.type14 .main-header .logo,.transparent-header .header.type15 .main-header .logo,.transparent-header .header.type1 .main-header .icons .icon,.transparent-header .header.type2 .main-header .icons .icon,.transparent-header .header.type3 .main-header .icons .icon,.transparent-header .header.type4 .main-header .icons .icon,.transparent-header .header.type5 .main-header .icons .icon,.transparent-header .header.type6 .main-header .icons .icon,.transparent-header .header.type11 .main-header .icons .icon,.transparent-header .header.type14 .main-header .icons .icon,.transparent-header .header.type15 .main-header .icons .icon{border-right-color:rgba(255,255,255,0.1);border-left-color:rgba(255,255,255,0.1)}.transparent-header .header.type1 .main-header .menu-btn .icon:before,.transparent-header .header.type2 .main-header .menu-btn .icon:before,.transparent-header .header.type3 .main-header .menu-btn .icon:before,.transparent-header .header.type4 .main-header .menu-btn .icon:before,.transparent-header .header.type5 .main-header .menu-btn .icon:before,.transparent-header .header.type6 .main-header .menu-btn .icon:before,.transparent-header .header.type11 .main-header .menu-btn .icon:before,.transparent-header .header.type14 .main-header .menu-btn .icon:before,.transparent-header .header.type15 .main-header .menu-btn .icon:before,.transparent-header .header.type1 .main-header .logo .slogan,.transparent-header .header.type2 .main-header .logo .slogan,.transparent-header .header.type3 .main-header .logo .slogan,.transparent-header .header.type4 .main-header .logo .slogan,.transparent-header .header.type5 .main-header .logo .slogan,.transparent-header .header.type6 .main-header .logo .slogan,.transparent-header .header.type11 .main-header .logo .slogan,.transparent-header .header.type14 .main-header .logo .slogan,.transparent-header .header.type15 .main-header .logo .slogan,.transparent-header .header.type1 .main-header .contacts .location .current span,.transparent-header .header.type2 .main-header .contacts .location .current span,.transparent-header .header.type3 .main-header .contacts .location .current span,.transparent-header .header.type4 .main-header .contacts .location .current span,.transparent-header .header.type5 .main-header .contacts .location .current span,.transparent-header .header.type6 .main-header .contacts .location .current span,.transparent-header .header.type11 .main-header .contacts .location .current span,.transparent-header .header.type14 .main-header .contacts .location .current span,.transparent-header .header.type15 .main-header .contacts .location .current span,.transparent-header .header.type1 .main-header .contacts .location .current a,.transparent-header .header.type2 .main-header .contacts .location .current a,.transparent-header .header.type3 .main-header .contacts .location .current a,.transparent-header .header.type4 .main-header .contacts .location .current a,.transparent-header .header.type5 .main-header .contacts .location .current a,.transparent-header .header.type6 .main-header .contacts .location .current a,.transparent-header .header.type11 .main-header .contacts .location .current a,.transparent-header .header.type14 .main-header .contacts .location .current a,.transparent-header .header.type15 .main-header .contacts .location .current a,.transparent-header .header.type1 .main-header .contacts .location .current i:before,.transparent-header .header.type2 .main-header .contacts .location .current i:before,.transparent-header .header.type3 .main-header .contacts .location .current i:before,.transparent-header .header.type4 .main-header .contacts .location .current i:before,.transparent-header .header.type5 .main-header .contacts .location .current i:before,.transparent-header .header.type6 .main-header .contacts .location .current i:before,.transparent-header .header.type11 .main-header .contacts .location .current i:before,.transparent-header .header.type14 .main-header .contacts .location .current i:before,.transparent-header .header.type15 .main-header .contacts .location .current i:before,.transparent-header .header.type1 .main-header .contacts .phone .current span,.transparent-header .header.type2 .main-header .contacts .phone .current span,.transparent-header .header.type3 .main-header .contacts .phone .current span,.transparent-header .header.type4 .main-header .contacts .phone .current span,.transparent-header .header.type5 .main-header .contacts .phone .current span,.transparent-header .header.type6 .main-header .contacts .phone .current span,.transparent-header .header.type11 .main-header .contacts .phone .current span,.transparent-header .header.type14 .main-header .contacts .phone .current span,.transparent-header .header.type15 .main-header .contacts .phone .current span,.transparent-header .header.type1 .main-header .contacts .phone .current a,.transparent-header .header.type2 .main-header .contacts .phone .current a,.transparent-header .header.type3 .main-header .contacts .phone .current a,.transparent-header .header.type4 .main-header .contacts .phone .current a,.transparent-header .header.type5 .main-header .contacts .phone .current a,.transparent-header .header.type6 .main-header .contacts .phone .current a,.transparent-header .header.type11 .main-header .contacts .phone .current a,.transparent-header .header.type14 .main-header .contacts .phone .current a,.transparent-header .header.type15 .main-header .contacts .phone .current a,.transparent-header .header.type1 .main-header .contacts .phone .current i:before,.transparent-header .header.type2 .main-header .contacts .phone .current i:before,.transparent-header .header.type3 .main-header .contacts .phone .current i:before,.transparent-header .header.type4 .main-header .contacts .phone .current i:before,.transparent-header .header.type5 .main-header .contacts .phone .current i:before,.transparent-header .header.type6 .main-header .contacts .phone .current i:before,.transparent-header .header.type11 .main-header .contacts .phone .current i:before,.transparent-header .header.type14 .main-header .contacts .phone .current i:before,.transparent-header .header.type15 .main-header .contacts .phone .current i:before,.transparent-header .header.type1 .main-header .contacts .phone .btn-link,.transparent-header .header.type2 .main-header .contacts .phone .btn-link,.transparent-header .header.type3 .main-header .contacts .phone .btn-link,.transparent-header .header.type4 .main-header .contacts .phone .btn-link,.transparent-header .header.type5 .main-header .contacts .phone .btn-link,.transparent-header .header.type6 .main-header .contacts .phone .btn-link,.transparent-header .header.type11 .main-header .contacts .phone .btn-link,.transparent-header .header.type14 .main-header .contacts .phone .btn-link,.transparent-header .header.type15 .main-header .contacts .phone .btn-link,.transparent-header .header.type1 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type2 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type3 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type4 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type5 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type6 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type11 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type14 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type15 .main-header .menu .menu-list-0>li>a,.transparent-header .header.type1 .main-header .logo,.transparent-header .header.type2 .main-header .logo,.transparent-header .header.type3 .main-header .logo,.transparent-header .header.type4 .main-header .logo,.transparent-header .header.type5 .main-header .logo,.transparent-header .header.type6 .main-header .logo,.transparent-header .header.type11 .main-header .logo,.transparent-header .header.type14 .main-header .logo,.transparent-header .header.type15 .main-header .logo,.transparent-header .header.type1 .main-header .icons .icon:before,.transparent-header .header.type2 .main-header .icons .icon:before,.transparent-header .header.type3 .main-header .icons .icon:before,.transparent-header .header.type4 .main-header .icons .icon:before,.transparent-header .header.type5 .main-header .icons .icon:before,.transparent-header .header.type6 .main-header .icons .icon:before,.transparent-header .header.type11 .main-header .icons .icon:before,.transparent-header .header.type14 .main-header .icons .icon:before,.transparent-header .header.type15 .main-header .icons .icon:before{color:#fff}.transparent-header .header.type1 .main-header.black,.transparent-header .header.type2 .main-header.black,.transparent-header .header.type3 .main-header.black,.transparent-header .header.type4 .main-header.black,.transparent-header .header.type5 .main-header.black,.transparent-header .header.type6 .main-header.black,.transparent-header .header.type11 .main-header.black,.transparent-header .header.type14 .main-header.black,.transparent-header .header.type15 .main-header.black{border-bottom-color:rgba(0,0,0,0.1)}.transparent-header .header.type1 .main-header.black .menu-btn,.transparent-header .header.type2 .main-header.black .menu-btn,.transparent-header .header.type3 .main-header.black .menu-btn,.transparent-header .header.type4 .main-header.black .menu-btn,.transparent-header .header.type5 .main-header.black .menu-btn,.transparent-header .header.type6 .main-header.black .menu-btn,.transparent-header .header.type11 .main-header.black .menu-btn,.transparent-header .header.type14 .main-header.black .menu-btn,.transparent-header .header.type15 .main-header.black .menu-btn,.transparent-header .header.type1 .main-header.black .logo,.transparent-header .header.type2 .main-header.black .logo,.transparent-header .header.type3 .main-header.black .logo,.transparent-header .header.type4 .main-header.black .logo,.transparent-header .header.type5 .main-header.black .logo,.transparent-header .header.type6 .main-header.black .logo,.transparent-header .header.type11 .main-header.black .logo,.transparent-header .header.type14 .main-header.black .logo,.transparent-header .header.type15 .main-header.black .logo,.transparent-header .header.type1 .main-header.black .icons .icon,.transparent-header .header.type2 .main-header.black .icons .icon,.transparent-header .header.type3 .main-header.black .icons .icon,.transparent-header .header.type4 .main-header.black .icons .icon,.transparent-header .header.type5 .main-header.black .icons .icon,.transparent-header .header.type6 .main-header.black .icons .icon,.transparent-header .header.type11 .main-header.black .icons .icon,.transparent-header .header.type14 .main-header.black .icons .icon,.transparent-header .header.type15 .main-header.black .icons .icon{border-right-color:rgba(0,0,0,0.1);border-left-color:rgba(0,0,0,0.1)}.transparent-header .header.type1 .main-header.black .menu-btn .icon:before,.transparent-header .header.type2 .main-header.black .menu-btn .icon:before,.transparent-header .header.type3 .main-header.black .menu-btn .icon:before,.transparent-header .header.type4 .main-header.black .menu-btn .icon:before,.transparent-header .header.type5 .main-header.black .menu-btn .icon:before,.transparent-header .header.type6 .main-header.black .menu-btn .icon:before,.transparent-header .header.type11 .main-header.black .menu-btn .icon:before,.transparent-header .header.type14 .main-header.black .menu-btn .icon:before,.transparent-header .header.type15 .main-header.black .menu-btn .icon:before,.transparent-header .header.type1 .main-header.black .logo .slogan,.transparent-header .header.type2 .main-header.black .logo .slogan,.transparent-header .header.type3 .main-header.black .logo .slogan,.transparent-header .header.type4 .main-header.black .logo .slogan,.transparent-header .header.type5 .main-header.black .logo .slogan,.transparent-header .header.type6 .main-header.black .logo .slogan,.transparent-header .header.type11 .main-header.black .logo .slogan,.transparent-header .header.type14 .main-header.black .logo .slogan,.transparent-header .header.type15 .main-header.black .logo .slogan,.transparent-header .header.type1 .main-header.black .contacts .location .current span,.transparent-header .header.type2 .main-header.black .contacts .location .current span,.transparent-header .header.type3 .main-header.black .contacts .location .current span,.transparent-header .header.type4 .main-header.black .contacts .location .current span,.transparent-header .header.type5 .main-header.black .contacts .location .current span,.transparent-header .header.type6 .main-header.black .contacts .location .current span,.transparent-header .header.type11 .main-header.black .contacts .location .current span,.transparent-header .header.type14 .main-header.black .contacts .location .current span,.transparent-header .header.type15 .main-header.black .contacts .location .current span,.transparent-header .header.type1 .main-header.black .contacts .location .current a,.transparent-header .header.type2 .main-header.black .contacts .location .current a,.transparent-header .header.type3 .main-header.black .contacts .location .current a,.transparent-header .header.type4 .main-header.black .contacts .location .current a,.transparent-header .header.type5 .main-header.black .contacts .location .current a,.transparent-header .header.type6 .main-header.black .contacts .location .current a,.transparent-header .header.type11 .main-header.black .contacts .location .current a,.transparent-header .header.type14 .main-header.black .contacts .location .current a,.transparent-header .header.type15 .main-header.black .contacts .location .current a,.transparent-header .header.type1 .main-header.black .contacts .location .current i:before,.transparent-header .header.type2 .main-header.black .contacts .location .current i:before,.transparent-header .header.type3 .main-header.black .contacts .location .current i:before,.transparent-header .header.type4 .main-header.black .contacts .location .current i:before,.transparent-header .header.type5 .main-header.black .contacts .location .current i:before,.transparent-header .header.type6 .main-header.black .contacts .location .current i:before,.transparent-header .header.type11 .main-header.black .contacts .location .current i:before,.transparent-header .header.type14 .main-header.black .contacts .location .current i:before,.transparent-header .header.type15 .main-header.black .contacts .location .current i:before,.transparent-header .header.type1 .main-header.black .contacts .phone .current span,.transparent-header .header.type2 .main-header.black .contacts .phone .current span,.transparent-header .header.type3 .main-header.black .contacts .phone .current span,.transparent-header .header.type4 .main-header.black .contacts .phone .current span,.transparent-header .header.type5 .main-header.black .contacts .phone .current span,.transparent-header .header.type6 .main-header.black .contacts .phone .current span,.transparent-header .header.type11 .main-header.black .contacts .phone .current span,.transparent-header .header.type14 .main-header.black .contacts .phone .current span,.transparent-header .header.type15 .main-header.black .contacts .phone .current span,.transparent-header .header.type1 .main-header.black .contacts .phone .current a,.transparent-header .header.type2 .main-header.black .contacts .phone .current a,.transparent-header .header.type3 .main-header.black .contacts .phone .current a,.transparent-header .header.type4 .main-header.black .contacts .phone .current a,.transparent-header .header.type5 .main-header.black .contacts .phone .current a,.transparent-header .header.type6 .main-header.black .contacts .phone .current a,.transparent-header .header.type11 .main-header.black .contacts .phone .current a,.transparent-header .header.type14 .main-header.black .contacts .phone .current a,.transparent-header .header.type15 .main-header.black .contacts .phone .current a,.transparent-header .header.type1 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type2 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type3 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type4 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type5 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type6 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type11 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type14 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type15 .main-header.black .contacts .phone .current i:before,.transparent-header .header.type1 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type2 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type3 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type4 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type5 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type6 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type11 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type14 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type15 .main-header.black .contacts .phone .btn-link,.transparent-header .header.type1 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type2 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type3 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type4 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type5 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type6 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type11 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type14 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type15 .main-header.black .menu .menu-list-0>li>a,.transparent-header .header.type1 .main-header.black .logo,.transparent-header .header.type2 .main-header.black .logo,.transparent-header .header.type3 .main-header.black .logo,.transparent-header .header.type4 .main-header.black .logo,.transparent-header .header.type5 .main-header.black .logo,.transparent-header .header.type6 .main-header.black .logo,.transparent-header .header.type11 .main-header.black .logo,.transparent-header .header.type14 .main-header.black .logo,.transparent-header .header.type15 .main-header.black .logo,.transparent-header .header.type1 .main-header.black .icons .icon:before,.transparent-header .header.type2 .main-header.black .icons .icon:before,.transparent-header .header.type3 .main-header.black .icons .icon:before,.transparent-header .header.type4 .main-header.black .icons .icon:before,.transparent-header .header.type5 .main-header.black .icons .icon:before,.transparent-header .header.type6 .main-header.black .icons .icon:before,.transparent-header .header.type11 .main-header.black .icons .icon:before,.transparent-header .header.type14 .main-header.black .icons .icon:before,.transparent-header .header.type15 .main-header.black .icons .icon:before{color:#323237}.transparent-header .header.type1 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type2 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type3 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type4 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type5 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type6 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type11 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type14 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type15 .main-header .contacts .phone .btn-link:hover,.transparent-header .header.type1 .main-header .contacts .location .current span:hover,.transparent-header .header.type2 .main-header .contacts .location .current span:hover,.transparent-header .header.type3 .main-header .contacts .location .current span:hover,.transparent-header .header.type4 .main-header .contacts .location .current span:hover,.transparent-header .header.type5 .main-header .contacts .location .current span:hover,.transparent-header .header.type6 .main-header .contacts .location .current span:hover,.transparent-header .header.type11 .main-header .contacts .location .current span:hover,.transparent-header .header.type14 .main-header .contacts .location .current span:hover,.transparent-header .header.type15 .main-header .contacts .location .current span:hover{color:#8f8f9d}.transparent-header .header.type1 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type2 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type3 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type4 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type5 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type6 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type11 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type14 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type15 .main-header.black .contacts .phone .btn-link:hover,.transparent-header .header.type1 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type2 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type3 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type4 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type5 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type6 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type11 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type14 .main-header.black .contacts .location .current span:hover,.transparent-header .header.type15 .main-header.black .contacts .location .current span:hover{color:#56565f}.transparent-header .header.type1 .main-header .icons .icon:hover:before,.transparent-header .header.type2 .main-header .icons .icon:hover:before,.transparent-header .header.type3 .main-header .icons .icon:hover:before,.transparent-header .header.type4 .main-header .icons .icon:hover:before,.transparent-header .header.type5 .main-header .icons .icon:hover:before,.transparent-header .header.type6 .main-header .icons .icon:hover:before,.transparent-header .header.type11 .main-header .icons .icon:hover:before,.transparent-header .header.type14 .main-header .icons .icon:hover:before,.transparent-header .header.type15 .main-header .icons .icon:hover:before,.transparent-header .header.type1 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type2 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type3 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type4 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type5 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type6 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type11 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type14 .main-header .menu-btn .icon:hover:before,.transparent-header .header.type15 .main-header .menu-btn .icon:hover:before{color:#8f8f9d}.transparent-header .header.type1 .main-header.black .icons .icon:hover:before,.transparent-header .header.type2 .main-header.black .icons .icon:hover:before,.transparent-header .header.type3 .main-header.black .icons .icon:hover:before,.transparent-header .header.type4 .main-header.black .icons .icon:hover:before,.transparent-header .header.type5 .main-header.black .icons .icon:hover:before,.transparent-header .header.type6 .main-header.black .icons .icon:hover:before,.transparent-header .header.type11 .main-header.black .icons .icon:hover:before,.transparent-header .header.type14 .main-header.black .icons .icon:hover:before,.transparent-header .header.type15 .main-header.black .icons .icon:hover:before,.transparent-header .header.type1 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type2 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type3 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type4 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type5 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type6 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type11 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type14 .main-header.black .menu-btn .icon:hover:before,.transparent-header .header.type15 .main-header.black .menu-btn .icon:hover:before{color:#56565f}.transparent-header .header.type1 .top-header-wrapper,.transparent-header .header.type2 .top-header-wrapper,.transparent-header .header.type3 .top-header-wrapper,.transparent-header .header.type4 .top-header-wrapper,.transparent-header .header.type5 .top-header-wrapper,.transparent-header .header.type6 .top-header-wrapper,.transparent-header .header.type11 .top-header-wrapper,.transparent-header .header.type14 .top-header-wrapper,.transparent-header .header.type15 .top-header-wrapper{border-bottom-color:rgba(255,255,255,0.1)}.transparent-header .header.type1 .top-header,.transparent-header .header.type2 .top-header,.transparent-header .header.type3 .top-header,.transparent-header .header.type4 .top-header,.transparent-header .header.type5 .top-header,.transparent-header .header.type6 .top-header,.transparent-header .header.type11 .top-header,.transparent-header .header.type14 .top-header,.transparent-header .header.type15 .top-header{background:transparent;border-bottom-color:rgba(255,255,255,0.1)}.transparent-header .header.type1 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type2 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type3 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type4 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type5 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type6 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type11 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type14 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type15 .top-header .sub-menu .sub-menu-list-0>li>a,.transparent-header .header.type1 .top-header .address,.transparent-header .header.type2 .top-header .address,.transparent-header .header.type3 .top-header .address,.transparent-header .header.type4 .top-header .address,.transparent-header .header.type5 .top-header .address,.transparent-header .header.type6 .top-header .address,.transparent-header .header.type11 .top-header .address,.transparent-header .header.type14 .top-header .address,.transparent-header .header.type15 .top-header .address,.transparent-header .header.type1 .top-header .socials .icon:before,.transparent-header .header.type2 .top-header .socials .icon:before,.transparent-header .header.type3 .top-header .socials .icon:before,.transparent-header .header.type4 .top-header .socials .icon:before,.transparent-header .header.type5 .top-header .socials .icon:before,.transparent-header .header.type6 .top-header .socials .icon:before,.transparent-header .header.type11 .top-header .socials .icon:before,.transparent-header .header.type14 .top-header .socials .icon:before,.transparent-header .header.type15 .top-header .socials .icon:before{color:#fff}.transparent-header .header.type3 .top-header,.transparent-header .header.type4 .top-header{border-bottom:1px solid rgba(255,255,255,0.1)}.transparent-header .header.type5,.transparent-header .header.type6,.transparent-header .header.type11,.transparent-header .header.type14,.transparent-header .header.type15{border-bottom-color:rgba(255,255,255,0.1)}.transparent-header .header.type6 .top-header-wrapper{background-color:transparent}.transparent-header .header.type11 .main-header-wrapper,.transparent-header .header.type14 .main-header-wrapper{background-color:transparent}.transparent-header .header.type7 .logo.white svg.white,.transparent-header .header.type8 .logo.white svg.white,.transparent-header .header.type9 .logo.white svg.white,.transparent-header .header.type10 .logo.white svg.white,.transparent-header .header.type12 .logo.white svg.white,.transparent-header .header.type13 .logo.white svg.white,.transparent-header .header.type1-fixed .logo.white svg.white,.transparent-header .header.type2-fixed .logo.white svg.white,.transparent-header .header.type7 .logo.white img.white,.transparent-header .header.type8 .logo.white img.white,.transparent-header .header.type9 .logo.white img.white,.transparent-header .header.type10 .logo.white img.white,.transparent-header .header.type12 .logo.white img.white,.transparent-header .header.type13 .logo.white img.white,.transparent-header .header.type1-fixed .logo.white img.white,.transparent-header .header.type2-fixed .logo.white img.white{display:none}.transparent-header .header.type7 .logo.white svg.black,.transparent-header .header.type8 .logo.white svg.black,.transparent-header .header.type9 .logo.white svg.black,.transparent-header .header.type10 .logo.white svg.black,.transparent-header .header.type12 .logo.white svg.black,.transparent-header .header.type13 .logo.white svg.black,.transparent-header .header.type1-fixed .logo.white svg.black,.transparent-header .header.type2-fixed .logo.white svg.black,.transparent-header .header.type7 .logo.white img.black,.transparent-header .header.type8 .logo.white img.black,.transparent-header .header.type9 .logo.white img.black,.transparent-header .header.type10 .logo.white img.black,.transparent-header .header.type12 .logo.white img.black,.transparent-header .header.type13 .logo.white img.black,.transparent-header .header.type1-fixed .logo.white img.black,.transparent-header .header.type2-fixed .logo.white img.black{display:block}.indentation .header.type2,.indentation .header.type3,.indentation .header.type4,.indentation .header.type6{margin:0 0 -114px}.indentation .header.type7,.indentation .header.type9,.indentation .header.type12,.indentation .header.type13{margin-bottom:-120px}.indentation .header.type8,.indentation .header.type10{margin-bottom:-161px}.indentation .header.type1,.indentation .header.type5,.indentation .header.type11,.indentation .header.type14,.indentation .header.type15,.indentation .header.type16{margin-bottom:-72px}.footer{background:#f5f5f7}.footer.dark{background-color:#191928;color:#fff}.footer.dark .logo svg.white,.footer.dark .logo img.white{display:block}.footer.dark .logo svg.black,.footer.dark .logo img.black{display:none}.footer.dark .footer-top{border-bottom-color:#353545;border-top-color:#353545}.footer.dark .footer-top .center-col{border-left-color:#353545;border-right-color:#353545}.footer.dark .footer-content{border-bottom-color:#353545}.footer.dark .socials .icon{color:#fff}.footer.dark .socials .icon.icon-vk,.footer.dark .socials .icon.icon-ok{filter:invert(0)}.footer.dark .btn-outline-primary{padding:12px 22px;color:#fff}.footer.dark .footer-menu li a{color:#6c6c71}.footer.dark .footer-menu li a:hover{color:#e1e1e6}.footer.dark .footer-menu li a.font-element-title-small{color:#fff}.footer.dark .footer-menu li a.font-element-title-small:hover{color:#8f8f9d}.footer.dark .contact-row{color:#fff}.footer.dark .contact-row a{color:#fff}.footer.dark .contact-row a:hover{color:#8f8f9d}.footer.dark .phone .current{color:#fff}.footer.dark .phone .current .icon-arrow-drop-down-fill:before{color:#fff}.footer.dark .footer-bottom a:hover{color:#e1e1e6}.footer .logo{padding-right:32px}.footer .logo img,.footer .logo svg{max-width:150px;width:100%}.footer .logo img .ico,.footer .logo svg .ico{fill:#5ba508}.footer .logo img.white,.footer .logo svg.white{display:none}.footer .socials{display:flex}.footer .socials .icon{color:#353545;width:40px;height:40px;line-height:40px;text-align:center;font-size:18px}.footer .socials .icon.icon-vk,.footer .socials .icon.icon-ok{filter:invert(.8)}.footer .footer-top{border-top:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6}.footer .footer-top .column{padding-top:24px;padding-bottom:24px;display:flex;align-items:center}.footer .footer-top .center-col{border-left:1px solid #e1e1e6;border-right:1px solid #e1e1e6}.footer .footer-top .center-col .socials{margin-left:auto;margin-right:24px}.footer .footer-top .subscribe{padding-left:32px}.footer .footer-content{padding:40px 0;border-bottom:1px solid #e1e1e6}.footer .footer-menu{margin:0;padding:0;list-style-type:none;margin-bottom:24px}.footer .footer-menu>li{margin:0;padding:0}.footer .footer-menu>li:after{display:none}.footer .footer-menu li{margin-bottom:8px}.footer .footer-menu li:first-child{margin-bottom:12px}.footer .footer-menu li a{color:#4a4a4f;text-decoration:none}.footer .footer-menu li a:hover{color:#5ba508}.footer .footer-menu li a.font-element-title-small{color:#191928}.footer .footer-menu li a.font-element-title-small:hover{color:#5ba508}.footer .contact-column{min-width:335px}.footer .contact-column .footer-menu{margin-bottom:32px}.footer .contact-column .footer-menu li{margin-bottom:8px}.footer .phone{margin-bottom:16px}.footer .phone .current{display:flex;align-items:center;font-size:18px;line-height:26px;letter-spacing:0;color:#353545}.footer .phone .current:hover{text-decoration:none}.footer .phone .current .icon-phone-fill{color:#5ba508;width:24px;height:24px;margin-right:4px;font-size:20px;line-height:24px;font-weight:normal}.footer .phone .current .icon-arrow-drop-down-fill{font-weight:normal;margin-left:2px;font-size:24px}.footer .phone .current.open .icon-arrow-drop-down-fill{transform:rotate(180deg)}.footer .contact-row{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#6c6c71;margin-bottom:16px;display:flex;align-items:center}.footer .contact-row:last-of-type{margin-bottom:0}.footer .contact-row a{color:#6c6c71;text-decoration:none}.footer .contact-row a:hover{color:#5ba508}.footer .contact-row .icon{width:24px;height:24px;font-size:20px;line-height:24px;text-align:center;margin-right:4px;color:#5ba508}.footer .contact-row .icon:before{color:#5ba508}.footer .footer-bottom{padding:16px 0;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f}.footer .footer-bottom a:not(.icon){color:#6c6c71;text-decoration:none}.footer .footer-bottom a:not(.icon):hover{color:#5ba508}.footer.type2 .logo{padding-right:67px}.footer.type2 .footer-content{padding:32px 0 40px}.footer.type2 .footer-menu li:first-child{margin-bottom:8px}.footer.type2 .contact-column{min-width:283px}.footer.type2 .subscribe{margin-bottom:16px}.footer.type2 .socials{justify-content:center}.header-title{background:#f8f8fa;padding:36px 0;margin-bottom:56px}.header-title.type-2{background-color:#fff;border-bottom:1px solid #e1e1e6}.header-title.type-3,.header-title.type-4{background-color:#191928;color:#e1e1e6}.header-title.type-3 .breadcrumbs,.header-title.type-4 .breadcrumbs{color:#e1e1e6}.header-title.type-3 .breadcrumbs a,.header-title.type-4 .breadcrumbs a,.header-title.type-3 .breadcrumbs span,.header-title.type-4 .breadcrumbs span{color:#e1e1e6}.header-title.type-3 .breadcrumbs a:hover,.header-title.type-4 .breadcrumbs a:hover,.header-title.type-3 .breadcrumbs span:hover,.header-title.type-4 .breadcrumbs span:hover{color:#fff}.header-title.type-3 h1,.header-title.type-4 h1,.header-title.type-3 h2,.header-title.type-4 h2{color:#fff}.header-title.type-4{background-color:#5ba508}.header-title .breadcrumbs{color:#6c6c71;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin-bottom:16px}.header-title .breadcrumbs a~span{display:inline-block;color:#5ba508;margin:0 8px}.header-title .breadcrumbs a{display:inline-block;color:#4a4a4f;text-decoration:none}.header-title .breadcrumbs a:hover{color:#5ba508}.header-title.custom{position:relative;padding-top:160px;padding-bottom:160px;text-align:center}.header-title.custom.white{color:#fff}.header-title.custom .background{background-position:center center;background-size:cover;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden}.header-title.custom .background video{top:0;left:0;width:100%;height:100%;object-fit:cover;position:absolute;min-width:100%;min-height:100%}.header-title.custom>.container{position:relative;z-index:1}.header-title.custom .description{max-width:80%;margin:24px auto 0 auto}.full-main-menu-popup{position:fixed !important;width:100% !important;height:100% !important;left:0 !important;top:0 !important;margin:0 !important}.full-main-menu-popup .full-main-menu-container{position:absolute;width:100%;height:100%;left:0;top:0;padding:80px 0;background:#fff}.full-main-menu-popup .full-main-menu-container.dark{background:#191928}.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-0>li>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-1>li>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-2>li>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-0>li>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-1>li>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-2>li>a{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-0>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-1>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-2>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-0>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-1>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-2>li:hover>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-0>li.open>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-1>li.open>a,.full-main-menu-popup .full-main-menu-container.dark .type1 .full-screen-menu-2>li.open>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-0>li.open>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-1>li.open>a,.full-main-menu-popup .full-main-menu-container.dark .type2 .full-screen-menu-2>li.open>a{color:#fff}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-0>li>a{color:#fff}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-0>li>a:hover{color:#ccc}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-1>li>a{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-1>li>a:before{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-1>li>a:hover{color:#a9a9b8}.full-main-menu-popup .full-main-menu-container.dark.type2 .full-screen-menu-1>li>a:hover:before{color:#a9a9b8}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-0>li>a,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-0>li>a{color:#fff}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-0>li>a:hover,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-0>li>a:hover{color:#ccc}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-1>li>a,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-1>li>a{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-1>li>a:before,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-1>li>a:before{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-1>li>a:hover,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-1>li>a:hover{color:#a9a9b8}.full-main-menu-popup .full-main-menu-container.dark.type3 .full-screen-menu-1>li>a:hover:before,.full-main-menu-popup .full-main-menu-container.dark.type4 .full-screen-menu-1>li>a:hover:before{color:#a9a9b8}.full-main-menu-popup .full-main-menu-container.dark .inner .search-line .search-form{background:#353545;border-color:#353545}.full-main-menu-popup .full-main-menu-container.dark .inner .search-line .search-form input{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark .inner .menu-contacts .phone .current .icon-triangle-down:before{color:#353545}.full-main-menu-popup .full-main-menu-container.dark .inner .menu-contacts .phone .current,.full-main-menu-popup .full-main-menu-container.dark .inner .menu-contacts .contact-row{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark .inner .menu-contacts .contact-row a{color:#e1e1e6}.full-main-menu-popup .full-main-menu-container.dark .inner .menu-contacts .contact-row a:hover{color:#fff}.full-main-menu-popup .full-main-menu-container.dark .logo svg.white,.full-main-menu-popup .full-main-menu-container.dark .logo img.white{display:block}.full-main-menu-popup .full-main-menu-container.dark .logo svg.black,.full-main-menu-popup .full-main-menu-container.dark .logo img.black{display:none}.full-main-menu-popup .full-main-menu-container>.close{display:flex;position:absolute;align-items:center;right:40px;top:40px;color:#8f8f9d;z-index:10}.full-main-menu-popup .full-main-menu-container>.close:hover{text-decoration:none;opacity:0.8}.full-main-menu-popup .full-main-menu-container>.close .icon{margin-left:16px;font-size:24px}.full-main-menu-popup .full-main-menu-container>.close .icon:before{color:#8f8f9d}.full-main-menu-popup .inner{position:relative;box-sizing:border-box;height:100%}.full-main-menu-popup .inner .logo{width:320px}.full-main-menu-popup .inner .logo svg,.full-main-menu-popup .inner .logo img{max-width:150px;max-height:60px}.full-main-menu-popup .inner .logo svg .ico,.full-main-menu-popup .inner .logo img .ico{fill:#5ba508}.full-main-menu-popup .inner .logo svg.white,.full-main-menu-popup .inner .logo img.white{display:none}.full-main-menu-popup .inner .logo svg.black,.full-main-menu-popup .inner .logo img.black{display:block}.full-main-menu-popup .inner .search-line{position:relative;padding-right:72px}.full-main-menu-popup .inner .search-line .container{padding:0}.full-main-menu-popup .inner .search-line .search-form{display:flex;align-items:center;border:1px solid #e1e1e6;background:#f8f8fa;border-radius:4px;padding:9px 12px}.full-main-menu-popup .inner .search-line .search-form input::placeholder,.full-main-menu-popup .inner .search-line .search-form textarea::placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input:-ms-input-placeholder,.full-main-menu-popup .inner .search-line .search-form textarea:-ms-input-placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input::-ms-input-placeholder,.full-main-menu-popup .inner .search-line .search-form textarea::-ms-input-placeholder{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.full-main-menu-popup .inner .search-line .search-form input{width:100%;border:none;background:none;margin-right:16px;height:100%;min-height:20px}.full-main-menu-popup .inner .search-line .search-form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.full-main-menu-popup .inner .search-line .search-form .input{width:100%}.full-main-menu-popup .inner .search-line .search-form .buttons{flex-shrink:1;display:flex;align-items:center}.full-main-menu-popup .inner .search-line .search-form .buttons .close{display:none}.full-main-menu-popup .inner .search-line .search-form .buttons button{background:none;border:none;width:22px;height:22px;text-align:center;line-height:22px;font-size:22px;padding:0;margin:0;overflow:hidden}.full-main-menu-popup .inner .search-line .search-form .buttons button:before{display:block;color:#8f8f9d;content:"\ef52";width:22px;height:22px;font-family:'remixicon'}.full-main-menu-popup .inner .search-fast-result{position:absolute;width:calc(100% - 88px);background:#fff;z-index:10;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.full-main-menu-popup .inner .main-menu-content{margin-top:80px}.full-main-menu-popup .inner .menu-contacts .phone{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;margin-bottom:16px}.full-main-menu-popup .inner .menu-contacts .phone .current{color:#323237;text-decoration:none;display:flex;align-items:center}.full-main-menu-popup .inner .menu-contacts .phone .current .icon-phone-fill{color:#5ba508;font-size:24px;margin-right:4px}.full-main-menu-popup .inner .menu-contacts .phone .current .icon-triangle-down{font-size:24px}.full-main-menu-popup .inner .menu-contacts .phone .btn-link{display:none}.full-main-menu-popup .inner .menu-contacts .contact-row{display:flex;align-items:center;margin-bottom:16px}.full-main-menu-popup .inner .menu-contacts .contact-row a{color:#323237}.full-main-menu-popup .inner .menu-contacts .contact-row a:hover{color:#5ba508;text-decoration:none}.full-main-menu-popup .inner .menu-contacts .contact-row .icon{font-size:24px;margin-right:4px}.full-main-menu-popup .inner .menu-contacts .contact-row .icon:before{color:#5ba508}.full-main-menu-popup .inner .menu-contacts .socials-icons{margin-top:40px}.full-main-menu-popup .type1 .full-screen-menu-0{margin:0;padding:0;list-style-type:none;position:relative}.full-main-menu-popup .type1 .full-screen-menu-0>li{margin:0;padding:0}.full-main-menu-popup .type1 .full-screen-menu-0>li:after{display:none}.full-main-menu-popup .type1 .full-screen-menu-0>li{display:block;box-sizing:border-box;width:300px;padding-right:16px}.full-main-menu-popup .type1 .full-screen-menu-0>li>a{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0;padding:8px 0;display:block;text-decoration:none;color:#323237}.full-main-menu-popup .type1 .full-screen-menu-0>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-0>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-0>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-0>li.open>a:hover{color:#5ba508}.full-main-menu-popup .type1 .full-screen-menu-0>li>.sub{position:absolute;left:320px;top:0;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.2s}.full-main-menu-popup .type1 .full-screen-menu-0>li.open>.sub{opacity:1;visibility:visible}.full-main-menu-popup .type1 .full-screen-menu-1,.full-main-menu-popup .type1 .full-screen-menu-2{margin:0;padding:0;list-style-type:none}.full-main-menu-popup .type1 .full-screen-menu-1>li,.full-main-menu-popup .type1 .full-screen-menu-2>li{margin:0;padding:0}.full-main-menu-popup .type1 .full-screen-menu-1>li:after,.full-main-menu-popup .type1 .full-screen-menu-2>li:after{display:none}.full-main-menu-popup .type1 .full-screen-menu-1>li,.full-main-menu-popup .type1 .full-screen-menu-2>li{box-sizing:border-box;width:320px;padding-right:32px;display:block}.full-main-menu-popup .type1 .full-screen-menu-1>li>a,.full-main-menu-popup .type1 .full-screen-menu-2>li>a{display:block;padding:8px 0;color:#323237;font-size:18px;line-height:26px;letter-spacing:0}.full-main-menu-popup .type1 .full-screen-menu-1>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-2>li:hover>a,.full-main-menu-popup .type1 .full-screen-menu-1>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-2>li.open>a,.full-main-menu-popup .type1 .full-screen-menu-1>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-2>li:hover>a:hover,.full-main-menu-popup .type1 .full-screen-menu-1>li.open>a:hover,.full-main-menu-popup .type1 .full-screen-menu-2>li.open>a:hover{text-decoration:none;color:#5ba508}.full-main-menu-popup .type1 .full-screen-menu-1>li>.sub,.full-main-menu-popup .type1 .full-screen-menu-2>li>.sub{position:absolute;left:calc(100% + 32px);top:0;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:0.2s;transition-delay:0.2s}.full-main-menu-popup .type1 .full-screen-menu-1>li.open>.sub,.full-main-menu-popup .type1 .full-screen-menu-2>li.open>.sub{opacity:1;visibility:visible}.full-main-menu-popup .type1 .full-screen-menu-2>li>a{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;color:#4a4a4f}.full-main-menu-popup .type2 .full-screen-menu-0,.full-main-menu-popup .type3 .full-screen-menu-0,.full-main-menu-popup .type4 .full-screen-menu-0{margin:0;padding:0;list-style-type:none;position:relative;display:flex;flex-wrap:wrap}.full-main-menu-popup .type2 .full-screen-menu-0>li,.full-main-menu-popup .type3 .full-screen-menu-0>li,.full-main-menu-popup .type4 .full-screen-menu-0>li{margin:0;padding:0}.full-main-menu-popup .type2 .full-screen-menu-0>li:after,.full-main-menu-popup .type3 .full-screen-menu-0>li:after,.full-main-menu-popup .type4 .full-screen-menu-0>li:after{display:none}.full-main-menu-popup .type2 .full-screen-menu-0>li,.full-main-menu-popup .type3 .full-screen-menu-0>li,.full-main-menu-popup .type4 .full-screen-menu-0>li{display:block;box-sizing:border-box;width:30%;margin-right:24px}.full-main-menu-popup .type2 .full-screen-menu-0>li>a,.full-main-menu-popup .type3 .full-screen-menu-0>li>a,.full-main-menu-popup .type4 .full-screen-menu-0>li>a{font-size:24px;line-height:32px;font-weight:500;letter-spacing:0;padding:8px 0;display:block;text-decoration:none;color:#323237}.full-main-menu-popup .type2 .full-screen-menu-0>li>a:hover,.full-main-menu-popup .type3 .full-screen-menu-0>li>a:hover,.full-main-menu-popup .type4 .full-screen-menu-0>li>a:hover{color:#5ba508}.full-main-menu-popup .type2 .full-screen-menu-1,.full-main-menu-popup .type3 .full-screen-menu-1,.full-main-menu-popup .type4 .full-screen-menu-1,.full-main-menu-popup .type2 .full-screen-menu-2,.full-main-menu-popup .type3 .full-screen-menu-2,.full-main-menu-popup .type4 .full-screen-menu-2{margin:0;padding:0;list-style-type:none}.full-main-menu-popup .type2 .full-screen-menu-1>li,.full-main-menu-popup .type3 .full-screen-menu-1>li,.full-main-menu-popup .type4 .full-screen-menu-1>li,.full-main-menu-popup .type2 .full-screen-menu-2>li,.full-main-menu-popup .type3 .full-screen-menu-2>li,.full-main-menu-popup .type4 .full-screen-menu-2>li{margin:0;padding:0}.full-main-menu-popup .type2 .full-screen-menu-1>li:after,.full-main-menu-popup .type3 .full-screen-menu-1>li:after,.full-main-menu-popup .type4 .full-screen-menu-1>li:after,.full-main-menu-popup .type2 .full-screen-menu-2>li:after,.full-main-menu-popup .type3 .full-screen-menu-2>li:after,.full-main-menu-popup .type4 .full-screen-menu-2>li:after{display:none}.full-main-menu-popup .type2 .full-screen-menu-1>li,.full-main-menu-popup .type3 .full-screen-menu-1>li,.full-main-menu-popup .type4 .full-screen-menu-1>li,.full-main-menu-popup .type2 .full-screen-menu-2>li,.full-main-menu-popup .type3 .full-screen-menu-2>li,.full-main-menu-popup .type4 .full-screen-menu-2>li{display:block;box-sizing:border-box}.full-main-menu-popup .type2 .full-screen-menu-1>li>a,.full-main-menu-popup .type3 .full-screen-menu-1>li>a,.full-main-menu-popup .type4 .full-screen-menu-1>li>a,.full-main-menu-popup .type2 .full-screen-menu-2>li>a,.full-main-menu-popup .type3 .full-screen-menu-2>li>a,.full-main-menu-popup .type4 .full-screen-menu-2>li>a{display:block;position:relative;font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;padding:8px 0;color:#323237;text-decoration:none}.full-main-menu-popup .type2 .full-screen-menu-1>li>a:hover,.full-main-menu-popup .type3 .full-screen-menu-1>li>a:hover,.full-main-menu-popup .type4 .full-screen-menu-1>li>a:hover,.full-main-menu-popup .type2 .full-screen-menu-2>li>a:hover,.full-main-menu-popup .type3 .full-screen-menu-2>li>a:hover,.full-main-menu-popup .type4 .full-screen-menu-2>li>a:hover{color:#5ba508}.full-main-menu-popup .type2 .full-screen-menu-1>li.has-sub>a:before,.full-main-menu-popup .type3 .full-screen-menu-1>li.has-sub>a:before,.full-main-menu-popup .type4 .full-screen-menu-1>li.has-sub>a:before,.full-main-menu-popup .type2 .full-screen-menu-2>li.has-sub>a:before,.full-main-menu-popup .type3 .full-screen-menu-2>li.has-sub>a:before,.full-main-menu-popup .type4 .full-screen-menu-2>li.has-sub>a:before{font-family:'remixicon';content:"\ea42";width:24px;height:24px;left:-24px;top:8px;position:absolute;text-align:center;line-height:24px;font-size:20px;color:#191928}.full-main-menu-popup .type2 .full-screen-menu-1>li.has-sub.open>.sub,.full-main-menu-popup .type3 .full-screen-menu-1>li.has-sub.open>.sub,.full-main-menu-popup .type4 .full-screen-menu-1>li.has-sub.open>.sub,.full-main-menu-popup .type2 .full-screen-menu-2>li.has-sub.open>.sub,.full-main-menu-popup .type3 .full-screen-menu-2>li.has-sub.open>.sub,.full-main-menu-popup .type4 .full-screen-menu-2>li.has-sub.open>.sub{display:block}.full-main-menu-popup .type2 .full-screen-menu-1>li.has-sub.open>a:before,.full-main-menu-popup .type3 .full-screen-menu-1>li.has-sub.open>a:before,.full-main-menu-popup .type4 .full-screen-menu-1>li.has-sub.open>a:before,.full-main-menu-popup .type2 .full-screen-menu-2>li.has-sub.open>a:before,.full-main-menu-popup .type3 .full-screen-menu-2>li.has-sub.open>a:before,.full-main-menu-popup .type4 .full-screen-menu-2>li.has-sub.open>a:before{content:"\ea48"}.full-main-menu-popup .type2 .full-screen-menu-1>li>.sub,.full-main-menu-popup .type3 .full-screen-menu-1>li>.sub,.full-main-menu-popup .type4 .full-screen-menu-1>li>.sub{display:none;padding:8px 0}.full-main-menu-popup .type2 .full-screen-menu-2>li>a,.full-main-menu-popup .type3 .full-screen-menu-2>li>a,.full-main-menu-popup .type4 .full-screen-menu-2>li>a{font-family:"Inter";font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;padding:2px 0;color:#4a4a4f}.full-main-menu-popup .type3,.full-main-menu-popup .type4{padding:0;width:480px;box-sizing:border-box;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.full-main-menu-popup .type3 .main-menu-content,.full-main-menu-popup .type4 .main-menu-content{padding:0 80px 120px 80px}.full-main-menu-popup .type3 .menu-contacts,.full-main-menu-popup .type4 .menu-contacts{margin-bottom:24px}.full-main-menu-popup .type3 .full-screen-menu-0,.full-main-menu-popup .type4 .full-screen-menu-0{display:block;margin-bottom:48px}.full-main-menu-popup .type3 .full-screen-menu-0>li,.full-main-menu-popup .type4 .full-screen-menu-0>li{width:100%}.full-main-menu-popup .type3 .full-screen-menu-2>li.has-sub>a:before,.full-main-menu-popup .type4 .full-screen-menu-2>li.has-sub>a:before{top:2px}.full-main-menu-popup .type3 .other-content,.full-main-menu-popup .type4 .other-content{position:absolute;left:480px;top:0;width:calc(100vw - 480px);height:100%}.full-main-menu-popup .type4 .other-content{background:#f5f5f5}.full-main-menu-popup .type4 .other-content .bx-yandex-view-layout .bx-yandex-map{position:absolute;width:100% !important;height:100% !important;top:0;left:0}.locations-list-popup{background:#fff;position:absolute;margin-top:-10px;box-sizing:border-box;width:100%;max-width:670px;padding:32px 40px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:50;display:none}.locations-list-popup.open{display:block}.locations-list-popup .title{display:flex;align-items:center}.locations-list-popup .title .count{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71;margin-left:24px}.locations-list-popup .title .close{margin-left:auto;color:#8f8f9d}.locations-list-popup .search{border:1px solid #e1e1e6;background:#f8f8fa;padding:11px 12px;border-radius:4px;display:flex;align-items:center;margin-top:34px}.locations-list-popup .search input{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f;background:none;border:none;height:auto;width:100%}.locations-list-popup .search input::placeholder{color:#6c6c71}.locations-list-popup .search input:-ms-input-placeholder{color:#6c6c71}.locations-list-popup .search input::-ms-input-placeholder{color:#6c6c71}.locations-list-popup .search button{flex-shrink:1;width:24px;height:24px;text-align:center;line-height:24px;border:none;background:none;font-size:22px;padding:0;margin:0 0 0 10px;outline:none}.locations-list-popup .search button:before{color:#8f8f9d}.locations-list-popup .search button:hover:before{color:#191928}.locations-list-popup .items-container{margin-top:24px;position:relative;min-height:100px}.locations-list-popup .items-container .search-result{display:none;position:absolute;width:100%;height:100%;background:#fff}.locations-list-popup .items-container .search-result .items{flex-direction:column}.locations-list-popup .items-container .search-result.open{display:block}.locations-list-popup .items-container .search-result .item{display:block}.locations-list-popup .items-container .items{display:flex;flex-wrap:wrap}.locations-list-popup .items-container .items .item{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;width:33.3333%;box-sizing:border-box;color:#4a4a4f;text-decoration:none;margin-bottom:8px}.locations-list-popup .items-container .items .item:hover{color:#5ba508}.jqmOverlay{background-color:rgba(0,0,0,0.4)}.popup-loading{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:-1}.popup-loading svg{width:80px;height:80px;animation:rotate 2s infinite linear}.popup-loading svg circle{stroke:#fff}.popup{position:absolute;z-index:1000;left:0;width:100%;margin-left:0 !important;animation:fadeIn .5s}.popup>div>div{margin:auto}.popup .popup-content{position:relative;width:100%;max-width:480px;min-width:320px;background:#fff;box-sizing:border-box;padding:32px 40px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);margin-left:auto;margin-right:auto}.popup .popup-content.w-480{min-width:480px}.popup .popup-content.w-600{min-width:600px}.popup .popup-content.no-padding{padding:0}.popup .popup-content .popup-title{display:flex;align-items:center;margin-bottom:32px}.popup .popup-content .popup-title .close{position:absolute;top:16px;right:16px;margin-left:auto;width:24px;height:24px;color:#8f8f9d;font-size:24px}.popup .popup-content .popup-title .close:hover{color:#5ba508}.popup .popup-content .popup-success{padding:64px 0;text-align:center}.popup .popup-content .popup-success .title{color:#19191e;margin-bottom:8px}.popup .popup-content .popup-success .text{color:#4a4a4f;margin-bottom:40px}.popup .popup-footer{margin-top:24px}.header-mobile{display:none;background-color:#fff;border-bottom:1px solid #e1e1e6;border-top:1px solid #e1e1e6;height:72px;width:100%;position:relative;z-index:996;transition:all .3s;top:0;transform:translateY(0)}.header-mobile.up{position:fixed;top:0;animation:fadeIn .1s}.header-mobile .menu{width:72px;flex-shrink:0;justify-content:center;align-items:center;display:flex;border-right:1px solid #e1e1e6}.header-mobile .menu .icon{display:block;font-size:24px;width:100%;height:100%;text-align:center;line-height:72px}.header-mobile .menu .icon:before{color:#5ba508}.header-mobile .logo{padding:0 32px;display:flex;align-items:center;border-right:1px solid #e1e1e6}.header-mobile .logo svg,.header-mobile .logo img{max-width:150px;max-height:50px}.header-mobile .logo svg .ico,.header-mobile .logo img .ico{fill:#5ba508}.header-mobile .logo svg.white,.header-mobile .logo img.white{display:none}.header-mobile .logo.white svg.white,.header-mobile .logo.white img.white{display:block}.header-mobile .logo.white svg.black,.header-mobile .logo.white img.black{display:none}.header-mobile .contacts{display:flex;align-items:center;padding:0 32px}.header-mobile .contacts .phone{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;position:relative;display:flex;height:72px}.header-mobile .contacts .phone .current{display:flex;align-items:center;text-decoration:none}.header-mobile .contacts .phone span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100%);color:#323237;flex-shrink:1}.header-mobile .contacts .phone .icon-phone-fill{width:24px;height:24px;margin-right:4px;text-align:center;line-height:24px;font-size:18px;font-weight:normal}.header-mobile .contacts .phone .icon-arrow-drop-down-fill{width:24px;height:24px;color:#191928;font-weight:normal;font-size:24px}.header-mobile .dropdown-links{top:60px;left:0}.header-mobile .icons{margin-left:auto;display:flex}.header-mobile .icons .icon{font-size:22px;width:72px;height:72px;text-align:center;line-height:72px;border-left:1px solid #e1e1e6}.header-mobile .icons .icon.icon-basket{font-size:18px}.header-mobile .icons .icon:before{color:#5ba508}.header-mobile.dark{background-color:#191928;border-bottom-color:#2b2b39;color:#fff}.header-mobile.dark .menu{border-right-color:#2b2b39}.header-mobile.dark .menu .icon:before{color:#fff}.header-mobile.dark .logo{border-right-color:#2b2b39}.header-mobile.dark .logo svg.white,.header-mobile.dark .logo img.white{display:block}.header-mobile.dark .logo svg.black,.header-mobile.dark .logo img.black{display:none}.header-mobile.dark .contacts .phone{color:#fff}.header-mobile.dark .contacts .phone span{color:#fff}.header-mobile.dark .contacts .phone i:before{color:#fff}.header-mobile.dark .icons .icon{border-left-color:#2b2b39}.header-mobile.dark .icons .icon:before{color:#fff}.header-mobile.dark .search-header .search-line{background-color:#353545}.header-mobile.dark .search-header .search-line .search-form:focus-within .buttons button:before{color:#e1e1e6}.header-mobile.dark .search-header .search-line .search-form .input input{color:#e1e1e6}.header-mobile .search-header{display:none;position:absolute;width:100%;background:#fff;top:100%}.header-mobile .search-header.open{display:block;animation:fadeIn .1s}.header-mobile .search-header .search-line{padding:15px 24px;background-color:#f8f8fa}.header-mobile .search-header .search-line .container{padding:0}.header-mobile .search-header .search-line .search-form{display:flex;align-items:center}.header-mobile .search-header .search-line .search-form:focus-within .buttons button:before{color:#191928}.header-mobile .search-header .search-line .search-form .input{width:100%;padding-right:24px;position:relative}.header-mobile .search-header .search-line .search-form .input input::placeholder,.header-mobile .search-header .search-line .search-form .input textarea::placeholder{color:#6c6c71}.header-mobile .search-header .search-line .search-form .input input:-ms-input-placeholder,.header-mobile .search-header .search-line .search-form .input textarea:-ms-input-placeholder{color:#6c6c71}.header-mobile .search-header .search-line .search-form .input input::-ms-input-placeholder,.header-mobile .search-header .search-line .search-form .input textarea::-ms-input-placeholder{color:#6c6c71}.header-mobile .search-header .search-line .search-form .input input{display:block;width:100%;height:26px;color:#4a4a4f;box-sizing:border-box;border:none;background:none}.header-mobile .search-header .search-line .search-form .input input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.header-mobile .search-header .search-line .search-form .buttons{margin-left:auto;flex-shrink:1;display:flex;flex-wrap:nowrap;align-items:center}.header-mobile .search-header .search-line .search-form .buttons button{background:none;border:none;width:24px;height:24px;text-align:center;line-height:22px;font-size:22px;padding:0;margin:0;overflow:hidden}.header-mobile .search-header .search-line .search-form .buttons button:before{color:#8f8f9d;font-family:'remixicon';content:"\ef52";display:block;width:24px;height:24px}.header-mobile .search-header .search-line .search-form .buttons .close{display:none;margin-left:96px}.header-mobile-content{position:fixed;top:0;right:calc(100% + 40px);width:100%;height:100%;background:#fff;box-sizing:border-box;z-index:997;padding:36px 24px 36px 40px;transition:right .3s ease;overflow:auto}.header-mobile-content.open{right:0}.header-mobile-content .top{align-items:center;margin-bottom:24px;padding-right:16px}.header-mobile-content .top .logo svg,.header-mobile-content .top .logo img{max-width:120px;width:100%}.header-mobile-content .top .logo svg.white,.header-mobile-content .top .logo img.white{display:none}.header-mobile-content .top .logo.white svg.white,.header-mobile-content .top .logo.white img.white{display:block}.header-mobile-content .top .logo.white svg.black,.header-mobile-content .top .logo.white img.black{display:none}.header-mobile-content .top .close{width:24px;height:24px;line-height:24px;text-align:center;font-size:20px}.header-mobile-content .top .close:before{color:#8f8f9d}.header-mobile-content .menu-container{position:relative;flex-grow:1;flex-shrink:0;background-color:#fff;overflow:hidden}.header-mobile-content .menu-container.type1 .list{margin:0;padding:0;list-style-type:none;position:relative;width:100%;padding-right:16px;overflow:hidden;transition:all .1s ease}.header-mobile-content .menu-container.type1 .list>li{margin:0;padding:0}.header-mobile-content .menu-container.type1 .list>li:after{display:none}.header-mobile-content .menu-container.type1 .list .item{position:static;display:block;box-sizing:border-box;width:100%;border-bottom:1px solid #e1e1e6}.header-mobile-content .menu-container.type1 .list .item:last-of-type{border-bottom:none}.header-mobile-content .menu-container.type1 .list .item.has-sub>a{position:relative}.header-mobile-content .menu-container.type1 .list .item.has-sub>a:after{content:"\ea5f";font-family:'remixicon';width:24px;text-align:center;color:#e1e1e6;margin-left:auto}.header-mobile-content .menu-container.type1 .list .item.has-sub>a:hover>a:after{color:#5ba508}.header-mobile-content .menu-container.type1 .list .item.has-sub>a.open>.sub{display:block}.header-mobile-content .menu-container.type1 .list .item>a{font-size:18px;line-height:26px;font-weight:400;letter-spacing:0;padding:16px 0;display:flex;align-items:center;text-decoration:none;color:#323237}.header-mobile-content .menu-container.type1 .sub{position:absolute;top:0;left:calc(100% + 40px);width:100%;background-color:#fff;transition:left .3s ease;z-index:5}.header-mobile-content .menu-container.type1 .sub.open{left:0}.header-mobile-content .menu-container.type1 .sub .menu-title{font-size:20px;line-height:28px;font-weight:500;letter-spacing:0;text-decoration:none;color:#323237;border-bottom:1px solid #e1e1e6}.header-mobile-content .menu-container.type1 .sub .menu-title span{display:block;padding-bottom:16px}.header-mobile-content .menu-container.type1 .sub .menu-title a{color:#323237;text-decoration:none}.header-mobile-content .menu-container.type1 .sub .menu-back{display:flex;align-items:center;margin-bottom:24px}.header-mobile-content .menu-container.type1 .sub .menu-back>a{display:flex;align-items:center;padding:8px 24px 8px 8px;background-color:#f8f8fa;border-radius:4px;text-decoration:none}.header-mobile-content .menu-container.type1 .sub .menu-back .icon-arrow-drop-left-line{width:24px;margin-right:4px;font-size:24px;text-align:center;color:#8f8f9d}.header-mobile-content .menu-container.type1 .sub .menu-back span{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#8f8f9d}.header-mobile-content .menu-contacts{margin-top:24px}.header-mobile-content .menu-contacts .phone{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;margin-bottom:16px}.header-mobile-content .menu-contacts .phone .current{color:#323237;text-decoration:none;display:flex;align-items:center}.header-mobile-content .menu-contacts .phone .current .icon-phone-fill{color:#5ba508;font-size:24px;margin-right:4px}.header-mobile-content .menu-contacts .phone .current .icon-triangle-down{font-size:24px}.header-mobile-content .menu-contacts .phone .btn-link{display:none}.header-mobile-content .menu-contacts .contact-row{display:flex;align-items:center;margin-bottom:16px}.header-mobile-content .menu-contacts .contact-row a{color:#323237}.header-mobile-content .menu-contacts .contact-row a:hover{color:#5ba508;text-decoration:none}.header-mobile-content .menu-contacts .contact-row .icon{font-size:24px;margin-right:4px}.header-mobile-content .menu-contacts .contact-row .icon:before{color:#5ba508}.header-mobile-content .menu-contacts .socials-icons{margin-top:40px}.header-mobile-content .btn-block{width:auto;padding:12px 80px;margin-top:20px}.header-mobile-content.dark{background-color:#191928}.header-mobile-content.dark .logo svg.white,.header-mobile-content.dark .logo img.white{display:block}.header-mobile-content.dark .logo svg.black,.header-mobile-content.dark .logo img.black{display:none}.header-mobile-content.dark .menu-container{background-color:#191928}.header-mobile-content.dark .menu-container .list .item{border-bottom-color:#353545}.header-mobile-content.dark .menu-container .list .item>a{color:#e1e1e6}.header-mobile-content.dark .menu-container .list .item.has-sub>a:after{color:#e1e1e6}.header-mobile-content.dark .menu-container .sub{background-color:#191928}.header-mobile-content.dark .menu-container .sub .menu-title{color:#fff;border-bottom-color:#353545}.header-mobile-content.dark .menu-container .sub .menu-back>a{background-color:#353545}.header-mobile-content.dark .menu-contacts .phone{color:#e1e1e6}.header-mobile-content.dark .menu-contacts .phone .icon-arrow-drop-down-fill:before{color:#353545}.header-mobile-content.dark .menu-contacts .phone span{color:#e1e1e6}.header-mobile-content.dark .menu-contacts .contact-row{color:#e1e1e6}.header-mobile-content.dark .menu-contacts .contact-row a{color:#e1e1e6}.services-section .section-name{display:flex;align-items:baseline;margin-bottom:8px}.services-section .section-name .title{color:#19191e}.services-section .section-name .all{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;margin-left:24px;color:#8f8f9d}.services-section .section-name .all:hover{color:#5ba508}.services-section .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:40px;color:#4a4a4f}.services-section .item{background-color:#fff}.services-section .item .name{text-decoration:none}.services-section.type1 .items{margin:0}.services-section.type1 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;padding:26px 32px 26px 32px;display:flex;flex-direction:column;height:100%}.services-section.type1 .items .item .category{font-size:12px;line-height:20px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#6c6c71;margin-bottom:4px}.services-section.type1 .items .item .name{display:block;color:#323237;margin-bottom:16px}.services-section.type1 .items .item .name:hover{color:#5ba508}.services-section.type1 .items .item .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;margin-bottom:15px}.services-section.type1 .items .item .more{padding:0}.services-section.type2 .items{margin:0}.services-section.type2 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;padding:31px 32px 26px 32px;height:100%}.services-section.type2 .items .item .image{display:flex;align-items:center;margin-bottom:26px;justify-content:center;width:64px;height:64px}.services-section.type2 .items .item .image img,.services-section.type2 .items .item .image svg{max-width:100%;max-height:100%}.services-section.type2 .items .item .name{display:inline-block;margin:0 0 16px 0;color:#323237}.services-section.type2 .items .item .name:hover{color:#5ba508}.services-section.type2 .items .item .subcategories{margin-top:-4px}.services-section.type2 .items .item .subcategories .subcategory{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:inline-block;margin-top:4px;margin-right:16px;color:#4a4a4f}.services-section.type2 .items .item .subcategories .subcategory:hover{color:#5ba508}.services-section.type3 .items{margin:0}.services-section.type3 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;padding:34px 40px;height:100%}.services-section.type3 .items .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:64px;height:64px;margin-right:40px;margin-top:6px}.services-section.type3 .items .item .image img{max-width:100%;max-height:100%}.services-section.type3 .items .item .content .name{margin-bottom:16px;display:inline-block;color:#323237}.services-section.type3 .items .item .content .name:hover{color:#5ba508}.services-section.type3 .items .item .content .subcategories{margin-top:-4px}.services-section.type3 .items .item .content .subcategories .subcategory{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:inline-block;margin-top:4px;margin-right:14px;color:#4a4a4f}.services-section.type3 .items .item .content .subcategories .subcategory:hover{color:#5ba508}.services-section.type4 .items{margin:0}.services-section.type4 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;padding:34px 40px;height:100%}.services-section.type4 .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.08)}.services-section.type4 .items .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:64px;height:64px;margin-right:40px;margin-top:6px}.services-section.type4 .items .item .image img{max-width:100%;max-height:100%}.services-section.type4 .items .item .content .name{display:inline-block;margin-bottom:16px;color:#323237}.services-section.type4 .items .item .content .name:hover{color:#5ba508}.services-section.type4 .items .item .content .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin:0;color:#4a4a4f}.services-section.type5 .items{margin:0}.services-section.type5 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;padding:34px 40px;height:100%}.services-section.type5 .items .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:180px;height:120px;margin-right:40px;margin-top:6px}.services-section.type5 .items .item .image img{max-width:100%;max-height:100%}.services-section.type5 .items .item .content .name{display:inline-block;color:#323237;margin-bottom:16px}.services-section.type5 .items .item .content .name:hover{color:#5ba508}.services-section.type5 .items .item .content .subcategories{margin-top:-4px}.services-section.type5 .items .item .content .subcategories .subcategory{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:inline-block;margin-top:4px;margin-right:16px;color:#4a4a4f}.services-section.type5 .items .item .content .subcategories .subcategory:hover{color:#5ba508}.services-section.type6 .items{margin:0}.services-section.type6 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;padding:34px 40px;height:100%}.services-section.type6 .items .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:180px;height:120px;margin-right:40px;margin-top:6px}.services-section.type6 .items .item .image img{max-width:100%;max-height:100%}.services-section.type6 .items .item .content .name{display:inline-block;color:#323237;margin-bottom:16px}.services-section.type6 .items .item .content .name:hover{color:#5ba508}.services-section.type6 .items .item .content .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin:0;color:#4a4a4f}.services-section.type7 .section-name{display:flex;align-items:baseline}.services-section.type7 .section-name .title{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0;color:#19191e}.services-section.type7 .section-name .all{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;margin-left:24px;color:#8f8f9d}.services-section.type7 .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-top:8px;color:#4a4a4f}.services-section.type7 .row{margin:0 -8px}.services-section.type7 .item-wrapper{display:flex;margin-bottom:16px}.services-section.type7 .items{margin-top:32px}.services-section.type7 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;position:relative;display:flex;flex-direction:column;width:100%;transition:box-shadow .2s}.services-section.type7 .items .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:100%;height:210px;background-color:#f8f8fa}.services-section.type7 .items .item .image img{width:100%;height:100%;object-fit:cover}.services-section.type7 .items .item .content{height:100%;padding:26px 32px 26px 32px;z-index:auto}.services-section.type7 .items .item .content .category{font-size:12px;line-height:20px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;color:#6c6c71}.services-section.type7 .items .item .content .name{display:inline-block;color:#323237}.services-section.type7 .items .item .content .name:hover{color:#5ba508}.services-section.type7 .items .item .content .hover-content{opacity:0;position:absolute;top:64px;left:0;max-height:100%;z-index:2;height:calc(100% - 64px);padding:24px 16px 32px 32px;width:100%;background-color:#fff}.services-section.type7 .items .item .content .hover-content .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,0.11)}.services-section.type7 .items .item .content .hover-content .scrollbar-inner>.scroll-element.scroll-y{margin-top:30px;height:90%;right:0;top:0;width:1px}.services-section.type7 .items .item .content .hover-content .scrollbar-inner>.scroll-element .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,0.11)}.services-section.type7 .items .item .content .hover-content .scrollbar-inner>.scroll-element .scroll-bar{height:40px !important;background-color:#5ba508}.services-section.type7 .items .item .content .hover-content .wrap{padding:0px 16px 16px 0}.services-section.type7 .items .item .content .hover-content .category{margin-bottom:8px}.services-section.type7 .items .item .content .hover-content .name{margin-bottom:16px}.services-section.type7 .items .item .content .hover-content .description{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin:0;color:#4a4a4f}.services-section.type8 .items{margin:0;width:calc(100% + 16px)}.services-section.type8 .items .item-wrapper{display:flex;padding:0;margin:0 0 16px 0}.services-section.type8 .items .item-wrapper .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;flex-direction:column;width:100%;margin-right:16px;transition:box-shadow .3s}.services-section.type8 .items .item-wrapper .item:hover .content{box-shadow:0px 4px 32px rgba(0,0,0,0.08)}.services-section.type8 .items .item-wrapper .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:100%;height:210px;background-color:#f8f8fa}.services-section.type8 .items .item-wrapper .item .image img{width:100%;height:100%;object-fit:cover}.services-section.type8 .items .item-wrapper .item .content{padding:24px 32px 32px;height:100%}.services-section.type8 .items .item-wrapper .item .content .category{font-size:12px;line-height:20px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:#6c6c71;margin-bottom:8px}.services-section.type8 .items .item-wrapper .item .content .name{display:inline-block;margin-bottom:16px;color:#323237}.services-section.type8 .items .item-wrapper .item .content .name:hover{color:#5ba508}.services-section.type8 .items .item-wrapper .item .content .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:0;color:#4a4a4f}.services-section.type9 .section-name{display:flex;align-items:baseline}.services-section.type9 .section-name .title{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0;color:#19191e}.services-section.type9 .section-name .all{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;margin-left:24px;color:#8f8f9d}.services-section.type9 .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-top:8px;color:#4a4a4f}.services-section.type9 .items{margin:0}.services-section.type9 .items .item-wrapper{display:flex;padding:0}.services-section.type9 .items .item-wrapper .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;flex-direction:column;width:100%;padding:26px 32px 23px 32px}.services-section.type9 .items .item-wrapper .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:80px;height:80px;margin:0 auto;margin-bottom:16px;border-radius:50px}.services-section.type9 .items .item-wrapper .item .image img{max-width:100%;max-height:100%}.services-section.type9 .items .item-wrapper .item .content{display:flex}.services-section.type9 .items .item-wrapper .item .content .name{display:inline-block;margin:0 auto;color:#323237;text-align:center}.services-section.type9 .items .item-wrapper .item .content .name:hover{color:#5ba508}.services-section.type10 .section-name .title{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0;color:#19191e}.services-section.type10 .description{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}.services-section.type10 .row .col-md-12:nth-of-type(2){padding:8px 16px 0px 16px}.services-section.type10 .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;flex-direction:column;align-items:center;padding:32px 32px 24px 32px;height:100%}.services-section.type10 .item .image{display:flex;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:64px;height:64px;margin-bottom:24px}.services-section.type10 .item .image img{max-width:100%;max-height:100%}.services-section.type10 .item .name{display:inline-block;color:#323237;text-align:center}.services-section.type10 .item .name:hover{color:#5ba508}.rates-section .section-name{display:flex;margin-bottom:16px;align-items:baseline}.rates-section .section-name .title{margin:0 24px 16px 0}.rates-section .section-name .all{color:#8f8f9d;text-transform:uppercase;font-weight:bold}.rates-section .section-name .all:hover{color:#5ba508;text-decoration:none}.rates-section .show-all{margin-left:26px;color:#8f8f9d;font-weight:bold;text-transform:uppercase}.rates-section .items:not(.owl-loaded){display:flex}.rates-section .items:not(.owl-loaded) .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.rates-section .description{color:#4a4a4f;margin-bottom:32px}.rates-section .owl-stage-outer{margin:-16px -16px -56px -16px;padding:16px 16px 56px 16px}.rates-section .owl-stage{display:flex}.rates-section .owl-stage .item{height:100%;width:auto;min-width:310px}.rates-section .owl-nav{position:absolute;left:-16px;top:calc(50% - 44px);display:flex;justify-content:space-between;width:calc(100% + 32px)}.rates-section .saving-price{text-align:center}.rates-section .items:not(.owl-loaded) .item{margin-bottom:-1px}.rates-section .items:not(.owl-loaded) .rate-card:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.rates-section .rate-card.rate-card-vertical{width:332px;margin-right:-1px;padding:38px 32px}.rates-section .rate-card.rate-card-vertical .dropdown-selector .bootstrap-select .dropdown .dropdown-toggle .filter-option{overflow:hidden}.rates-section .high-z-index{z-index:4 !important}.rates-section.type-10 .item,.rates-section.type-11 .item,.rates-section.type-12 .item{max-width:100%}.rates-section.type-10 .saving-price,.rates-section.type-11 .saving-price,.rates-section.type-12 .saving-price{text-align:left}.rates-section.type-10 .dropdown-selector .bootstrap-select .dropdown .dropdown-toggle,.rates-section.type-11 .dropdown-selector .bootstrap-select .dropdown .dropdown-toggle,.rates-section.type-12 .dropdown-selector .bootstrap-select .dropdown .dropdown-toggle{margin:-16px 0 0 -16px}.rates-section.type-10 .buttons,.rates-section.type-11 .buttons,.rates-section.type-12 .buttons{justify-content:left}.rates-section.type-10 .rate-card .title-info,.rates-section.type-11 .rate-card .title-info,.rates-section.type-12 .rate-card .title-info{max-width:200px;width:100%}.rates-section.type-10 .rate-card .price-block,.rates-section.type-11 .rate-card .price-block,.rates-section.type-12 .rate-card .price-block{max-width:212px;width:100%;margin-right:0}.rates-section.type-10 .rate-card .price-block .price,.rates-section.type-11 .rate-card .price-block .price,.rates-section.type-12 .rate-card .price-block .price{margin-top:0}.rates-section.type-10 .rate-card .image,.rates-section.type-11 .rate-card .image,.rates-section.type-12 .rate-card .image{background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-1 .items{display:flex;flex-wrap:wrap}.rates-section.type-1 .rate-card .img{width:44px;height:44px}.rates-section.type-2 .rate-card .img{width:44px;height:44px}.rates-section.type-2 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-2 .owl-item .nav{margin:0 0 24px;width:100%;justify-content:center;border-bottom:none;overflow:auto;flex-wrap:wrap}.rates-section.type-2 .owl-item .nav:before{content:none}.rates-section.type-2 .owl-item .nav .nav-item{margin-right:8px;margin-bottom:4px}.rates-section.type-2 .owl-item .nav .nav-item:last-of-type{margin-right:0}.rates-section.type-2 .owl-item .nav .nav-item .nav-link{padding:0 8px 6px;border-bottom:2px solid transparent}.rates-section.type-2 .owl-item .nav .nav-item .nav-link.active{border-bottom-color:#5ba508}.rates-section.type-3 .filter{margin-bottom:8px}.rates-section.type-3 .price{margin-bottom:16px}.rates-section.type-3 .rate-card .list{margin-bottom:8px}.rates-section.type-3 .rate-card .img{width:44px;height:44px}.rates-section.type-3 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-4 .rate-card .img{width:160px;height:160px}.rates-section.type-4 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;overflow:hidden}.rates-section.type-5 .rate-card .img{width:44px;height:44px}.rates-section.type-5 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-5 .owl-item .nav{margin:0 0 24px;width:100%;justify-content:center;border-bottom:none;overflow:auto;flex-wrap:wrap}.rates-section.type-5 .owl-item .nav:before{content:none}.rates-section.type-5 .owl-item .nav .nav-item{margin-right:8px;margin-bottom:4px}.rates-section.type-5 .owl-item .nav .nav-item:last-of-type{margin-right:0}.rates-section.type-5 .owl-item .nav .nav-item .nav-link{padding:0 8px 6px;border-bottom:2px solid transparent}.rates-section.type-5 .owl-item .nav .nav-item .nav-link.active{border-bottom-color:#5ba508}.rates-section.type-5 .rate-card .img{width:160px;height:160px}.rates-section.type-5 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;overflow:hidden}.rates-section.type-6 .filter{margin-bottom:8px}.rates-section.type-6 .price{margin-bottom:16px}.rates-section.type-6 .rate-card .list{margin-bottom:8px}.rates-section.type-6 .rate-card .img{width:44px;height:44px}.rates-section.type-6 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-6 .rate-card .img{width:160px;height:160px}.rates-section.type-6 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:100%;overflow:hidden}.rates-section.type-7 .gradient{background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);position:absolute;width:100%;left:0;height:180px}.rates-section.type-7 .rate-card{margin:0 16px 0 0}.rates-section.type-7 .item .image{min-width:calc(100% + 64px);height:180px;border-radius:0;margin-top:-40px;display:flex;color:#fff;max-height:180px;background-size:cover;background-repeat:no-repeat;background-position:center}.rates-section.type-7 .item .title-info{margin:auto 32px 26px 32px;padding-bottom:0;border:none;text-align:left;z-index:1}.rates-section.type-7 .item .title-info .plan{color:#fff}.rates-section.type-8 .rate-card .img{width:44px;height:44px}.rates-section.type-8 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-8 .owl-item .nav{margin:0 0 24px;width:100%;justify-content:center;border-bottom:none;overflow:auto;flex-wrap:wrap}.rates-section.type-8 .owl-item .nav:before{content:none}.rates-section.type-8 .owl-item .nav .nav-item{margin-right:8px;margin-bottom:4px}.rates-section.type-8 .owl-item .nav .nav-item:last-of-type{margin-right:0}.rates-section.type-8 .owl-item .nav .nav-item .nav-link{padding:0 8px 6px;border-bottom:2px solid transparent}.rates-section.type-8 .owl-item .nav .nav-item .nav-link.active{border-bottom-color:#5ba508}.rates-section.type-8 .gradient{background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);position:absolute;width:100%;left:0;height:180px}.rates-section.type-8 .rate-card{margin:0 16px 0 0}.rates-section.type-8 .item .image{min-width:calc(100% + 64px);height:180px;border-radius:0;margin-top:-40px;display:flex;color:#fff;max-height:180px;background-size:cover;background-repeat:no-repeat;background-position:center}.rates-section.type-8 .item .title-info{margin:auto 32px 26px 32px;padding-bottom:0;border:none;text-align:left;z-index:1}.rates-section.type-8 .item .title-info .plan{color:#fff}.rates-section.type-9 .filter{margin-bottom:8px}.rates-section.type-9 .price{margin-bottom:16px}.rates-section.type-9 .rate-card .list{margin-bottom:8px}.rates-section.type-9 .rate-card .img{width:44px;height:44px}.rates-section.type-9 .rate-card .img .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.rates-section.type-9 .gradient{background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);position:absolute;width:100%;left:0;height:180px}.rates-section.type-9 .rate-card{margin:0 16px 0 0}.rates-section.type-9 .item .image{min-width:calc(100% + 64px);height:180px;border-radius:0;margin-top:-40px;display:flex;color:#fff;max-height:180px;background-size:cover;background-repeat:no-repeat;background-position:center}.rates-section.type-9 .item .title-info{margin:auto 32px 26px 32px;padding-bottom:0;border:none;text-align:left;z-index:1}.rates-section.type-9 .item .title-info .plan{color:#fff}.form-check-input[type="radio"]{margin:0;visibility:hidden}.form-check-input[type="radio"]+label:hover{cursor:pointer}.form-check-input[type="radio"]+label:hover:after{border:2px solid #5ba508}.form-check-input[type="radio"]:checked+label:before{opacity:1}.form-check-input[type="radio"]:checked+label:after{border:2px solid #5ba508}.form-check-input[type="radio"]+label:after{content:"";border:2px solid #8f8f9d;border-radius:100%;width:24px;height:24px;visibility:visible;position:absolute;top:16px;left:-20px}.form-check-input[type="radio"]+label:before{content:"";opacity:0;background-color:#5ba508;border-radius:100%;width:12px;margin:6px;height:12px;visibility:visible;position:absolute;top:16px;left:-20px}.filter-block .form-check{margin-bottom:16px}.filter-block .form-check .form-check-input[type="radio"]{top:0}.filter-horizontal-btn.active .icon-2:before{content:"\ea67"}.rate-card{display:flex;padding:36px 40px}.rate-card.horizontal .image{min-width:80px;background-size:contain;background-repeat:no-repeat;border-radius:0}.rate-card.horizontal .title-info{max-width:200px;width:100%;margin-top:-4px}.rate-card.horizontal .labels{align-items:flex-start}.rate-card.horizontal .form-check{margin:0 24px}.rate-card.horizontal .form-check .wrap{margin-bottom:8px}.rate-card.horizontal .form-check .form-check-label{position:relative}.rate-card.horizontal .form-check-input[type="radio"]+label:after{top:0;left:-40px}.rate-card.horizontal .form-check-input[type="radio"]+label:before{top:0;left:-40px}.rate-card.horizontal .dropdown-selector .bootstrap-select .dropdown .dropdown-toggle{margin:-16px 0 0 -16px}.rate-card.horizontal .buttons{justify-content:left}.rate-card.horizontal .price-block{width:200px;margin-right:0}.rate-card.horizontal .price-block .price{margin-top:-4px;white-space:nowrap}.rate-card.horizontal .rate-information-list{margin:0 48px 0 40px}.rate-card.rate-card-vertical{display:flex;width:320px;height:100%;position:relative;flex-direction:column;align-items:center}.rate-card.rate-card-vertical .image{margin:0;margin-bottom:24px}.rate-card.rate-card-vertical .price-wrap{display:flex;align-items:center;flex-direction:column}.rate-card.rate-card-vertical .plan{margin-bottom:4px;color:#6c6c71}.rate-card.rate-card-vertical .title-info{width:100%;margin:24px 0 24px;padding-bottom:24px;text-align:center;border-bottom:1px solid #e1e1e6}.rate-card.rate-card-vertical .labels{top:16px;left:16px;position:absolute}.rate-card.rate-card-vertical .list{display:block;width:100%;margin:0 0 16px 0;padding:0 0 24px 20px;border-bottom:1px solid #e1e1e6;list-style-type:disc;flex-grow:unset}.rate-card.rate-card-vertical .additional-text{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin-bottom:16px;text-align:center;color:#6c6c71}.rate-card.rate-card-vertical .form-check{display:flex;flex-direction:column;width:100%;margin-bottom:16px}.rate-card.rate-card-vertical .form-check .wrap{padding:16px 0;position:relative}.rate-card.rate-card-vertical .form-check .wrap:after{content:"";width:calc(100% + 20px);position:absolute;top:100%;height:1px;background-color:#e1e1e6;left:-20px}.rate-card.rate-card-vertical .form-check .wrap:first-of-type{padding-top:0}.rate-card.rate-card-vertical .form-check .wrap:first-of-type .form-check-label:after,.rate-card.rate-card-vertical .form-check .wrap:first-of-type .form-check-label:before{top:0}.rate-card.rate-card-vertical .form-check .wrap .form-check-label{display:block;margin-left:12px}.rate-card.rate-card-vertical .form-check .wrap .form-check-label .wrap-label{display:flex;justify-content:space-between}.rate-card.rate-card-vertical .form-check .wrap .form-check-label .wrap-label .price{white-space:nowrap}.rate-card.rate-card-vertical .saving-price{margin-bottom:24px}.rate-card.rate-card-vertical .buttons{width:100%;display:flex;justify-content:center;margin-top:auto}.rate-card.rate-card-vertical .price-block{flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 16px}.rate-card.rate-card-vertical .price-block .price{margin:0}.rate-card.rate-card-vertical .price-block .old-price{margin:6px 0 0 8px}.rate-card.rate-card-vertical .price-block .economy{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;flex-basis:100%;margin-top:16px;text-align:center;color:#2a3}.rate-card .title-info,.rate-card .rate-information-list,.rate-card .price-block{display:flex;flex-direction:column}.rate-card .img{display:flex;justify-content:center;margin:4px auto 0;overflow:hidden}.rate-card .img img{width:auto;height:100%}.rate-card .saving-price .ssl{color:#6c6c71}.rate-card .image{height:80px;background-size:cover;margin-right:40px}.rate-card.type-1 .image{min-width:44px;height:44px}.rate-card .title-info{width:147px}.rate-card .title-info .plan-name{position:relative;margin-top:4px}.rate-card .title-info .labels{display:inline-flex;flex-direction:column;position:relative;margin-top:16px}.rate-card .title-info .label{margin-bottom:8px;z-index:2;font-size:10px;line-height:16px}.rate-card .rate-information-list{margin:0 48px 0 64px;width:100%}.rate-card .rate-information-list .list-wrapper{position:relative;margin-bottom:8px}.rate-card .rate-information-list .list-wrapper:last-of-type{margin-bottom:0}.rate-card .rate-information-list .list-wrapper:before{content:'';position:absolute;top:8px;left:-15px;width:4px;height:4px;background-color:#4a4a4f;border-radius:50%}.rate-card .rate-information-list .list-item{display:flex;justify-content:space-between;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/background-line.svg');background-repeat:repeat-x;background-position:0px 11px;color:#6c6c71}.rate-card .rate-information-list .text{padding-right:8px;background-color:#fff}.rate-card .rate-information-list .value{padding-left:8px;background-color:#fff}.rate-card .price-block{margin-left:auto;margin-right:36px;color:#323237}.rate-card .price-block .price{margin-top:8px;margin-bottom:24px}.rate-card .price-block .old-price{margin-top:-8px;margin-bottom:24px}.rate-card .price-block .old-price~.saving-price{margin-top:-16px}.rate-card .price-block .saving-price{margin-top:-8px;margin-bottom:24px}.rate-card .buttons{width:100%}.rate-card .dropdown-selector .bootstrap-select .dropdown.show .dropdown-toggle{box-shadow:none}.rate-card .bootstrap-select .dropdown-menu{min-width:150px;width:100%}.rate-card .bootstrap-select>.dropdown-toggle{width:auto}.top-banners-section{opacity:0;animation:fadeIn;animation-delay:1s;animation-duration:1.5s;animation-fill-mode:forwards}.top-banners-section .big-banners{overflow:hidden;max-height:700px}.top-banners-section .big-banners:not(.owl-loaded){display:flex}.top-banners-section .big-banners.owl-carousel{display:block}.top-banners-section .big-banners .item{display:flex;position:relative;align-items:center;width:100%;height:700px;box-sizing:border-box;background-size:cover;background-position:center center}.top-banners-section .big-banners .item.is-link{cursor:pointer}.top-banners-section .big-banners .item:before{content:"";display:block;position:absolute;width:100%;height:100%;z-index:1;left:0;top:0;opacity:1;-webkit-transition:all 200ms cubic-bezier(.42, 0, .58, 1);-moz-transition:all 200ms cubic-bezier(.42, 0, .58, 1);-o-transition:all 200ms cubic-bezier(.42, 0, .58, 1);transition:all 200ms cubic-bezier(.42, 0, .58, 1);-webkit-transition-timing-function:cubic-bezier(.42, 0, .58, 1);-moz-transition-timing-function:cubic-bezier(.42, 0, .58, 1);-o-transition-timing-function:cubic-bezier(.42, 0, .58, 1);transition-timing-function:cubic-bezier(.42, 0, .58, 1)}.top-banners-section .big-banners .item.loaded:before{opacity:0.15}.top-banners-section .big-banners .item.text-color-white{color:#fff}.top-banners-section .big-banners .item.text-color-white:before{background-color:#1D1D22}.top-banners-section .big-banners .item .video-bg{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-width:100%;min-height:100%;z-index:1;width:auto;height:auto}.top-banners-section .big-banners .item.text-color-black{background-color:#8C8C91}.top-banners-section .big-banners .item.text-color-black .caption{color:#8f8f9d}.top-banners-section .big-banners .item.text-color-black .text{color:#4a4a4f}.top-banners-section .big-banners .item .text-container{box-sizing:border-box;margin-left:120px;width:100%;max-width:600px;position:relative;z-index:2}.top-banners-section .big-banners .item.text-position-right .text-container{margin-left:auto;margin-right:15%}.top-banners-section .big-banners .item.text-position-center .text-container{max-width:750px;margin-left:auto;margin-right:auto;text-align:center}.top-banners-section .big-banners .item .caption{margin-bottom:4px}.top-banners-section .big-banners .item .title{margin-bottom:16px}.top-banners-section .big-banners .item .text{font-size:18px;line-height:26px}.top-banners-section .big-banners .item .buttons{margin-top:32px}.top-banners-section .big-banners .item .buttons .btn{padding:16px 24px}.top-banners-section .big-banners .owl-dots{display:flex;justify-content:center;position:absolute;width:100%;bottom:40px}.top-banners-section .big-banners .owl-dots button{padding:0;margin:0 4px;display:inline-block;background:#fff;opacity:0.5;border:none;outline:none;height:4px;width:20px}.top-banners-section .big-banners .owl-dots button.active{width:30px;background:#5ba508;opacity:1}.top-banners-section .big-banners .owl-nav{position:absolute;top:calc(50% - 44px);display:flex;justify-content:space-between;width:100%;box-sizing:border-box;padding:0 5.5% 0 3.5%}.top-banners-section .big-banners .owl-nav button{padding:0;margin:0;background:none;border:none}.top-banners-section .big-banners .owl-nav .btn{box-shadow:0px 4px 32px rgba(0,0,0,0.1);font-size:24px}.top-banners-section .big-banners .owl-item:not(.active){opacity:1 !important}.top-banners-section .small-banners{display:flex;flex-wrap:nowrap}.top-banners-section .small-banners .item{display:flex;position:relative;width:25%;height:50%;min-height:300px;box-sizing:border-box;color:#fff;overflow:hidden}.top-banners-section .small-banners .item:before{content:"";display:block;position:absolute;width:100%;height:100%;z-index:1;left:0;top:0;opacity:0;background-color:#1D1D22}.top-banners-section .small-banners .item .bg-img{position:absolute;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;transform:scale(1);transition:.3s ease-in}.top-banners-section .small-banners .item.is-link{cursor:pointer}.top-banners-section .small-banners .item.size-wide{width:50%}.top-banners-section .small-banners .item.size-wide .text-container{max-width:600px}.top-banners-section .small-banners .item.text-color-black{background-color:#6c6c71}.top-banners-section .small-banners .item.text-color-black .caption{color:#8f8f9d}.top-banners-section .small-banners .item.text-color-black .text{color:#4a4a4f}.top-banners-section .small-banners .item.text-color-black:before{display:none}.top-banners-section .small-banners .item .text-container{box-sizing:border-box;margin:auto 40px 24px 40px;width:100%;position:relative;z-index:2}.top-banners-section .small-banners .item .text-container .title{margin-bottom:0}.top-banners-section .small-banners .item .text-container .text{margin-top:8px}.top-banners-section .small-banners .item .text-container .text p:last-child{margin-bottom:0}.top-banners-section.type2,.top-banners-section.type4{display:flex}.top-banners-section.type2 .big-banners,.top-banners-section.type4 .big-banners{width:65%}.top-banners-section.type2 .small-banners,.top-banners-section.type4 .small-banners{width:35%;flex-wrap:wrap}.top-banners-section.type2 .small-banners .item,.top-banners-section.type4 .small-banners .item{width:50%}.top-banners-section.type2 .small-banners .item.size-wide,.top-banners-section.type4 .small-banners .item.size-wide{width:100%}.top-banners-section.type5{position:relative}.top-banners-section.type5 .big-banners .item{padding-top:70px}.top-banners-section.type5 .small-banners{box-sizing:border-box}.top-banners-section.type6{position:relative}.top-banners-section.type6 .big-banners .item{padding-top:70px}.top-banners-section.type6 .small-banners{box-sizing:border-box}.top-banners-section.type6 .big-banners{max-height:100vh}.top-banners-section.type6 .big-banners .item{height:100vh;max-height:1080px}.top-banners-section.type6 .big-banners .item .text-container{margin-top:auto;margin-bottom:5%}.top-banners-section.type6 .big-banners .item .caption{display:none}.top-banners-section.type6 .big-banners .owl-nav{width:270px;top:87%;right:7%;justify-content:center}.top-banners-section.type6 .big-banners .owl-nav .owl-prev{margin-right:16px}.top-banners-section.type6 .big-banners .owl-dots{bottom:50%;right:3%;flex-direction:column;width:auto}.top-banners-section.type6 .big-banners .owl-dots .owl-dot{margin-bottom:24px}.top-banners-section.type6 .big-banners .owl-dots .owl-dot:last-of-type{margin-bottom:0}.advantages-section{color:#5ba508}.advantages-section.type2{background:#fff;color:#323237}.advantages-section .svg-color{fill:#fff !important}.advantages-section .svg-color *{fill:#fff !important}.advantages-section.type1 .svg-color *{fill:#5ba508 !important}.width-1168 .company-section .wrap{width:1168px}.width-1648 .company-section .wrap{width:1648px}.company-section{margin:0;padding:0;font-size:16px;display:flex;color:#fff;background-repeat:no-repeat;background-size:cover}.company-section .wrap{display:flex;width:1344px;padding:51px 6px 56px;margin-left:auto;margin-right:auto}.company-section .text{flex:1;margin-top:38px;margin-left:0px;padding-bottom:30px}.company-section .text .caption{margin-bottom:8px;color:#6c6c71}.company-section .text .title{width:90%;color:#19191e;margin-bottom:24px}.company-section .text .main-text{margin-bottom:32px;width:93%}.company-section .text .buttons{display:flex}.company-section .text .btn-primary{margin-right:8px}.company-section .list{flex-wrap:wrap;align-items:flex-start;display:flex;flex:1;margin:auto}.company-section .list .item{width:44%;margin-left:10px;position:relative;margin-bottom:9px}.company-section .list .item .item-heading{position:relative}.company-section .list .item .icon{background-color:#5ba508;width:56px;height:56px;margin-bottom:16px;justify-content:center;align-items:center;display:flex;box-shadow:8px -8px 0px rgba(91,165,8,0.44)}.company-section .list .item .icon .svg-color{fill:#fff !important}.company-section .list .item .icon .svg-color *{fill:#fff !important}.company-section .list .item .item-text{margin-top:6px}.company-section .list .item:nth-child(odd){margin-right:32px;margin-left:13px}.company-section.type4{margin:-2px 0}.company-section.type4 .text{text-shadow:none;margin-top:22px;padding-bottom:16px;margin-right:-8px}.company-section.type4 .text .title{color:#fff;margin:0 0 32px 0}.company-section.type4 .text .main-text{margin:0 0 31px 0;width:89%}.company-section.type4 .text .caption{color:#fff;margin:0 0 8px 0}.company-section.type4 .text .buttons{margin-left:-2px}.company-section.type3{color:#4a4a4f;padding-top:18px;padding-bottom:37px}.company-section.type3 .text{margin-top:16px;margin-left:0;margin-right:28px;margin:16px -10px 0 0}.company-section.type3 .text .caption{margin:0 0 7px 0}.company-section.type3 .text .title{margin:0 0 32px 0}.company-section.type3 .text .main-text{width:88%;margin:0 0 32px 0}.company-section.type3 .text .buttons{margin:0 0 0 2px}.company-section.type3 .text .buttons .button-primary{margin-right:4px}.company-section.type3 .list{margin-bottom:auto;margin-left:0;margin-top:-6px}.company-section.type3 .list .item .item-heading{color:#19191e}.company-section.type2{color:#4a4a4f;margin-bottom:72px;margin-top:72px}.company-section.type2 .picture{box-shadow:-24px 25px 0px #5ba508;height:360px;margin-left:24px;margin-top:21px;overflow:hidden;margin-right:80px;width:360px}.company-section.type2 .text{width:70%;padding-bottom:0;margin:42px 0 0 0}.company-section.type2 .text .main-text{width:100%;margin:0 0 30px 0}.company-section.type2 .text .caption{margin:0 0 8px 0}.company-section.type2 .text .title{margin:0 0 34px 0;width:100%}.company-section.type2 .text .buttons{margin:0}.company-section.type2 .text .buttons .btn-primary{padding:12px 24px;margin-right:8px}.company-section.type2 .list .item .item-heading{color:#19191e}.company-section.type1{color:#4a4a4f;position:relative;margin:-57px 0 -73px 0;background-color:#fff}.company-section.type1 .video{width:49.6%;height:100%;position:absolute;right:0;top:0;background-repeat:no-repeat}.company-section.type1 .video .btn-play{width:80px;height:80px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/temp/btn-play.svg');left:50%;top:50%;transform:translate(-20px, -40px);position:absolute}.company-section.type1 .text{margin-top:38px;flex:none;width:49%}.title-phone,.title-email{margin-top:16px;color:#6c6c71}.item-text-info{margin-top:4px;color:#323237}.width-1168 .team-section.type1 .list .item{min-width:auto}.team-section{margin:0;padding:0;font-size:16px;color:#191928;background-repeat:no-repeat;background-size:cover}.team-section .element-title-big{font-size:20px;line-height:28px;font-weight:700}.team-section .element-title-big:hover{color:#4a4a4f;text-decoration:none}.team-section a.title,.team-section a.item-text-info{color:#323237;text-decoration:none}.team-section a.title:hover,.team-section a.item-text-info:hover{color:#5ba508}.team-section .text{margin-top:6px;width:100%}.team-section .text .main-text{margin-top:31px}.team-section .list{display:flex;margin-top:40px;flex-wrap:wrap;width:100%}.team-section .list .item{background-color:#fff;display:flex;position:relative;width:33.333%;overflow:hidden;transition:box-shadow .2s}.team-section .list .item img{width:100%}.team-section .list .item .item-text{padding:28px 32px 32px;position:absolute;display:none;bottom:0;background-color:#fff;flex-direction:column;left:0;width:100%}.team-section .list .item .item-text .element-title-big{font-size:20px;line-height:28px;font-weight:700}.team-section .list .item .item-text .caption{color:#4a4a4f}.team-section .list .item .item-text .buttons{margin:24px 0 0 0}.team-section .list .item .item-text .buttons .btn-s{padding:10px 14px;font-size:12px}.team-section .list .item:hover{border-color:transparent;box-shadow:0 0 25px rgba(0,0,0,0.1);z-index:1}.team-section .list .item:hover .item-text{display:flex}.team-section.type2 .list .item .item-text{display:flex;opacity:0;transform:translateY(100%);transition-timing-function:ease-in;transition:0.3s}.team-section.type2 .list .item:hover .item-text{opacity:1;transition-timing-function:ease-out;transition:0.3s;transform:translateY(0)}.team-section.type1 .list .item{width:25%;height:426px}.team-section.type1 .list .item .image{width:100%;height:100%;background-size:cover;background-position:center}.team-section.type1 .list .item .item-text{display:flex;opacity:0;transform:translateY(100%);transition-timing-function:ease-in;transition:0.5s}.team-section.type1 .list .item:hover .item-text{opacity:1;transition-timing-function:ease-out;transition:0.4s;transform:translateY(0)}.team-section.type1 .item.item-text{height:426px;width:50%;border:1px solid #e1e1e6;display:flex;flex-direction:column}.team-section.type1 .item.item-text .text-wrapper{overflow:hidden;position:relative}.team-section.type1 .item.item-text .text-wrapper .text{padding-top:26px;padding-right:40px;padding-left:40px;overflow:hidden}.team-section.type1 .item.item-text .text-wrapper .text .main-text{margin-top:24px}.team-section.type1 .item.item-text .text-wrapper:after{content:none}.team-section.type1 .item.item-text .buttons{margin:24px 40px 40px;z-index:1}.team-section.type1 .item.item-text:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 45%);height:45%}.team-section.type3{padding-top:52px}.team-section.type3 .list .item{flex-direction:column;align-items:center;padding:32px;overflow:inherit}.team-section.type3 .list .item .img-wrap{border-radius:100%;height:250px;width:250px;overflow:hidden;justify-content:center;align-items:center}.team-section.type3 .list .item img{width:100%;height:100%}.team-section.type3 .list .item .caption{margin-top:32px;text-align:center}.team-section.type3 .list .item .item-text-info{margin-top:4px;width:55%;max-height:85px;text-align:center;overflow:hidden;margin-right:4px}.team-section.type3 .list .item a.title,.team-section.type3 .list .item a.item-text-info{text-align:center}.team-section.type3 .list .item .item-text{top:98%;height:80px;align-items:center;box-shadow:0 7px 10px rgba(0,0,0,0.1);overflow:hidden;padding:0}.team-section.type3 .list .item .item-text .buttons{margin:0 36px 0}.team-section.type3 .list .item .item-text .buttons .btn{padding:12px 24px}.team-section.type3 .list .item:hover .item-text{display:flex;animation:show-type-3;animation-duration:.3s}@keyframes show-type-3{from{height:0}to{height:80px}}.advantages-section .list{flex-wrap:wrap;display:flex;margin-left:-2px;width:calc(100% + 20px)}.advantages-section .list .item{width:288px;position:relative;padding-right:38px;margin-bottom:48px}.advantages-section .list .item .item-heading{position:relative;margin-bottom:8px}.advantages-section .list .item .number~.item-heading{margin-top:24px}.advantages-section .list .item .number~.item-text{margin-top:6px}.advantages-section .list .item .icon{background-color:#fff;width:55px;height:56px;justify-content:center;align-items:center;display:flex;box-shadow:8px -8px 0px rgba(255,255,255,0.25);margin-bottom:32px}.advantages-section .list .item .number{margin-bottom:24px;font-size:64px;line-height:48px}.advantages-section .nums{padding-top:75px;padding-bottom:55px}.advantages-section.type1{margin:-1px 0}.advantages-section.type1 .item-heading{color:#fff}.advantages-section.type1 .item-text{color:#e1e1e6}.advantages-section.type1 .wrap{display:flex;background-color:#5ba508;align-items:center;padding-top:80px;padding-bottom:24px;flex-direction:column;color:#fff}.advantages-section.type2 .list{padding-top:45px;padding-bottom:60px}.advantages-section.type2 .list .item{margin-bottom:9px;padding-right:46px}.advantages-section.type2 .list .item .icon{background-color:#5ba508;box-shadow:8px -8px 0px rgba(91,165,8,0.25)}.advantages-section.type2 .list .item .item-heading{color:#323237}.advantages-section.type2 .list .item .item-text{color:#6c6c71;margin-top:6px}.left-block-wrap{width:calc(100% - 336px)}.item-card .consultation-tizer{position:sticky;top:0;min-width:296px;margin-left:40px;margin-top:58px}.item-card h2{margin:56px 0 32px}.item-card .nav{margin-bottom:0;margin-left:40px}.item-card .tab-content.desc{border:1px solid #e1e1e6;margin-top:-1px;padding:40px}.item-card .projects.carousel{margin-bottom:56px;max-width:100%}.item-card .projects.carousel .projects-items.block .items{margin:0}.item-card .projects.carousel .projects-items.block .items .owl-item .item{margin-right:16px;width:488px;height:326px}.item-card .card-wrapper{display:flex;padding:56px;position:relative;border:1px solid #e1e1e6;margin-bottom:16px}.item-card .card-wrapper .product-img{max-width:768px;width:100%;max-height:584px;height:100%}.item-card .card-wrapper .product-img .labels{position:absolute;display:flex;flex-direction:column;align-items:flex-start;z-index:2;font-size:10px;line-height:16px}.item-card .card-wrapper .item-information{position:relative;margin-left:40px;width:408px}.item-card .card-wrapper .item-information .brand-img{margin-bottom:8px;top:0;right:0}.item-card .card-wrapper .item-information .brand-img img{max-width:96px}.item-card .card-wrapper .item-information .footer-button{margin:20px 0 8px 0}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block{display:flex}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{width:100%;min-width:200px}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart{display:inline-flex;text-align:center;justify-content:center;width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line{padding-right:10px;margin-left:-6px;font-size:18px}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line:before{color:#fff}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart{display:inline-flex;text-align:center;justify-content:center;width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart .icon-check-line{padding-right:7px;margin-left:-6px;font-size:22px}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .in-cart .icon-check-line:before{color:#fff}.item-card .card-wrapper .item-information .price-container{margin-bottom:8px}.item-card .card-wrapper .item-information .price-container .price{margin-bottom:4px}.item-card .card-wrapper .item-information .price-container .old-price{margin-left:8px;text-decoration-line:line-through;color:#6c6c71}.item-card .card-wrapper .item-information .articles{margin-bottom:16px;color:#6c6c71}.item-card .card-wrapper .item-information .stock .outstock{color:#f42;margin-bottom:20px}.item-card .card-wrapper .item-information .stock .instock{color:#2a3;margin-bottom:20px}.item-card .card-wrapper .item-information .logo{position:absolute;right:56px;width:96px;top:72px}.item-card .card-wrapper .item-information .sku-props-container .sku-prop{margin-bottom:6px}.item-card .card-wrapper .item-information .sku-props-container .sku-prop:last-of-type{margin-bottom:19px}.item-card .card-wrapper .item-information .active{background-color:#5ba508;border-color:#5ba508;color:#fff}.item-card .card-wrapper .item-information .buy-block{display:flex}.item-card .card-wrapper .item-information .buy-block .counter{margin-right:8px}.item-card .card-wrapper .item-information .more{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;padding:0;text-transform:none;color:#5ba508}.item-card .card-wrapper .item-information .more i{width:24px;height:24px}.item-card .card-wrapper .item-information .btn-ask-question{color:#4a4a4f;width:100%;padding:10px;justify-content:center;margin-bottom:16px}.item-card .card-wrapper .item-information .information{color:#6c6c71;margin-bottom:32px;display:flex;margin-left:6px}.item-card .card-wrapper .item-information .information i{font-size:18px;margin-right:12px}.item-card .card-wrapper .item-information .short-description{color:#4a4a4f;margin:16px 0 24px}.item-card .staff{margin-bottom:56px}.item-card .item-card-content h2,.item-card .item-card-content h3{margin-top:0;margin-bottom:24px}.item-card .item-card-content p+h2,.item-card .item-card-content p+.h2,.item-card .item-card-content p+h3,.item-card .item-card-content p+.h3,.item-card .item-card-content ul+h2,.item-card .item-card-content ul+.h2,.item-card .item-card-content ul+h3,.item-card .item-card-content ul+.h3{margin-top:32px}.item-card .item-card-content .char-wrapper .props .char{display:flex;justify-content:space-between;margin-bottom:12px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/background-line.svg');background-repeat:repeat-x;background-position:0px 12px;color:#4a4a4f}.item-card .item-card-content .char-wrapper .props .char:last-of-type{margin-bottom:0}.item-card .item-card-content .char-wrapper .props .char-name{padding-right:8px;background-color:#fff;max-width:70%}.item-card .item-card-content .char-wrapper .props .char-value{padding-left:8px;background-color:#fff}.item-card .item-card-content .char-wrapper .props .chars-hidden{display:none}.item-card .item-card-content .char-wrapper .props .chars-hidden.open{display:block}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.card-wrapper .item-information .footer-button.has-counter .input-container .count,.card-wrapper .item-information .footer-button.has-counter .counter-wrapper .count,.card-wrapper .item-information .footer-button.has-counter .input-container .numbers,.card-wrapper .item-information .footer-button.has-counter .counter-wrapper .numbers{max-width:200px}.dropdown-selector.dropdown-selector-border .bootstrap-select .dropdown .dropdown-toggle{padding:0}.dropdown-selector.dropdown-selector-border .bootstrap-select .dropdown .dropdown-toggle .filter-option{min-width:100%;border-bottom:2px solid #e1e1e6;padding:6px 0}.dropdown-selector.dropdown-selector-border .bootstrap-select .dropdown .dropdown-toggle:after{margin-left:-32px}.dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle .filter-option{background:#f8f8fa;border:1px solid #e1e1e6;padding:10px 12px;border-radius:4px;margin-right:52px}.dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle:after{position:absolute;right:0;margin:0;width:48px;height:100%;display:flex;justify-content:center;align-items:center;border-left:1px solid #e1e1e6}.dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-menu{top:4px !important}.input-container,.counter-wrapper{position:relative}.input-container .count,.counter-wrapper .count,.input-container .numbers,.counter-wrapper .numbers{padding:10px 0px 10px 10px;background:#f8f8fa;border:1px solid #e1e1e6;box-sizing:border-box;min-width:100%;border-radius:4px}.input-container .count::-webkit-outer-spin-button,.counter-wrapper .count::-webkit-outer-spin-button,.input-container .numbers::-webkit-outer-spin-button,.counter-wrapper .numbers::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-container .spinner-arrows-container,.counter-wrapper .spinner-arrows-container{position:absolute;display:flex;right:2px;top:0;flex-direction:column;border-left:1px solid #e1e1e6;text-align:center}.input-container .spinner-arrows-container .arrow-up,.counter-wrapper .spinner-arrows-container .arrow-up,.input-container .spinner-arrows-container .arrow-down,.counter-wrapper .spinner-arrows-container .arrow-down{width:24px;height:23px;font-size:24px;color:#191928;text-decoration:none}.input-container .spinner-arrows-container .arrow-up:hover,.counter-wrapper .spinner-arrows-container .arrow-up:hover,.input-container .spinner-arrows-container .arrow-down:hover,.counter-wrapper .spinner-arrows-container .arrow-down:hover{cursor:pointer}.input-container .spinner-arrows-container .arrow-down,.counter-wrapper .spinner-arrows-container .arrow-down{border-top:1px solid #e1e1e6}.comments{margin-top:16px}.comments-exists{padding-bottom:none}.comments-exists .buttons{margin-bottom:40px}.comments-block{display:flex;flex-direction:column;padding:40px;border:1px solid #e1e1e6;box-sizing:border-box}.comments-block .buttons{margin-top:24px}.comments-block .comments-value{color:#4a4a4f}.comments-block .comment{border:none;border-top:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6;padding:15px 0}.comments-block .comment.comment-answer{padding-left:32px;margin-top:-1px}.comments-block .comment.comment-answer.liked .icon-like::before{content:"\ed36";color:red}.comments-block .comment .comment-text,.comments-block .comment .quote{margin:8px 0;color:#4a4a4f}.comments-block .comment .quote{color:#6c6c71;align-items:center;display:flex}.comments-block .comment .quote .icon-quote{font-size:20px;margin-right:8px;color:#e1e1e6}.comments-block .comment .name{display:flex;margin-left:5px}.comments-block .comment .icon-answer{font-size:20px;width:24px;height:24px;margin:0 8px 0 -30px}.comments-block .comment .date{margin-left:13px;color:#6c6c71}.comments-block .comment .reply,.comments-block .comment .like{margin-right:16px;color:#6c6c71}.comments-block .comment .reply:hover,.comments-block .comment .like:hover{color:#5ba508;text-decoration:none}.comments-block .comment .icon-like{font-size:12px;margin-right:4px}.add-comment{margin-bottom:32px;display:none}.add-comment.open{display:block}.add-comment .caption{color:#6c6c71}.add-comment .input-alt{border:none;border-bottom:2px solid #5ba508}.add-comment .form-row .form-group.light .form-control,.add-comment .form-group.light .form-control{border:none;border-bottom:2px solid;border-color:#5ba508}.add-comment .form-row .form-group.light{margin-right:32px}.add-comment .form-row .form-group.light:last-of-type{margin:0}.ask-a-question-block,.subscribe-block{display:flex;text-align:center;flex-direction:column;padding:40px 32px;max-width:296px;align-items:center;border:1px solid #e1e1e6}.ask-a-question-block .envelope,.subscribe-block .envelope{width:64px;height:64px;background-repeat:no-repeat;background-position:center}.ask-a-question-block .title,.subscribe-block .title{margin-top:24px;width:100%}.ask-a-question-block .text,.subscribe-block .text{margin:8px 0 24px;width:100%}.comments .nav-tabs{margin:0;margin-left:40px;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;border:none}.comments .tab-content .tab-pane .item-text{display:flex;flex-direction:column;padding:40px;border:1px solid #e1e1e6;box-sizing:border-box}.comments .tab-content .tab-pane .item-text .buttons{margin-top:24px}.partners-section .item{display:flex;justify-content:center;max-width:205px;margin:auto}.partners-section .items{margin-bottom:-12px}.partners-section .items .owl-nav{position:absolute;top:calc(50% - 22px);left:-16px;width:calc(100% + 32px);box-sizing:border-box}.partners-section .items .content{display:block;min-width:208px;width:208px;height:136px;background-color:#fff;border:1px solid #e1e1e6;box-sizing:border-box;margin:24px 0;padding:8px 24px;transition:box-shadow .3s}.partners-section .items .content .image-wrapper{background-size:contain;background-position:center;background-repeat:no-repeat;width:100%;height:100%}.partners-section .items .owl-stage-outer{margin:-16px -16px;padding:16px 16px}.partners-section .items:not(.owl-loaded){display:flex}.partners-section .items:not(.owl-loaded) .item{margin:0 16px 16px 0}.partners-section .title{display:inline}.partners-section .btn-text{color:#6c6c71}.partners-section a:hover{color:#5ba508}.partners-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:32px}.partners-section .section-name .title{color:#19191e;margin-top:0}.partners-section .section-name .all{text-decoration:none;margin-left:24px;color:#8f8f9d}.partners-section .section-name .all:hover{color:#5ba508}.got-questions{display:flex;flex-direction:row;justify-content:center}.got-questions .image{padding:100px;background-repeat:no-repeat}.got-questions .text-block{display:flex;margin-left:64px;margin-top:26px;flex-direction:column}.got-questions .text-block .text{margin-top:8px}.got-questions .text-block .buttons{margin-top:22px}.got-questions .text-block .buttons .btn-primary{margin-right:8px}.got-questions .text-block .buttons .btn{margin-bottom:16px}.staff-card{display:flex;border:1px solid #e1e1e6;padding:36px 40px 38px 40px;transition:box-shadow .2s;margin-top:40px}.staff-card .img{min-width:200px;max-width:200px;height:200px;background-size:cover;background-repeat:no-repeat;margin-right:40px;margin-top:8px}.staff-card .img.round{border-radius:100%}.staff-card .staff-info{display:flex;width:100%;flex-direction:column;transition:box-shadow .2s}.staff-card .staff-info .caption{margin-bottom:4px;color:#6c6c71}.staff-card .staff-info .title{margin-bottom:16px;color:#323237;text-decoration:none}.staff-card .staff-info .title:hover{color:#5ba508}.staff-card .staff-info .contact-block{display:flex}.staff-card .staff-info .contact-block .btn{padding:10px 22px}.staff-card .staff-info .contact-block .phone,.staff-card .staff-info .contact-block .email{margin-top:4px}.staff-card .staff-info .contact-block .buttons,.staff-card .staff-info .contact-block .phone-wrap{margin-right:29px}.staff-card .staff-info .contact-block .phone-wrap{margin-top:0}.staff-card .staff-info .text{margin-top:24px}.staff-card:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}#lightbox{position:absolute;margin:auto;z-index:1100;background-color:#fff;width:100%}#lightbox .lb-caption{color:#4a4a4f}#lightbox .lb-close{background:none;font-size:24px;float:none;margin-top:30px;color:#323237}#lightbox .lb-close:hover{cursor:pointer}#lightbox .lb-close:hover:before{color:#5ba508}#lightbox .lb-image{opacity:1 !important}#lightboxOverlay{top:0;opacity:1;z-index:1000;width:100% !important;height:100% !important;position:fixed !important;background-color:#fff}.lb-outerContainer{margin:auto}.lb-outerContainer .lb-dataContainer{opacity:1 !important}.lb-closeContainer{display:block;position:absolute;top:0;right:0;width:100px;height:100px}.documents h3{margin-bottom:32px}.documents .wrap+h3{margin-top:32px}.documents .wrap{display:flex;flex-direction:column;flex-flow:wrap}.documents .wrap .document{margin-top:-1px;display:flex;border:1px solid #e1e1e6;padding:39px;width:100%;transition:box-shadow .2s}.documents .wrap .document .document-info{margin-left:16px;overflow:hidden}.documents .wrap .document .document-info .title{color:#323237;text-decoration:none}.documents .wrap .document .document-info .title:hover{color:#5ba508}.documents .wrap .document .document-info .size{color:#6c6c71}.documents .wrap .document .buttons{margin-left:auto;width:44px;height:44px}.documents .wrap .document .buttons .btn{width:44px;height:44px;display:flex;justify-content:center}.documents .wrap .document .buttons i{font-size:18px}.documents .wrap .document:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent}.documents.type2{margin:0}.documents.type2 .wrap{flex-direction:row;margin-bottom:22px}.documents.type2 .wrap .document{padding:24px;margin-bottom:16px;width:320px;margin-right:16px}.documents.type2 .wrap .document img{align-self:end;height:48px;max-width:48px}.documents.type2 .wrap .document:last-of-type{margin-right:0}.documents.type3{margin:0}.documents.type3 .wrap{flex-direction:row;margin-bottom:22px}.documents.type3 .wrap .document{padding:24px;margin-bottom:16px;width:320px;margin-right:16px}.documents.type3 .wrap .document img{align-self:end;height:48px;max-width:48px}.documents.type3 .wrap .document:last-of-type{margin-right:0}.documents.type3 .wrap .document{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px}.documents.type3 .wrap .document img{align-self:auto}.documents.type3 .wrap .document .document-info{margin:16px 0 0 0;text-align:center}.vacancy-element{padding:40px;border:1px solid #e1e1e6}.vacancy-element .parameters{margin-right:-24px;margin-left:2px}.vacancy-element .parameters-wrap{padding-bottom:24px;border-bottom:1px solid #e1e1e6}.vacancy-element .parameter{flex-direction:column;justify-content:center;align-items:center;border-left:1px solid #e1e1e6;padding:0px 24px}.vacancy-element .parameter:first-of-type{padding-left:0;border-left:none}.vacancy-element .buttons{margin-top:32px}.section-timetable .filters{padding:24px 32px 32px;border:1px solid #e1e1e6}.section-timetable .filters .selectors{display:flex}.section-timetable .filters .form-group{margin-bottom:0}.section-timetable .filters .form-group:not(:last-of-type){padding-right:32px}.section-timetable .filters .form-group .form-select>button{border-bottom:2px solid #5ba508}.section-timetable .slash{margin:0 12px;color:#5ba508}.section-timetable .timetable{margin-top:-1px}.section-timetable.type-2 .timetable{padding:32px}.section-timetable.type-2 .bread-crumbs{margin:0 0 16px 0}.section-timetable.type-2 th{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#6c6c71}.section-timetable.type-2 td{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f;align-items:center}.section-timetable.type-2 td i{margin-right:4px}.section-timetable.type-3 th,.section-timetable.type-3 td{width:142px;border:1px solid #e1e1e6}.section-timetable.type-3 th{padding:12px 16px}.section-timetable.type-3 td{max-height:142px;height:142px;min-width:142px;max-width:142px;padding:0}.section-timetable.type-3 td:empty{border:none}.section-timetable.type-3 td .item{height:142px;width:100%;padding:12px 16px;display:inline-block;color:#fff}.section-timetable.type-3 td .item .time,.section-timetable.type-3 td .item .title{margin-bottom:4px}.section-timetable.type-3 td .item .title{font-weight:bold}.section-timetable.type-3 td .item.green{background-color:#4EC94E}.section-timetable.type-3 td .item.pink{background-color:#F1775C}.section-timetable.type-3 td .item.red{background-color:#D64E5C}.section-timetable.type-3 td .item.blue{background-color:#5C85D6}.section-timetable.type-3 .timetable{padding:0;border:none}.section-timetable.type-3 .table{margin:0}.section-timetable.type-4 th,.section-timetable.type-4 td{width:142px;border:1px solid #e1e1e6}.section-timetable.type-4 th{padding:12px 16px}.section-timetable.type-4 td{max-height:142px;height:142px;min-width:142px;max-width:142px;padding:0}.section-timetable.type-4 td:empty{border:none}.section-timetable.type-4 td .item{height:142px;width:100%;padding:12px 16px;display:inline-block;color:#fff}.section-timetable.type-4 td .item .time,.section-timetable.type-4 td .item .title{margin-bottom:4px}.section-timetable.type-4 td .item .title{font-weight:bold}.section-timetable.type-4 td .item.green{background-color:#4EC94E}.section-timetable.type-4 td .item.pink{background-color:#F1775C}.section-timetable.type-4 td .item.red{background-color:#D64E5C}.section-timetable.type-4 td .item.blue{background-color:#5C85D6}.section-timetable.type-4 .timetable{padding:0;border:none}.section-timetable.type-4 .table{margin:0}.section-timetable.type-4 td .item.green{background-color:#F4FCF4;color:#4EC94E}.section-timetable.type-4 td .item.pink{background-color:#FEF6F5;color:#F1775C}.section-timetable.type-4 td .item.red{background-color:#FAE8EA;color:#D64E5C}.section-timetable.type-4 td .item.blue{background-color:#EAEFFA;color:#5C85D6}.cart-section .price-block{margin-left:auto}.cart-section .delete{margin-left:54px;font-size:18px;width:24px;height:24px;text-decoration:none;color:#191928}.cart-section .delete:hover{text-decoration:none}.cart-section .result-row{padding:32px 16px 32px 0;border-bottom:1px solid #e1e1e6}.cart-section .result-row .buttons .btn{color:#8f8f9d}.cart-section .buttons-row{padding:40px 0 0 0}.cart-section .buttons-row .buttons{display:flex;width:100%}.cart-section .buttons-row .buttons .btn{justify-content:center}.cart-section .buttons .btn{font-size:18px;text-decoration:none}.cart-section .buttons .btn:hover{text-decoration:none}.cart-section .buttons .btn i{margin-right:8px}.cart-section .buttons-row .buttons .btn-wrap{width:250px;margin-right:24px}.cart-section .buttons-row .buttons .btn-order{margin:0 0 0 auto;width:auto}.cart-section .buttons-row .buttons .btn{width:250px;margin-bottom:16px}.cart-section .buttons-row .buttons .button-caption{color:#6c6c71}.cart-section table{margin-bottom:0}.cart-section table th{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#6c6c71;border-top:none}.cart-section table td{vertical-align:middle;padding:16px}.cart-section table tr:last-of-type{border-bottom:1px solid #e1e1e6}.cart-section table th{padding-left:16px}.cart-section table .item-pic{width:80px;height:80px}.cart-section table .item-title .text{margin-bottom:8px}.cart-section table .item-title .code{color:#6c6c71}.cart-section table .price-wrap{display:flex}.cart-section table .price-wrap .price{margin-right:8px}.cart-section table .input-spinner{width:10%}.cart-section table .input-spinner .numbers{width:100%;max-width:100%}.cart-section table .delete-column{text-align:right}.authorization .wrap,.registration .wrap,.reset-password .wrap{width:49%;border:1px solid #e1e1e6;padding:40px}.authorization .wrap .title,.registration .wrap .title,.reset-password .wrap .title{margin-bottom:32px}.authorization .wrap .form-check .form-check-input,.registration .wrap .form-check .form-check-input,.reset-password .wrap .form-check .form-check-input{width:24px;margin:0;left:0;height:24px}.authorization .wrap .form-check .remember-me-label,.registration .wrap .form-check .remember-me-label,.reset-password .wrap .form-check .remember-me-label{margin:0 0 0 16px}.authorization .wrap .btn-submit,.registration .wrap .btn-submit,.reset-password .wrap .btn-submit{margin-left:auto}.authorization .wrap form,.registration .wrap form,.reset-password .wrap form{margin-bottom:32px}.authorization .wrap form .user-info-inputs .form-group:last-of-type,.registration .wrap form .user-info-inputs .form-group:last-of-type,.reset-password .wrap form .user-info-inputs .form-group:last-of-type{margin-bottom:24px}.authorization .wrap form .form-control.filled,.registration .wrap form .form-control.filled,.reset-password .wrap form .form-control.filled{border-bottom:2px solid #5ba508}.authorization .wrap .help,.registration .wrap .help,.reset-password .wrap .help{color:#6c6c71}.reset-password .wrap .text{margin-bottom:40px;color:#4a4a4f}.reset-password .wrap form .user-info-inputs .form-group:last-of-type{margin-bottom:54px}.timetable{display:flex;border:1px solid #e1e1e6;flex-direction:column;padding:0 32px}.timetable .day{display:flex;margin-top:32px;width:100%;border-bottom:1px solid #e1e1e6}.timetable .day .date{text-align:right;margin-right:24px;min-width:104px}.timetable .day .subjects{display:flex;flex-direction:column;width:100%}.timetable .day .subjects .subject-wrap{display:flex;padding:24px 0;border-bottom:1px solid #e1e1e6}.timetable .day .subjects .subject-wrap .subject{padding-left:16px;border-left:4px solid}.timetable .day .subjects .subject-wrap .subject.func-train{border-color:#64CF64}.timetable .day .subjects .subject-wrap .subject.yoga{border-color:#DB6470}.timetable .day .subjects .subject-wrap .subject.aerobic{border-color:#DB6470}.timetable .day .subjects .subject-wrap .subject.kickbox{border-color:#647CDB}.timetable .day .subjects .subject-wrap .subject .wrap{display:flex;color:#6c6c71}.timetable .day .subjects .subject-wrap .subject .wrap .seats{margin-left:16px;color:#2a3}.timetable .day .subjects .subject-wrap .subject .title{margin:4px 0}.timetable .day .subjects .subject-wrap .subject.no-seats{color:#8f8f9d}.timetable .day .subjects .subject-wrap .subject.no-seats .wrap .seats{margin-left:16px;color:#f42}.timetable .day .subjects .subject-wrap:first-of-type{padding-top:0}.timetable .day .subjects .subject-wrap:last-of-type{border:none}.timetable .day:last-of-type{border:none}.accordeon-head.accordeon{border:1px solid #e1e1e6}.accordeon-head.accordeon>a{color:#323237;display:flex;text-decoration:none;padding:32px;align-items:center}.accordeon-head.accordeon>a i{margin-left:auto;font-size:24px;width:44px;height:44px;padding:12px;display:flex;justify-content:center;align-items:center;border-radius:2px}.accordeon-head.accordeon>a i:hover{background-color:#5ba508;cursor:pointer;color:#fff;transition:border .15s ease-in-out,color .15s ease-in-out,background-color .15s ease-in-out}.accordeon-head.accordeon.opened>a i::before{content:"\ea67"}.accordeon-head{list-style:none;position:relative;margin-top:-1px}.accordeon-head:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);cursor:pointer}.accordeon-head .accordeon-body{display:none;border:1px solid #e1e1e6;padding:40px;box-shadow:inset 0px 19px 36px rgba(0,0,0,0.03)}.accordeon-head .accordeon-body.active{display:block}.accordeon-head:before{position:absolute;top:40%;right:32px;font-size:24px}.accordeon-head.open .accordeon-body{display:block}.accordeon-head.open>i::before{content:"\ea67"}.job-section h5{margin:32px 0 24px}.job-section h3{margin-bottom:32px}.job-section .vacancy-list{margin:0;padding:0;list-style-type:none;margin-bottom:40px}.job-section .vacancy-list>li{margin:0;padding:0}.job-section .vacancy-list>li:after{display:none}.job-section .vacancy-list .accordeon-head.opened .vacancy i::before{content:"\ea67"}.job-section .vacancy a{color:#323237;text-decoration:none}.job-section .vacancy a:hover{color:#5ba508}.job-section .vacancy .price{text-align:right}.job-section.type2 .vacancy{padding:34px 40px;margin-bottom:0;align-items:center;margin-bottom:-1px}.job-section.type2 .vacancy .tags{margin:8px 0 0 0}.job-section.type2 .vacancy .price{display:flex;margin-right:32px;justify-content:flex-end}.vacancy{padding:30px 40px;margin-bottom:16px;border:1px solid #e1e1e6;list-style:none;transition:box-shadow .2s}.vacancy .wrap{display:flex;justify-content:space-between}.vacancy .tags{display:flex;color:#6c6c71;margin:8px 0 16px 0}.vacancy .tags *{margin:0 16px 0 0}.vacancy:last-of-type{margin-bottom:0}.vacancy:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.numeric-list{list-style-type:decimal;margin:0 0 24px 0;padding-left:30px;display:block}.numeric-list li{margin:12px 0px}.numeric-list+.text{margin-bottom:24px}.content-text p{margin:24px 0;color:#4a4a4f}.content-text h5{margin:8px 0;color:#323237}.list-circle{margin:0;color:#4a4a4f;padding:0 0 0 22px}.list-circle li::before{content:none}.list-circle li{position:static;list-style-type:circle;margin-bottom:12px;padding-left:12px}.list-circle li:last-of-type{margin-bottom:0}.dash{margin:0;color:#4a4a4f;padding:0 0 0 32px;list-style:none}.dash li{position:relative;margin:12px 0px}.dash li:after{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.dash h5{margin:32px 0 24px}.employees p{margin:24px 0;color:#4a4a4f}.employees h5{margin:8px 0;color:#323237}.employees.type2 .team-section.type1 .list{margin-bottom:24px;width:calc(100% + 16px)}.employees.type2 .team-section.type1 .list .item{width:calc(33.333% - 16px);margin-right:16px;margin-bottom:16px}.employees .staff-card+.staff-card{margin-top:0}.employees .staff-card+h3{margin-top:40px}.employer h2{margin:56px 0 32px}.employer .staff-card:first-of-type{margin-top:0}.employer .staff-card:hover{box-shadow:none;color:inherit;border:1px solid #e1e1e6}.employer .staff-card .img{padding:120px}.employer .staff-card .title:hover{color:inherit}.employer .staff-card~h3{margin:16px 0}.employer .services{margin-bottom:56px}.width-1168 .partners .list .item{width:calc(50% - 16px)}.width-1168 .partners .list .item .partner{width:100%;max-width:100%}.partners p{margin:24px 0;color:#4a4a4f}.partners h5{margin:8px 0;color:#323237}.partners p:first-of-type{margin-top:0}.partners .list{margin:32px 0;width:calc(100% + 16px);list-style:none;padding:0;display:flex;flex-wrap:wrap}.partners .list .item{margin:0 16px 0 0;display:flex;width:calc(33.333% - 16px)}.partners .list .item .partner{width:100%;max-width:100%}.partners.type2 .partner .title{text-align:center}.partners .owl-carousel img{width:unset}.partner{max-width:320px;padding:32px;display:block;margin-bottom:16px;border:1px solid #e1e1e6;transition:box-shadow .2s}.partner .img{width:256px;margin:auto;height:168px;background-repeat:no-repeat;background-position:center}.partner .title{margin:24px 0 8px;color:#323237}.partner .text{color:#4a4a4f}.partner:hover{text-decoration:none;box-shadow:0px 4px 32px rgba(0,0,0,0.1);border:1px solid transparent}.projects.carousel{position:relative}.projects.carousel .projects-items.block .items{margin:0}.projects.carousel .projects-items.block .items .owl-item .item{margin-right:0;width:auto;min-width:288px;height:326px}.projects.carousel .owl-nav{top:calc(50% - 22px);width:calc(100% + 44px);margin-left:-22px}.services-element .services-element-pic{margin-bottom:56px}.services-element .services-element-pic .main-image{height:380px;background-size:cover;background-position:center}.services-element .services-element-pic .service-card{flex-wrap:nowrap;padding:39px;align-items:center;border:1px solid #e1e1e6;margin-top:-1px}.services-element .services-element-pic .service-card .image{display:flex;justify-content:center;align-items:center;margin-left:2px;height:48px;width:48px}.services-element .services-element-pic .service-card .card-text{margin-left:22px;max-width:416px}.services-element .services-element-pic .service-card .price-container{display:flex;flex-wrap:wrap;align-items:baseline;max-width:250px;margin-left:40px}.services-element .services-element-pic .service-card .price{margin-right:8px;margin-bottom:6px;color:#323237}.services-element .services-element-pic .service-card .buttons{margin-left:auto;margin-bottom:4px}.services-element .services-element-pic .service-card .buttons .btn-primary{padding:12px 17px}.services-element .tabs{padding:32px 40px 0 40px}.services-element .tabs .nav-tabs{margin-bottom:0}.services-element h2{margin:56px 0 24px}.services-element .tab-content{border:1px solid #e1e1e6;margin-top:-1px;padding:40px}.services-element .tab-content h3{margin:32px 0px 24px}.services-element .tab-content p:first-of-type{margin-top:0}.services-element .tab-content .table-prices{color:#4a4a4f;font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none}.services-element .tab-content .table-prices th:first-child,.services-element .tab-content .table-prices td:first-child{padding-right:58px}.services-element .tab-content .table-prices th:nth-last-child(1),.services-element .tab-content .table-prices td:nth-last-child(1){text-align:right;padding-right:18px}.services-element .tab-content .table-prices td{padding:11px}.services-element .tab-content .table-prices tr:first-of-type{border-bottom:2px solid #e1e1e6}.services-element .tab-content .table-prices th{white-space:nowrap}.services-element .tab-content .table-prices caption{margin-top:8px}.services-element .staff-card{margin:0;margin-top:-1px}.services-element .projects.carousel{max-width:none}.services-element .projects.carousel .projects-items.block .items .owl-item .item{margin-right:0;width:488px;height:326px}.alike-service-card{display:flex;padding:40px 40px 31px;border:1px solid #e1e1e6}.alike-service-card .content{margin-left:45px;margin-top:-6px}.alike-service-card .content .text{margin:16px 0}.alike-service-card .content .caption{margin-bottom:8px}.services-list ul{margin:41px 0 56px;padding:0;display:flex;flex-direction:column}.services-list h3{margin-bottom:24px}.services-list .item{display:flex;padding:56px;margin-top:-1px;border:1px solid #e1e1e6}.services-list p{margin-bottom:24px}.services-list .img{max-width:400px;max-height:268px;background-size:cover;width:100%}.services-list .content{width:100%;margin-left:40px}.services-list .content .text{margin:24px 0 16px}.services-list .content ul{margin-left:32px}.services-list .content ul li{list-style:none;margin-bottom:4px}.services-list .content ul li:last-of-type{margin:0}.services-list .content a:hover{text-decoration:none;color:#323237}.services-list .discription{margin-bottom:8px;color:#6c6c71}.services-list .price{margin-right:8px;color:#323237}.services-list .price-wrap{display:flex;align-items:baseline}.services-list.type2 .content ul{margin:0;display:flex;flex-direction:row;flex-wrap:wrap}.services-list.type2 .content ul li{margin-bottom:4px;margin-right:24px}.services-list.type3 .content ul{margin:0;display:flex;flex-direction:row;flex-wrap:wrap}.services-list.type3 .content ul li{margin-bottom:4px;margin-right:24px}.services-list.type3 .image{margin-left:10px;margin-top:11px}.services-list.type3 .item{padding:32px}.services-list.type3 .content{margin-left:45px}.services-list.type3 .content ul{margin:0;display:flex;flex-direction:row;flex-wrap:wrap}.services-list.type3 .content ul li{margin-bottom:4px;margin-right:24px}.services-list.type4 ul{margin:0;padding:0;list-style-type:none;flex-direction:row;flex-wrap:wrap;margin:0 -8px}.services-list.type4 ul>li{margin:0;padding:0}.services-list.type4 ul>li:after{display:none}.services-list.type4 .wrap{padding:0 8px;margin-bottom:16px}.services-list.type4 .item{flex-direction:column;width:320px;padding:0;transition:box-shadow .2s}.services-list.type4 .item:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-list.type4 .text{margin:16px 0}.services-list.type4 .img{min-width:320px;min-height:210px}.services-list.type4 .content{margin:0;margin-top:26px;padding:0px 32px 32px}.services-list.type4 a{color:#323237}.services-list.type4 a:hover{color:#5ba508}.services-list.type5 ul{margin:0;padding:0;list-style-type:none;flex-direction:row;flex-wrap:wrap;margin:0 -8px}.services-list.type5 ul>li{margin:0;padding:0}.services-list.type5 ul>li:after{display:none}.services-list.type5 .wrap{padding:0 8px;margin-bottom:16px}.services-list.type5 .item{flex-direction:column;width:320px;padding:0;transition:box-shadow .2s}.services-list.type5 .item:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-list.type5 .text{margin:16px 0}.services-list.type5 .img{min-width:320px;min-height:210px}.services-list.type5 .content{margin:0;margin-top:26px;padding:0px 32px 32px}.services-list.type5 a{color:#323237}.services-list.type5 a:hover{color:#5ba508}.services-list.type5 .content{position:relative}.services-list.type5 .item .text{color:#4a4a4f;display:none;position:absolute;z-index:1;left:0px;width:calc(100% + 2px);background-color:#fff;bottom:calc(-100% - 80px);padding:40px;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-list.type5 .item .text a{display:block;margin:0 0 16px}.services-list.type5 .item:hover .text{display:block}.services-list.type6 ul{margin:0;padding:0;list-style-type:none;flex-direction:row;flex-wrap:wrap;margin:0 -8px}.services-list.type6 ul>li{margin:0;padding:0}.services-list.type6 ul>li:after{display:none}.services-list.type6 .wrap{padding:0 8px;margin-bottom:16px}.services-list.type6 .item{flex-direction:column;width:320px;padding:0;transition:box-shadow .2s}.services-list.type6 .item:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-list.type6 .text{margin:16px 0}.services-list.type6 .img{min-width:320px;min-height:210px}.services-list.type6 .content{margin:0;margin-top:26px;padding:0px 32px 32px}.services-list.type6 a{color:#323237}.services-list.type6 a:hover{color:#5ba508}.services-list.type6 .services-section{margin-bottom:56px}.services-list.type6 .items{margin:0}.services-list.type6 .items .item ul{margin:0;padding:0;color:#4a4a4f}.services-list.type6 .items .item ul li{margin-right:16px;margin-bottom:4px}.services-list.type6 .items .item .image{margin-bottom:24px}.services-list.type6 .items .item .name{margin-top:0;margin-bottom:16px}.services-list.type7 ul{margin:0;padding:0;list-style-type:none;flex-direction:row;flex-wrap:wrap;margin:0 -8px}.services-list.type7 ul>li{margin:0;padding:0}.services-list.type7 ul>li:after{display:none}.services-list.type7 .wrap{padding:0 8px;margin-bottom:16px}.services-list.type7 .item{flex-direction:column;width:320px;padding:0;transition:box-shadow .2s}.services-list.type7 .item:hover{border:1px solid transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-list.type7 .text{margin:16px 0}.services-list.type7 .img{min-width:320px;min-height:210px}.services-list.type7 .content{margin:0;margin-top:26px;padding:0px 32px 32px}.services-list.type7 a{color:#323237}.services-list.type7 a:hover{color:#5ba508}.services-list.type7 .services-section{margin-bottom:56px}.services-list.type7 .items{margin:0}.services-list.type7 .items .item ul{margin:0;padding:0;color:#4a4a4f}.services-list.type7 .items .item ul li{margin-right:16px;margin-bottom:4px}.services-list.type7 .items .item .image{margin-bottom:24px}.services-list.type7 .items .item .name{margin-top:0;margin-bottom:16px}.load-documents.documents h4{margin-bottom:32px}.load-documents.documents .wrap{margin-bottom:0}.load-documents.documents .wrap .document{padding:0;width:282px;margin-right:32px;border:none}.load-documents.documents .wrap .document:last-of-type{margin-right:0}.load-documents.documents .wrap .document:hover{box-shadow:none}.requisites{padding:40px;border:1px solid #e1e1e6}.requisites p{margin-bottom:32px}.requisites table{color:#4a4a4f;margin-bottom:40px}.requisites table th,.requisites table td{margin-left:16px}.requisites table tr,.requisites table th{border-bottom:1px solid #e1e1e6}.company-history{border:1px solid #e1e1e6;padding:40px}.company-history p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;padding-bottom:40px;margin:0}.company-history .text{margin:0 0 0 120px;border-bottom:1px solid #e1e1e6;padding-bottom:40px;width:100%}.company-history .history-block{position:relative;display:flex;margin-top:40px}.company-history .history-block:after{content:'';top:10px;left:7px;height:calc(100% + 40px);width:2px;background-color:#e1e1e6;position:absolute;z-index:5}.company-history .history-block:last-of-type:after{content:none}.company-history .history-block:last-of-type .text{border-bottom:none;padding-bottom:0}.company-history .history-block:first-of-type{padding-top:40px;margin-top:0;border-top:1px solid #e1e1e6}.company-history .history-block:first-of-type .date-wrap{margin-top:0}.company-history .history-block:first-of-type:after{top:50px;height:100%}.company-history .date-wrap{width:88px;min-width:88px;max-width:88px;display:flex;align-items:flex-start}.company-history .date-wrap .title{margin-bottom:0;margin-left:40px}.company-history .date-wrap .title.no-year{margin-left:118px}.company-history .date-wrap .date{display:flex;align-items:flex-start}.company-history .date-wrap .date .dot{display:inline-block;width:16px;height:16px;border-radius:8px;position:relative;background-color:#5ba508;z-index:10}.company-history .date-wrap .date .dot:after{content:'';display:inline-block;width:8px;height:8px;margin-left:calc(100% - 12px);margin-bottom:calc(100% - 10px);border-radius:4px;background-color:#fff}.company-history .date-wrap .date .num{font-size:20px;line-height:28px;font-weight:500;letter-spacing:0;text-decoration:none;color:#5ba508;margin-left:16px}.owl-nav-mobile{display:none}.nav-mobile{display:none}.catalog-section p{margin-bottom:24px}.catalog-section p:last-of-type{margin:0}.catalog-section .item-description{border:1px solid #e1e1e6;padding:32px;margin:-1px 0 40px 0;display:flex}.catalog-section .item-description .image{min-width:64px;height:64px}.catalog-section .item-description .image img{width:auto;height:100%}.catalog-section .item-description .text{color:#4a4a4f;margin-left:24px}.catalog-section .text h3{margin-bottom:24px}.catalog-section .tab-pane{width:100%;min-width:100%;flex:auto}.catalog-section .tab-pane .order-list{width:100%;min-width:100%;flex:auto}.catalog-section .buttons.buttons-more{width:100%;margin-bottom:56px}.catalog-section .buttons.buttons-more .btn{width:100%;justify-content:center;border:1px solid #e1e1e6;border-radius:0}.catalog-section .buttons.buttons-more .btn:hover{border:1px solid #5ba508}.catalog-section .order-list{position:sticky;float:right;top:0;margin-left:40px;width:406px;padding:32px;border:1px solid #e1e1e6}.catalog-section .order-list .title-wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.catalog-section .order-list .title-wrap .title{margin-bottom:0}.catalog-section .order-list .clear{color:#6c6c71;text-decoration:none}.catalog-section .order-list .items{margin-bottom:16px}.catalog-section .order-list .item{padding:16px 0 24px;position:relative;border-bottom:1px solid #e1e1e6}.catalog-section .order-list .item:first-of-type{border-top:1px solid #e1e1e6}.catalog-section .order-list .btn-close{position:absolute;right:0;top:16px}.catalog-section .order-list .btn-close i{text-decoration:none;color:#191928}.catalog-section .order-list .btn-close:hover{text-decoration:none}.catalog-section .order-list .input-container{max-width:98px}.catalog-section .order-list .input-container .numbers{max-width:98px}.catalog-section .order-list .input-container .spinner-arrows-container .arrow-up,.catalog-section .order-list .input-container .spinner-arrows-container .arrow-down{font-size:18px}.catalog-section .order-list .price-wrap{text-align:right}.catalog-section .order-list .item-title{max-width:80%;margin-bottom:4px}.catalog-section .order-list .price-caption{margin-bottom:24px;color:#6c6c71}.catalog-section .order-list .sum-container{margin:0 0 24px 0}.catalog-section .order-list .errors-container{color:#f42;margin-bottom:16px}.catalog-section .order-list .buttons{position:relative;margin:24px 0 32px 0}.catalog-section .order-list .buttons .btn{width:100%;justify-content:center;margin-bottom:8px}.catalog-section .order-list .buttons .btn:last-of-type{margin-bottom:0}.catalog-section .order-list .buttons .btn i{font-size:18px;margin-right:8px;text-align:center;justify-content:center;display:flex;align-items:center}.catalog-section .order-list .buttons .btn-order{color:#fff}.catalog-section .order-list .buttons .success-copy{color:#fff;background-color:#2a3;box-shadow:none}.catalog-section .order-list .buttons .success-copy i{font-size:22px}.catalog-section .order-list .buttons .success-copy i:before{content:'\eb34'}.catalog-section .order-list .description{color:#4a4a4f}.catalog-section .order-list .text{color:#6c6c71}.catalog-section .order-list .copy-link-container{position:absolute;top:-60px;left:0;right:0;padding:16px;background-color:#fff;border-radius:4px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);display:none}.catalog-section .order-list .copy-link-container.open{display:block}.catalog-section .order-list .copy-link-container .title{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin-bottom:8px;color:#4a4a4f}.catalog-section .order-list .copy-link-container .form-control{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;background-color:#f8f8fa}.catalog-section .table{margin-bottom:0}.catalog-section .table-wrap{padding:0 32px;display:flex;position:relative;margin-bottom:16px;margin-top:-1px;border:1px solid #e1e1e6}.catalog-section .table-wrap .img{width:40px;height:40px;display:block}.catalog-section .table-wrap .img img{max-width:100%;max-height:100%}.catalog-section .table-wrap td{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;padding:16px 0px;vertical-align:middle}.catalog-section .table-wrap td .price,.catalog-section .table-wrap td .old-price{text-align:right;padding-right:16px;white-space:nowrap}.catalog-section .table-wrap td .price{color:#4a4a4f}.catalog-section .table-wrap td:first-of-type,.catalog-section .table-wrap th:first-of-type{padding-right:16px}.catalog-section .table-wrap td:nth-of-type(2) a{color:#5ba508;text-decoration:none}.catalog-section .table-wrap td:nth-of-type(2) a:hover{text-decoration:none}.catalog-section .table-wrap th:nth-of-type(8){text-align:right;padding-right:16px}.catalog-section .table-wrap th:last-of-type,.catalog-section .table-wrap td:last-of-type{text-align:right;white-space:nowrap}.catalog-section .table-wrap td:last-of-type{padding:16px 0}.catalog-section .table-wrap th{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;padding:16px 8px 16px 0;border:none}.catalog-section .table-wrap .buttons{justify-content:flex-end;display:flex}.catalog-section .btn-item{width:44px;display:flex;padding:15px;box-shadow:inset 0px 0px 0px 2px #e1e1e6;height:44px;justify-content:center;align-items:center}.catalog-section .btn-item i{font-size:24px;color:#191928}.catalog-section .btn-item.disabled i{color:#e1e1e6}.catalog-section .btn-add:hover{box-shadow:inset 0px 0px 0px 2px transparent}.catalog-section .btn-add:hover i{color:#fff}.catalog-section .btn-add i{width:24px}.catalog-section .btn-add.checked,.catalog-section .btn-add.checked:hover{box-shadow:inset 0px 0px 0px 2px #2a3;background-color:#2a3}.catalog-section .btn-add.checked i,.catalog-section .btn-add.checked:hover i{color:#fff}.catalog-section .btn-add.checked i:before,.catalog-section .btn-add.checked:hover i:before{content:"\eb34"}.catalog-section .btn-add::before{width:24px;display:block;height:24px}.catalog-section.type-1{display:flex}.catalog-section.type-2{display:flex}.catalog-section.type-2 .product-items{margin-bottom:16px}.catalog-section.type-2 .item-description{margin-bottom:0;align-items:center}.catalog-section.type-2 .item-price{margin-left:auto;margin-right:32px}.catalog-section.type-2 .image{margin-right:24px}.catalog-section.type-2 .title-block{max-width:66%}.catalog-section.type-2 .title-block .item-info{display:flex;flex-wrap:wrap;color:#6c6c71}.catalog-section.type-2 .title-block .item-info>li{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;margin-right:16px}.catalog-section.type-2 .title-block .title{margin-bottom:6px}.catalog-section.type-2 .accordeon-head .item-description:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.catalog-section.type-2 .accordeon-head .item-description>.buttons .btn-item{margin-left:auto;box-shadow:none}.catalog-section.type-2 .accordeon-head:hover{box-shadow:none}.catalog-section.type-2 .accordeon-head.opened .item-description .btn-item i:before{content:"\ea67"}.catalog-section.type-2 th,.catalog-section.type-2 td{padding-right:16px}.catalog-section.type-2 th:last-of-type{text-align:right}.catalog-section.type-2 th:last-of-type,.catalog-section.type-2 td:last-of-type{padding-right:0}.catalog-section.type-2 td:nth-of-type(2){color:#323237}.catalog-section.type-2 th:nth-of-type(2){width:46%}.catalog-section.type-2 .accordeon-body{margin-top:-1px;padding:0}.catalog-section.type-2 .accordeon-body .table-wrap{margin:-1px -1px 0 -1px}.full-main-menu-popup .inner .search-fast-result{height:-moz-fit-content}.full-main-menu-popup .inner .search-fast-result .scrollbar-inner:empty{height:0 !important}.filter-link{padding:24px 32px;display:flex;width:auto;height:100%}.filter-link:hover{cursor:pointer}.filter-link.opened{padding-bottom:0}.filter-link.opened>.icon-2::before{content:"\ea49"}.filter-link>.icon-2{font-size:24px;font-weight:700}.sort,.dropdown-selector{background-color:#fff}.sort.open,.dropdown-selector.open{z-index:22}.sort .bootstrap-select .dropdown .dropdown-toggle,.dropdown-selector .bootstrap-select .dropdown .dropdown-toggle{border-bottom:none;height:auto}.sort .bootstrap-select .dropdown .dropdown-toggle .filter-option,.dropdown-selector .bootstrap-select .dropdown .dropdown-toggle .filter-option{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;border-bottom:1px dotted #4a4a4f;overflow:visible;display:flex;align-items:center;max-width:200px}.sort .bootstrap-select .dropdown.show .dropdown-toggle,.dropdown-selector .bootstrap-select .dropdown.show .dropdown-toggle{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.sort .bootstrap-select .dropdown .dropdown-menu li a span.text,.dropdown-selector .bootstrap-select .dropdown .dropdown-menu li a span.text{white-space:normal}.sort.light,.dropdown-selector.light{padding:0;margin:0}.sort .bootstrap-select .dropdown .dropdown-toggle,.dropdown-selector .bootstrap-select .dropdown .dropdown-toggle{padding:16px;padding-right:24px}.sort{position:relative;display:block}.sort .action-title{padding:24px 32px}.sort .action-title:hover{color:#4a4a4f}.sort .sort-list{position:absolute;opacity:0;overflow:hidden;height:0;margin-top:-16px;width:unset;background-color:#fff;z-index:1;min-width:100%;transition-timing-function:ease-in;transition:.15s}.sort .sort-list .link{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;white-space:nowrap}.sort .sort-list .link:hover{background-color:#f5f5f7}.sort .sort-list .link:hover a{color:#5ba508}.sort .sort-list .link a{color:#4a4a4f;text-decoration:none;display:block;width:100%;padding:8px 16px;height:100%}.sort.open .action-title i::before{content:"\ea67"}.sort.open .sort-list{height:auto;opacity:1;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.range-control .form-row:not(:only-child):first-of-type{margin-bottom:24px}.range-control .form-row .col{padding:0}.range-control .form-row .col .min-price{width:101%;border-right:none;border-top-right-radius:0;border-bottom-right-radius:0}.range-control .form-row .col .max-price{margin-left:-1%;width:101%;border-left:none;position:relative;border-top-left-radius:0;border-bottom-left-radius:0}.range-control .form-row .col:nth-of-type(2):before{content:"";position:absolute;border-left:1px solid #e1e1e6;display:block;left:-4px;cursor:auto;height:100%;width:1px;z-index:1}.range-control .min-value-caption,.range-control .max-value-caption{color:#6c6c71}.slidecontainer{width:calc(100% - 26px);margin-left:12px}.slider.slider-horizontal{width:100%;margin-bottom:8px}.slider.slider-horizontal .slider-track{height:2px;top:70%;background:none;box-shadow:none}.slider.slider-horizontal .slider-track .slider-track-low,.slider.slider-horizontal .slider-track .slider-selection,.slider.slider-horizontal .slider-track .slider-track-high{background-image:none}.slider.slider-horizontal .slider-track .slider-selection{box-shadow:1px 2px #5ba508}.slider.slider-horizontal .slider-track .slider-track-low,.slider.slider-horizontal .slider-track .slider-track-high{box-shadow:1px 2px #e1e1e6}.slider.slider-horizontal .slider-handle{width:24px;height:24px;display:flex;justify-content:center;align-items:center;background:#5ba508}.slider.slider-horizontal .slider-handle::after{content:"";background:#fff;height:20px;display:block;width:20px;border-radius:100%}.actions-row+.actions-row{border:1px solid #e1e1e6;border-top:none}.blocks .actions-row .action-block.showing .buttons a:nth-of-type(1) i{color:#19191e}.list .actions-row .action-block.showing .buttons a:nth-of-type(2) i{color:#19191e}.sheets .actions-row .action-block.showing .buttons a:nth-of-type(3) i{color:#19191e}.actions-row{display:flex;border:1px solid #e1e1e6;align-items:center;border-bottom:none;position:relative}.actions-row.type-3 .action-block:first-of-type{margin-right:0}.actions-row .showing{margin-left:auto;margin-right:32px;display:flex;align-items:center}.actions-row .showing .buttons{display:flex}.actions-row .showing .buttons .icon:not(:last-of-type){margin-right:8px}.actions-row .showing .buttons .icon{padding:3px}.actions-row .showing .buttons .icon:hover i{color:#191928}.actions-row .showing .buttons i{color:#8f8f9d;display:flex;font-size:20px;height:18px;width:18px;justify-content:center;align-items:center}.actions-row .filter-window,.actions-row .filter-container-horizontal{opacity:0;height:0;overflow:hidden}.actions-row .filter-window .filter-window,.actions-row .filter-container-horizontal .filter-window{position:absolute;opacity:0;left:0;height:0;top:100%;width:calc(100% + 1px);z-index:21}.actions-row .filter-window.active,.actions-row .filter-container-horizontal.active{opacity:1;height:auto;left:0}.actions-row .filter-window.active .filter-window,.actions-row .filter-container-horizontal.active .filter-window{opacity:1;left:0;height:auto}.action-title{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;display:flex;margin-bottom:1px;padding:24px 0 24px 32px;text-decoration:none;color:#4a4a4f}.action-title i{border:none;font-size:16px}.action-title .icon-1{margin-right:8px}.action-title .icon-2{margin-left:8px}.action-title .filter-title{border-bottom:1px dotted}.action-title:hover{text-decoration:none;color:#4a4a4f}.quick-filter-links{display:flex;position:relative;width:100%;padding:24px 32px;border-top:none}.quick-filter-links .link:not(:last-of-type){margin-right:4px}.quick-filter-links .link:hover a{text-decoration:none;color:#323237}.quick-filter-links .link a{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f;padding:8px 16px;background-color:#f5f5f7;display:block;width:100%}.quick-filter-links::after{content:"";width:calc(100% - 64px);position:absolute;height:1px;left:32px;top:-1px;background-color:#e1e1e6}.custom-checkbox{padding:0}.custom-checkbox .custom-control-input:checked~.custom-control-label:before,.custom-checkbox .custom-control-input:checked~.custom-control-label:after{border:2px solid #5ba508;background-color:#5ba508}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:none;content:"\eb34";display:flex;justify-content:center;align-items:center;color:white;font-weight:800;font-size:18px;font-family:remixicon}.custom-checkbox .custom-control-label{display:block;margin-right:11px;padding-right:40px}.custom-checkbox .custom-control-label:before,.custom-checkbox .custom-control-label:after{right:0;left:auto;top:0;border:2px solid #8f8f9d;border-radius:2px;width:24px;height:24px}.custom-checkbox:not(:last-of-type){margin-bottom:16px}.form-check-input{border-color:#8f8f9d;width:24px;margin:0;right:0;height:24px;border-radius:2px}.form-check-input:hover:before{border-color:#5ba508}.custom-checkbox.reversed .custom-control-label{padding-left:36px;padding-right:0}.custom-checkbox.reversed .custom-control-label:before,.custom-checkbox.reversed .custom-control-label:after{right:auto;left:0}.form-check.custom-radio{padding-left:0}.form-check.custom-radio .form-check-input[type="radio"]+label:before,.form-check.custom-radio .form-check-input[type="radio"]+label:after{top:0;left:0}.form-check.custom-radio .form-check-input{right:auto;left:0}.form-check.custom-radio .form-check-label{padding-left:36px;margin-bottom:16px;position:relative}.form-check{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;display:flex;flex-direction:column}.form-check:last-of-type{margin-bottom:0}.form-check .custom-checkbox.checkbox-as-icon{width:24px;height:24px;margin:0 4px 0 0}.form-check .custom-checkbox.checkbox-as-icon .custom-control-input:checked~.custom-control-label:before{background-color:transparent;border-radius:4px}.form-check .custom-checkbox.checkbox-as-icon .custom-control-input:checked~.custom-control-label::after{background-color:transparent;color:transparent}.form-check .custom-checkbox.checkbox-as-icon .custom-control-label{padding-right:0;margin-right:0}.form-check .custom-checkbox.checkbox-as-icon .custom-control-label .checkbox-icon{min-width:18px;height:18px;margin:3px;border:1px solid #fff}.form-check .custom-checkbox.checkbox-as-icon .custom-control-label:before{background-color:transparent;border-radius:4px}.form-check .custom-checkbox.checkbox-as-icon .custom-control-label::after{background-color:transparent;color:transparent}.filter-window{border:1px solid #e1e1e6;background-color:#fff;position:relative;margin:-1px}.filter-window .filter-link.open{box-shadow:none;background-color:transparent}.filter-window .filter-link.open~.accordeon-body{height:auto;padding:0 32px 24px 32px;opacity:1}.filter-window .accordeon-body{display:block;box-shadow:none;overflow:hidden;opacity:0;height:0}.filter-window .accordeon-head.open{height:auto;opacity:1}.filter-window .accordeon-head.open .sub{overflow:visible;height:auto;opacity:1}.filter-window .accordeon-head:hover{box-shadow:none}.filter-window a{color:#4a4a4f;text-decoration:none}.filter-window .accordeon-head .filter-link{margin-bottom:1px}.filter-window .accordeon-head .filter-link .text{font-size:16px;line-height:24px;font-weight:500;letter-spacing:0;text-decoration:none;border-bottom:none}.filter-window .accordeon-head .accordeon-body{border:1px solid transparent;margin-left:0;margin-bottom:0;padding:0}.filter-window .accordeon-head:not(:last-of-type):after{content:"";display:block;position:absolute;width:100%;height:1px;border-bottom:1px solid #e1e1e6}.filter-window .accordeon-head.open .accordeon-body{padding:0 32px 24px 32px}.filter-window .toogle-check{margin:0}.filter-window .filter-block{display:block}.filter-window .filter-block .accordeon-head{width:100%}.filter-window .filter-block .accordeon-head:not(:last-of-type):after{content:"";display:block;position:absolute;width:calc(100% + 64px);left:-32px;height:1px;border-bottom:1px solid #e1e1e6}.filter-window .filter-block .accordeon-head:hover,.filter-window .filter-block .accordeon-head .filter-link{box-shadow:none}.filter-window .filter-block .accordeon-head .filter-link{width:100%;padding:24px 0;display:flex}.filter-window .filter-block .accordeon-head .accordeon-body{padding:0 0 24px 0;border:transparent;margin-left:-1px;box-shadow:none;position:static}.filter-window .filter-block.open .filter-link i::before{content:"\ea49"}.filter-window .filter-link i{margin-left:auto}.filter-window .buttons{display:flex}.filter-window .buttons .btn-apply{font-size:12px;line-height:20px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#fff;width:100%;border-radius:0;justify-content:center;padding:26px 24px}.filter-window .buttons .btn-refresh{padding:24px;border-radius:0}.filter-window .buttons .btn-refresh .icon-refresh-line{font-size:24px;width:24px;height:24px}.filter-window .buttons .btn-refresh:hover{background-color:#f8f8fa;color:#8f8f9d}@media all and (-ms-high-contrast:none){.rate-card .rate-information-list li>.item{display:inline-flex !important;width:100%}.rates-section.type-7 .item .title-info,.rates-section.type-8 .item .title-info,.rates-section.type-9 .item .title-info{margin-top:108px}.catalog-section .buttons .btn-add i{margin:-6px}.catalog-section .order-list .input-container .numbers{padding-bottom:16px}.rate-card .buttons{width:101%}.product-wrapper .product-card .footer-button.has-counter .button-container.buy-block .to-cart{padding:12px 23px}.product-wrapper .product-card .footer-button .button-container.buy-block .counter-wrapper .count{padding:12px 0px 12px 11px !important}.full-main-menu-popup .inner .search-line .search-form .buttons button{color:transparent}.top-banners-section .small-banners .item{align-items:flex-end}.top-banners-section .small-banners .item .text-container{margin-top:0}.header.type1 .main-header .menu .menu-list-0>li.sub-full-width,.header.type2 .main-header .menu .menu-list-0>li.sub-full-width,.header.type3 .main-header .menu .menu-list-0>li.sub-full-width,.header.type4 .main-header .menu .menu-list-0>li.sub-full-width,.header.type5 .main-header .menu .menu-list-0>li.sub-full-width,.header.type6 .main-header .menu .menu-list-0>li.sub-full-width,.header.type7 .main-header .menu .menu-list-0>li.sub-full-width,.header.type8 .main-header .menu .menu-list-0>li.sub-full-width,.header.type9 .main-header .menu .menu-list-0>li.sub-full-width,.header.type10 .main-header .menu .menu-list-0>li.sub-full-width,.header.type11 .main-header .menu .menu-list-0>li.sub-full-width,.header.type12 .main-header .menu .menu-list-0>li.sub-full-width,.header.type13 .main-header .menu .menu-list-0>li.sub-full-width,.header.type14 .main-header .menu .menu-list-0>li.sub-full-width,.header.type15 .main-header .menu .menu-list-0>li.sub-full-width,.header.type16 .main-header .menu .menu-list-0>li.sub-full-width,.header.type1-fixed .main-header .menu .menu-list-0>li.sub-full-width,.header.type2-fixed .main-header .menu .menu-list-0>li.sub-full-width{position:static;left:0}.header .search-header .search-line .search-form .buttons button{display:block}.transparent-header .header.black.type1 .top-header .socials .icon-vk,.transparent-header .header.black.type2 .top-header .socials .icon-vk,.transparent-header .header.black.type3 .top-header .socials .icon-vk,.transparent-header .header.black.type4 .top-header .socials .icon-vk,.transparent-header .header.black.type5 .top-header .socials .icon-vk,.transparent-header .header.black.type6 .top-header .socials .icon-vk,.transparent-header .header.black.type11 .top-header .socials .icon-vk,.transparent-header .header.black.type14 .top-header .socials .icon-vk,.transparent-header .header.black.type15 .top-header .socials .icon-vk{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='black'/%3E%3C/svg%3E%0A")}.transparent-header .header.black.type1 .top-header .socials .icon-ok,.transparent-header .header.black.type2 .top-header .socials .icon-ok,.transparent-header .header.black.type3 .top-header .socials .icon-ok,.transparent-header .header.black.type4 .top-header .socials .icon-ok,.transparent-header .header.black.type5 .top-header .socials .icon-ok,.transparent-header .header.black.type6 .top-header .socials .icon-ok,.transparent-header .header.black.type11 .top-header .socials .icon-ok,.transparent-header .header.black.type14 .top-header .socials .icon-ok,.transparent-header .header.black.type15 .top-header .socials .icon-ok{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='black'/%3E%3C/svg%3E%0A")}.header.type1 .top-header .socials .icon-vk,.header.type4 .top-header .socials .icon-vk,.header.type5 .top-header .socials .icon-vk,.header.type6 .top-header .socials .icon-vk,.header.type8 .top-header .socials .icon-vk,.header.type10 .top-header .socials .icon-vk,.header.type11 .top-header .socials .icon-vk,.header.type14 .top-header .socials .icon-vk,.header.type15 .top-header .socials .icon-vk{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='black'/%3E%3C/svg%3E%0A")}.header.type1 .top-header .socials .icon-ok,.header.type4 .top-header .socials .icon-ok,.header.type5 .top-header .socials .icon-ok,.header.type6 .top-header .socials .icon-ok,.header.type8 .top-header .socials .icon-ok,.header.type10 .top-header .socials .icon-ok,.header.type11 .top-header .socials .icon-ok,.header.type14 .top-header .socials .icon-ok,.header.type15 .top-header .socials .icon-ok{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='black'/%3E%3C/svg%3E%0A")}.header.type1 .main-header .menu .full-sub .item .links>a,.header.type4 .main-header .menu .full-sub .item .links>a,.header.type5 .main-header .menu .full-sub .item .links>a,.header.type6 .main-header .menu .full-sub .item .links>a,.header.type8 .main-header .menu .full-sub .item .links>a,.header.type10 .main-header .menu .full-sub .item .links>a,.header.type11 .main-header .menu .full-sub .item .links>a,.header.type14 .main-header .menu .full-sub .item .links>a,.header.type15 .main-header .menu .full-sub .item .links>a{align-self:flex-start}.header.type1-fixed .main-header .menu .full-sub .item .links>a,.header.type2-fixed .main-header .menu .full-sub .item .links>a{align-self:flex-start}.header.type2-fixed .main-header .search-header{top:0;width:50%}.transparent-header .header:not(.black).type1 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type2 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type3 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type4 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type5 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type6 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type11 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type14 .top-header .socials .icon-vk,.transparent-header .header:not(.black).type15 .top-header .socials .icon-vk{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.transparent-header .header:not(.black).type1 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type2 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type3 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type4 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type5 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type6 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type11 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type14 .top-header .socials .icon-ok,.transparent-header .header:not(.black).type15 .top-header .socials .icon-ok{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='%23fff'/%3E%3C/svg%3E%0A")}.footer:not(.dark) .socials .icon-vk{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='black'/%3E%3C/svg%3E%0A")}.footer:not(.dark) .socials .icon-ok{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='black'/%3E%3C/svg%3E%0A")}.item-views.block-2 .items .item-wrap-block .item-wrap{flex-basis:auto !important}}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){th:last-of-type,td:last-of-type{position:static !important}.table{width:100% !important;overflow-y:hidden}.table-wrap{overflow-y:hidden}.table-wrap:after{content:none !important}}}@-moz-document url-prefix(){.left-block-wrap{width:calc(100% - 336px)}.content-wrapper .row>.col.left-block-wrap{max-width:calc(100% - 336px)}.content-wrapper .item-card>.row>.col.left-block-wrap{max-width:calc(100% - 336px)}.bootstrap-select .dropdown-toggle .filter-option{display:flex;align-items:center}}.instagram-section .section-name{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}.instagram-section .section-name .title{color:#19191e;margin-top:0}.instagram-section .section-name .all{text-decoration:none;color:#8f8f9d}.instagram-section .section-name .all:hover{color:#5ba508}.instagram-section .items .owl-stage-outer{z-index:5}.instagram-section .item a{display:flex;justify-content:center;align-items:center;height:100%}.instagram-section .item a .image{position:relative;padding:100% 0 0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.instagram-section .items:not(.owl-loaded){display:flex}.instagram-section .scrollbar-inner{max-height:calc(100% - 32px)}.instagram-section .scrollbar-inner>.scroll-element.scroll-y{margin-top:30px;height:90%;right:24px;top:0;width:1px}.instagram-section .scrollbar-inner>.scroll-element .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,0.11)}.instagram-section .scrollbar-inner>.scroll-element .scroll-bar{height:40px !important;background-color:#5ba508}.instagram-section .owl-nav{position:absolute;top:calc(50% - 22px);display:flex;width:100%;box-sizing:border-box;padding:0 7px}.instagram-section .owl-nav .btn{border-radius:2px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);font-size:24px}.instagram-section .owl-prev{z-index:10}.instagram-section .owl-next{margin-left:auto;z-index:10}.instagram-section.type1 .item a{opacity:1;transition:0.3s}.instagram-section.type1 .item a:hover{opacity:0.8}.instagram-section.type2 .items:not(.owl-loaded) .item{width:332px;height:332px}.instagram-section.type2 .item a:hover .text_wrapper{opacity:1}.instagram-section.type2 .item a .text_wrapper{position:absolute;top:0;left:0;background-color:#fff;height:100%;width:100%;opacity:0;transition:0.2s}.instagram-section.type2 .item a .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:20%}.instagram-section.type2 .item a .text_wrapper:before{content:"";display:block;position:absolute;left:0;right:0;top:0;height:30px;background-color:#fff;z-index:1}.instagram-section.type2 .item a .text_wrapper .text{position:relative;top:0;left:0;right:0;display:block;margin:30px 24px 0 32px;padding-right:24px;padding-bottom:15px;font-style:normal;color:#4a4a4f;overflow-y:auto;max-height:80%;background-color:#fff}.instagram-section.type2 .item a .text_wrapper .text span{display:block;font-style:normal;color:#6c6c71;margin-bottom:16px}.instagram-section.type2 .owl-prev{margin-left:-28px}.instagram-section.type2 .owl-next{margin-right:-30px}.instagram-section.type3 .items:not(.owl-loaded) .item{width:432px;height:432px;margin:0 16px 16px 0}.instagram-section.type3 .item a:hover .text_wrapper{opacity:1}.instagram-section.type3 .item a .text_wrapper{position:absolute;top:0;left:0;background-color:#fff;height:100%;width:100%;opacity:0;transition:0.2s}.instagram-section.type3 .item a .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:15%}.instagram-section.type3 .item a .text_wrapper:before{content:"";display:block;position:absolute;left:0;right:0;top:0;height:30px;background-color:#fff;z-index:1}.instagram-section.type3 .item a .text_wrapper .text{position:relative;top:0;left:0;right:0;display:block;margin:30px 24px 0 32px;padding-right:24px;padding-bottom:15px;font-style:normal;color:#4a4a4f;overflow-y:auto;max-height:80%;background-color:#fff}.instagram-section.type3 .item a .text_wrapper .text span{display:block;font-style:normal;color:#6c6c71;margin-bottom:16px}.instagram-section.type3 .owl-prev{margin-left:-27px}.instagram-section.type3 .owl-next{margin-right:-29px}.instagram-section.type4 .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:32px}.instagram-section.type4 .section-name .title{color:#19191e;margin-top:0}.instagram-section.type4 .section-name .all{text-decoration:none;margin-left:24px;color:#8f8f9d}.instagram-section.type4 .section-name .all:hover{color:#5ba508}.instagram-section.type4 .item a{opacity:1;transition:0.3s}.instagram-section.type4 .item a:hover{opacity:0.8}.news-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px}.news-section .section-name .title{color:#19191e;margin:0}.news-section .section-name .all{text-decoration:none;margin-left:26px;color:#8f8f9d}.news-section .section-name .all:hover{color:#5ba508}.news-section .description{margin-bottom:32px;color:#4a4a4f}.news-section .item{position:relative;width:100%;min-width:272px;background-color:#fff;transition:box-shadow .2s}.news-section .item:hover{box-shadow:0px 4px 16px rgba(0,0,0,0.1)}.news-section .item:not(:hover){box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.news-section .item .bg-image{width:100%;height:200px;background-size:cover;background-repeat:no-repeat;background-position:center}.news-section .item .img{display:flex;justify-content:center;align-items:center;height:200px;width:100%}.news-section .item .img .image{position:relative;width:320px;height:200px;background-size:cover;background-repeat:no-repeat;background-position:center}.news-section .items{display:flex}.news-section .items .owl-stage-outer{margin:-16px -15px -16px -16px;padding:16px;z-index:5}.news-section .items:not(.owl-loaded){display:flex}.news-section .items:not(.owl-loaded) .item{width:320px;margin:0 16px 16px 0}.news-section .items:not(.owl-loaded) .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.news-section .owl-nav{position:absolute;top:calc(50% - 30px);left:0;display:flex;width:100%;box-sizing:border-box;padding:0 12px}.news-section .owl-nav .btn{box-shadow:0px 4px 32px rgba(0,0,0,0.1);font-size:24px}.news-section .owl-prev{margin-left:-28px;z-index:10}.news-section .owl-next{margin-left:auto;margin-right:-29px;z-index:10}.news-section .owl-item{display:flex;justify-content:center}.news-section .owl-stage{display:flex;height:100%}.news-section .scrollbar-inner>.scroll-element.scroll-y{top:0;width:1px}.news-section .scrollbar-inner>.scroll-element .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,0.11)}.news-section .scrollbar-inner>.scroll-element .scroll-bar{height:40px !important;background-color:#5ba508}.news-section.type1 .item .content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:26px 32px 24px}.news-section.type1 .item .content .news{margin-bottom:4px;color:#6c6c71}.news-section.type1 .item .content .name{margin-bottom:25px}.news-section.type1 .item .content .name a{color:#323237}.news-section.type1 .item .content .name a:hover{color:#5ba508;text-decoration:none}.news-section.type1 .item .content .date{margin-top:auto;color:#6c6c71}.news-section.type2 .blog-items .item:hover .content{border-color:transparent}.news-section.type2 .blog-items .item .content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:26px 32px 24px;border:1px solid #e1e1e6;border-top:none}.news-section.type2 .blog-items .item .content .news{margin-bottom:4px;color:#6c6c71}.news-section.type2 .blog-items .item .content .name{margin-bottom:25px}.news-section.type2 .blog-items .item .content .name a{color:#323237}.news-section.type2 .blog-items .item .content .name a:hover{color:#5ba508;text-decoration:none}.news-section.type2 .blog-items .item .content .date{margin-top:auto;color:#6c6c71}.news-section.type2 .vk-fb-items .item .img{flex-direction:column;height:352px}.news-section.type2 .vk-fb-items .item .img .text_wrapper{position:relative;width:100%;height:152px;padding:28px 21px 28px 32px;border:1px solid #e1e1e6;border-top:none}.news-section.type2 .vk-fb-items .item .img .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:50%}.news-section.type2 .vk-fb-items .item .img .text-preview{max-height:100%;overflow:hidden;color:#4a4a4f}.news-section.type2 .vk-fb-items .item .img .text{display:none}.news-section.type2 .vk-fb-items .item .img:hover .text_wrapper{position:absolute;top:0;left:0;height:100%;background-color:#fff;border-color:transparent}.news-section.type2 .vk-fb-items .item .img:hover .text_wrapper:after{height:15%}.news-section.type2 .vk-fb-items .item .img:hover .text_wrapper .text-preview{display:none}.news-section.type2 .vk-fb-items .item .img:hover .text_wrapper .text{display:block;max-height:100%;padding-right:24px;padding-bottom:10px;color:#4a4a4f}.news-section.type2 .instagram-items .item .img{flex-direction:column;height:472px}.news-section.type2 .instagram-items .item .img .image{height:320px}.news-section.type2 .instagram-items .item .img .text_wrapper{position:relative;width:100%;height:152px;padding:28px 21px 28px 32px;border:1px solid #e1e1e6;border-top:none}.news-section.type2 .instagram-items .item .img .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:50%}.news-section.type2 .instagram-items .item .img .text-preview{max-height:100%;overflow:hidden;color:#4a4a4f}.news-section.type2 .instagram-items .item .img .text{display:none}.news-section.type2 .instagram-items .item .img:hover .text_wrapper{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#fff;border-color:transparent}.news-section.type2 .instagram-items .item .img:hover .text_wrapper:after{height:12%}.news-section.type2 .instagram-items .item .img:hover .text_wrapper .text-preview{display:none}.news-section.type2 .instagram-items .item .img:hover .text_wrapper .text{display:block;max-height:100%;padding-right:24px;padding-bottom:15px;color:#4a4a4f}.news-section.type2 .instagram-items .owl-nav{top:calc(50% - 66px)}.news-section.type2 .youtube-items .item:hover .content{border-color:transparent}.news-section.type2 .youtube-items .item .content{display:flex;flex-direction:column;height:calc(100% - 200px);padding:26px 32px 24px;border:1px solid #e1e1e6;border-top:none}.news-section.type2 .youtube-items .item .content .name{margin-bottom:25px}.news-section.type2 .youtube-items .item .content .name a{color:#323237}.news-section.type2 .youtube-items .item .content .name a:hover{color:#5ba508;text-decoration:none}.container{max-width:1344px}.projects-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px}.projects-section .section-name .title{color:#19191e;margin:0}.projects-section .section-name .all{text-decoration:none;margin-left:24px;color:#8f8f9d}.projects-section .section-name .all:hover{color:#5ba508}.projects-section .description{margin-bottom:40px;color:#4a4a4f}.projects-section .item{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.projects-section .item:hover .text-container{opacity:0.95;transition-timing-function:ease-out;transition:0.5s;transform:translateY(0)}.projects-section .items{display:flex;flex-wrap:wrap}.projects-section .item .text-container{display:flex;flex-direction:column;justify-content:flex-end;position:absolute;bottom:0;left:0;width:100%;height:100%;padding:0 32px 26px;color:#fff;background-color:#5ba508;opacity:0;transform:translateY(100%);transition-timing-function:ease-in;transition:0.5s}.projects-section .item .text-container .caption{max-height:40px;overflow:hidden;color:#e1e1e6;margin-bottom:8px}.projects-section .item .text-container .title{max-height:170px;overflow:hidden}.projects-section .item .link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2}.projects-section.type1 .item{height:440px}.projects-section.type2 .item{height:320px}.projects-section.type2 .items .owl-stage-outer{z-index:5}.projects-section.type2 .owl-nav{top:calc(50% - 22px);padding:0 1.3%}.projects-section.type3{padding:56px 0 72px 0;border-top:1px solid #e1e1e6}.projects-section.type3 .item{width:100%;height:288px}.projects-section.type3 .items{margin:0 -8px}.projects-section.type3 .item-wrap{margin:8px 0;padding:0 8px}.rating-wrapper{min-width:116px}.rating-wrapper .rating .stars-current:before{content:'\efe6';font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#ec0}.rating-wrapper .current-0_5 .stars-current:nth-of-type(-n+1):before{content:'\efe2'}.rating-wrapper .current-1 .stars-current:nth-of-type(-n+1):before{content:'\efe1'}.rating-wrapper .current-1_5 .stars-current:nth-of-type(-n+1):before{content:'\efe1'}.rating-wrapper .current-1_5 .stars-current:nth-of-type(2):before{content:'\efe2'}.rating-wrapper .current-2 .stars-current:nth-of-type(-n+2):before{content:'\efe1'}.rating-wrapper .current-2_5 .stars-current:nth-of-type(-n+2):before{content:'\efe1'}.rating-wrapper .current-2_5 .stars-current:nth-of-type(3):before{content:'\efe2'}.rating-wrapper .current-3 .stars-current:nth-of-type(-n+3):before{content:'\efe1'}.rating-wrapper .current-3_5 .stars-current:nth-of-type(-n+3):before{content:'\efe1'}.rating-wrapper .current-3_5 .stars-current:nth-of-type(4):before{content:'\efe2'}.rating-wrapper .current-4 .stars-current:nth-of-type(-n+4):before{content:'\efe1'}.rating-wrapper .current-4_5 .stars-current:nth-of-type(-n+4):before{content:'\efe1'}.rating-wrapper .current-4_5 .stars-current:nth-of-type(5):before{content:'\efe2'}.rating-wrapper .current-5 .stars-current:before{content:'\efe1'}.width-1648 .reviews-section .item{min-width:575px}.left-block-wrap .reviews-section .item{min-width:350px}.reviews-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px}.reviews-section .section-name .title{color:#19191e;margin:0}.reviews-section .section-name .all{text-decoration:none;margin-left:24px;color:#8f8f9d}.reviews-section .section-name .all:hover{color:#5ba508}.reviews-section .description{margin-bottom:40px;color:#4a4a4f}.reviews-section .post{color:#6c6c71}.reviews-section .title{color:#323237}.reviews-section .owl-stage-outer{margin:0 -2px;padding:0 3px}.reviews-section .owl-stage{display:flex}.reviews-section .owl-nav{top:calc(50% - 87px);padding:0 12px}.reviews-section .owl-prev{margin-left:-27px}.reviews-section .owl-next{margin-right:-27px}.reviews-section .items:not(.owl-loaded){display:flex}.reviews-section .items:not(.owl-loaded) .item{width:656px;margin:0 16px 16px 0}.reviews-section .item{width:100%;padding-right:1px;min-width:450px;height:100%}.reviews-section .item .top-block{display:flex;flex-direction:column;min-height:276px;height:calc(100% - 8em);padding:24px 32px 31px;margin-bottom:24px;background-color:#fff;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.reviews-section .item .top-block .text{margin-bottom:24px;color:#4a4a4f;overflow:hidden}.reviews-section .item .top-block .rating-wrapper{margin-bottom:5px}.reviews-section .item .top-block .stars-current{margin-right:3.5px}.reviews-section .item .top-block .button{margin-top:0}.reviews-section .item .top-block .button .btn-s{padding:10px 22px}.reviews-section .item .icon-star-fill:before{color:#ec0}.reviews-section .item .icon-star-line1:after{color:#ec0}.reviews-section .item .bottom-block{display:flex;min-height:7em}.reviews-section .item .bottom-block .image-wrapper{position:relative;height:64px;margin-right:32px;margin-left:16px}.reviews-section .item .bottom-block .image-wrapper .photo{width:64px;height:64px;border-radius:100%;overflow:hidden;height:100%;background-position:top;background-repeat:no-repeat;background-size:contain}.reviews-section .item .bottom-block .image-wrapper:before{content:url('/bitrix/templates/prime_v2/less_compile/../images/icons/quotes.svg');position:absolute;left:0;top:0;width:23px;height:23px;background-color:#fff;border-radius:100%}.reviews-section .item .bottom-block .image-wrapper img{border-radius:100%;overflow:hidden}.reviews-section .item .bottom-block .image-wrapper .image{width:auto;max-width:196px;height:64px}.reviews-section .item .bottom-block .body-info .post{margin:8px 0 4px}.reviews-section .item.wlogo .image-wrapper{min-width:188px;max-width:188px}.reviews-section .item.wlogo .image-wrapper:before{display:none}.reviews-section .item.wlogo .image-wrapper .image{background-size:contain;border-radius:0}.reviews-items .item{margin-bottom:16px;padding:40px 44px 34px 40px;background-color:#fff;border:1px solid #e1e1e6}.reviews-items .item:last-of-type{margin-bottom:0}.reviews-items .item .post{color:#6c6c71}.reviews-items .item .title{color:#323237}.reviews-items .item .date{color:#6c6c71}.reviews-items .item .stars-current{font-size:20px}.reviews-items .item .icon-star-fill:before{color:#ec0}.reviews-items .item .icon-star-line1:after{color:#ec0}.reviews-items .item .image-wrapper{position:relative;min-width:80px;height:80px;margin-right:32px}.reviews-items .item .image-wrapper:before{content:url('/bitrix/templates/prime_v2/less_compile/../images/icons/quotes.svg');position:absolute;left:0;bottom:0;width:24px;height:24px;background-color:#fff;border-radius:100%}.reviews-items .item .image-wrapper .image{border-radius:100%;overflow:hidden;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.reviews-items .item .image-wrapper .photo{border-radius:100%;overflow:hidden;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.reviews-items .item .body-info p:last-child{margin-bottom:0}.reviews-items .item .docs-block{margin-top:24px}.reviews-items .item .blocks{display:block}.reviews-items .item .blocks .inner-wrapper{position:relative;display:flex;min-height:48px}.reviews-items .item .blocks .inner-wrapper .file-name{padding-left:16px}.reviews-items .item .blocks .inner-wrapper .link-text{overflow:hidden;text-overflow:ellipsis;color:#323237;text-decoration:none}.reviews-items .item .blocks .inner-wrapper .link-text:hover{color:#5ba508}.reviews-items .item .blocks .inner-wrapper .filesize{color:#6c6c71}.reviews-items .item.wlogo .image-wrapper{min-width:188px;max-width:188px}.reviews-items .item.wlogo .image-wrapper:before{display:none}.reviews-items .item.wlogo .image-wrapper .image{background-size:contain;border-radius:0}.reviews-items.type-1 .item .top-block{display:flex;margin-bottom:24px}.reviews-items.type-1 .item .top-info{display:flex;flex-direction:column}.reviews-items.type-1 .item .top-info .post{margin-bottom:4px}.reviews-items.type-1 .item .top-info .title{margin-bottom:8px}.reviews-items.type-1 .item .rating-wrapper{margin-left:auto}.reviews-items.type-2 .item{display:flex}.reviews-items.type-2 .item .image-wrapper{width:80px;margin-bottom:24px}.reviews-items.type-2 .item .left-block{display:flex;flex-direction:column;flex-basis:25%;max-width:188px;margin-right:40px}.reviews-items.type-2 .item .top-block{display:flex;margin-bottom:24px}.reviews-items.type-2 .item .left-info{display:flex;flex-direction:column}.reviews-items.type-2 .item .left-info .post{margin-bottom:4px}.reviews-items.type-2 .item .right-block{flex-basis:75%}.reviews-items.type-2 .item .right-block .rating-wrapper{margin-right:36px}.reviews-items.type-popup .item{position:relative;max-width:600px;padding:24px 32px 32px;border:none;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.reviews-items.type-popup .item .rating-wrapper{margin-bottom:6px}.reviews-items.type-popup .item .stars-current{font-size:16px;margin-right:4px}.reviews-items.type-popup .item .close{position:absolute;right:15px;top:17px;font-size:24px;color:#8f8f9d}.reviews-items.type-popup .item .close:hover{color:#5ba508}.reviews-items.type-popup .item .bottom-block{display:flex;margin-top:24px}.reviews-items.type-popup .item .post{margin-bottom:3px}.reviews-items.type-popup .item .title{margin-bottom:9px}.product_items-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px}.product_items-section .section-name .title{color:#19191e;margin:0}.product_items-section .section-name .all{text-decoration:none;margin-left:26px;color:#8f8f9d}.product_items-section .section-name .all:hover{color:#5ba508}.product_items-section .description{margin-bottom:32px;color:#4a4a4f}.product_items-section .owl-stage-outer{margin:-16px -16px -120px;padding:16px 16px 120px}.product_items-section .owl-stage{display:flex}.product_items-section .owl-nav{top:calc(50% - 80px);padding:0 7px}.product_items-section .owl-prev{margin-left:-29px}.product_items-section .owl-next{margin-right:-28px}.product_items-section .item{margin-bottom:16px}.product_items-section .product-wrapper.block{width:auto;min-width:310px}.product_items-section .product-wrapper.block .product-card:not(.has-properties):hover .name-wrapper{height:110px}.product_items-section .product-wrapper.block .product-card:not(.has-properties):hover .name{max-height:78px}.product_items-section .product-items-carousel:not(.owl-loaded.owl-carousel){display:flex;flex-wrap:wrap;margin-right:-16px}.product_items-section .product-items-carousel:not(.owl-loaded.owl-carousel) .product-wrapper.block{min-height:454px;margin-right:16px}.product_items-section .product-items-carousel:not(.owl-loaded.owl-carousel) .product-wrapper .product-card:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.product_items-section .product-items-carousel.owl-carousel{display:flex}.old-price{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71;text-decoration:line-through}.saving-price{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#2a3}.product-items-carousel{position:relative;z-index:2}.product-items-carousel:hover .owl-stage-outer{margin:-16px -16px -620px;padding:16px 16px 620px;pointer-events:none}.product-items-carousel:hover .owl-stage-outer .owl-item{pointer-events:all}.product-items-carousel .owl-stage-outer{margin:-16px -16px;padding:16px 16px}.product-items-carousel .owl-stage{display:flex}.product-items-carousel .owl-nav{top:calc(50% - 44px);padding:0 12px;left:0}.product-items-carousel .owl-prev{margin-left:-29px}.product-items-carousel .owl-next{margin-right:-28px}.product-wrapper .data-entity-item{height:100%}.product-wrapper .product-card{position:relative;width:100%;height:100%;background-color:#fff;transition:box-shadow .2s ease;z-index:20}.product-wrapper .product-card .img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.product-wrapper .product-card .img .image-product-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-shrink:0}.product-wrapper .product-card .img img{max-width:100%;width:auto;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.product-wrapper .product-card .labels{position:absolute;display:flex;flex-direction:column;align-items:flex-start;z-index:2;font-size:10px;line-height:16px}.product-wrapper .product-card .name{color:#323237;text-decoration:none}.product-wrapper .product-card .name:hover{color:#5ba508}.product-wrapper .product-card .articles{color:#6c6c71}.product-wrapper .product-card .stock .instock{margin-top:4px;color:#2a3;opacity:0.8}.product-wrapper .product-card .stock .outstock{margin-top:4px;color:#f42;opacity:0.8}.product-wrapper .product-card .price{color:#323237}.product-wrapper .product-card .price-container{display:flex;align-items:flex-end;margin-top:auto}.product-wrapper .product-card .old-price{margin-left:8px;color:#6c6c71;text-decoration:line-through}.product-wrapper .product-card .footer-button .button-container.buy-block{display:flex;flex-wrap:wrap}.product-wrapper .product-card .footer-button .button-container.buy-block .counter{margin-bottom:8px}.product-wrapper .product-card .footer-button .button-container.buy-block .buttons{width:100%;flex:1}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart{white-space:nowrap;display:inline-flex;text-align:center;justify-content:center;width:100%}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line{padding-right:10px;margin-left:-6px;font-size:18px}.product-wrapper .product-card .footer-button .button-container.buy-block .to-cart .icon-shopping-cart-line:before{color:#fff}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart{white-space:nowrap;display:inline-flex;text-align:center;justify-content:center;width:100%}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart .icon-check-line{padding-right:7px;margin-left:-6px;font-size:22px}.product-wrapper .product-card .footer-button .button-container.buy-block .in-cart .icon-check-line:before{color:#fff}.product-wrapper.block{position:relative;width:100%;height:100%;width:auto;transition:box-shadow .2s}.product-wrapper.block .product-card{padding:31px;z-index:20;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.product-wrapper.block .product-card .name-wrapper{height:110px}.product-wrapper.block .product-card .static{display:flex;flex-direction:column}.product-wrapper.block .product-card .labels{top:31px;left:31px}.product-wrapper.block .product-card .img{height:256px;margin-bottom:24px}.product-wrapper.block .product-card .name{display:block;margin-bottom:8px;max-height:78px;overflow:hidden}.product-wrapper.block .product-card .price{display:block;margin-top:24px}.product-wrapper.block .product-card .props-wrapper{display:none;position:relative}.product-wrapper.block .product-card .hover-content{display:none;margin-top:24px}.product-wrapper.block .product-card .hover-content .buy-block{display:none}.product-wrapper.block .product-card .hover-content .detail{display:inline-flex;text-align:center;justify-content:center;width:100%;padding:10px 85px}.product-wrapper.block .product-card .information{display:flex;margin-top:16px;color:#6c6c71}.product-wrapper.block .product-card .information .icon{margin-right:8px;font-size:24px}.product-wrapper.block .product-card .information .icon:before{color:#8f8f9d}.product-wrapper.block .product-card .footer-button .button-container.buy-block{display:flex}.product-wrapper.block .product-card .footer-button .button-container.buy-block .counter-wrapper{position:relative;margin-right:8px}.product-wrapper.block .product-card .footer-button .button-container.buy-block .counter-wrapper .count{padding:9px 0px 9px 11px;max-width:102px}.product-wrapper.block .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container{height:44px;right:2px;top:0}.product-wrapper.block .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-up{height:50%}.product-wrapper.block .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-down{height:50%}.product-wrapper.block .product-card.has-properties .scrollbar-inner>.scroll-element.scroll-y{right:0px;top:7px}.product-wrapper.block .product-card.has-properties .scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e1e1e6}.product-wrapper.block .product-card.has-properties .scrollbar-inner>.scroll-element .scroll-bar{background-color:#8f8f9d}.product-wrapper.block .product-card.has-properties .props-wrapper.chars .props-inner{position:static;top:0;left:0;right:0;height:293px;overflow:auto;margin-top:8px;margin-bottom:26px}.product-wrapper.block .product-card.has-properties .props-wrapper.chars .props{width:100%}.product-wrapper.block .product-card.has-properties .props-wrapper.chars .char-wrapper .props .char{margin-bottom:12px}.product-wrapper.block .product-card.has-properties .props-wrapper.chars .char-wrapper .props .char-name{margin-bottom:4px;color:#6c6c71}.product-wrapper.block .product-card.has-properties .props-wrapper.chars .char-wrapper .props .char-value{color:#4a4a4f}.product-wrapper.list .product-card{display:flex;padding:34px 38px 34px 40px;border:1px solid #e1e1e6}.product-wrapper.list .product-card>.row{width:100%}.product-wrapper.list .product-card .image-wrapper{min-width:160px;height:160px;margin-right:40px;margin-top:6px}.product-wrapper.list .product-card .labels{top:40px;left:40px}.product-wrapper.list .product-card .info{margin-right:40px}.product-wrapper.list .product-card .name{display:block;margin-bottom:16px}.product-wrapper.list .product-card .preview-text{color:#4a4a4f;margin-bottom:17px}.product-wrapper.list .product-card .char-wrapper{margin-bottom:15px}.product-wrapper.list .product-card .char-wrapper .props .char{display:flex;justify-content:space-between;margin-bottom:8px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/background-line.svg');background-repeat:repeat-x;background-position:0px 11px;color:#6c6c71}.product-wrapper.list .product-card .char-wrapper .props .char:last-of-type{margin-bottom:0}.product-wrapper.list .product-card .char-wrapper .props .char-name{padding-right:8px;background-color:#fff;max-width:70%}.product-wrapper.list .product-card .char-wrapper .props .char-value{padding-left:8px;background-color:#fff}.product-wrapper.list .product-card .char-wrapper .props .chars-hidden{display:none}.product-wrapper.list .product-card .char-wrapper .props .chars-hidden.open{display:block}.product-wrapper.list .product-card .btn-link{display:inline-flex;color:#5ba508;text-transform:none;text-decoration:none}.product-wrapper.list .product-card .btn-link:hover{color:#335c04}.product-wrapper.list .product-card .btn-link .icon{font-size:22px}.product-wrapper.list .product-card .btn-link.opened .icon{transform:rotate(180deg)}.product-wrapper.list .product-card .right-block{width:242px;margin-top:2px}.product-wrapper.list .product-card .stock{margin-bottom:24px}.product-wrapper.list .product-card .detail{width:100%;justify-content:center;padding:10px 24px}.product-wrapper.list .product-card .footer-button{margin-top:24px}.product-wrapper.list .product-card .footer-button .button-container.buy-block .counter-wrapper{position:relative;margin-right:8px}.product-wrapper.list .product-card .footer-button .button-container.buy-block .counter-wrapper .count{padding:9px 0px 9px 11px;max-width:88px}.product-wrapper.list .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container{height:44px;right:2px;top:0}.product-wrapper.list .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-up{height:50%}.product-wrapper.list .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-down{height:50%}.product-wrapper.list .product-card .information{display:flex;align-items:center;margin-top:16px;color:#6c6c71}.product-wrapper.list .product-card .information .icon{margin-right:8px;font-size:24px}.product-wrapper.list .product-card .information .icon:before{color:#8f8f9d}.product-wrapper.sheets .product-card{display:flex;padding:25px 22px 24px 24px;border:1px solid #e1e1e6}.product-wrapper.sheets .product-card>.row{width:100%}.product-wrapper.sheets .product-card .image-wrapper{min-width:64px;height:64px;margin-right:24px}.product-wrapper.sheets .product-card .name{display:block;margin-bottom:5px}.product-wrapper.sheets .product-card .price-container{width:160px;margin:0 32px 0 0;align-items:normal}.product-wrapper.sheets .product-card .price-container .price{margin-bottom:5px}.product-wrapper.sheets .product-card .right-block{margin-top:-4px;width:242px}.product-wrapper.sheets .product-card .detail{width:100%;justify-content:center;padding:10px 24px}.product-wrapper.sheets .product-card .footer-button .button-container.buy-block .counter-wrapper{position:relative;margin-right:8px}.product-wrapper.sheets .product-card .footer-button .button-container.buy-block .counter-wrapper .count{padding:9px 0px 9px 11px;max-width:88px}.product-wrapper.sheets .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container{height:44px;right:2px;top:0}.product-wrapper.sheets .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-up{height:50%}.product-wrapper.sheets .product-card .footer-button .button-container.buy-block .counter-wrapper .spinner-arrows-container .arrow-down{height:50%}.product-items.blocks .item-wrap{min-height:unset}.product-wrapper.block .product-card:not(.has-properties) .name-wrapper{height:110px}.hover-content-properties{opacity:0;pointer-events:none;position:absolute;left:0;top:0;height:auto;padding:32px;width:calc(100% + 1px);background-color:#fff;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.product-items.blocks{margin-top:16px}.product-items.blocks .items{margin:0 -8px}.product-items.blocks .item-wrap{min-height:454px;margin-bottom:16px;padding:0 8px}.product-items .accordeon-head{margin-top:-1px}.product-items .accordeon-head.open .item-description>.buttons .btn-item i::before{content:"\ea67"}.product-items .accordeon-head .item-description .wrap{display:flex;width:100%}.item-views{position:relative}.item-views .item .img{display:flex;justify-content:center;align-items:center;position:relative}.item-views .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.item-views .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.item-views .item .category{color:#6c6c71}.item-views .item .name a{color:#323237;text-decoration:none}.item-views .item .name a:hover{color:#5ba508}.item-views .item .preview-text{color:#4a4a4f}.item-views .item .date{margin-top:auto;color:#6c6c71}.item-views.block .items .item-wrap{margin-bottom:16px}.item-views.block .items .item{position:relative;width:100%;height:100%;transition:box-shadow .2s}.item-views.block .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.item-views.block .items .item:not(:hover){box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.item-views.block .items .item .img{display:flex;justify-content:center;align-items:center;position:relative;height:200px}.item-views.block .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.item-views.block .items .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.item-views.block .items .item .info{display:flex;flex-direction:column;height:calc(100% - 200px);padding:26px 32px 24px}.item-views.block .items .item .info .category{margin-bottom:4px;color:#6c6c71}.item-views.block .items .item .info .name{margin-bottom:25px}.item-views.block .items .item .info .name a{display:block;color:#323237;text-decoration:none}.item-views.block .items .item .info .name a:hover{color:#5ba508}.item-views.block .items .item .info .date{margin-top:auto;color:#6c6c71}.item-views.block-2 .items .item-wrap-block{display:flex;flex-direction:column}.item-views.block-2 .items .item-wrap-block .item-wrap{flex-basis:50%}.item-views.block-2 .items .item .img{height:161px}.item-views.block-2 .items .item .info{height:calc(100% - 161px)}.item-views.block-2 .items .item .preview-text{margin-bottom:32px}.item-views.block-2 .items .item.item-big .img{height:404px}.item-views.block-2 .items .item.item-big .info{height:calc(100% - 404px)}.item-views.block-2 .items .item.item-big .name{margin-bottom:16px}.item-views.list .item{display:flex;margin-bottom:-1px;padding:35px 40px 34px;border:1px solid #e1e1e6;transition:box-shadow .2s}.item-views.list .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent}.item-views.list .item .img{min-width:240px;height:160px;margin-right:40px;margin-top:4px}.item-views.list .item .info .name{margin-top:8px}.item-views.list .item .info .preview-text{margin-top:16px}.item-views.list .item .info .date{margin-top:25px}.services .item-views.list .item{padding:33px 40px 32px}.services .item-views.list .info .name{margin-top:0}.services .item-views.list .info .deadline{margin-top:16px;color:#6c6c71}.services .item-views.list .info .price{margin-top:16px;color:#323237}.services .item-views.list .info .price-container{margin-top:8px;margin-bottom:0}.services .item-views.list .info .price-container .old-price{margin-left:4px;text-decoration-line:line-through;color:#6c6c71}.content-wrapper .h2,.content-wrapper h2,.content-wrapper .h3,.content-wrapper h3{margin-top:32px;margin-bottom:24px}.content-wrapper h4,.content-wrapper .h4,.content-wrapper h5,.content-wrapper .h5,.content-wrapper h6,.content-wrapper .h6{margin:24px 0 16px}.content-wrapper .category{color:#6c6c71}.content-wrapper .name a{color:#323237;text-decoration:none}.content-wrapper .name a:hover{color:#5ba508}.content-wrapper .preview-text{color:#4a4a4f}.content-wrapper .date{color:#6c6c71}.content-wrapper .img{display:flex;justify-content:center;align-items:center;position:relative}.content-wrapper .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.content-wrapper .nav-tabs .nav-link{padding-top:16px}.blog-element .services{margin-bottom:72px}.blog-element .img{height:380px}.blog-element .fotorama{border:1px solid #e1e1e6;padding:40px}.blog-element .fotorama .fotorama__fullscreen-icon{right:8px !important;top:8px !important;box-shadow:0px 4px 12px rgba(0,0,0,0.1)}.blog-element .content{display:flex;flex-direction:column;margin-bottom:56px;padding:34px 40px 38px;border:1px solid #e1e1e6}.blog-element .content-top{display:flex;justify-content:space-between;padding-bottom:15px;margin-bottom:25px;border-bottom:1px solid #e1e1e6}.blog-element .content-top .inner-wrapper{display:flex}.blog-element .content-top .date{margin-right:29px}.blog-element .content-bottom p{display:inline-flex;margin-bottom:24px;color:#4a4a4f}.blog-element .content-bottom p:first-of-type{font-size:18px;line-height:26px;font-weight:500;letter-spacing:0;font-weight:400}.blog-element .content-bottom p:last-of-type{margin-bottom:0}.blog-element .sidebar-right{margin-left:40px}.licenses .licenses-items .name{color:#323237}.licenses .licenses-items .size{color:#6c6c71}.licenses .licenses-items.list .items .item{display:flex;position:relative;margin-bottom:-1px;padding:40px;border:1px solid #e1e1e6;transition:box-shadow .2s}.licenses .licenses-items.list .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent}.licenses .licenses-items.list .items .item .img{min-width:160px;height:160px;margin-right:24px;margin-top:0}.licenses .licenses-items.list .items .item .img .image{position:relative;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain}.licenses .licenses-items.list .items .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.licenses .licenses-items.list .items .item .info{padding-right:75px}.licenses .licenses-items.list .items .item .name{margin-top:0;margin-bottom:16px}.licenses .licenses-items.list .items .item .size{margin-left:9px}.licenses .licenses-items.list .items .item .buttons{position:absolute;top:40px;right:40px;width:44px;height:44px}.licenses .licenses-items.list .items .item .btn{display:flex;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px}.licenses .licenses-items.block .items{margin:0 -8px}.licenses .licenses-items.block .items .item-wrap{margin-bottom:16px;padding:0 8px}.licenses .licenses-items.block .items .item-wrap a:hover{text-decoration:none}.licenses .licenses-items.block .items .item{position:relative;width:320px;height:100%;padding:40px 40px 36px;transition:box-shadow .2s;border:1px solid #e1e1e6}.licenses .licenses-items.block .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent}.licenses .licenses-items.block .items .item .img{width:112px;height:160px;margin:0 auto 24px}.licenses .licenses-items.block .items .item .img .image{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.licenses .licenses-items.block .items .item .info{text-align:center}.licenses .licenses-items.block .items .item .size{display:block;margin-top:4px}.teasers-section .wrap{display:flex;background-color:#5ba508;align-items:center;padding-top:45px;padding-bottom:60px;flex-direction:column;color:#fff}.teasers-section .list{flex-wrap:wrap;display:flex;margin-top:14px;width:calc(100% + 13px)}.teasers-section .list .item{width:288px;position:relative;padding-right:38px;margin-bottom:12px}.teasers-section .list .item .item-heading{margin-top:115px;position:relative;margin:0 0 6px 0}.teasers-section .list .item .icon{position:absolute;top:35px;left:0px;background-color:#e1e1e6;width:55px;height:56px;justify-content:center;align-items:center;display:flex;box-shadow:8px -8px 0px rgba(255,255,255,0.25)}.teasers-section .list .item .number{margin-bottom:27px;font-size:64px;line-height:48px;font-weight:500;color:#5ba508}.teasers-section.type2 .list{padding-top:45px;padding-bottom:60px}.teasers-section.type2 .list .item{margin-bottom:9px;padding-right:46px}.teasers-section.type2 .list .item .icon{background-color:#5ba508;box-shadow:8px -8px 0px rgba(91,165,8,0.25)}.teasers-section.type2 .list .item .item-text{color:#6c6c71;margin-top:6px}.about-company-section{color:#4a4a4f}.about-company-section img~.col{padding:40px;border:1px solid #e1e1e6}.about-company-section img{width:100%}.about-company-section .text{margin-bottom:40px}.about-company-section .numeric-list{margin-bottom:24px}.about-company-section .numeric-list+.text{margin-bottom:24px}.about-company-section .list{margin-left:1px;margin-top:10px;margin-bottom:36px;width:calc(100% + 40px)}.about-company-section .list .item{margin:0px 40px 0 0px;padding:0}.about-company-section .list .item .item-heading{color:#323237}.about-company-section .list .item .item-text{color:#6c6c71}.about-company-section .list .item .icon{background-color:#5ba508;position:static;margin-bottom:24px;box-shadow:8px -8px 0px rgba(91,165,8,0.44)}.about-company-section .list .item .icon img{padding:10px;margin:0}.about-company-section .title{margin-top:32px;color:#19191e}.projects .text-before-items{margin-bottom:40px;color:#4a4a4f}.projects .text-after-items{margin-top:56px}.projects .text-after-items .text{margin-top:24px;color:#4a4a4f}.projects .text-after-items p{color:#4a4a4f}.projects .text-after-items p:last-of-type{margin-bottom:0}.projects .projects-items.block-1 .items{margin:0 -8px}.projects .projects-items.block-1 .items .item-wrap{margin-bottom:16px;padding:0 8px}.projects .projects-items.block-1 .items .item-wrap a:hover{text-decoration:none}.projects .projects-items.block-1 .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;position:relative;height:100%;transition:box-shadow .3s}.projects .projects-items.block-1 .items .item .img{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.projects .projects-items.block-1 .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position-x:center}.projects .projects-items.block-1 .items .item .info{display:flex;flex-direction:column;height:calc(100% - 210px);padding:26px 32px 24px}.projects .projects-items.block-1 .items .item .info .category{margin-bottom:4px;color:#6c6c71}.projects .projects-items.block-1 .items .item .info .name a{color:#323237;text-decoration:none}.projects .projects-items.block-1 .items .item .info .name a:hover{color:#5ba508}.projects .projects-items.list .items .item{position:relative;display:flex;margin-bottom:-1px;padding:35px 40px 39px;border:1px solid #e1e1e6;transition:box-shadow .3s}.projects .projects-items.list .items .item .img{min-width:240px;height:160px;margin-right:40px;margin-top:3px}.projects .projects-items.list .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.projects .projects-items.list .items .item .img a{position:absolute;top:0;left:0;right:0;bottom:0}.projects .projects-items.list .items .item .info .category{margin-bottom:4px}.projects .projects-items.list .items .item .info .name{margin-bottom:16px}.projects .projects-items.list .items .item .info .preview-text p:last-of-type{margin-bottom:0}.projects .projects-items.block{margin-bottom:56px}.projects .projects-items.block .items{margin:0 -8px}.projects .projects-items.block .items .item-wrap{margin-bottom:16px;padding:0 8px}.projects .projects-items.block .items .item{position:relative}.projects .projects-items.block .items .item:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);transition:opacity .3s;z-index:1}.projects .projects-items.block .items .item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6));transition:opacity .3s;opacity:0;z-index:2}.projects .projects-items.block .items .item:hover:before{opacity:0}.projects .projects-items.block .items .item:hover:after{opacity:1}.projects .projects-items.block .items .item .img{width:100%;height:100%}.projects .projects-items.block .items .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.projects .projects-items.block .items .item .info{position:absolute;left:0;bottom:0;padding:36px 32px;z-index:3}.projects .projects-items.block .items .item .info .category{color:#e1e1e6}.projects .projects-items.block .items .item .info .name{color:#fff}.projects .projects-items.block .items .item .link{position:absolute;top:0;left:0;right:0;bottom:0;z-index:4}.projects .projects-items.block.type-2 .items .item{height:326px}.projects .projects-items.block.block-section_1 .items .item{height:438px}.projects .projects-items.block.block-section_2 .items .item{height:300px}.projects-element .sidebar-right{margin-left:40px}.projects-element .head-block{display:flex;position:relative;margin-bottom:16px;padding:55px;border:1px solid #e1e1e6}.projects-element .head-info{width:408px;margin-left:40px}.projects-element .head-info .buttons{display:flex;margin-top:24px;padding-top:24px;border-top:1px solid #e1e1e6}.projects-element .head-info .buttons .button{width:100%}.projects-element .head-info .buttons .button:first-of-type{margin-right:8px}.projects-element .head-info .buttons .btn{width:100%;justify-content:center}.projects-element .head-info .buttons .btn-secondary{padding:10px 22px}.projects-element .project-img{max-width:768px;width:100%;max-height:584px;height:100%}.projects-element .btn-link{display:inline-flex;margin-top:24px;color:#5ba508;text-transform:none;text-decoration:none}.projects-element .btn-link:hover{color:#335c04}.projects-element .btn-link .icon{font-size:24px}.projects-element .property{margin-bottom:16px}.projects-element .property:last-of-type{margin-bottom:0}.projects-element .property .title-prop{color:#6c6c71;margin-bottom:8px}.projects-element .property .value{color:#4a4a4f}.projects-element .property .value ul{list-style:none;color:#4a4a4f;margin-bottom:24px;padding-left:32px;display:block}.projects-element .property .value ul li{position:relative;margin:12px 0px}.projects-element .property .value ul li:before{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.projects-element .nav-tabs{margin-bottom:0;margin-left:40px;border-bottom:none}.projects-element .nav-tabs:before{display:none}.projects-element .tab-content{padding:40px;border:1px solid #e1e1e6}.projects-element .body-info{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#4a4a4f}.projects-element .body-info p{margin-bottom:24px}.projects-element .body-info p:last-child{margin-bottom:0}.projects-element .body-info ul{list-style:none;color:#4a4a4f;margin-bottom:24px;padding-left:32px;display:block}.projects-element .body-info ul li{position:relative;margin:12px 0px}.projects-element .body-info ul li:before{content:"";position:absolute;left:-30px;top:12px;width:16px;border-bottom:1px solid #4a4a4f}.projects-element .consultation-tizer{position:sticky;top:0;min-width:296px;margin-top:58px}.categories{margin-bottom:56px}.categories .item-wrap{margin:0 -1px -1px 0}.categories .item-link{position:relative;display:block;width:100%;height:100%}.categories .item{position:relative;display:flex;width:100%;height:100%;background-color:#fff;transition:box-shadow .3s;border:1px solid #e1e1e6}.categories .img{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.categories .img .image-product-link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;flex-shrink:0}.categories .img img{max-width:100%;max-height:100%;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.categories .info{z-index:1}.categories .name{display:block;width:100%;height:100%;color:#323237;text-decoration:none}.categories .link{position:absolute;top:0;left:0;right:-1px;bottom:-1px}.categories.type-1 .item{align-items:center;width:100%;padding:23px}.categories.type-1 .image-wrapper{min-width:72px;height:72px;margin-right:24px}.categories.type-2 .item{flex-direction:column;align-items:center;text-align:center;width:100%;padding:23px 31px 27px}.categories.type-2 .image-wrapper{width:160px;height:160px;margin-bottom:24px}.categories.type-3 .item-wrap{margin:0}.categories.type-3 .item{position:relative;width:100%;height:240px;border:0}.categories.type-3 .item:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);transition:opacity .3s;z-index:1}.categories.type-3 .item:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.6));transition:opacity .3s;opacity:0;z-index:2}.categories.type-3 .item:hover{box-shadow:0}.categories.type-3 .item:hover:before{opacity:0}.categories.type-3 .item:hover:after{opacity:1}.categories.type-3 .item .img .image{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.categories.type-3 .item .info{position:absolute;left:0;bottom:0;width:100%;padding:26px 32px;z-index:3}.categories.type-3 .item .info .name{color:#fff}.categories.type-3 .item .link{right:0;bottom:0;z-index:4}.categories.blocks .items{margin:0 -8px}.categories.blocks .item-wrap{margin-bottom:16px;padding:0 8px}.categories.type-4:not(.subcategories) .item-wrap{padding:0}.categories.type-4:not(.subcategories) .item{padding:24px;border-radius:0}.categories.type-4 .items{margin:0 -4px}.categories.type-4 .item-wrap{margin-bottom:8px;padding:0 4px}.categories.type-4 .item{width:auto;padding:7px 15px;border-radius:4px;transition:0.2s}.categories.type-4 .item:hover{background-color:#5ba508}.categories.type-4 .item:hover .name,.categories.type-4 .item:hover .count{color:#fff}.categories.type-4 .count{color:#8f8f9d;padding-left:4px}.categories.type-5 .item{align-items:center;width:100%;padding:23px}.categories.type-5 .image-wrapper{min-width:72px;height:72px;margin-right:24px}.catalog .text-before-items{margin-bottom:40px;color:#4a4a4f}.catalog .text-after-items .title{margin:56px 0 24px}.catalog .text-after-items .text{margin-top:24px;color:#4a4a4f}.catalog .text-after-items .text p{margin-bottom:24px}.catalog .text-after-items .text p:last-of-type{margin-bottom:0}.catalog-section .text-before-items{margin-bottom:24px;color:#4a4a4f}.catalog-section .text-after-items .title{margin-top:56px}.catalog-section .text-after-items .text{margin-top:24px;color:#4a4a4f}.catalog-section .text-after-items .text p{margin-bottom:24px}.catalog-section .text-after-items .text p:last-of-type{margin-bottom:0}.catalog-section .catalog .categories .item-wrap{margin-right:0}.catalog-section .catalog .categories.type-1 .item{width:320px}.catalog-section .catalog .categories.type-5{margin-bottom:24px}.catalog-section .catalog .categories.type-5 .item{width:320px}.catalog-section .filter.type-2{margin:0 0 16px 0}.catalog-section .product-items.list .item-wrap{margin-top:-1px}.catalog-section .product-items.list .item-wrap:last-of-type{margin-bottom:16px}.catalog-section .product-items.sheets .item-wrap{margin-top:-1px}.catalog-section .product-items.sheets .item-wrap:last-of-type{margin-bottom:16px}.empty-lists .image-wrapper{margin-bottom:24px;text-align:center}.empty-lists .image-wrapper .img{display:flex;justify-content:center;align-items:center;position:relative}.empty-lists .info{color:#8f8f9d;text-align:center}.empty-lists .info a{text-decoration:none}.empty-lists .info a:hover{color:#335c04}body:not(.inner-page) .page404{padding:0 0 80px 0}.page404{max-width:640px;margin:0 auto;text-align:center}.page404 .image{margin-bottom:40px}.page404 .image img{max-width:100%}.page404 .not-found{margin-bottom:24px}.page404 .text{margin-bottom:40px;color:#4a4a4f}.contacts .contacts-item{padding:56px;background-color:#fff;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.contacts .contacts-item .right-block{width:368px;flex-shrink:1}.contacts .contacts-item .left-block{padding-right:56px}.contacts .contacts-item .left-block .heading{margin-bottom:24px}.contacts .contacts-item .left-block .properties .property-wrap:last-of-type{margin-right:0}.contacts .contacts-item .left-block .properties .property .title{margin-bottom:4px;color:#6c6c71}.contacts .contacts-item .left-block .properties .property .value{color:#323237}.contacts .contacts-item .left-block .properties .property .value a{color:#323237;text-decoration:none}.contacts .contacts-item .left-block .description{color:#4a4a4f}.contacts .contacts-item .left-block .description p:last-of-type{margin-bottom:0}.contacts .contacts-item .left-block .socials-icons a:hover{text-decoration:none}.contacts .map{background-position:center;background-repeat:repeat;opacity:0.12}.contacts .bx-yandex-view-layout{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/map-bg1.png') center no-repeat;background-size:cover;margin-bottom:-80px;width:100%;overflow:hidden}.contacts .contacts-page{margin-top:-60px}.contacts .contacts-page.type-1{margin-top:-56px;padding-top:160px;background:#f8f8fa}.contacts .contacts-page.type-1 .contacts-item{position:absolute;top:-160px;left:0;z-index:1;width:100%}.contacts .contacts-page.type-1 .contacts-item .left-block .properties{margin-bottom:40px}.contacts .contacts-page.type-1 .contacts-item .left-block .socials-icons{margin-bottom:40px}.contacts .contacts-page.type-1 .contacts-item .left-block .heading{margin-top:0}.contacts .contacts-page.type-1 .contacts-item .right-block .form-heading{margin-bottom:50px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group{margin-bottom:24px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.light textarea.form-control{height:38px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check{margin:24px 0 18px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check.toogle-check .form-check-label{padding-left:53px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-group.form-check .form-check-input+.form-check-label{font-size:14px}.contacts .contacts-page.type-1 .bx-yandex-view-layout{height:750px}.contacts .contacts-page.type-1 .map{width:100%;height:760px;margin-bottom:-80px;overflow:hidden}.contacts .contacts-page.type-2 .contacts-item{margin-bottom:-1px;border:1px solid #e1e1e6;box-shadow:none}.contacts .contacts-page.type-2 .contacts-item .left-block .properties{margin-bottom:24px}.contacts .contacts-page.type-2 .contacts-item .right-block{padding-top:56px}.contacts .contacts-page.type-2 .contacts-item .right-block .socials-icons{margin-bottom:32px}.contacts .contacts-page.type-2 .contacts-item .right-block .socials-icons .item{background:#f8f8fa}.contacts .contacts-page.type-2 .contacts-item .right-block .socials-icons .item:before{color:#353545}.contacts .contacts-page.type-2 .bx-yandex-view-layout{height:500px}.contacts .contacts-page.type-3 .contacts-item .left-block .properties{margin-bottom:40px}.contacts .contacts-page.type-3 .contacts-item .left-block .socials-icons{margin-bottom:40px}.contacts .contacts-page.type-3 .contacts-item .left-block .nav{overflow:unset;flex-wrap:wrap}.contacts .contacts-page.type-3 .contacts-item .right-block .form-heading{margin-bottom:50px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-group{margin-bottom:24px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-group.light textarea.form-control{height:38px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-group.form-check{margin:24px 0 18px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-group.form-check.toogle-check .form-check-label{padding-left:53px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-group.form-check .form-check-input+.form-check-label{font-size:14px}.contacts .contacts-page.type-3 .bx-yandex-view-layout{height:500px}.contacts .contacts-page.type-4 .contacts-item{position:absolute;bottom:-30px;left:0;width:100%;z-index:1}.contacts .contacts-page.type-4 .contacts-item .left-block .properties{margin-bottom:24px}.contacts .contacts-page.type-4 .contacts-item .left-block .heading{margin-top:0}.contacts .contacts-page.type-4 .contacts-item .right-block{padding-top:56px}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons{margin-bottom:32px}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item{background-color:#f8f8fa}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item:hover{opacity:0.8}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item.icon-instagram{background:#f8f8fa}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item:before{color:#353545}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item.icon-vk{background-image:url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66018 0.0018955C7.69033 -0.00611351 6.87664 0.0018952 6.40815 0.218153C6.10405 0.362326 5.8657 0.698725 6.00542 0.714745C6.18624 0.738772 6.59719 0.818868 6.81089 1.10721C7.09034 1.47565 7.0739 2.30063 7.0739 2.30063C7.0739 2.30063 7.23006 4.56733 6.70404 4.85567C6.33418 5.05591 5.84104 4.65543 4.76434 2.84528C4.21366 1.91617 3.79449 0.890954 3.79449 0.890954C3.79449 0.890954 3.72052 0.698725 3.57258 0.602611C3.39998 0.474459 3.16162 0.434411 3.16162 0.434411L0.580837 0.450429C0.580837 0.450429 0.20276 0.46645 0.0630348 0.626641C-0.0684702 0.778823 0.0465989 1.07517 0.0465989 1.07517C0.0465989 1.07517 2.06027 5.66463 4.34517 7.97138C6.43281 10.1019 8.80812 9.95774 8.80812 9.95774H9.88482C9.88482 9.95774 10.2136 9.92571 10.378 9.7495C10.5259 9.58931 10.5259 9.29295 10.5259 9.29295C10.5259 9.29295 10.5012 7.88327 11.1752 7.67503C11.8327 7.47479 12.6793 9.03665 13.5752 9.63736C14.2574 10.0939 14.7752 9.98978 14.7752 9.98978L17.1833 9.95774C17.1833 9.95774 18.4326 9.88566 17.8409 8.91651C17.7916 8.84442 17.4957 8.20366 16.0573 6.90611C14.545 5.54449 14.7505 5.76075 16.5669 3.40595C17.6683 1.96423 18.1121 1.09119 17.9724 0.714745C17.8409 0.354315 17.0272 0.450429 17.0272 0.450429L14.3231 0.46645C14.3231 0.46645 14.1176 0.44242 13.9697 0.522517C13.83 0.61062 13.7313 0.81086 13.7313 0.81086C13.7313 0.81086 13.3039 1.92418 12.7368 2.86931C11.5286 4.86368 11.0437 4.97582 10.8464 4.84766C10.3944 4.55932 10.5012 3.68628 10.5012 3.06955C10.5012 1.13124 10.8054 0.330288 9.91769 0.122039C9.62181 0.0499535 9.40811 0.0018955 8.66018 0.0018955Z' fill='%23353545'/%3E%3C/svg%3E%0A")}.contacts .contacts-page.type-4 .contacts-item .right-block .socials-icons .item.icon-ok{background-image:url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00153 2.68067C6.02045 2.68067 6.8459 3.4874 6.8459 4.48319C6.8459 5.47479 6.02045 6.28151 5.00153 6.28151C3.98262 6.28151 3.15717 5.47479 3.15717 4.48319C3.15717 3.4874 3.98262 2.68067 5.00153 2.68067ZM5.00153 8.96219C7.52948 8.96219 9.58451 6.95378 9.58451 4.48319C9.58451 2.0084 7.52948 0 5.00153 0C2.47359 0 0.414261 2.0084 0.414261 4.48319C0.414261 6.94958 2.47359 8.96219 5.00153 8.96219ZM6.80291 12.3866C7.71004 12.1849 8.58279 11.8361 9.39104 11.3361C10.0015 10.9622 10.1821 10.1765 9.79947 9.57983C9.41684 8.98319 8.60858 8.80252 7.99809 9.18067C6.17522 10.3025 3.82785 10.3025 2.00497 9.18067C1.39019 8.80252 0.586231 8.98319 0.199301 9.57983C-0.18333 10.1765 0.00153625 10.9622 0.612027 11.3361C1.41598 11.8361 2.29302 12.1849 3.20016 12.3866L0.706608 14.8235C0.199301 15.3193 0.199301 16.1261 0.710909 16.6261C0.964562 16.8739 1.2956 17 1.63094 17C1.96198 17 2.30162 16.8739 2.55528 16.6261L5.00153 14.2353L7.45209 16.6261C7.9594 17.1218 8.78485 17.1218 9.29646 16.6261C9.80377 16.1261 9.80377 15.3193 9.29646 14.8235L6.80291 12.3866Z' fill='%23353545'/%3E%3C/svg%3E%0A")}.contacts .contacts-page.type-4 .bx-yandex-view-layout{height:800px}.contacts .contacts-page.type-4 .bx-yandex-view-layout .bx-yandex-view-map{height:800px}.contacts .contacts-page.type-4 .bx-yandex-view-layout .bx-yandex-view-map div{height:800px !important}.through-banners{position:relative;background:#f8f8fa;z-index:25}.through-banners .banner-item{display:block;width:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;overflow:hidden}.through-banners .banner-image{width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.through-banners.before_header .banner-item{height:80px}.through-banners.before_footer{margin-top:80px}.through-banners.before_footer .banner-item{height:160px}.through-banners.before_content{margin-bottom:40px}.through-banners.before_content .banner-item{height:280px}.through-banners.after_content{margin-top:40px}.through-banners.after_content .banner-item{height:280px}.through-banners.sidebar{margin-top:16px}.through-banners.sidebar .banner-item{height:400px}.through-banners+.footer{margin-top:0}.auth-popup-container{position:absolute;right:calc(100% - 145px);top:72px;pointer-events:none}.auth-popup-container .auth-popup{pointer-events:all}.auth-popup{width:380px;background:#fff !important;padding:0 32px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);overflow:hidden;height:0;right:0;display:none;position:absolute}.auth-popup.open{padding-top:24px;padding-bottom:32px;height:auto;animation:fadeIn .3s;display:block}.auth-popup .auth-actions{margin-top:24px}.auth-popup .auth-actions .form-check{margin:0}.auth-popup .auth-actions .form-check-label{margin-bottom:0}.auth-popup .auth-actions .btn-primary{min-width:120px}.auth-popup .reg-text{margin-top:32px}.auth-popup .authorized-text{margin-bottom:24px}.rates-section .rate-card.rate-card-vertical{width:100%;min-width:310px;margin-right:0}.rate-card{border:none;background-color:#fff;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;z-index:1}.rates-section .items:not(.owl-loaded) .item{margin-bottom:0}.owl-carousel .owl-item:not(.active){opacity:0}.services-section-list .text-before-items{margin-bottom:40px}.services-section-list .text-before-items.empty-text{margin-bottom:0}.services-section-list h2,.services-section-list .h2,.services-section-list h3,.services-section-list .h3{margin-bottom:24px;margin-top:56px}.services-section-list p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}.services-section-list p:last-child{margin-bottom:0}.services-section-subcategories .text-before-items{margin-bottom:40px}.services-section-subcategories h2,.services-section-subcategories .h2,.services-section-subcategories h3,.services-section-subcategories .h3{margin-bottom:24px;margin-top:56px}.services-section-subcategories p{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-bottom:24px;color:#4a4a4f}.services-section-subcategories p:last-child{margin-bottom:0}.services-items .item{background-color:#fff}.services-items.block .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;flex-direction:column;transition:box-shadow .2s}.services-items.block .item .image .svg-color{color:#5ba508}.services-items.block .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block .item .name{color:#323237;text-decoration:none}.services-items.block .item .name:hover{color:#5ba508}.services-items.block .item .subcategories{display:flex;flex-wrap:wrap}.services-items.block .item .subcategories .subcategory{color:#4a4a4f;text-decoration:none;margin:0 16px 4px 0}.services-items.block .item .subcategories .subcategory:last-of-type{margin-right:0}.services-items.block .item .subcategories .subcategory:hover{color:#5ba508}.services-items.block .item .property-value{margin-bottom:8px;color:#6c6c71}.services-items.block .item .price-container{margin-top:auto}.services-items.block .item .price{color:#323237}.services-items.block .item .old-price{margin-left:8px}.services-items.block.type1 .item{width:100%;height:100%;padding:32px}.services-items.block.type1 .item .image{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:26px}.services-items.block.type1 .item .image img{width:100%}.services-items.block.type1 .item .name{margin-bottom:16px}.services-items.block.type2 .items{margin:0 -8px}.services-items.block.type2 .item-wrap{margin-bottom:16px;padding:0 8px}.services-items.block.type2 .item{position:relative;width:100%;height:100%}.services-items.block.type2 .item .image{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.services-items.block.type2 .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block.type2 .item .info{padding:26px 32px}.services-items.block.type2 .item .text_wrapper{position:absolute;top:0;left:0;background-color:#fff;height:100%;width:100%;opacity:0}.services-items.block.type2 .item .text_wrapper:before{content:"";position:absolute;top:0;left:0;right:0;display:block;width:100%;height:26px;background-color:#fff;z-index:1}.services-items.block.type2 .item .text_wrapper:after{content:"";display:block;position:absolute;bottom:0;left:0;background:linear-gradient(180deg, rgba(255,255,255,0) .88%, #fff 60%);width:100%;height:20%}.services-items.block.type2 .item .text_wrapper .text{position:relative;top:0;left:0;right:0;display:block;margin:26px 12px 0 32px;padding-right:24px;padding-bottom:15px;font-style:normal;color:#4a4a4f;overflow-y:auto;max-height:80%;background-color:#fff}.services-items.block.type2 .item .text_wrapper .text .name{display:block;color:#323237;margin-bottom:16px;font-style:normal}.services-items.block.type2 .item .text_wrapper .text .text-inner{display:block;font-style:normal;color:#6c6c71}.services-items.block.type2 .item .item-link{text-decoration:none}.services-items.block.type2.block-subcategory .item .name{margin-bottom:8px}.services-items.block.type2.block-subcategory .item .text_wrapper .text .name{margin-bottom:8px}.services-items.block.type2.block-subcategory .item .text_wrapper .text .price-container{margin-bottom:24px}.services-items.block.type2.block-subcategory .item .text_wrapper .text .text-inner{margin-top:16px}.services-items.block.type3 .items{margin:0 -8px}.services-items.block.type3 .item-wrap{margin-bottom:16px;padding:0 8px}.services-items.block.type3 .item{position:relative;width:100%;height:100%}.services-items.block.type3 .item .image{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.services-items.block.type3 .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.block.type3 .item .image .img-link{position:absolute;top:0;left:0;width:100%;height:100%}.services-items.block.type3 .item .info{padding:26px 32px}.services-items.block.type3 .item .name{display:block;margin-bottom:16px}.services-items.block.type3 .item .text{color:#4a4a4f}.services-items.block.type3.block-subcategory .item .text{margin-bottom:16px}.services-items.list .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;transition:box-shadow .2s}.services-items.list .item .image{position:relative;margin-top:4px}.services-items.list .item .image .img{position:relative;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center}.services-items.list .item .image .img-link{position:absolute;top:0;left:0;width:100%;height:100%}.services-items.list .item .name{display:block;color:#323237;margin-bottom:16px;text-decoration:none}.services-items.list .item .name:hover{color:#5ba508}.services-items.list .item .preview-text{margin-bottom:16px;color:#4a4a4f}.services-items.list .item .subcategories{display:flex;flex-wrap:wrap}.services-items.list .item .subcategories .subcategory{color:#5ba508;text-decoration:none;margin:0 24px 4px 0}.services-items.list .item .subcategories .subcategory:last-of-type{margin-right:0}.services-items.list .item .subcategories .subcategory:hover{color:#323237}.services-items.list .item .property-value{margin-bottom:8px;color:#6c6c71}.services-items.list .item .price{color:#323237}.services-items.list .item .old-price{margin-left:8px}.services-items.list.type1 .item{padding:40px}.services-items.list.type1 .item .image{min-width:240px;height:160px;margin-right:40px}.services-items.list.type2 .item{padding:56px}.services-items.list.type2 .item .image{min-width:400px;height:268px;margin-right:56px}.services-items.list.type2 .item .subcategories{flex-direction:column}.services-items.list.type2 .item .subcategories .subcategory{position:relative;padding-left:32px}.services-items.list.type2 .item .subcategories .subcategory:before{content:'';position:absolute;top:12px;left:0;width:16px;height:1px;background-color:#4a4a4f}.services-items.list.type3 .item{padding:34px 40px}.services-items.list.type3 .item .image{display:flex;justify-content:center;align-items:center;min-width:64px;max-width:64px;height:64px;margin-right:40px}.services-items.list.type3 .item .image img{width:100%}.services-items .scrollbar-inner{max-height:calc(100% - 32px)}.services-items .scrollbar-inner>.scroll-element.scroll-y{margin-top:32px;height:90%;right:12px;top:0;width:1px}.services-items .scrollbar-inner>.scroll-element .scroll-element_outer{box-shadow:inset 0 0 4px rgba(0,0,0,0.11)}.services-items .scrollbar-inner>.scroll-element .scroll-bar{height:40px !important;background-color:#5ba508}.blockquote{display:flex;margin-bottom:0}.blockquote i{font-size:36px;height:34px;width:39px;display:flex;justify-content:center;align-items:center;color:#5ba508;margin-right:16px}.blockquote .wrap p{margin-top:4px;margin-bottom:8px}.lead{padding:0 0 0 19px;margin-bottom:0;position:relative;color:#323237}.lead::before{content:"";display:block;height:100%;width:4px;background-color:#5ba508;position:absolute;left:0}ol.list-counter{margin:0;padding:0;padding-left:8px;counter-reset:list1}ol.list-counter li{list-style-type:none;margin-bottom:12px}ol.list-counter li::before{counter-increment:list1;content:counter(list1) ". ";margin-right:4px}ol.list-counter li:last-of-type{margin-bottom:0}ol.list-counter ol{margin-top:12px;counter-reset:list2;padding-left:22px}ol.list-counter ol li:before{counter-increment:list2;content:counter(list1) "." counter(list2) ". "}ul.unstyled,ol.unstyled{margin:0;padding:0;list-style-type:none}ul.unstyled li,ol.unstyled li{margin-bottom:12px}ul.unstyled ul.list-circle,ol.unstyled ul.list-circle{padding-left:54px}.table .thead-light th{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;color:#6c6c71;background-color:#fff}.list.icons li{display:flex;color:#4a4a4f}.list.icons i{color:#5ba508;font-size:24px;margin-right:12px}a{text-decoration:none;color:#5ba508}.tooltip-inner{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;background-color:#fff;color:#4a4a4f;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.bs-tooltip-top .arrow:before{border-top-color:#fff}a[data-toggle="tooltip"]{text-decoration:none}a[data-toggle="tooltip"]:hover{color:#5ba508}.guidline h2.title{margin-bottom:24px;margin-top:56px}.guidline h2.title:first-of-type{margin-top:0}.guidline h4.title{margin-bottom:32px;margin-top:32px}.guidline .color{color:#5ba508}.guidline>p{margin-bottom:32px}.guidline .item .result{border:3px solid #f5f5f7;padding:32px}.guidline .item .code-wrapper{position:relative}.guidline .item .code-wrapper .btn-clipboard{height:44px;font-size:21px;position:absolute;right:32px;top:34px;width:44px;background-color:#fff;border:none;box-shadow:none;display:flex;justify-content:center;align-items:center}.guidline .item .code-wrapper .btn-clipboard:hover{border:2px solid #5ba508;transition:border .15s ease-in-out,color .15s ease-in-out}.guidline .item .code-wrapper code{display:none;font-size:14px;background:#f5f5f7;padding:24px 80px 24px 32px;color:#4a4a4f;word-break:break-word}.guidline .item .code-wrapper code.active{display:block}.guidline .item .code-wrapper code>br:first-of-type{display:none}.guidline.elements .item:first-of-type .result button{margin-bottom:8px}.guidline.icons ul{display:flex;flex-wrap:wrap;width:calc(100% + 16px)}.guidline.icons ul li{display:flex;padding:16px 8px;flex-direction:column;align-items:center;width:96px;margin:0 16px 16px 0;text-align:center}.guidline.icons ul li i{color:#5ba508;margin-bottom:8px;width:24px;height:24px;font-size:24px}.guidline.capabilities .list{display:flex;flex-wrap:wrap}.guidline.capabilities .list>* .wrap{margin-bottom:16px}.guidline.capabilities .list>* a{padding:24px;width:100%;height:210px;height:100%;display:block;text-decoration:none;border:1px solid #e1e1e6}.guidline.capabilities .list>* a .icon{display:flex;justify-content:center;height:120px;padding:12px 46px;width:100%;margin-bottom:16px}.guidline.capabilities .list>* a .text{color:#323237;text-align:center}.cookie-agreement{display:none;overflow:hidden}.cookie-agreement.open{display:block}.cookie-agreement>.close{position:absolute;top:16px;right:16px;color:#8f8f9d;font-size:24px}.cookie-agreement>.close:hover{opacity:0.5}.cookie-agreement.type1,.cookie-agreement.type2{box-shadow:0px 4px 32px rgba(0,0,0,0.1);width:400px;position:fixed;bottom:40px;right:40px;background-color:#fff;border-radius:4px;z-index:100}.cookie-agreement.type1 .inner,.cookie-agreement.type2 .inner{padding:40px}.cookie-agreement.type1 .text,.cookie-agreement.type2 .text{color:#6c6c71}.cookie-agreement.type2{background-color:#353545;color:#fff}.cookie-agreement.type2 .text{color:#e1e1e6}.cookie-agreement.type3,.cookie-agreement.type4{position:fixed;bottom:0;left:0;width:100%;box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:100;background-color:#fff}.cookie-agreement.type3 .inner,.cookie-agreement.type4 .inner{padding:40px}.cookie-agreement.type3 .text,.cookie-agreement.type4 .text{color:#6c6c71}.cookie-agreement.type4{background-color:#353545;color:#fff}.cookie-agreement.type4 .text{color:#e1e1e6}.cookie-agreement.type5{width:650px;bottom:20px;position:fixed;left:calc(50% - 325px);background-color:#fff;border-radius:4px;z-index:100;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.cookie-agreement.type5 .inner{padding:24px 100px 24px 32px}.cookie-agreement.type5>.close{top:24px;right:30px;font-size:16px}.form-success{display:flex;flex-direction:column;align-items:center;justify-content:center}.form-success .title{margin-bottom:8px}.form-success .title:before{font-family:'remixicon' !important;content:"\eb34";border:4px solid #5ba508;width:132px;height:132px;border-radius:50%;line-height:132px;text-align:center;color:#5ba508;font-size:52px;display:block;margin:0 auto 24px auto}.form-success .text{margin-bottom:40px;text-align:center}.component-reviews .st,.component-reviews-form .st{width:16px;height:16px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5NTggMTIuMDIzMkwzLjA1NTE1IDE1TDQuMzk5MzUgOS40NDQ0NEwwIDUuNzI5NjhMNS43NzQ2NyA1LjI3MzYzTDcuOTk5NTggMEwxMC4yMjQ1IDUuMjczNjNMMTYgNS43Mjk2OEwxMS41OTk4IDkuNDQ0NDRMMTIuOTQ0IDE1TDcuOTk5NTggMTIuMDIzMlpNNy45OTk1OCAxMC4wNzk2TDEwLjM2OTIgMTEuNTA1OEw5LjcyNDgzIDguODQ0MTFMMTEuODMzNyA3LjA2Mzg1TDkuMDY2MTkgNi44NDQ5NEw3Ljk5OTU4IDQuMzE4NDFMNi45MzI5NyA2Ljg0NDk0TDQuMTY1NSA3LjA2Mzg1TDYuMjc0MzMgOC44NDQxMUw1LjYyOTk5IDExLjUwNThMNy45OTk1OCAxMC4wODA0VjEwLjA3OTZaIiBmaWxsPSIjRERCQjAwIi8+Cjwvc3ZnPgo=");background-size:contain;background-position:center center;background-repeat:no-repeat;display:inline-block}.component-reviews .st.f,.component-reviews-form .st.f{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5NTggMTIuMDIzMkwzLjA1NTE1IDE1TDQuMzk5MzUgOS40NDQ0NEwwIDUuNzI5NjhMNS43NzQ2NyA1LjI3MzYzTDcuOTk5NTggMEwxMC4yMjQ1IDUuMjczNjNMMTYgNS43Mjk2OEwxMS41OTk4IDkuNDQ0NDRMMTIuOTQ0IDE1TDcuOTk5NTggMTIuMDIzMloiIGZpbGw9IiNEREJCMDAiLz4KPC9zdmc+Cg==")}.component-reviews .st.h,.component-reviews-form .st.h{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNiAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5NTggMTAuMDc5NkwxMC4zNjkyIDExLjUwNThMOS43MjQ4MyA4Ljg0NDExTDExLjgzMzcgNy4wNjM4NUw5LjA2NjE5IDYuODQ0OTRMNy45OTk1OCA0LjMxODQxVjEwLjA3OTZaTTcuOTk5NTggMTIuMDIzMkwzLjA1NTE1IDE1TDQuMzk5MzUgOS40NDQ0NEwwIDUuNzI5NjhMNS43NzQ2NyA1LjI3MzYzTDcuOTk5NTggMEwxMC4yMjQ1IDUuMjczNjNMMTYgNS43Mjk2OEwxMS41OTk4IDkuNDQ0NDRMMTIuOTQ0IDE1TDcuOTk5NTggMTIuMDIzMloiIGZpbGw9IiNEREJCMDAiLz4KPC9zdmc+Cg==")}.component-reviews{display:none}.component-reviews.open{display:block}.component-reviews .stars{display:flex}.component-reviews .stars .st{margin-right:8px}.component-reviews .stars.big .st{width:20px;height:20px}.component-reviews .total-values{margin-right:16px}.component-reviews .total-values .total-value{font-size:64px;line-height:64px;color:#000;margin-bottom:4px}.component-reviews .total-values .total-label{margin-top:8px;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f}.component-reviews .total-values .add-review{margin-top:24px}.component-reviews .transcript .line{display:flex;align-items:center;margin-bottom:12px}.component-reviews .transcript .line .rating{margin-right:16px;width:40px;flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.component-reviews .transcript .line .progress{width:100%;overflow:hidden;background-color:#e1e1e6;border-radius:2px;height:8px;position:relative}.component-reviews .transcript .line .progress span{display:block;position:absolute;width:auto;left:0;top:0;height:8px;background-color:#5ba508}.component-reviews .transcript .line .link{width:150px;flex-shrink:0;text-align:left;margin-left:16px;color:#8f8f9d}.component-reviews .transcript .line .link a{color:#5ba508;display:inline-block;text-decoration:none;border-bottom:1px dotted #5ba508;line-height:130%}.component-reviews .top-line{display:flex}.component-reviews .top-line>.total-values{width:25%;flex-shrink:0}.component-reviews .top-line>.transcript{width:100%}.component-reviews .items{margin-top:32px}.component-reviews .items .item{position:relative;background-color:#f5f5f7;padding:24px;border-radius:4px;margin-bottom:16px}.component-reviews .items .item .vote{position:absolute;right:15px;top:25px;display:flex}.component-reviews .items .item .vote a{display:flex;align-items:center;margin-right:16px;font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#4a4a4f;text-decoration:none}.component-reviews .items .item .vote a:before{content:"";width:16px;height:16px;background-size:cover;background-position:center center;margin-right:6px}.component-reviews .items .item .vote .up:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzMzNDIgNS4zMzMxMUgxNC4wMDAxQzE0LjM1MzcgNS4zMzMxMSAxNC42OTI4IDUuNDczNTggMTQuOTQyOSA1LjcyMzYzQzE1LjE5MjkgNS45NzM2OCAxNS4zMzM0IDYuMzEyODIgMTUuMzMzNCA2LjY2NjQ0VjguMDY5MTFDMTUuMzMzNiA4LjI0MzM1IDE1LjI5OTYgOC40MTU5MyAxNS4yMzM0IDguNTc3MTFMMTMuMTcwMSAxMy41ODcxQzEzLjExOTcgMTMuNzA5MyAxMy4wMzQzIDEzLjgxMzcgMTIuOTI0NSAxMy44ODcyQzEyLjgxNDcgMTMuOTYwNiAxMi42ODU1IDEzLjk5OTggMTIuNTUzNCAxMy45OTk4SDEuMzMzNDFDMS4xNTY2IDEzLjk5OTggMC45ODcwMzQgMTMuOTI5NSAwLjg2MjAxIDEzLjgwNDVDMC43MzY5ODYgMTMuNjc5NSAwLjY2Njc0OCAxMy41MDk5IDAuNjY2NzQ4IDEzLjMzMzFWNi42NjY0NEMwLjY2Njc0OCA2LjQ4OTYzIDAuNzM2OTg2IDYuMzIwMDYgMC44NjIwMSA2LjE5NTA0QzAuOTg3MDM0IDYuMDcwMDEgMS4xNTY2IDUuOTk5NzcgMS4zMzM0MSA1Ljk5OTc3SDMuNjU0NzVDMy43NjE0OCA1Ljk5OTggMy44NjY2NiA1Ljk3NDIgMy45NjE0NCA1LjkyNTEzQzQuMDU2MjIgNS44NzYwNiA0LjEzNzgzIDUuODA0OTQgNC4xOTk0MSA1LjcxNzc3TDcuODM0NzUgMC41NjY0NEM3Ljg4MDcgMC41MDEzMTUgNy45NDg0NyAwLjQ1NDgxMyA4LjAyNTc3IDAuNDM1MzY3QzguMTAzMDcgMC40MTU5MiA4LjE4NDc4IDAuNDI0ODE1IDguMjU2MDggMC40NjA0NEw5LjQ2NTQyIDEuMDY1MTFDOS44MDU3NSAxLjIzNTIxIDEwLjA3NzYgMS41MTY2NSAxMC4yMzU5IDEuODYyNjVDMTAuMzk0MiAyLjIwODY1IDEwLjQyOTMgMi41OTgzOSAxMC4zMzU0IDIuOTY3MTFMOS43MzM0MiA1LjMzMzExWk00LjY2Njc1IDcuMDU4NDRWMTIuNjY2NEgxMi4xMDY3TDE0LjAwMDEgOC4wNjkxMVY2LjY2NjQ0SDkuNzMzNDJDOS41MzAzNSA2LjY2NjQxIDkuMzI5OTcgNi42MiA5LjE0NzU3IDYuNTMwNzVDOC45NjUxNyA2LjQ0MTQ5IDguODA1NTYgNi4zMTE3NSA4LjY4MDkzIDYuMTUxNDNDOC41NTYzIDUuOTkxMTEgOC40Njk5MyA1LjgwNDQ0IDguNDI4NDMgNS42MDU2NkM4LjM4NjkyIDUuNDA2ODggOC4zOTEzNiA1LjIwMTI0IDguNDQxNDEgNS4wMDQ0NEw5LjA0MzQyIDIuNjM5MTFDOS4wNjIyNiAyLjU2NTMyIDkuMDU1MjcgMi40ODczMiA5LjAyMzYxIDIuNDE4MDZDOC45OTE5NSAyLjM0ODggOC45Mzc1NCAyLjI5MjQ3IDguODY5NDIgMi4yNTg0NEw4LjQyODc1IDIuMDM4NDRMNS4yODg3NSA2LjQ4NjQ0QzUuMTIyMDggNi43MjI0NCA0LjkwODc1IDYuOTE1NzcgNC42NjY3NSA3LjA1ODQ0Wk0zLjMzMzQxIDcuMzMzMTFIMi4wMDAwOFYxMi42NjY0SDMuMzMzNDFWNy4zMzMxMVoiIGZpbGw9IiM4RjhGOUQiLz4KPC9zdmc+Cg==")}.component-reviews .items .item .vote .down:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjY2NzUgMTAuNjY2N0gyLjAwMDA4QzEuNjQ2NDYgMTAuNjY2NyAxLjMwNzMyIDEwLjUyNjIgMS4wNTcyNyAxMC4yNzYxQzAuODA3MjI1IDEwLjAyNjEgMC42NjY3NDkgOS42ODY5NiAwLjY2Njc0OSA5LjMzMzMzVjcuOTMwNjdDMC42NjY1NjkgNy43NTY0MyAwLjcwMDU0MyA3LjU4Mzg0IDAuNzY2NzQ5IDcuNDIyNjdMMi44MzA3NSAyLjQxMzMzQzIuODgwOTQgMi4yOTExNyAyLjk2NjI4IDIuMTg2NjYgMy4wNzU5NSAyLjExMzA3QzMuMTg1NjIgMi4wMzk0OSAzLjMxNDY4IDIuMDAwMTMgMy40NDY3NSAySDE0LjY2NjdDMTQuODQzNiAyIDE1LjAxMzEgMi4wNzAyNCAxNS4xMzgyIDIuMTk1MjZDMTUuMjYzMiAyLjMyMDI5IDE1LjMzMzQgMi40ODk4NiAxNS4zMzM0IDIuNjY2NjdWOS4zMzMzM0MxNS4zMzM0IDkuNTEwMTQgMTUuMjYzMiA5LjY3OTcxIDE1LjEzODIgOS44MDQ3NEMxNS4wMTMxIDkuOTI5NzYgMTQuODQzNiAxMCAxNC42NjY3IDEwSDEyLjM0NTRDMTIuMjM4NyA5Ljk5OTk3IDEyLjEzMzUgMTAuMDI1NiAxMi4wMzg3IDEwLjA3NDZDMTEuOTQzOSAxMC4xMjM3IDExLjg2MjMgMTAuMTk0OCAxMS44MDA3IDEwLjI4Mkw4LjE2NTQyIDE1LjQzMjdDOC4xMTk0NiAxNS40OTc4IDguMDUxNjkgMTUuNTQ0MyA3Ljk3NDM5IDE1LjU2MzdDNy44OTcwOSAxNS41ODMyIDcuODE1MzggMTUuNTc0MyA3Ljc0NDA4IDE1LjUzODdMNi41MzQ3NSAxNC45MzMzQzYuMTk0NDEgMTQuNzYzMiA1LjkyMjUzIDE0LjQ4MTggNS43NjQyNiAxNC4xMzU4QzUuNjA2IDEzLjc4OTggNS41NzA4OCAxMy40MDAxIDUuNjY0NzUgMTMuMDMxM0w2LjI2Njc1IDEwLjY2NjdaTTExLjMzMzQgOC45NDEzM1YzLjMzMzMzSDMuODkzNDJMMi4wMDAwOCA3LjkzMDY3VjkuMzMzMzNINi4yNjY3NUM2LjQ2OTgyIDkuMzMzMzYgNi42NzAxOSA5LjM3OTc3IDYuODUyNiA5LjQ2OTAzQzcuMDM1IDkuNTU4MjggNy4xOTQ2IDkuNjg4MDIgNy4zMTkyMyA5Ljg0ODM0QzcuNDQzODYgMTAuMDA4NyA3LjUzMDIzIDEwLjE5NTMgNy41NzE3NCAxMC4zOTQxQzcuNjEzMjUgMTAuNTkyOSA3LjYwODgxIDEwLjc5ODUgNy41NTg3NSAxMC45OTUzTDYuOTU2NzUgMTMuMzYwN0M2LjkzNzkxIDEzLjQzNDQgNi45NDQ5IDEzLjUxMjUgNi45NzY1NSAxMy41ODE3QzcuMDA4MjEgMTMuNjUxIDcuMDYyNjMgMTMuNzA3MyA3LjEzMDc1IDEzLjc0MTNMNy41NzE0MiAxMy45NjEzTDEwLjcxMTQgOS41MTMzM0MxMC44NzgxIDkuMjc3MzMgMTEuMDkxNCA5LjA4NCAxMS4zMzM0IDguOTQxMzNaTTEyLjY2NjcgOC42NjY2N0gxNC4wMDAxVjMuMzMzMzNIMTIuNjY2N1Y4LjY2NjY3WiIgZmlsbD0iIzhGOEY5RCIvPgo8L3N2Zz4K")}.component-reviews .items .item .vote .up.active:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzMzNDIgNS4zMzMxMUgxNC4wMDAxQzE0LjM1MzcgNS4zMzMxMSAxNC42OTI4IDUuNDczNTggMTQuOTQyOSA1LjcyMzYzQzE1LjE5MjkgNS45NzM2OCAxNS4zMzM0IDYuMzEyODIgMTUuMzMzNCA2LjY2NjQ0VjguMDY5MTFDMTUuMzMzNiA4LjI0MzM1IDE1LjI5OTYgOC40MTU5MyAxNS4yMzM0IDguNTc3MTFMMTMuMTcwMSAxMy41ODcxQzEzLjExOTcgMTMuNzA5MyAxMy4wMzQzIDEzLjgxMzcgMTIuOTI0NSAxMy44ODcyQzEyLjgxNDcgMTMuOTYwNiAxMi42ODU1IDEzLjk5OTggMTIuNTUzNCAxMy45OTk4SDEuMzMzNDFDMS4xNTY2IDEzLjk5OTggMC45ODcwMzQgMTMuOTI5NSAwLjg2MjAxIDEzLjgwNDVDMC43MzY5ODYgMTMuNjc5NSAwLjY2Njc0OCAxMy41MDk5IDAuNjY2NzQ4IDEzLjMzMzFWNi42NjY0NEMwLjY2Njc0OCA2LjQ4OTYzIDAuNzM2OTg2IDYuMzIwMDYgMC44NjIwMSA2LjE5NTA0QzAuOTg3MDM0IDYuMDcwMDEgMS4xNTY2IDUuOTk5NzcgMS4zMzM0MSA1Ljk5OTc3SDMuNjU0NzVDMy43NjE0OCA1Ljk5OTggMy44NjY2NiA1Ljk3NDIgMy45NjE0NCA1LjkyNTEzQzQuMDU2MjIgNS44NzYwNiA0LjEzNzgzIDUuODA0OTQgNC4xOTk0MSA1LjcxNzc3TDcuODM0NzUgMC41NjY0NEM3Ljg4MDcgMC41MDEzMTUgNy45NDg0NyAwLjQ1NDgxMyA4LjAyNTc3IDAuNDM1MzY3QzguMTAzMDcgMC40MTU5MiA4LjE4NDc4IDAuNDI0ODE1IDguMjU2MDggMC40NjA0NEw5LjQ2NTQyIDEuMDY1MTFDOS44MDU3NSAxLjIzNTIxIDEwLjA3NzYgMS41MTY2NSAxMC4yMzU5IDEuODYyNjVDMTAuMzk0MiAyLjIwODY1IDEwLjQyOTMgMi41OTgzOSAxMC4zMzU0IDIuOTY3MTFMOS43MzM0MiA1LjMzMzExWk00LjY2Njc1IDcuMDU4NDRWMTIuNjY2NEgxMi4xMDY3TDE0LjAwMDEgOC4wNjkxMVY2LjY2NjQ0SDkuNzMzNDJDOS41MzAzNSA2LjY2NjQxIDkuMzI5OTcgNi42MiA5LjE0NzU3IDYuNTMwNzVDOC45NjUxNyA2LjQ0MTQ5IDguODA1NTYgNi4zMTE3NSA4LjY4MDkzIDYuMTUxNDNDOC41NTYzIDUuOTkxMTEgOC40Njk5MyA1LjgwNDQ0IDguNDI4NDMgNS42MDU2NkM4LjM4NjkyIDUuNDA2ODggOC4zOTEzNiA1LjIwMTI0IDguNDQxNDEgNS4wMDQ0NEw5LjA0MzQyIDIuNjM5MTFDOS4wNjIyNiAyLjU2NTMyIDkuMDU1MjcgMi40ODczMiA5LjAyMzYxIDIuNDE4MDZDOC45OTE5NSAyLjM0ODggOC45Mzc1NCAyLjI5MjQ3IDguODY5NDIgMi4yNTg0NEw4LjQyODc1IDIuMDM4NDRMNS4yODg3NSA2LjQ4NjQ0QzUuMTIyMDggNi43MjI0NCA0LjkwODc1IDYuOTE1NzcgNC42NjY3NSA3LjA1ODQ0Wk0zLjMzMzQxIDcuMzMzMTFIMi4wMDAwOFYxMi42NjY0SDMuMzMzNDFWNy4zMzMxMVoiIGZpbGw9IiMyMkFBMzMiLz4KPC9zdmc+Cg==")}.component-reviews .items .item .vote .down.active:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMjY2NzUgMTAuNjY2N0gyLjAwMDA4QzEuNjQ2NDYgMTAuNjY2NyAxLjMwNzMyIDEwLjUyNjIgMS4wNTcyNyAxMC4yNzYxQzAuODA3MjI1IDEwLjAyNjEgMC42NjY3NDkgOS42ODY5NiAwLjY2Njc0OSA5LjMzMzMzVjcuOTMwNjdDMC42NjY1NjkgNy43NTY0MyAwLjcwMDU0MyA3LjU4Mzg0IDAuNzY2NzQ5IDcuNDIyNjdMMi44MzA3NSAyLjQxMzMzQzIuODgwOTQgMi4yOTExNyAyLjk2NjI4IDIuMTg2NjYgMy4wNzU5NSAyLjExMzA3QzMuMTg1NjIgMi4wMzk0OSAzLjMxNDY4IDIuMDAwMTMgMy40NDY3NSAySDE0LjY2NjdDMTQuODQzNiAyIDE1LjAxMzEgMi4wNzAyNCAxNS4xMzgyIDIuMTk1MjZDMTUuMjYzMiAyLjMyMDI5IDE1LjMzMzQgMi40ODk4NiAxNS4zMzM0IDIuNjY2NjdWOS4zMzMzM0MxNS4zMzM0IDkuNTEwMTQgMTUuMjYzMiA5LjY3OTcxIDE1LjEzODIgOS44MDQ3NEMxNS4wMTMxIDkuOTI5NzYgMTQuODQzNiAxMCAxNC42NjY3IDEwSDEyLjM0NTRDMTIuMjM4NyA5Ljk5OTk3IDEyLjEzMzUgMTAuMDI1NiAxMi4wMzg3IDEwLjA3NDZDMTEuOTQzOSAxMC4xMjM3IDExLjg2MjMgMTAuMTk0OCAxMS44MDA3IDEwLjI4Mkw4LjE2NTQyIDE1LjQzMjdDOC4xMTk0NiAxNS40OTc4IDguMDUxNjkgMTUuNTQ0MyA3Ljk3NDM5IDE1LjU2MzdDNy44OTcwOSAxNS41ODMyIDcuODE1MzggMTUuNTc0MyA3Ljc0NDA4IDE1LjUzODdMNi41MzQ3NSAxNC45MzMzQzYuMTk0NDEgMTQuNzYzMiA1LjkyMjUzIDE0LjQ4MTggNS43NjQyNiAxNC4xMzU4QzUuNjA2IDEzLjc4OTggNS41NzA4OCAxMy40MDAxIDUuNjY0NzUgMTMuMDMxM0w2LjI2Njc1IDEwLjY2NjdaTTExLjMzMzQgOC45NDEzM1YzLjMzMzMzSDMuODkzNDJMMi4wMDAwOCA3LjkzMDY3VjkuMzMzMzNINi4yNjY3NUM2LjQ2OTgyIDkuMzMzMzYgNi42NzAxOSA5LjM3OTc3IDYuODUyNiA5LjQ2OTAzQzcuMDM1IDkuNTU4MjggNy4xOTQ2IDkuNjg4MDIgNy4zMTkyMyA5Ljg0ODM0QzcuNDQzODYgMTAuMDA4NyA3LjUzMDIzIDEwLjE5NTMgNy41NzE3NCAxMC4zOTQxQzcuNjEzMjUgMTAuNTkyOSA3LjYwODgxIDEwLjc5ODUgNy41NTg3NSAxMC45OTUzTDYuOTU2NzUgMTMuMzYwN0M2LjkzNzkxIDEzLjQzNDQgNi45NDQ5IDEzLjUxMjUgNi45NzY1NSAxMy41ODE3QzcuMDA4MjEgMTMuNjUxIDcuMDYyNjMgMTMuNzA3MyA3LjEzMDc1IDEzLjc0MTNMNy41NzE0MiAxMy45NjEzTDEwLjcxMTQgOS41MTMzM0MxMC44NzgxIDkuMjc3MzMgMTEuMDkxNCA5LjA4NCAxMS4zMzM0IDguOTQxMzNaTTEyLjY2NjcgOC42NjY2N0gxNC4wMDAxVjMuMzMzMzNIMTIuNjY2N1Y4LjY2NjY3WiIgZmlsbD0iI0ZGNDQyMiIvPgo8L3N2Zz4K")}.component-reviews .items .item .name{margin-bottom:8px}.component-reviews .items .item .short-info{margin-bottom:16px;color:#4a4a4f}.component-reviews .items .item .text{margin-bottom:16px;color:#4a4a4f}.component-reviews .items .item .text .title{margin-bottom:8px;color:#323237}.component-reviews .items .item .admin-tools{border-top:1px solid #e1e1e6;margin-top:16px;padding-top:8px;display:flex}.component-reviews .items .item .admin-tools a{margin-right:8px;color:#4a4a4f}.component-reviews .items .item .need-moderate{position:absolute;z-index:1;background:rgba(255,255,255,0.5);width:100%;height:100%;left:0;top:0;text-align:center;display:flex;align-items:center;justify-content:center}.component-reviews .empty-reviews{display:flex}.component-reviews .empty-reviews:before{content:"";width:160px;height:160px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/empty-review.svg');background-repeat:no-repeat;background-size:contain;margin-right:40px;flex-shrink:0}.component-reviews .empty-reviews .title{margin:0 0 8px 0}.component-reviews .empty-reviews .text{margin-bottom:24px;color:#4a4a4f}.component-reviews-form{display:none}.component-reviews-form.open{display:block}.component-reviews-form form>.title{margin:0;margin-bottom:32px}.component-reviews-form form>.alert{margin-bottom:32px}.component-reviews-form .stars{display:flex;margin-top:8px}.component-reviews-form .stars .st{background-position:left center;width:24px;height:20px}.component-reviews-form .form-group.custom{margin-bottom:24px}.component-reviews-form .form-group.custom>label{font-size:16px;line-height:24px;font-weight:500;letter-spacing:0;text-decoration:none;color:#4a4a4f}.component-reviews-form .radio-line{display:flex;margin-top:16px}.component-reviews-form .radio-line>div{margin:0 24px 0 0}.component-reviews-form .form-actions{margin-top:32px}.component-reviews-form .form-actions .btn{margin-right:16px}.bx-ie .basket-items-list-header-filter-item,.basket-items-list-header-filter-item.active,.bx-ie .basket-items-list-header-filter-item:hover,.input-group .form-control:focus,.bx-ie .basket-coupon-alert .close-link,.basket-coupon-alert .close-link{color:#5ba508}.basket-items-list-header-filter-item.active{border-bottom:2px solid #5ba508}.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .bx-soa-section-title:before,.order-form .bx-soa .bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td .bx-soa-item-block .bx-soa-item-title a:hover,.order-form .bx-soa .bx-soa-section .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-input:after,.order-form .bx-soa .bx-soa-section .bx-soa-section-title-container .text-right a:hover{color:#5ba508}.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline label input[type="radio"]:checked+span::before,.order-form.simple .bx-soa .bx-soa-pp-company-line.bx-selected .bx-soa-pp-company-graf-container:before{border-color:#5ba508;color:#5ba508}.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline:hover label span::before,.order-form.simple .bx-soa .bx-soa-pp-company-line .bx-soa-pp-company-graf-container:hover:before{border-color:#5ba508}.order-form .bx-soa .bx-soa-delivery .bx-soa-pp .bx-pagination .bx-pagination-container ul li.bx-active a,.order-form.simple .bx-soa .bx-soa-pp-company-line.bx-selected .bx-soa-pp-company-graf-container:after,.order-form .bx-soa .bx-soa-region .bx_soa_location .form-group .radio-inline label input[type="radio"]+span::after{background-color:#5ba508}.order-form .bx-soa .bx-soa-orderSave .btn{color:#fff;background-color:#5ba508}.order-form .bx-soa .bx-soa-orderSave .btn:hover{background-color:#335c04}.partner-element .img{justify-content:flex-start;position:relative;margin-bottom:24px}.partner-element .img .image{width:auto}.draw{transition:all 600ms cubic-bezier(.77, 0, .175, 1);position:relative;color:#fff}.draw:before,.draw:after{content:'';position:absolute;transition:inherit;z-index:1}.draw:hover{color:#323237 !important;transition-delay:.6s;background-color:transparent;z-index:1}.draw:hover:before,.draw:hover:after{z-index:-1;transition:all 600ms cubic-bezier(.77, 0, .175, 1)}.draw:hover:before{transition-delay:0s}.draw:hover:after{background:#fff;transition-delay:.4s}.from-left:before,.from-left:after{top:0;width:0;height:100%;z-index:1}.from-left:before{right:0;border:1px solid #fff;border-left:0;border-right:0}.from-left:after{left:0}.from-left:hover:before,.from-left:hover:after{width:100%}.header.black~.wrapper-section.first .top-banners-section .big-banners .owl-dots .owl-dot:not(.active){background:black}.videos-list .video iframe{width:100%;border:0}.categories-block{padding:24px 32px;width:296px;margin-bottom:16px;border:1px solid #e1e1e6}.categories-block .title{padding-bottom:16px;border-bottom:1px solid #e1e1e6;margin-bottom:20px}.categories-block .category-list-element{display:flex}.categories-block .category-list-element:not(:last-of-type){margin-bottom:16px}.categories-block .category-list-element .category{margin-right:auto;padding-right:24px;color:#323237}.categories-block .category-list-element .category:hover{color:#5ba508;text-decoration:none}.categories-block .category-list-element .number-of-elems{align-self:flex-end;color:#6c6c71}@media (max-width:1664px){.width-1648 .company-section .wrap{padding-left:16px}}@media (max-width:1600px){.header.type1 .main-header .menu .full-sub .item,.header.type2 .main-header .menu .full-sub .item,.header.type3 .main-header .menu .full-sub .item,.header.type4 .main-header .menu .full-sub .item,.header.type5 .main-header .menu .full-sub .item,.header.type6 .main-header .menu .full-sub .item,.header.type1-fixed .main-header .menu .full-sub .item{width:33.3%}.header.type7 .bottom-header .menu .full-sub .item,.header.type8 .bottom-header .menu .full-sub .item,.header.type9 .bottom-header .menu .full-sub .item,.header.type10 .bottom-header .menu .full-sub .item,.header.typ12 .bottom-header .menu .full-sub .item,.header.type13 .bottom-header .menu .full-sub .item{width:33.3%}.top-banners-section .small-banners .item .text-container{margin:auto 24px 24px}.top-banners-section .small-banners .item .text-container .title{font-size:20px;line-height:28px}}@media (max-width:1365px){.slogan.hidden-xl{display:none !important}.header.type18 .main-header .contacts .phone{flex-direction:column}.header.type18 .main-header .contacts .phone .btn-link{padding-left:30px}.advantages-section .wrap{padding:0;flex-direction:column}.sidebar-left,.sidebar-right{display:none}.action-block .filter-mobile-btn{display:flex}.filter-mobile-btn{display:block}.filter-mobile-open .sidebar-left,.filter-mobile-open .sidebar-right{width:0;min-width:0;padding:0;margin:0;display:block}.filter-mobile-open .sidebar-left .sidebar-menu-catalog,.filter-mobile-open .sidebar-right .sidebar-menu-catalog{display:none}.filter-mobile-open .sidebar-left .filter-aside-container,.filter-mobile-open .sidebar-right .filter-aside-container{width:0}.filter-mobile-open .sidebar-left .filter-aside-container .title,.filter-mobile-open .sidebar-right .filter-aside-container .title{display:none}.filter-mobile-open .sidebar-left .filter-aside-container .filter-window,.filter-mobile-open .sidebar-right .filter-aside-container .filter-window{width:calc(100vw - 32px);z-index:21;left:8px;top:0;display:block}.filter-mobile-open .sidebar-left .filter-aside-container .filter-window a.close,.filter-mobile-open .sidebar-right .filter-aside-container .filter-window a.close{right:0;position:absolute;width:22px;height:22px;top:-32px;font-size:22px}.filter-mobile-open .sidebar-left .filter-aside-container .filter-window .finded-container,.filter-mobile-open .sidebar-right .filter-aside-container .filter-window .finded-container{left:0}.about-company-section .numeric-list.dash li::before{top:0.6em}.about-company-section .numeric-list:not(.dash){padding-left:18px}.partners .list{justify-content:flex-start}.catalog-section.type-2 .action-block.mobile-visible,.catalog-section.type-1 .action-block.mobile-visible{display:none}.width-1360 .company-section .wrap{padding-left:16px}.item-card .card-wrapper .item-information{max-width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{min-width:auto}.item-card .card-wrapper .item-information .footer-button.has-counter .counter-wrapper .count{min-width:auto;width:100%}.projects-element .head-info{max-width:100%}}@media (max-width:1280px){.hidden-xl{display:none !important}.header.type1 .main-header .contacts .location .current span{max-width:130px}.top-banners-section .big-banners .item .text-container{margin:0 auto;width:90%}.top-banners-section .small-banners{flex-wrap:wrap}.top-banners-section .small-banners .item{width:50%;min-height:300px}.top-banners-section .small-banners .item .text-container{margin:auto 40px 24px 40px}.top-banners-section .small-banners .item .text-container .title{font-size:24px;line-height:32px}.top-banners-section .small-banners .item.size-wide{width:100%}.top-banners-section.type2{flex-direction:column}.top-banners-section.type2 .big-banners,.top-banners-section.type2 .small-banners{width:100%}.top-banners-section.type2 .small-banners .item.size-wide{width:100%}.top-banners-section.type3 .samll-banners .item{width:50%}.top-banners-section.type4{flex-direction:column}.top-banners-section.type4 .big-banners,.top-banners-section.type4 .small-banners{width:100%}.top-banners-section.type4 .small-banners .item.size-wide{width:50%}.rate-card:hover{border-color:#e1e1e6;box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.header.type15 .main-header .contacts .phone{flex-direction:column}.header.type15 .main-header .contacts .phone .btn-link{padding-left:30px}.item-card .consultation-tizer{display:none}.item-card .card-wrapper{flex-direction:column}.item-card .card-wrapper .product-img{margin:0 auto 32px}.item-card .card-wrapper .item-information{width:100%;margin-left:0}.item-card .card-wrapper .item-information .sku-props-container{display:flex;margin-bottom:24px}.item-card .card-wrapper .item-information .sku-props-container .sku-prop:not(:last-of-type){margin-right:12px;padding-right:12px;border-right:1px solid #e1e1e6}.item-card .card-wrapper .item-information .logo{right:24px;top:24px}.item-card .card-wrapper .item-information .footer-button{max-width:408px;width:100%}.item-card .card-wrapper .item-information .footer-button .button-container.buy-block .buttons{min-width:200px}.item-card .card-wrapper .item-information .footer-button.has-counter .counter-wrapper .count{min-width:100%;width:auto}.item-card .card-wrapper .item-information .btn-ask-question{max-width:408px;width:100%}.item-card .card-wrapper .item-information .left-info{flex:0 0 100%;max-width:100%;order:1}.item-card .card-wrapper .item-information .right-info{flex:0 0 100%;max-width:100%;text-align:left !important}.item-card .card-wrapper .item-information .brand-img{margin-bottom:24px}.owl-nav-mobile{display:flex}.nav-mobile{display:flex}.team-section.type1 .list .item{width:50%;min-width:320px}.company-section.type1 .video{height:100%}.width-1168 .company-section .wrap{padding-left:16px}.contacts .contacts-item .left-block .property-wrap{margin:0 0 16px 0}.projects-element .head-block{flex-direction:column}.projects-element .project-img{margin:0 auto 24px}.projects-element .head-info{width:100%;margin-left:0}.projects-element .head-info .buttons{max-width:408px}}@media (min-width:1200px){body.width-1648 .col-40{flex:0 0 25%;max-width:25%}body.width-1648 .col-30{flex:0 0 33.333333%;max-width:33.333333%}body.width-1168 .col-20{flex:0 0 33.333333%;max-width:33.333333%}}@media (min-width:992px){@-moz-document url-prefix(){.product-wrapper.block .product-card.has-properties:hover .hover-content-properties{transition-timing-function:ease-in;transition:0.1s}}.product-wrapper .product-card{transition:box-shadow .3s}.product-wrapper .product-card:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:21}.product-wrapper .product-card:hover .label{opacity:1;cursor:default}.product-wrapper.block .product-card:hover{top:0;left:0;width:100%;height:auto;z-index:21;box-shadow:0px 4px 16px rgba(0,0,0,0.1)}.product-wrapper.block .product-card:hover .hover-content{display:block;position:absolute;width:100%;padding:32px;padding-top:0;left:0;box-shadow:0px 14px 13px rgba(0,0,0,0.1);background-color:#fff;z-index:21}.product-wrapper.block .product-card:hover .name{max-height:none}.product-wrapper.block .product-card:hover .name-wrapper{height:auto}.product-wrapper.block .product-card.has-properties:hover{position:relative;box-shadow:none}.product-wrapper.block .product-card.has-properties:hover .img{display:block}.product-wrapper.block .product-card.has-properties:hover .name-wrapper{height:110px}.product-wrapper.block .product-card.has-properties:hover .labels{display:none}.product-wrapper.block .product-card.has-properties:hover .props-wrapper{display:none}.product-wrapper.block .product-card.has-properties:hover .hover-content{display:none}.product-wrapper.block .product-card.has-properties:hover .hover-content-properties{opacity:1;pointer-events:auto;box-shadow:0px 4px 32px rgba(0,0,0,0.1);animation:fadeIn .2s}.product-wrapper.block .product-card.has-properties:hover .hover-content-properties .props-wrapper{display:block}.product-wrapper.block .product-card.has-properties:hover .hover-content-properties .hover-content{display:block}.product-wrapper.block .product-card.has-properties:hover .hover-content-properties .name-wrapper{height:auto}.product-wrapper.list .product-card:hover{border-color:transparent}.product-wrapper.sheets .product-card:hover{border-color:transparent}.product_items-section .product-items-carousel:not(.owl-loaded) .product-wrapper.block .product-card.has-properties .hover-content-properties{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.product_items-section .product-wrapper.block .product-card.has-properties .hover-content-properties{box-shadow:0px 4px 16px rgba(0,0,0,0.1)}.services-items.block .item{transition:box-shadow .3s}.services-items.block .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-items.block.type1 .item-wrap{transition:box-shadow .3s}.services-items.block.type1 .item-wrap:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-items.block.type1 .item-wrap:hover .item{box-shadow:unset}.services-items.block.type2 .item:hover .text_wrapper{opacity:1;animation:fadeIn .3s}.services-items.list .item-wrap{transition:box-shadow .3s}.services-items.list .item-wrap:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-items.list .item-wrap:hover .item{box-shadow:unset}.services-section.type1 .item-wrap,.services-section.type2 .item-wrap,.services-section.type3 .item-wrap,.services-section.type4 .item-wrap,.services-section.type5 .item-wrap,.services-section.type6 .item-wrap,.services-section.type10 .item-wrap{transition:box-shadow .3s}.services-section.type1 .item-wrap:hover,.services-section.type2 .item-wrap:hover,.services-section.type3 .item-wrap:hover,.services-section.type4 .item-wrap:hover,.services-section.type5 .item-wrap:hover,.services-section.type6 .item-wrap:hover,.services-section.type10 .item-wrap:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-section.type1 .item-wrap:hover .item,.services-section.type2 .item-wrap:hover .item,.services-section.type3 .item-wrap:hover .item,.services-section.type4 .item-wrap:hover .item,.services-section.type5 .item-wrap:hover .item,.services-section.type6 .item-wrap:hover .item,.services-section.type10 .item-wrap:hover .item{box-shadow:unset}.services-section.type7 .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-section.type7 .items .item:hover .hover-content{opacity:1;animation:fadeIn .3s}.services-section.type7 .items .item:hover .hover-content .description{display:block}.services-section.type8 .items .item-wrapper .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.services-section.type9 .item-wrapper{transition:box-shadow .3s}.services-section.type9 .item-wrapper:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-section.type9 .item-wrapper:hover .item{box-shadow:unset}.services-element .services-element-pic .service-card .price-container{margin-left:24px}.categories .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent;z-index:21}.categories .item:hover .name{color:#5ba508}.partners-section .content:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent}.rates-section .owl-item.active{transition:all .3s}.rates-section .owl-item.active:hover{box-shadow:0px 4px 16px rgba(0,0,0,0.1);z-index:2}.rates-section .owl-item.active:hover .rate-card{box-shadow:unset}.rates-section .owl-item.active:hover .label{opacity:1;cursor:default}.rates-section .items:not(.owl-loaded) .item{position:relative;transition:all .3s}.rates-section .items:not(.owl-loaded) .item:hover{box-shadow:0px 4px 16px rgba(0,0,0,0.1);z-index:2}.rates-section .items:not(.owl-loaded) .item:hover .rate-card{box-shadow:unset}.rates-section .items:not(.owl-loaded) .item:hover .label{opacity:1;cursor:default}.rates-section.type-10 .item,.rates-section.type-11 .item,.rates-section.type-12 .item{position:relative;transition:all .3s}.rates-section.type-10 .item:hover,.rates-section.type-11 .item:hover,.rates-section.type-12 .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:2}.rates-section.type-10 .item:hover .rate-card,.rates-section.type-11 .item:hover .rate-card,.rates-section.type-12 .item:hover .rate-card{box-shadow:unset}.rates-section.type-10 .item:hover .label,.rates-section.type-11 .item:hover .label,.rates-section.type-12 .item:hover .label{opacity:1;cursor:default}.rates-section .rate-card.horizontal{position:relative}.rates-section .rate-card.horizontal:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:2}.rates-section .rate-card.horizontal:hover .rate-card{box-shadow:unset}.rates-section .rate-card.horizontal:hover .label{opacity:1;cursor:default}.projects .projects-items.block-1 .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.projects .projects-items.list .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);border-color:transparent;z-index:1}.top-banners-section .small-banners .item:hover .bg-img{transform:scale(1.05)}}@media (max-width:991px){.nt-public-options-buttons{display:none !important}.accordeon-head.accordeon>a i:hover{background-color:transparent;color:#323237;transition:none}.hidden-lg{display:none !important}.owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none}.owl-nav .owl-prev,.owl-nav .owl-next{width:29px;height:44px}.owl-nav .owl-prev .btn,.owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.owl-nav .owl-prev .btn .icon-arrow-right-line::before,.owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.owl-nav .owl-prev .btn .icon-arrow-left-line::before,.owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.header-mobile{display:flex}.header-mobile .icons .basket-container-items{width:72px;height:72px}.header-mobile .icons .basket-container-items .icon{display:block;width:100%;height:100%}.header{display:none}.header.type1-fixed,.header.type2-fixed{display:none}.services-section.type10 .items{margin:24px 0 0 0}.services-section.type10 .row .col-md-12:nth-of-type(2){padding:0}.services-section .items .item{min-width:270px;flex:1}.services-section.type7 .items .item .content .hover-content{pointer-events:none}.services-section.type7 .items .item:hover .content .hover-content{opacity:1;pointer-events:inherit}.product-wrapper.list .product-card .btn-link{margin-bottom:24px}.product-wrapper.list .product-card .info{margin-right:0}.item-card .card-wrapper .item-information .sku-props-container{flex-direction:column}.item-card .card-wrapper .item-information .sku-props-container .sku-prop:not(:last-of-type){margin-right:0;padding-right:0;border-right:none}.item-card .projects.carousel .owl-nav{display:none}.services-section.type5 .items,.services-section.type6 .items{margin-top:24px}.rates-section.type-11 .rate-card>div,.rates-section.type-10 .rate-card>div,.rates-section.type-12 .rate-card>div,.rates-section.item .rate-card>div{margin-left:auto;margin-right:auto}.rates-section.type-11 .rate-card .image,.rates-section.type-10 .rate-card .image,.rates-section.type-12 .rate-card .image,.rates-section.item .rate-card .image{background-position:center}.rates-section.type-11 .rate-card .title-info,.rates-section.type-10 .rate-card .title-info,.rates-section.type-12 .rate-card .title-info,.rates-section.item .rate-card .title-info{max-width:100%}.rates-section.type-11 .rate-card,.rates-section.type-10 .rate-card,.rates-section.type-12 .rate-card,.rates-section.item .rate-card,.rates-section.type-11 .rate-card.horizontal,.rates-section.type-10 .rate-card.horizontal,.rates-section.type-12 .rate-card.horizontal,.rates-section.item .rate-card.horizontal{display:block;position:relative;align-items:center}.rates-section.type-11 .rate-card .image,.rates-section.type-10 .rate-card .image,.rates-section.type-12 .rate-card .image,.rates-section.item .rate-card .image,.rates-section.type-11 .rate-card.horizontal .image,.rates-section.type-10 .rate-card.horizontal .image,.rates-section.type-12 .rate-card.horizontal .image,.rates-section.item .rate-card.horizontal .image{margin:0 auto 24px}.rates-section.type-11 .rate-card .title-info,.rates-section.type-10 .rate-card .title-info,.rates-section.type-12 .rate-card .title-info,.rates-section.item .rate-card .title-info,.rates-section.type-11 .rate-card.horizontal .title-info,.rates-section.type-10 .rate-card.horizontal .title-info,.rates-section.type-12 .rate-card.horizontal .title-info,.rates-section.item .rate-card.horizontal .title-info{width:100%;text-align:center;margin-bottom:32px}.rates-section.type-11 .rate-card .wrap .labels,.rates-section.type-10 .rate-card .wrap .labels,.rates-section.type-12 .rate-card .wrap .labels,.rates-section.item .rate-card .wrap .labels,.rates-section.type-11 .rate-card.horizontal .wrap .labels,.rates-section.type-10 .rate-card.horizontal .wrap .labels,.rates-section.type-12 .rate-card.horizontal .wrap .labels,.rates-section.item .rate-card.horizontal .wrap .labels{position:absolute;left:16px;top:0}.rates-section.type-11 .rate-card .rate-information-list,.rates-section.type-10 .rate-card .rate-information-list,.rates-section.type-12 .rate-card .rate-information-list,.rates-section.item .rate-card .rate-information-list,.rates-section.type-11 .rate-card.horizontal .rate-information-list,.rates-section.type-10 .rate-card.horizontal .rate-information-list,.rates-section.type-12 .rate-card.horizontal .rate-information-list,.rates-section.item .rate-card.horizontal .rate-information-list{margin:0;margin-bottom:32px}.rates-section.type-11 .rate-card .price-block,.rates-section.type-10 .rate-card .price-block,.rates-section.type-12 .rate-card .price-block,.rates-section.item .rate-card .price-block,.rates-section.type-11 .rate-card.horizontal .price-block,.rates-section.type-10 .rate-card.horizontal .price-block,.rates-section.type-12 .rate-card.horizontal .price-block,.rates-section.item .rate-card.horizontal .price-block{text-align:center;margin:auto}.rates-section.type-11 .rate-card .price-block .price,.rates-section.type-10 .rate-card .price-block .price,.rates-section.type-12 .rate-card .price-block .price,.rates-section.item .rate-card .price-block .price,.rates-section.type-11 .rate-card.horizontal .price-block .price,.rates-section.type-10 .rate-card.horizontal .price-block .price,.rates-section.type-12 .rate-card.horizontal .price-block .price,.rates-section.item .rate-card.horizontal .price-block .price{margin:0 0 16px}.rates-section.type-11 .rate-card .price-block .old-price,.rates-section.type-10 .rate-card .price-block .old-price,.rates-section.type-12 .rate-card .price-block .old-price,.rates-section.item .rate-card .price-block .old-price,.rates-section.type-11 .rate-card.horizontal .price-block .old-price,.rates-section.type-10 .rate-card.horizontal .price-block .old-price,.rates-section.type-12 .rate-card.horizontal .price-block .old-price,.rates-section.item .rate-card.horizontal .price-block .old-price{margin:0}.rates-section.type-11 .rate-card .price-block .saving-price,.rates-section.type-10 .rate-card .price-block .saving-price,.rates-section.type-12 .rate-card .price-block .saving-price,.rates-section.item .rate-card .price-block .saving-price,.rates-section.type-11 .rate-card.horizontal .price-block .saving-price,.rates-section.type-10 .rate-card.horizontal .price-block .saving-price,.rates-section.type-12 .rate-card.horizontal .price-block .saving-price,.rates-section.item .rate-card.horizontal .price-block .saving-price{text-align:center;margin:0;margin-bottom:24px}.rates-section.type-11 .rate-card .buttons,.rates-section.type-10 .rate-card .buttons,.rates-section.type-12 .rate-card .buttons,.rates-section.item .rate-card .buttons,.rates-section.type-11 .rate-card.horizontal .buttons,.rates-section.type-10 .rate-card.horizontal .buttons,.rates-section.type-12 .rate-card.horizontal .buttons,.rates-section.item .rate-card.horizontal .buttons{justify-content:center}.rates-section.type-11 .rate-card.horizontal,.rates-section.type-10 .rate-card.horizontal,.rates-section.type-12 .rate-card.horizontal,.rates-section.item .rate-card.horizontal{align-items:center}.rates-section.type-11 .rate-card.horizontal .title-info .labels,.rates-section.type-10 .rate-card.horizontal .title-info .labels,.rates-section.type-12 .rate-card.horizontal .title-info .labels,.rates-section.item .rate-card.horizontal .title-info .labels{position:absolute;left:16px;top:16px}.rate-card.type-1{display:block;position:relative}.rate-card.type-1 .image{margin:0 auto 16px auto;max-width:44px;min-width:auto}.company-section,.advantages-section{flex-direction:column}.company-section .text,.advantages-section .text{width:100%}.company-section .list,.advantages-section .list{margin:0;width:100%}.company-section .list .item,.advantages-section .list .item{margin:0 0 32px 0;width:100%}.company-section.type1{margin:0}.company-section.type1 .wrap{flex-direction:column;width:auto;padding:0}.company-section.type1 .wrap .text{margin-top:0;padding:0 0 30px 16px;width:100%}.company-section.type1 .wrap .video{bottom:0;width:100%;position:relative;height:78vw;background-size:cover}.company-section.type4 .wrap{flex-direction:column;width:100%}.company-section.type4 .list .item{margin:0 0 16px 0}.company-section.type3 .list{margin:0}.company-section.type3 .list .item{margin:0 8px 32px 0}.company-section.type2{margin-top:0}.company-section.type2 .picture{width:100%;margin:0;box-shadow:none;margin-bottom:32px}.company-section.type2 .picture img{width:100%;height:100%;object-fit:cover}.company-section.type2 .text{margin:0;width:100%}.company-section.type2 .text .caption{margin-top:0}.company-section .text{margin-bottom:32px}.about-company-section .list{width:100%}.about-company-section .list .item{min-width:100%;width:100%;margin:0;padding:0 0 24px 0}.services-list.type4 .row,.services-list.type5 .row{justify-content:center}.services-list.type4 .row .wrap,.services-list.type5 .row .wrap{padding:0}.services-list .item{flex-direction:column}.services-list .item .img{min-width:auto;margin-bottom:32px}.services-list .item .content{margin:0}.authorization .wrap,.registration .wrap,.reset-password .wrap{width:100%}.contacts .contacts-item .left-block .property-wrap{margin:0 0 16px 0}.contacts .contacts-item .left-block .properties{flex-direction:column;margin-bottom:24px}.contacts .contacts-item .left-block .socials-icons{margin-bottom:40px}.contacts .contacts-item .right-block{width:300px}.contacts .contacts-page .bx-yandex-view-layout,.contacts .contacts-page .ymaps-2-1-75-map{height:60vh !important}.contacts .contacts-page.type-1{padding-top:0}.contacts .contacts-page.type-1 .contacts-item{position:static;top:0}.contacts .contacts-page.type-1 .contacts-item .row .col-auto{padding:0}.contacts .contacts-page.type-3 .contacts-item .left-block .nav{overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap}.contacts .contacts-page.type-4 .contacts-item{position:static;bottom:0}.contacts .contacts-page.type-1 .map,.contacts .contacts-page.type-2 .map,.contacts .contacts-page.type-3 .map,.contacts .contacts-page.type-4 .map{height:80vh}.staff-card{flex-direction:column;align-items:center}.staff-card .img{max-width:200px;margin:0 0 16px 0}.staff-card .staff-info{align-items:center}.services-element .services-element-pic .service-card{flex-direction:column;justify-content:center;align-items:center;text-align:center}.services-element .services-element-pic .service-card>*:not(:last-of-type){margin:0 0 16px 0}.services-element .services-element-pic .service-card .buttons{margin-top:8px;margin-left:0}.services-element .services-element-pic .service-card .price-container{justify-content:center}.services-element .services-element-pic .service-card .price{margin-bottom:8px}.services-element .projects.carousel .projects-items.block .items .owl-item .item{width:363px;height:272px}.catalog-section .item-description{z-index:1;background-color:#fff}.catalog-section .table-wrap .table{width:calc(100% - 48px)}.catalog-section .table-wrap thead{position:relative}.catalog-section .table-wrap tbody{position:relative}.catalog-section .table-wrap th:last-of-type,.catalog-section .table-wrap td:last-of-type{text-align:right;white-space:nowrap;position:absolute;right:16px;padding:13px 0;padding-left:8px;z-index:33}.catalog-section .table-wrap th:last-of-type{padding-right:0}.catalog-section .table-wrap td{white-space:nowrap;padding-right:8px}.catalog-section .table-wrap:after{content:"";display:block;position:absolute;top:0;right:0;width:79px;height:100%;z-index:-1;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.team-section.type2 .list .item,.team-section.type3 .list .item{flex:1;max-width:50%;min-width:320px}.instagram-section.type2 .items .owl-nav,.instagram-section.type3 .items .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;top:calc(50% - 20px);width:calc(100% + 32px);padding:0;margin-left:-16px;display:flex}.instagram-section.type2 .items .owl-nav .owl-prev,.instagram-section.type3 .items .owl-nav .owl-prev{margin-left:0}.instagram-section.type2 .items .owl-nav .owl-next,.instagram-section.type3 .items .owl-nav .owl-next{margin-right:0}.instagram-section.type2 .items .owl-nav .owl-prev,.instagram-section.type3 .items .owl-nav .owl-prev,.instagram-section.type2 .items .owl-nav .owl-next,.instagram-section.type3 .items .owl-nav .owl-next{width:29px;height:44px}.instagram-section.type2 .items .owl-nav .owl-prev .btn,.instagram-section.type3 .items .owl-nav .owl-prev .btn,.instagram-section.type2 .items .owl-nav .owl-next .btn,.instagram-section.type3 .items .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.instagram-section.type2 .items .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.instagram-section.type3 .items .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.instagram-section.type2 .items .owl-nav .owl-next .btn .icon-arrow-right-line::before,.instagram-section.type3 .items .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.instagram-section.type2 .items .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.instagram-section.type3 .items .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.instagram-section.type2 .items .owl-nav .owl-next .btn .icon-arrow-left-line::before,.instagram-section.type3 .items .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.rates-section .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;left:-16px;margin:0;top:calc(50% - 22px);display:flex;width:calc(100% + 32px)}.rates-section .owl-nav .owl-prev,.rates-section .owl-nav .owl-next{width:29px;height:44px}.rates-section .owl-nav .owl-prev .btn,.rates-section .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.rates-section .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.rates-section .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.rates-section .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.rates-section .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.partners-section .items .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;left:0;margin:0;top:calc(50% - 22px);display:flex;width:calc(100% + 32px);margin-left:-16px}.partners-section .items .owl-nav .owl-prev,.partners-section .items .owl-nav .owl-next{width:29px;height:44px}.partners-section .items .owl-nav .owl-prev .btn,.partners-section .items .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.partners-section .items .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.partners-section .items .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.partners-section .items .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.partners-section .items .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.employees.type2 .team-section.type1 .list .item{width:calc(50% - 16px)}.partners .list .item{width:calc(50% - 16px)}.partners .list .item .partner{width:100%;max-width:100%}.news-section .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex;width:calc(100% - 1px)}.news-section .owl-nav .owl-prev,.news-section .owl-nav .owl-next{width:29px;height:44px}.news-section .owl-nav .owl-prev .btn,.news-section .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.news-section .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.news-section .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.news-section .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.news-section .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.product-items-carousel .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex;width:100%}.product-items-carousel .owl-nav .owl-prev,.product-items-carousel .owl-nav .owl-next{width:29px;height:44px}.product-items-carousel .owl-nav .owl-prev .btn,.product-items-carousel .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.product-items-carousel .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.product-items-carousel .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.product-items-carousel .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.product-items-carousel .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.top-banners-section .big-banners .owl-nav{display:none}.top-banners-section.type6 .big-banners .item .text-container{margin-bottom:76px}.reviews-section .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex !important;width:100%}.reviews-section .owl-nav .owl-prev,.reviews-section .owl-nav .owl-next{width:29px;height:44px}.reviews-section .owl-nav .owl-prev .btn,.reviews-section .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.reviews-section .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.reviews-section .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.reviews-section .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.reviews-section .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.team-section.type1 .owl-nav,.team-section.type2 .owl-nav,.team-section.type3 .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;width:calc(100% + 32px);margin-left:-16px;display:flex}.team-section.type1 .owl-nav .owl-prev,.team-section.type2 .owl-nav .owl-prev,.team-section.type3 .owl-nav .owl-prev,.team-section.type1 .owl-nav .owl-next,.team-section.type2 .owl-nav .owl-next,.team-section.type3 .owl-nav .owl-next{width:29px;height:44px}.team-section.type1 .owl-nav .owl-prev .btn,.team-section.type2 .owl-nav .owl-prev .btn,.team-section.type3 .owl-nav .owl-prev .btn,.team-section.type1 .owl-nav .owl-next .btn,.team-section.type2 .owl-nav .owl-next .btn,.team-section.type3 .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.team-section.type1 .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.team-section.type2 .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.team-section.type3 .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.team-section.type1 .owl-nav .owl-next .btn .icon-arrow-right-line::before,.team-section.type2 .owl-nav .owl-next .btn .icon-arrow-right-line::before,.team-section.type3 .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.team-section.type1 .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.team-section.type2 .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.team-section.type3 .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.team-section.type1 .owl-nav .owl-next .btn .icon-arrow-left-line::before,.team-section.type2 .owl-nav .owl-next .btn .icon-arrow-left-line::before,.team-section.type3 .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.team-section.type3 .list .item:hover{box-shadow:none}.team-section.type3 .list .item:hover .item-text{display:none}.services-items.list.type2 .item{flex-direction:column}.services-items.list.type2 .item .image{max-width:400px;min-width:auto;width:100%;margin:0 auto 32px}.job-section.type1 .vacancy .price,.job-section.type2 .vacancy .price{justify-content:flex-start;margin-top:16px;text-align:left}.small-basket{display:none}.auth-popup-container{right:0;top:71px}.services .item-views.list .item{box-shadow:none;border-color:#e1e1e6}.footer .footer-top .center-col .socials{margin-right:0}.projects-section.type2 .items .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;left:0;margin:0;padding:0;top:calc(50% - 22px);display:flex;width:100%}.projects-section.type2 .items .owl-nav .owl-prev,.projects-section.type2 .items .owl-nav .owl-next{width:29px;height:44px}.projects-section.type2 .items .owl-nav .owl-prev .btn,.projects-section.type2 .items .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.projects-section.type2 .items .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.projects-section.type2 .items .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.projects-section.type2 .items .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.projects-section.type2 .items .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.owl-carousel .owl-item:not(.active){opacity:unset}.open-modal{overflow-x:unset;overflow-y:unset;touch-action:unset}table{display:block;width:100%;overflow-x:auto}}@media (max-width:767px){.hidden-md{display:none !important}.header-mobile .logo{border-right:none}.projects-section.type1 .item{height:220px}.partners .list .item{width:100%}.partners .list .item .partner{width:100%;max-width:100%;margin:0 0 16px 0}.partners .list .item .partner .img{margin:auto;width:auto}.documents.type3 .wrap .document,.documents.type2 .wrap .document,.documents .wrap .document{width:100%;margin:0 0 16px 0}.documents.type3 .wrap .document:not(:last-of-type),.documents.type2 .wrap .document:not(:last-of-type),.documents .wrap .document:not(:last-of-type){border-bottom:1px solid #e1e1e6}.documents.type3 .wrap .document:last-of-type,.documents.type2 .wrap .document:last-of-type,.documents .wrap .document:last-of-type{margin-bottom:0}.reviews-items.type-1 .item .top-block{flex-direction:column;margin-bottom:20px}.reviews-items.type-1 .item .image-wrapper{width:80px;margin-bottom:16px}.reviews-items.type-1 .item .rating-wrapper{margin-left:0}.reviews-items.type-1 .item .top-info{margin-bottom:15px}.reviews-items.type-1 .item .stars-current{font-size:20px}.reviews-items.type-2 .item{flex-direction:column}.reviews-items.type-2 .item .image-wrapper{margin-bottom:16px}.reviews-items.type-2 .item .left-block{flex-basis:100%;max-width:100%;margin-bottom:8px;margin-right:0}.reviews-items.type-2 .item .top-block{flex-direction:column;margin-bottom:20px}.reviews-items.type-2 .item .rating-wrapper{order:2;margin-top:15px}.reviews-items.type-2 .item .right-block{flex-basis:100%}.item-card .projects.carousel .projects-items.block .items .owl-item .item{width:100%}.accordeon-head:hover{box-shadow:none}.vacancy:hover{box-shadow:none;border:1px solid #e1e1e6}.teasers-section .list{justify-content:left;margin-left:8px;width:100%}.teasers-section .list .item{padding:0 0 16px 0;width:100%}.about-company-section .teasers-section .list{margin-left:0}.product-wrapper.sheets .product-card .info{margin-right:0;margin-bottom:24px}.product-wrapper.sheets .product-card .price-container .price{margin-bottom:24px}.product-wrapper.sheets .product-card .right-block{margin-top:0}.contacts .contacts-item .left-block{padding-right:0}.contacts .contacts-item .left-block .description{margin-bottom:40px}.contacts .contacts-item .right-block{width:100%}.contacts .contacts-page.type-2 .contacts-item .right-block{padding-top:0}.contacts .contacts-page.type-4 .contacts-item .right-block{padding-top:0}.block-overflow{overflow:visible}.licenses .licenses-items.block .items .item-wrap{margin:0 auto 16px}.rate-card.type-1{display:block;position:relative}.rate-card.type-1 .title-info{align-items:center;margin:0 auto 16px auto}.rate-card.type-1 .title-info .plan-name{margin-top:0}.rate-card.type-1 .title-info .labels{position:absolute;left:16px;top:0}.rate-card.type-1 .list{margin:0 auto 16px auto}.rate-card.type-1 .price-block{margin:0 auto;text-align:center}.rate-card.type-1 .price-block .dropdown-selector{margin-left:16px}.rate-card.type-1 .buttons{justify-content:center}.documents .wrap .document{flex-direction:column}.documents .wrap .document img{margin-bottom:16px}.documents .wrap .document .document-info{margin:0;text-align:center}.documents .wrap .document .buttons{display:none}.documents.type2 .wrap .document{padding:16px;margin-right:0}.documents.type2 .wrap .document img{margin:0 auto 16px}.documents.type2 .wrap .document .document-info{margin:0}.team-section.type1,.team-section.type2,.team-section.type3{padding-bottom:0}.team-section.type1 .text,.team-section.type2 .text,.team-section.type3 .text{padding:0 16px}.team-section.type1 .list .item,.team-section.type2 .list .item,.team-section.type3 .list .item{min-height:320px;display:flex;justify-content:center;align-items:center;max-width:100%;width:100%;min-width:288px}.team-section.type1 .owl-stage-outer:hover,.team-section.type2 .owl-stage-outer:hover,.team-section.type3 .owl-stage-outer:hover,.team-section.type1 .owl-stage-outer:active,.team-section.type2 .owl-stage-outer:active,.team-section.type3 .owl-stage-outer:active{padding-bottom:50px;margin-bottom:-50px}.employees.type2 .team-section.type1 .list{width:100%}.employees.type2 .team-section.type1 .list .item{width:100%;margin-right:0}.partners .list{width:100%}.partners .list .item{width:100%;margin-right:0}.services-items.list.type1 .item{flex-direction:column;padding:32px}.services-items.list.type1 .item .image{max-width:240px;min-width:auto;width:100%;margin:0 auto 32px}.services-items.list.type2 .item{padding:32px}.projects .projects-items.list .items .item{flex-direction:column;padding:32px}.projects .projects-items.list .items .item .img{max-width:240px;min-width:auto;width:100%;margin:0 auto 32px}.top-banners-section .small-banners .item .text-container{margin:auto 24px 24px;padding-top:24px}.top-banners-section .small-banners .item .text-container .title{font-size:20px;line-height:28px}.top-banners-section.type4 .small-banners .item.size-wide{width:100%}.component-reviews-form .radio-line{flex-direction:column}.component-reviews-form .radio-line>div{margin:0 18px 0 0}.footer{display:flex;flex-direction:column}.footer .footer-top{border-top:none;order:2}.footer .footer-top .logo{display:none}.footer .footer-top .center-col{margin-top:24px;margin-bottom:24px;padding:0;border:none}.footer .footer-top .center-col .socials{margin-right:auto}.footer .footer-top .subscribe{padding-top:16px;padding-left:8px}.footer .footer-content{padding-bottom:0;border-bottom:none;order:1}.footer .footer-bottom{order:3}.footer .contact-column{display:flex;flex-direction:column;align-items:center}.footer .contact-column .footer-menu{text-align:center}.footer .footer-menu{margin-bottom:40px}.footer.type1 .footer-bottom{padding-bottom:40px}.footer.type1 .footer-bottom .col-12{text-align:center}.footer.type1 .footer-bottom .col-12:first-of-type{margin:8px 0 16px 0}.footer.type2 .footer-menu{text-align:center}.footer.type2 .footer-bottom{padding-bottom:40px}.footer.type2 .footer-bottom .center-col{order:1;padding-bottom:32px;border-bottom:1px solid #e1e1e6}.footer.type2 .footer-bottom .text-md-left{order:2;margin:24px 0 16px 0}.footer.type2 .footer-bottom .text-md-right{order:3}.footer.type2 .footer-content{padding-bottom:16px}.footer.type2 .footer-content .subscribe{margin-bottom:40px}.instagram-section.type4 .items.owl-loaded .item{flex:0 0 100%;max-width:100%;padding:0}.instagram-section.type4 .items .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;top:calc(50% - 20px);width:calc(100% + 32px);padding:0;margin-left:-16px;display:flex}.instagram-section.type4 .items .owl-nav .owl-prev,.instagram-section.type4 .items .owl-nav .owl-next{width:29px;height:44px}.instagram-section.type4 .items .owl-nav .owl-prev .btn,.instagram-section.type4 .items .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.instagram-section.type4 .items .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.instagram-section.type4 .items .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.instagram-section.type4 .items .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.instagram-section.type4 .items .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.item-views.block-2 .items .item .img{height:200px}.item-views.block-2 .items .item .info{height:calc(100% - 200px)}.item-views.block-2 .items .item.item-big .img{height:200px}.item-views.block-2 .items .item.item-big .info{height:calc(100% - 200px)}}@media (max-width:575px){.hidden-xs{display:none !important}.h1,h1{font-size:32px;line-height:40px}.h2,h2{font-size:24px;line-height:32px}.h3,h3{font-size:20px;line-height:28px}.h4,h4{font-size:18px;line-height:26px}.header-title{margin-bottom:24px}body.inner-page .footer{margin-top:40px}.header-mobile .logo{padding:0 20px}.header-mobile .logo svg,.header-mobile .logo img{max-width:120px}.header-mobile .icons .icon-search-line{display:none}.header-mobile .icons .icon-user-line{display:block}.header-mobile .icons .basket-container-items{display:block}.nav-tabs .nav-item{margin-right:24px}.top-banners-section .big-banners .item .text-container{margin:0 auto;width:90%}.top-banners-section .small-banners{flex-wrap:wrap}.top-banners-section .small-banners .item{width:100%;min-height:240px}.top-banners-section .small-banners .item .text-container{padding-top:24px}.top-banners-section .small-banners .item.size-wide{width:100%}.top-banners-section.type5{margin-top:0}.top-banners-section.type5 .big-banners{padding:0}.top-banners-section.type5 .small-banners .item{width:100%}.projects-section.type1 .item{height:280px}.fotorama .fotorama__wrap .fotorama__stage .fotorama__arr--prev,.fotorama .fotorama__wrap .fotorama__stage .fotorama__arr--next{display:none !important}.requisites{padding:16px}.item-card .card-wrapper{padding:32px}.item-card .card-wrapper .item-information .brand-img{position:relative;margin-bottom:16px}.item-card .card-wrapper .item-information .footer-button{max-width:100%}.item-card .card-wrapper .item-information .footer-button .button-container{flex-direction:column}.item-card .card-wrapper .item-information .footer-button .button-container .counter{margin:0 0 8px 0}.item-card .card-wrapper .item-information .footer-button .button-container .counter .input{width:100%}.item-card .card-wrapper .item-information .footer-button .button-container .counter .input .count{max-width:100%;width:100%}.item-card .card-wrapper .item-information .btn-ask-question{max-width:100%}.item-card .nav{margin-left:0}.item-card .tab-content.desc{padding:32px}.item-card .item-card-content .char-wrapper .props .char{flex-direction:column;margin-bottom:12px;background-image:none}.item-card .item-card-content .char-wrapper .props .char:last-of-type{margin-bottom:0}.item-card .item-card-content .char-wrapper .props .char-name{max-width:100%;margin-bottom:4px;padding-right:0px;background-color:transparent;color:#6c6c71}.item-card .item-card-content .char-wrapper .props .char-value{padding-left:0px;background-color:transparent}.about-company-section img{margin-bottom:16px}.about-company-section img~.col{padding:0 8px;border:none}.about-company-section .list{margin:0}.alike-service-card{flex-direction:column;align-items:center}.alike-service-card .image{margin:0 0 32px 0}.alike-service-card .content{margin:0}.product-wrapper.block{width:100%}.product-wrapper.block .product-card .price-container{flex-direction:column;align-items:flex-start}.product-wrapper.block .product-card .old-price{margin-left:0}.product-wrapper.block .product-card .labels{top:16px;left:16px}.product-wrapper.list .product-card{flex-direction:column}.product-wrapper.list .product-card .image-wrapper{max-width:264px;width:100%;height:264px;margin:0 auto 40px auto}.product-wrapper.sheets .product-card{flex-direction:column}.product-wrapper.sheets .product-card .image-wrapper{width:264px;height:264px;margin:0 auto 40px auto}.product-wrapper.sheets .product-card .right-block{width:100%}.projects-element .col-auto:nth-of-type(2){width:100%}.projects-element .head-block{padding:32px}.projects-element .head-info{width:auto;margin:0}.projects-element .head-info .buttons{max-width:100%;flex-direction:column}.projects-element .head-info .buttons .button{margin:0 0 16px 0}.projects-element .head-block .row>*:first-of-type{margin-bottom:32px}.projects-element .tab-content{padding:32px}.projects-element .services .item-views.list .item{flex-direction:column}.projects-element .services .item-views.list .item .img{margin-bottom:16px}.projects-element .nav-tabs{margin:0}.projects-element .consultation-tizer{display:none}.got-questions{flex-direction:column}.got-questions .text-block{margin:0}.got-questions .text-block .buttons{max-width:200px}.got-questions .text-block .buttons .btn{width:100%;justify-content:center}.got-questions .image{margin-bottom:24px;padding:50px;background-size:contain}.services-section .section-name{flex-direction:column;margin-bottom:24px}.services-section .section-name .all{margin-left:0}.services-section.type-2 .section-name .all{margin-left:0}.nav-tabs{overflow:scroll;width:100%}.company-section .list .item,.advantages-section .list .item{width:100%;padding:0;margin:0}.company-section .list .item:last-of-type,.advantages-section .list .item:last-of-type{margin-bottom:32px}.company-section{padding:0 16px}.rates-section{width:100%;padding-bottom:50px;margin-bottom:-50px}.rates-section.type-7 .owl-stage-outer,.rates-section.type-8 .owl-stage-outer,.rates-section.type-9 .owl-stage-outer,.rates-section.type-10 .owl-stage-outer,.rates-section.type-11 .owl-stage-outer,.rates-section.type-12 .owl-stage-outer{margin:-14px;padding:15px}.rates-section .rate-card.rate-card-vertical{width:98%;min-width:287px;margin:0 auto}.timetable .day{flex-direction:column;margin-top:20px}.timetable .day .date{text-align:left;margin-bottom:16px;display:flex}.timetable .day .date .name{margin-right:8px}.section-timetable .filters .selectors{flex-flow:wrap}.section-timetable .filters .form-group:not(:last-of-type){padding-right:0;margin-bottom:16px}.section-timetable.type-3 .timetable .table,.section-timetable.type-4 .timetable .table{width:100%}.filter.filter-horizontal .filter-wrap{flex-direction:column}.filter.filter-horizontal .filter-wrap .filter-1,.filter.filter-horizontal .filter-wrap .filter-2{margin-bottom:24px}.filter.filter-horizontal .filter-wrap .filter-block:last-of-type{margin-bottom:0}.filter.filter-horizontal .filter-wrap .quick-filter-links{flex-flow:wrap}.filter.filter-horizontal .filter-wrap .quick-filter-links .link{margin-bottom:8px}.filter.filter-horizontal.type-2 .showing .buttons,.filter.filter-horizontal.type-3 .showing .buttons{width:100%;margin-left:-8px}.filter.filter-horizontal.type-2 .filter-wrap .filter-block:last-of-type,.filter.filter-horizontal.type-3 .filter-wrap .filter-block:last-of-type{margin-bottom:24px}.filter.filter-horizontal.type-3 .showing{margin-left:0}.company-history .history-block{flex-direction:column}.company-history .history-block .date-wrap{align-items:flex-start;flex-direction:column;margin-bottom:24px}.company-history .history-block .date-wrap .date{margin-bottom:8px}.company-history .history-block .date-wrap .title{margin:0}.company-history .history-block .text{margin:0}.company-history .history-block:after{content:none}.job-section .accordeon-head .vacancy i{align-self:flex-end}.documents.type3 .wrap .document{margin-right:0;width:300px}.vacancy .wrap{margin:0 0 16px 0;flex-wrap:wrap}.vacancy .wrap .title{margin-bottom:16px;width:100%}.vacancy .wrap .price{text-align:left}.vacancy .tags{flex-direction:column}.vacancy .tags .city,.vacancy .tags .experience{margin:0 0 4px 0}.staff-card .staff-info{align-items:center}.staff-card .staff-info .title{text-align:center}.staff-card .staff-info .contact-block{flex-wrap:wrap;justify-content:center}.staff-card .staff-info .contact-block>*:not(:last-of-type){margin:0 8px 16px 8px}.timetable .day{flex-direction:column}.timetable .day .date{margin-bottom:16px}.contacts .contacts-item{padding:30px}.contacts .contacts-page.type-1 .contacts-item .right-block .form-heading{margin-bottom:30px}.contacts .contacts-page.type-3 .contacts-item .right-block .form-heading{margin-bottom:30px}.item-views.list .item{flex-direction:column;padding:32px}.item-views.list .item .img{min-width:auto;max-width:240px;width:100%;margin:0 auto 26px}.blog-element .content{padding:32px}.blog-element .content-top .inner-wrapper{flex-direction:column}.blog-element .content-top .date{margin-right:0;order:2}.blog-element .content-top .category{margin-bottom:16px;order:1}.services .item-views.list .item{flex-direction:column;padding:32px}.services .item-views.list .item .img{min-width:auto;max-width:240px;width:100%;margin:0 auto 26px}.comments .nav-tabs{margin-left:0}.licenses .licenses-items.block .items .item{width:304px;padding:32px}.licenses .licenses-items.list .items .item{flex-direction:column;padding:32px}.licenses .licenses-items.list .items .item .info{padding-right:0}.licenses .licenses-items.list .items .item .img{margin:0 0 24px 0}.licenses .licenses-items.list .items .item .size{display:block;margin:10px 0 0 0}.licenses .licenses-items.list .items .item .buttons{display:none}#lightbox .lb-close{position:absolute;top:-50px;right:20px}.reviews-items.type-popup .item .bottom-block{flex-direction:column}.reviews-items.type-popup .item .image-wrapper{width:80px;margin-bottom:16px}.section-name{flex-direction:column}.section-name .title{margin-bottom:16px !important}.section-name .all{margin-left:0 !important}.categories.type-3 .item-wrap{width:100%;display:flex;justify-content:center}.categories.type-3 .item-wrap .item{max-width:331px;width:100%}.product-items.blocks .items{margin:0}.product-items.blocks .item-wrap{margin:0;padding:0;min-height:unset}.product-items.blocks .product-wrapper.block .product-card{padding:16px}.product-items.blocks .product-wrapper.block .product-card .name{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;max-height:75px}.product-items.blocks .product-wrapper.block .product-card .img{height:128px}.product-items .accordeon-head .item-description .wrap{flex-direction:column}.product-items .accordeon-head .item-description .wrap .title{margin-bottom:8px}.projects .projects-items.block-1 .item-wrap{width:100%}.projects .projects-items.block-1 .item-wrap .item{width:100%}.actions-row{align-items:flex-start;flex-wrap:wrap}.actions-row .showing{margin:auto;margin-left:32px;padding:24px 0 32px 0}.footer .contact-column{align-items:flex-start;min-width:288px}.footer .contact-column .footer-menu{width:100%}.footer.type2 .footer-content .subscribe{width:100%;text-align:center}.top-banners-section.type2 .small-banners,.top-banners-section.type4 .small-banners{flex-direction:column}.top-banners-section.type2 .small-banners .item,.top-banners-section.type4 .small-banners .item{width:100%}.top-banners-section.type6 .big-banners .owl-dots{flex-direction:row;bottom:8px;left:5%;right:unset}.services-section.type3 .items .item,.services-section.type4 .items .item,.services-section.type5 .items .item,.services-section.type6 .items .item{max-width:100%}.services-section.type3 .items .item,.services-section.type4 .items .item{flex-direction:column}.services-section.type3 .items .item .image,.services-section.type4 .items .item .image{margin:0 0 26px 0}.services-section.type5 .items .item,.services-section.type6 .items .item{flex-direction:column;padding:32px}.services-section.type5 .items .item .image,.services-section.type6 .items .item .image{margin:0 auto 32px}.popup .popup-content.no-padding{min-width:auto}.popup .popup-content.w-480{min-width:auto}.partners-section .items .content{margin:24px auto}.empty-lists .item .img{max-width:320px;margin:0 auto}.empty-lists .item .img img{width:100%}.services-items.list.type2 .item .image{max-width:240px;height:160px}.services-items.list.type3 .item{flex-direction:column;padding:32px}.services-items.list.type3 .item .image{margin:0 0 24px 0}.accordeon-head.accordeon>a{flex-direction:column}.basket-container-items{display:none}.videos-list .video iframe{height:100vw !important}.width-1648 .reviews-section .item{min-width:272px}.reviews-section .item{min-width:272px}.product_items-section .product-wrapper.block{min-width:310px}.catalog-section.type-2 .item-description:not(.accordeon-title){flex-direction:column}.catalog-section.type-2 .item-description:not(.accordeon-title) .image{margin:0}.catalog-section.type-2 .item-description:not(.accordeon-title) .item-price{margin:auto auto 16px auto}.owl-carousel .owl-item:not(.active){opacity:unset}.cookie-agreement.type1,.cookie-agreement.type2{width:calc(100% - 32px);left:0;bottom:16px;margin:0 16px}.component-reviews .empty-reviews{flex-direction:column;align-items:center}.component-reviews .empty-reviews:before{margin-right:0}.component-reviews-form .radio-line{flex-direction:column}.component-reviews-form .radio-line>div{margin:0 0 8px 0}.rate-card .rate-information-list .list-item{align-items:flex-end;background:none}.rate-card .rate-information-list .value{white-space:nowrap}.rates-section.item .rate-card.horizontal .title-info .labels{top:12px;margin-top:0}.mobile-min .services-section .subcategories{display:none}.mobile-min .services-section .description{display:none}.mobile-min .team-section .main-text{display:none}.mobile-min .reviews-section .description,.mobile-min .rates-section .description,.mobile-min .news-section .description,.mobile-min .product_items-section .description{display:none}.mobile-min .footer-content .container>.row>.col{display:none}.mobile-min .footer-content .container>.row .footer-menu{display:none}.mobile-min .company-section .text{display:none}.mobile-min .footer-top{display:none}.mobile-min .ready-sites .container>.item-text{display:none}.mobile-min .services-element .services-element-pic .main-image{display:none !important}.mobile-min .services-section-list .text-after-items{display:none}.mobile-min .blog-element .img{display:none}}@media (max-width:374px){.product-items.blocks .items{margin:0}.product-items.blocks .item-wrap{flex:0 0 100%;max-width:100%;margin:0;padding:0;min-height:unset}.product-items.blocks .product-wrapper.block .product-card{padding:16px}.product-items.blocks .product-wrapper.block .product-card .name{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;max-height:75px}.product-items.blocks .product-wrapper.block .product-card .img{height:128px}.rates-section .owl-stage .item{min-width:288px}.product_items-section .product-wrapper.block{min-width:288px}.reviews-section .item{min-width:288px}}@media screen and (max-width:991px),projection and (max-width:991px),tv and (max-width:991px),handheld and (max-width:991px){.header-mobile.up~.wrapper-section.first{padding-top:72px}.header-mobile.up~.header-title{padding-top:108px}.header-mobile.up~.header-title.custom{padding-top:232px}}.basket-item-block-properties{display:block}.basket-item-block-properties .basket-item-property{font-size:14px;margin-bottom:6px}.basket-container-items .small-basket .items .item .props-list{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71}.support .introductory-text{font-size:1.1rem}.support .important-info{background:#eff7e6;display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;padding:35px 40px;border-radius:3px;margin:30px 0}.support .important-info .row .icon{width:60px;height:60px;flex-shrink:0;margin-right:20px;border-radius:50%;border:2px solid #65b20d;background-repeat:no-repeat;background-position:center center}.support .important-info .row .icon.shedule{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/schedule.svg')}.support .important-info .row .icon.watch{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/watch.svg')}.support .important-info .row .icon.no-messenger{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/no-messenger.svg')}.support .please-read-docs .icon{width:40px;height:40px;background-repeat:no-repeat;background-position:center center;margin-right:10px}.support .please-read-docs .icon.businessman{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/businessman.svg')}.support .please-read-docs .icon.content-manager{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/content-manager.svg')}.support .please-read-docs .icon.book{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/book.svg')}.support .wizard{border:1px solid #dddfe6;border-radius:3px;padding:45px 95px;margin:50px 0}.support .wizard .title{margin-bottom:20px;font-weight:700;text-align:center;font-size:1.8rem}.support .wizard .step{text-align:center;color:#616161;margin-bottom:25px}.support .wizard .fields .field{margin-bottom:15px}.support .wizard .fields .field.summary-info{background:#e9e9ec;border-radius:2px;padding:1.5% 2%}.support .wizard .fields .field.summary-info .info>span{font-weight:bold}.support .wizard .fields .field .label{color:#616161}.support .wizard .fields .field .description{color:#616161;font-style:italic;font-size:0.9rem;margin-top:2px}.support .wizard .fields .field .input{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox}.support .wizard .fields .field .input input[type=text],.support .wizard .fields .field .input input[type=password],.support .wizard .fields .field .input textarea{display:block;width:100%;background:#e9e9ec;border:1px solid #d3d5d9;font-size:1.1rem;color:#212121;padding:6px 10px;height:23px;line-height:23px;border-radius:2px}.support .wizard .fields .field .input textarea{height:100px;outline:none}.support .wizard .fields .field .input .selecter{width:100%}.support .wizard .fields .field .input select{width:100%;height:37px}.support .wizard .fields .field .checkbox-label{line-height:1.75em}.support .wizard .actions{display:flex;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;margin-top:30px}.support .wizard .actions .right{margin-left:auto}.support .wizard .messages .item{border:1px solid #e9e9ec;margin-bottom:2%}.support .wizard .messages .item .info{background:#f5f5f6;padding:0 2%;height:35px;line-height:35px;position:relative}.support .wizard .messages .item .info.is-support:before{height:36px;width:4px;background:#f1404a;content:" ";display:block;position:absolute;left:-1px;top:-1px}.support .wizard .messages .item .text{padding:2%}@media (max-width:575px){.top-banners-section.type1 .big-banners{height:500px}}@media (max-width:575px){.top-banners-section.type1 .big-banners .item{align-items:flex-start;height:500px;padding-top:40px}}.top-banners-section.type1 .big-banners .item .text-container{max-width:640px}.top-banners-section.type1 .big-banners .item .title{font-weight:500;margin-bottom:32px}@media (max-width:575px){.top-banners-section.type1 .big-banners .item .title{margin-bottom:24px;font-size:28px;line-height:36px;letter-spacing:-0.02em}}@media (max-width:575px){.top-banners-section.type1 .big-banners .item .text{font-size:16px;line-height:24px}}@media (max-width:575px){.top-banners-section.type1 .big-banners .item .buttons{margin-top:24px}}.top-banners-section.type1 .big-banners .owl-nav{padding:0 32px}.top-banners-section .big-banners .item.main-video-slide .text-container{margin-left:120px;margin-bottom:60px;max-width:800px}.top-banners-section .big-banners .item.main-video-slide .text-container .title{font-size:48px;line-height:58px;letter-spacing:-0.02em}.top-banners-section .big-banners .item.main-video-slide .text-container .text{font-size:24px;line-height:32px}.inner-page .item-text h1,.inner-page .item-text .h1{margin-bottom:24px}.inner-page .item-text h2,.inner-page .item-text .h2{margin-bottom:20px}.inner-page .item-text h3,.inner-page .item-text .h3{margin-bottom:16px}.inner-page .item-text h4,.inner-page .item-text .h4{margin-bottom:14px}.inner-page .item-text h5,.inner-page .item-text .h5{margin-bottom:13px}.inner-page .item-text h6,.inner-page .item-text .h6{margin-bottom:12px}.inner-page .item-text p+h2,.inner-page .item-text p+.h2,.inner-page .item-text p+h3,.inner-page .item-text p+.h3,.inner-page .item-text p+h4,.inner-page .item-text p+.h4,.inner-page .item-text ul+h2,.inner-page .item-text ul+.h2,.inner-page .item-text ul+h3,.inner-page .item-text ul+.h3,.inner-page .item-text ul+h4,.inner-page .item-text ul+.h4,.inner-page .item-text ol+h2,.inner-page .item-text ol+.h2,.inner-page .item-text ol+h3,.inner-page .item-text ol+.h3,.inner-page .item-text ol+h4,.inner-page .item-text ol+.h4{margin-top:32px}.inner-page .item-text p,.inner-page .item-text ul,.inner-page .item-text ol{color:#4a4a4f}.inner-page .item-text p{margin-bottom:12px}.inner-page .item-text p a{color:#5ba508;text-decoration:none}.inner-page .item-text p a:hover{color:#f1404b}.inner-page .item-text ul+p{margin-top:32px}.inner-page .item-text ul li a{text-decoration:none}.inner-page .item-text ul li a:hover{color:#f1404b}.inner-page .item-text ol{margin:0;padding-left:32px}.inner-page .item-text ol li{margin-bottom:12px;padding-left:8px}.inner-page .item-text ol li a{color:#5ba508;text-decoration:none}.inner-page .item-text ol li a:hover{color:#f1404b}.partners-office .desktop .items .item-wrap{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset}.partners-office .desktop .items .item{padding:40px}.partners-office .desktop .items .top-block{display:flex;justify-content:space-between;margin-bottom:32px}.partners-office .desktop .items .img{max-width:100px;max-height:58px}.partners-office .desktop .items .img img{width:100%;height:100%}.partners-office .desktop .items .name{margin-bottom:16px}.partners-office .desktop .items .name span{font-weight:400}.partners-office .desktop .items .bonus{display:inline-block;padding:12px 32px;background-color:#FFE6B3;border-radius:4px;text-transform:uppercase;color:#4a4a4f}.partners-office .desktop .items .bonus .currency{position:relative;padding-bottom:2px;border-bottom:1px dotted #000;cursor:default}.partners-office .desktop .items .bonus .currency:hover .tooltip{opacity:1;visibility:visible}.partners-office .desktop .items .bonus .currency .tooltip{display:block;top:-25px;left:107%;width:294px;padding:24px;opacity:0;visibility:hidden;background-color:#fff;border-radius:4px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);font-family:inherit}.partners-office .desktop .items .bonus .currency .tooltip:before{content:"";position:absolute;left:-6px;top:23px;border:8px solid transparent;border-right-color:#fff;border-left:0;z-index:1069}.partners-office .desktop .items .bonus .currency .tooltip-heading{display:block;margin-bottom:8px;color:#19191e}.partners-office .desktop .items .bonus .currency .tooltip-text{color:#4a4a4f}.partners-office .desktop .items .properties{display:flex;padding:20px 32px;background-color:#f5f5f7;border-radius:3px}.partners-office .desktop .items .properties .props{position:relative;margin-right:20px;padding-right:26px}.partners-office .desktop .items .properties .props:after{content:'/';position:absolute;top:0;right:0;color:#8f8f9d}.partners-office .desktop .items .properties .props:last-of-type{margin-right:0;padding-right:0}.partners-office .desktop .items .properties .props:last-of-type:after{display:none}.partners-office .desktop .items .properties .prop-value{font-weight:700;color:#323237}.partners-office .desktop .items .properties .prop-value a{color:#5ba508;text-decoration:none}.partners-office .partners-docs{padding:40px;border:1px solid #e1e1e6}.partners-office .partners-docs .item{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e1e1e6}.partners-office .partners-docs .item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:0}.partners-office .partners-docs .item-title{margin-bottom:24px}.partners-office .partners-docs .documents{margin-top:32px}.partners-office .partners-docs .documents .wrap .document{margin-right:0;padding-right:32px}.partners-office .partners-cooperation{padding:40px;border:1px solid #e1e1e6}.partners-office .partners-cooperation .item-title{margin-bottom:24px}.partners-office .item-text h4{font-weight:700}.partners-office .item-text .info{position:relative;margin:32px 0 36px;padding-left:20px;color:#323237}.partners-office .item-text .info:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:#f1404b}.partners-office .item-text .gradient-block{background:linear-gradient(93.06999999999999deg, #ecfff1 7.83%, #fff 161.22%);padding:42px 57px 63px 90px;display:flex;margin:40px -40px;width:calc(100% + 80px)}.partners-office .item-text .gradient-block .image{width:58%;flex-grow:1;flex-shrink:0}.partners-office .item-text .gradient-block .image img{max-width:100%}.partners-office .item-text .gradient-block ul{margin-right:39px;flex-shrink:0;width:calc(42% - 39px);flex-grow:0}.partners-office .item-text .gradient-block ul li{font-weight:700;font-size:22px;line-height:140%;color:#4A4A4F}.partners-office .item-text .gradient-block ul li::after{width:13px;height:13px;border-radius:50%;background-color:#E01839;top:20px}.partners-office .item-text .products{display:flex;flex-wrap:wrap;margin-right:-31px;width:calc(100% + 31px);margin-top:40px}.partners-office .item-text .products .item{display:flex;flex-direction:column;box-shadow:-1.18644px 2.37288px 14.2373px rgba(0,0,0,0.1);border-radius:10px;padding:38px 13px 18px;align-items:center;width:calc(100% / 4 - 31px);margin-bottom:31px}.partners-office .item-text .products .item:not(:nth-child(4n+4)){margin-right:31px}.partners-office .item-text .products .item img{width:160px;margin-bottom:19px}.partners-office .item-text .products .item span{display:block;color:#4A4A4F;font-size:19px;line-height:150%}.partners-office .item-text .content-block{display:flex;align-items:center}.partners-office .item-text .content-block .image{flex-shrink:0}.partners-office .item-text .content-block .image img{max-width:100%}.partners-office .item-text .content-block.keys{margin-top:-6px}.partners-office .item-text .content-block.keys .text-content{margin-right:31px;width:calc(65.7% - 31px);flex-grow:0}.partners-office .item-text .content-block.keys .image{width:44.3%;flex-grow:1}.partners-office .item-text .content-block .text-content{display:flex;flex-direction:column}.partners-office .item-text .content-block.bonus .image{margin-top:16px;width:35%}.partners-office .item-text .content-block.bonus .fixed-width{max-width:530px}.partners-office .item-text .content-block.bonus .text-content{width:65%}.partners-office .item-text .content-block .green-block{background:#F2FFF5;width:calc(100% + 40px);margin-right:-40px;margin-top:9px;margin-bottom:13px;padding:21px 34px 30px}.partners-office .item-text .content-block .green-block ul{padding-left:17px}.partners-office .item-text .content-block .green-block ul li{font-weight:700}.partners-office .item-text .content-block .green-block ul li::after{width:10px;height:10px;background:#E01839;border-radius:50%;left:-17px;top:8px}.partners-office .item-text .content-block.licenses .fixed-width{width:60%;margin-bottom:26px}.partners-office .item-text .content-block.licenses .gradient-wrapper{padding-right:176px;margin-left:-40px;margin-right:-40px;width:calc(100% + 80px)}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient{background:linear-gradient(0deg, #effff3, #effff3),#fff;border-radius:0px 65px 0px 0px;padding:62px 40px;position:relative}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient .image{position:absolute;right:0;top:-90px;width:47%}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul{width:60%}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul li{font-weight:700;font-size:22px;line-height:140%}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul li::after{width:13px;height:13px;border-radius:50%;top:6px;background:#E01839}.partners-office .item-text .content-block.demo{padding-top:50px;padding-bottom:20px}.partners-office .item-text .content-block.demo .image{margin-right:94px;width:26%}.partners-office .item-text .content-block.img-right .image{width:45%}.partners-office .item-text .content-block.img-left .fixed-width{max-width:610px}.partners-office .item-text .content-block.img-left .image{margin-right:18px;width:33%}.partners-office .item-text .percent{font-weight:700;font-size:36px;line-height:120%;color:#5ba508}.partners-office .nfr-licenses{padding:40px;border:1px solid #e1e1e6}.partners-office .nfr-licenses .explanatory-text{margin-bottom:32px;color:#4a4a4f}.partners-office .nfr-licenses .title{margin-bottom:16px}.partners-office .nfr-licenses .btn-copy{width:24px;height:24px;display:flex;align-items:center;justify-content:center;text-decoration:none}.partners-office .nfr-licenses .btn-copy .icon{font-size:24px;color:#353545;transition:0.2s}.partners-office .nfr-licenses .btn-copy:hover .icon{color:#5ba508}.partners-office .nfr-licenses .table{margin-bottom:40px;color:#4a4a4f}.partners-office .nfr-licenses .table th,.partners-office .nfr-licenses .table td{padding:16px;border:0;border-bottom:1px solid #e1e1e6}.partners-office .nfr-licenses .table td:first-child{width:352px}.partners-office .nfr-licenses .table thead th{border-bottom:2px solid #e1e1e6}.partners-office .nfr-licenses .table-striped tbody tr:nth-of-type(odd){background-color:#f8f8fa}.partners-office .nfr-licenses .partners-form{padding:40px;background-color:#f8f8fa}.partners-office .nfr-licenses .partners-form .title{margin-bottom:16px}.partners-office .nfr-licenses .partners-form .form-description{margin-bottom:32px;color:#4a4a4f}.partners-office .nfr-licenses .partners-form .account-inputs .form-control{border:0;border-bottom:2px solid #e1e1e6;border-radius:0;padding:0 0 8px 0;height:auto;line-height:24px;background:transparent;resize:none}.partners-office .nfr-licenses .partners-form .account-inputs input.text-type.form-control.required:valid{border-color:#5ba508}.partners-office .nfr-licenses .partners-form .authorization-actions{justify-content:flex-end;align-items:center}.partners-office .nfr-licenses .partners-form .buttons .btn{padding:12px 32px}.partners-office .nfr-licenses .partners-form .dropdown-selector{background:transparent}.partners-office .nfr-licenses .partners-form .form-group{margin-bottom:24px}.partners-office .nfr-licenses .partners-form .form-group>label{margin-bottom:0}.partners-office .nfr-licenses .partners-form .form-group .form-select>button{background:transparent;border:0;border-bottom:2px solid #e1e1e6;border-radius:0;padding:0 0 8px 0;height:auto;line-height:24px}.partners-office .nfr-licenses .partners-form .form-group .form-select>button:after{content:"\ea41";width:24px;height:24px;font-size:20px;line-height:24px;border:0;margin:0;padding:0}.partners-office .nfr-licenses .partners-form .form-group .form-select>button .filter-option{padding-left:0}@media (max-width:1300px){.partners-office .item-text .products .item{width:calc(100% / 3 - 31px)}.partners-office .item-text .products .item:not(:nth-child(4n+4)){margin-right:0}.partners-office .item-text .products .item:not(:nth-child(3n+3)){margin-right:31px}.partners-office .item-text .gradient-block{padding:30px 41px 47px 65px}.partners-office .item-text .gradient-block ul{width:calc(50% - 39px)}.partners-office .item-text .gradient-block ul li{font-size:18px}.partners-office .item-text .gradient-block ul li::after{top:14px;width:10px;height:10px}.partners-office .item-text .gradient-block .image{width:50%}.partners-office .item-text .percent{font-size:26px}.partners-office .item-text .content-block.keys .image{width:38%}.partners-office .item-text .content-block.bonus{margin-left:-40px}.partners-office .item-text .content-block.bonus .image{margin-right:20px}.partners-office .item-text .content-block.licenses .fixed-width{width:72%}.partners-office .item-text .content-block.licenses .gradient-wrapper{padding-right:47px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient{padding:40px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient .image{bottom:30px;display:flex;justify-content:flex-end;top:unset}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient .image img{max-width:400px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul li{font-size:18px}.partners-office .item-text .content-block.demo{margin-left:-17px;padding-top:36px;padding-bottom:38px}.partners-office .item-text .content-block.demo .image{margin-right:20px;width:30%}}@media (max-width:992px){.partners-office .item-text .gradient-block{flex-direction:column;padding:25px}.partners-office .item-text .gradient-block ul{width:100%}.partners-office .item-text .gradient-block .image{width:100%;max-width:600px}.partners-office .item-text .products{margin-right:-14px;width:calc(100% + 14px)}.partners-office .item-text .products .item{width:calc(100% / 2 - 14px);margin-bottom:14px}.partners-office .item-text .products .item:not(:nth-child(3n+3)){margin-right:0}.partners-office .item-text .products .item:not(:nth-child(2n+2)){margin-right:14px}.partners-office .item-text .content-block.licenses .fixed-width{width:100%}.partners-office .item-text .content-block.licenses .gradient-wrapper{padding-right:0;padding-top:50px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient{display:flex;flex-direction:column-reverse;border-radius:23px 0px 0px 0px;padding-top:0}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient .image{position:static;margin-top:-45px;justify-content:center;width:100%}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient .image img{width:214px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul{width:100%}}@media (max-width:650px){.partners-office .item-text .content-block{position:relative}.partners-office .item-text .content-block .green-block{width:100%;margin-right:0}.partners-office .item-text .content-block.keys .text-content h4{margin-bottom:200px}.partners-office .item-text .content-block.keys .image{position:absolute;top:80px;width:276px;left:50%;transform:translateX(-50%)}.partners-office .item-text .content-block.keys .text-content{width:100%;margin-right:0}.partners-office .item-text .content-block.bonus{margin-left:0}.partners-office .item-text .content-block.bonus .text-content{width:100%}.partners-office .item-text .content-block.bonus .text-content .fixed-width{margin-bottom:230px}.partners-office .item-text .content-block.bonus .image{position:absolute;top:180px;width:212px;left:50%;transform:translateX(-50%);margin:0}.partners-office .item-text .content-block.demo{padding-top:0;padding-bottom:0;margin-left:0}.partners-office .item-text .content-block.demo .image{margin-right:0;width:214px;position:absolute;top:140px;left:50%;transform:translateX(-50%)}.partners-office .item-text .content-block.demo .text-content p{margin-bottom:220px}.partners-office .item-text .content-block.img-right .image,.partners-office .item-text .content-block.img-left .image{position:absolute;top:60px;left:50%;transform:translateX(-50%)}.partners-office .item-text .content-block.img-right .text-content h4,.partners-office .item-text .content-block.img-left .text-content h4{margin-bottom:180px}.partners-office .item-text .content-block.img-right .image{width:226px}.partners-office .item-text .content-block.img-left .image{width:196px}.partners-office .item-text .products .item span{font-size:0.5em}}@media (max-width:575px){.partners-office .item-text .gradient-block{margin:20px -24px 30px;width:calc(100% + 48px)}.partners-office .item-text .content-block .green-block{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}.partners-office .item-text .content-block.licenses .gradient-wrapper{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px)}.partners-office .item-text .products .item img{width:75px;margin-bottom:9px}}@media (max-width:480px){.partners-office .item-text .gradient-block{padding-top:8px}.partners-office .item-text .gradient-block ul{margin-right:0;padding-left:20px}.partners-office .item-text .gradient-block ul li{font-size:14px}.partners-office .item-text .gradient-block ul li::after{left:-20px;width:8px;height:8px;top:16px}.partners-office .item-text .percent{font-size:22px}.partners-office .item-text .products .item{padding:18px 4px 8px}.partners-office .item-text .content-block.keys .image{top:96px}.partners-office .item-text .content-block.bonus .image{top:210px}.partners-office .item-text .content-block.bonus .text-content .fixed-width{margin-bottom:200px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient{padding:0 24px 4px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul{padding-left:17px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul li{font-size:16px}.partners-office .item-text .content-block.licenses .gradient-wrapper .green-gradient ul li::after{width:10px;height:10px;left:-17px}.partners-office .item-text .content-block.demo .image{top:170px}.partners-office .item-text .content-block.img-right .image,.partners-office .item-text .content-block.img-left .image{top:80px}}@media (max-width:376px){.partners-office .item-text.bonus .image{top:260px}.partners-office .item-text.bonus .text-content .fixed-width{margin-bottom:200px}}.item-views.block .items .item{width:unset}.item-views.block .items .item .img{height:320px}.item-views.block .items .item .info{height:calc(100% - 320px)}.item-views.block .items .item.item-big .img{height:650px}.item-views.block .items .item.item-big .info{height:calc(100% - 650px)}.item-views.block .items .item.no-image .info{height:100%}.item-views.block .items .item.no-image .info .name{margin-bottom:16px}.item-views.block .items .item.no-image .info .line{width:80px;height:3px;margin-bottom:32px;background-color:#5ba508}.item-views.block .items .item.no-image .info .preview-text{margin-bottom:24px}.ready-sites .nav-tabs{margin-bottom:40px}.ready-sites .ready{margin-bottom:108px}.ready-sites .ready .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;display:flex;padding:64px 64px 54px 64px}.ready-sites .ready .item .content{width:100%}.ready-sites .ready .item .content .labels{display:flex;margin-bottom:12px;margin-top:-24px}.ready-sites .ready .item .content .labels .label{margin-right:4px}.ready-sites .ready .item .content .title{margin:0 0 16px}.ready-sites .ready .item .content .title a{color:#19191e;text-decoration:none}.ready-sites .ready .item .content .title a:hover{color:#5ba508}.ready-sites .ready .item .content .description{margin-bottom:12px;color:#4a4a4f}.ready-sites .ready .item .content .release{margin-bottom:32px;color:#4a4a4f}.ready-sites .ready .item .content .props{display:flex;flex-wrap:wrap;margin-bottom:24px}.ready-sites .ready .item .content .props .prop{display:flex;justify-content:space-between;max-width:312px;width:100%;margin-bottom:8px;margin-right:32px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/background-line.svg');background-repeat:repeat-x;background-position:0px 13px}.ready-sites .ready .item .content .props .prop:nth-of-type(2n){margin-right:0}.ready-sites .ready .item .content .props .prop .icon{width:32px;height:24px;font-size:24px;color:#5ba508;background-color:#fff;padding-left:8px}.ready-sites .ready .item .content .props .prop .prop-name{max-width:70%;padding-right:8px;background-color:#fff;color:#6c6c71}.ready-sites .ready .item .content .actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding-top:16px;border-top:1px solid #e1e1e6}.ready-sites .ready .item .content .actions .price-block{display:flex;align-items:center}.ready-sites .ready .item .content .actions .price-block .price{color:#323237}.ready-sites .ready .item .content .actions .price-block .old-price{font-size:16px;line-height:24px;font-weight:400;letter-spacing:0;text-decoration:none;margin-left:16px;color:#6c6c71;text-decoration:line-through}.ready-sites .ready .item .content .actions .buttons{display:flex}.ready-sites .ready .item .content .actions .buttons .btn{justify-content:center}.ready-sites .ready .item .content .actions .buttons .btn:first-of-type{margin-right:8px}.ready-sites .ready .item .image{max-width:480px;width:100%;margin-left:64px}.ready-sites .ready .item .image>a{display:block;width:100%;height:100%}.ready-sites .ready .item .image>a img{width:100%}.ready-sites .banner-small{margin:40px 0}.ready-sites .advantages-section.type2{margin-bottom:72px}.ready-sites .advantages-section.type2:last-of-type{margin-bottom:0}.label.promo{background-color:#FFAA00}.advantages-section.type2{background-color:#f8f8fa}.advantages-section.type2 .list .item .icon{background-color:#f1404b;box-shadow:8px -8px 0px rgba(241,64,75,0.25)}.solutions-section .section-name{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px}.solutions-section .section-name .title{color:#19191e;margin:0}.solutions-section .section-name .all{text-decoration:none;margin-left:24px;color:#8f8f9d}.solutions-section .section-name .all:hover{color:#5ba508}.solutions-section .owl-dots{display:flex;justify-content:center;position:absolute;width:100%;bottom:40px}.solutions-section .owl-dots .owl-dot:not(.active){background:black}.solutions-section .owl-dots button{padding:0;margin:0 4px;display:inline-block;background:#fff;opacity:0.5;border:none;outline:none;height:4px;width:20px}.solutions-section .owl-dots button.active{width:30px;background:#5ba508;opacity:1}.solutions-section .description{margin-bottom:32px}.solutions-section .ready-sites .ready .item{margin:1px;padding:64px 63px 113px 63px}.solutions-section .owl-nav{top:calc(50% - 22px);}.techsupport-buttons{margin-top:32px}.techsupport-container{padding:40px;border:1px solid #e1e1e6}.techsupport-container .title,.techsupport-container .recommendation{margin-bottom:16px}.techsupport-container .description{margin-bottom:40px}.techsupport-container .features{margin-bottom:40px}.techsupport-container .features .col .logo{border-radius:50%;min-width:64px;width:64px;height:64px;margin-bottom:24px}.techsupport-container .features .col .feature-title{color:#323237;margin-bottom:4px}.techsupport-container .features .col .feature-description{color:#6c6c71}.techsupport-container .features .col:not(:last-of-type){margin-right:45px}.techsupport-container .document-list{padding-left:10px;margin-bottom:40px}.techsupport-container .document-list li{margin-bottom:16px}.techsupport-container .techsupport-form{padding:40px;background-color:#f8f8fa}.techsupport-container .techsupport-form .title{margin-bottom:12px}.techsupport-container .techsupport-form .form-description{margin-bottom:32px}.techsupport-container .techsupport-form .account-inputs{margin-bottom:32px;margin-top:-18px}.techsupport-container .techsupport-form .account-inputs .col{margin:0}.techsupport-container .techsupport-form .account-inputs .col:not(:last-of-type){margin-right:16px}.techsupport-container .techsupport-form .account-inputs input.text-type.form-control.required:valid{border-color:#5ba508}.techsupport-container .techsupport-form .authorization-actions{justify-content:flex-end;align-items:center}.techsupport-container .techsupport-form .authorization-actions .remember-me{margin-right:32px}.techsupport-container .authorization-block .authorization-actions{justify-content:flex-end;align-items:center}.techsupport-container .authorization-block .authorization-actions .remember-me{margin-right:32px}.techsupport-container .alert,.techsupport-container .appeal-step{margin-bottom:32px}.techsupport-container .appeal-type-list .row:last-of-type{margin-bottom:0;margin-top:16px;justify-content:flex-end}.techsupport-container .appeal-type-list .row .big-radio-wrap{margin-bottom:16px}.techsupport-container .select-your-solution{margin-bottom:32px}.techsupport-container .select-your-solution .solution:not(:last-of-type){margin-bottom:16px}.techsupport-container .big-radio-block .alert.alert-danger{margin:16px 0 0 0}.techsupport-container .big-radio-block .wrap-label .name{display:block}.techsupport-container .big-radio-block .solution-parameter a{color:#6c6c71}.techsupport-container .big-radio-block .solution-parameter:not(:last-of-type){margin-right:16px}.techsupport-container .privacy-explanaton{display:flex;color:#6c6c71;margin-right:19px}.techsupport-container .privacy-explanaton .image{height:40px;margin-right:12px;font-size:40px;text-align:center;display:flex;justify-content:center}.techsupport-container .privacy-explanaton .image i{display:flex;justify-content:center;align-items:center}.techsupport-container .privacy-explanaton .text{font-size:12px;line-height:20px}.ticket-container h3{margin-bottom:32px}.ticket-container .answer{padding:24px 32px;border:1px solid #e1e1e6}.ticket-container .answer h3{margin-bottom:24px}.ticket-container .answer .answer-text .form-control{height:172px;margin-bottom:24px;resize:none}.ticket-container .answer .attach-your-file{color:#4a4a4f;margin-bottom:16px}.ticket-container .answer .file{margin-bottom:16px}.ticket-container .answer .file .form-group.light{padding-top:0}.ticket-information{background-color:#EEF9EF;padding:40px;margin-bottom:56px}.ticket-params{padding:0 32px 16px 0}.ticket-params i{color:#5ba508;font-size:24px;width:24px;margin-right:16px}.ticket-params .param-title{color:#6c6c71}.ticket-params .param-value{color:#4a4a4f}.ticket-discussion{display:flex;flex-direction:column;margin-bottom:32px}.ticket-discussion .employer-message{background-color:#f8f8fa}.ticket-discussion .customer-message,.ticket-discussion .employer-message{padding:24px 32px;border:1px solid #e1e1e6}.ticket-discussion .customer-message p:last-of-type,.ticket-discussion .employer-message p:last-of-type{margin-bottom:0}.ticket-discussion .customer-message .name,.ticket-discussion .employer-message .name{color:#5ba508;margin-bottom:2px}.ticket-discussion .customer-message .image,.ticket-discussion .employer-message .image{width:48px;height:48px;border-radius:100%;margin-right:16px;background-size:cover}.ticket-discussion .customer-message .message-info,.ticket-discussion .employer-message .message-info{margin-bottom:16px;color:#6c6c71}.ticket-discussion .customer-message .message-info>div:not(:last-of-type),.ticket-discussion .employer-message .message-info>div:not(:last-of-type){margin-right:12px}.ticket-discussion .customer-message .message-text,.ticket-discussion .employer-message .message-text{color:#323237}.ticket-discussion .customer-message .message-text~div,.ticket-discussion .employer-message .message-text~div{margin-top:16px}.ticket-discussion .customer-message:not(:last-of-type),.ticket-discussion .employer-message:not(:last-of-type){margin-bottom:-1px}.ticket-discussion .customer-message .attached,.ticket-discussion .employer-message .attached{margin-bottom:8px;color:#4a4a4f}.ticket-discussion .customer-message .images,.ticket-discussion .employer-message .images{margin-bottom:16px}.ticket-discussion .customer-message .images a,.ticket-discussion .employer-message .images a{width:80px;height:80px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center;border:1px solid #e1e1e6}.ticket-discussion .customer-message .images a:not(:last-of-type),.ticket-discussion .employer-message .images a:not(:last-of-type){margin-right:16px}.ticket-discussion .customer-message .load-documents.documents .wrap .document,.ticket-discussion .employer-message .load-documents.documents .wrap .document{margin-right:16px;width:auto}.ticket-information .row:last-of-type .ticket-params{padding-bottom:0}.dot{min-width:12px;width:12px;height:12px;border-radius:2px}.dot.green{background-color:#2a3}.dot.red{background-color:#f42}.dot.gray{background-color:#8f8f9d}.ticket-list .inputs{margin-bottom:32px}.ticket-list .inputs .col{justify-content:flex-end;display:flex}.ticket-list .inputs .col-auto{margin-right:16px}.ticket-list .inputs .dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle{width:232px}.ticket-list .legend{display:flex;flex-direction:column;margin-bottom:32px}.ticket-list .legend .legend-item{display:flex;align-items:baseline;margin-bottom:4px;color:#6c6c71}.ticket-list .legend .legend-item .dot{margin-right:4px}.ticket-list .table{margin-bottom:0}.ticket-list .table thead th{border-top:none}.ticket-list .table th,.ticket-list .table td{vertical-align:middle;padding:16px}.ticket-creating-description .form-group{margin-bottom:24px}.ticket-creating-description .form-group:not(.light).detailed textarea{height:172px;resize:none}.ticket-creating-description .form-group.file .attach-your-file{margin-bottom:16px}.ticket-creating-description .form-group.file .form-group.light{padding:0;margin-bottom:16px}.ticket-creating-description .form-group.file .add-more{margin-top:8px;display:block}.ticket-creating-description .form-check{margin-bottom:24px;padding:0}.for-partners-page .wrap{padding:120px 0}.for-partners-page .partners{padding:72px 0 80px;background:linear-gradient(90deg, #4c4c67 0%, #353545 100%)}.for-partners-page .partners .partners-list{display:flex;max-width:896px;flex-wrap:wrap;margin-bottom:16px}.for-partners-page .partners .partners-list .partner{padding:16px 24px;border:1px solid #e1e1e6;border-radius:4px;display:flex;align-items:center;justify-content:center;height:104px;margin-bottom:16px}.for-partners-page .partners .title{margin-bottom:40px;color:#fff}.for-partners-page .partners .buttons{position:relative}.for-partners-page .partners .buttons:before{position:absolute;bottom:4px;left:-8px;transform:translateX(-100%) translateY(100%);content:url('/bitrix/templates/prime_v2/less_compile/../images/icons/arrow-left-partners.svg')}.for-partners-page .partners .buttons:after{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;white-space:pre;position:absolute;right:48px;transform:translateX(-108%);width:180px;content:'Начните зарабатывать \0a на наших решениях и вы !';color:#e1e1e6}.for-partners-page .how-enter{margin:0;padding:0}.for-partners-page .how-enter .title{text-align:center;margin-bottom:56px}.for-partners-page .how-enter .request-form{background-color:#fff;margin:auto;border-radius:16px;box-shadow:0px 4px 32px rgba(0,0,0,0.1);padding:64px 120px 112px;max-width:880px}.for-partners-page .how-enter .request-form .form-title{text-align:center;margin-bottom:32px}.for-partners-page .how-enter .request-form .form-inputs{margin-bottom:32px}.for-partners-page .how-enter .request-form .btn{width:100%;display:flex;justify-content:center}.for-partners-page .how-enter .request-form .toogle-check{display:flex;align-items:center}.for-partners-page .how-enter .request-form .toogle-check .form-check-label{display:inline;margin:0}.for-partners-page .how-enter .steps{display:flex;margin:auto;max-width:820px;margin-bottom:56px}.for-partners-page .how-enter .steps .step{display:flex;flex-direction:column;justify-content:center;align-items:center}.for-partners-page .how-enter .steps .step:not(:last-of-type){margin-right:80px}.for-partners-page .how-enter .steps .step:not(:last-of-type):after{content:url('/bitrix/templates/prime_v2/less_compile/../images/icons/arrow-right-steps.svg');position:absolute;left:100%;top:16px}.for-partners-page .how-enter .steps .step .number{display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;color:#fff}.for-partners-page .how-enter .steps .step .number::before{content:'';z-index:-1;position:absolute;width:64px;height:64px;background-color:#5ba508;border-radius:100%}.for-partners-page .how-enter .steps .step .text{text-align:center}.partners-projects .title{margin-bottom:64px;text-align:center;width:100%}.partners-projects .owl-carousel{position:relative}.partners-projects .owl-nav{top:50%;width:calc(100% + 44px);left:-22px;transform:translateY(-50%);z-index:5}.partners-projects .owl-nav.disabled{display:flex}.profit-of-our-solutions .title{margin-bottom:40px}.profit-of-our-solutions .text-block{margin-top:19px}.profit-of-our-solutions .profits li{display:flex;align-items:center}.profit-of-our-solutions .profits li:not(:last-of-type){margin-bottom:16px}.profit-of-our-solutions .profits .icon{width:32px;min-width:32px;height:32px;font-size:20px;margin-right:12px;display:flex;font-weight:normal;justify-content:center;align-items:center;color:#5ba508;position:relative}.profit-of-our-solutions .profits .icon:after{content:'';position:absolute;width:100%;height:100%;border-radius:100%;border:2px solid #5ba508}.profit-of-our-solutions .solution-image-wrap{padding:0 16px 0 0;height:100%}.profit-of-our-solutions .solution-image-wrap .wrapper{position:relative;display:inline-block}.profit-of-our-solutions .solution-image-wrap .wrapper img{max-width:580px}.profit-of-our-solutions .solution-image-wrap .solution-tag{position:absolute;right:0;bottom:14px}.advantages-for-partner{background-color:#f8f8fa}.advantages-for-partner .title{margin-bottom:40px}.advantages-for-partner .solution-image-wrap{position:relative;margin-top:20px;height:100%}.advantages-for-partner .solution-image-wrap img{width:100%;max-width:580px}.advantages-for-partner .solution-image-wrap .solution-tag{transform:translateX(-50%);position:absolute;left:50%;bottom:12px}.advantages-for-partner .advantages{display:flex;flex-wrap:wrap;margin-bottom:-20px}.advantages-for-partner .advantages .advantage{width:298px;display:flex;align-items:center;margin-bottom:20px}.advantages-for-partner .advantages .advantage:nth-of-type(odd){margin-right:80px}.advantages-for-partner .advantages .advantage .icon{display:flex;margin-right:16px;width:48px;height:48px;min-width:48px;font-size:24px;background-color:#f1404b;border-radius:100%;color:#fff;justify-content:center;align-items:center;background-repeat:no-repeat;background-position:center}.complex-audit-banner-02{background:#F1FFE0;padding:40px 40px 56px 40px}.complex-audit-banner-02 .item-wrap{display:flex;justify-content:center;align-items:center;padding:0 12px}.complex-audit-banner-02 .row{margin:0 -12px}.complex-audit-banner-02 .row:not(:last-of-type){margin-bottom:24px}.complex-audit-banner-02 .item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 65px;height:100%;width:100%;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.complex-audit-banner-02 .icon{width:80px;height:80px;min-width:80px;background-size:auto;background-repeat:no-repeat;background-position:center;margin-bottom:28px}.complex-audit-banner-02 .text{font-size:16px;line-height:24px;color:#323237;text-align:center;width:100%;height:72px}.maintenance-b24-banner-02,.mobile-app-individual-development-banner-01{background:#F1FFE0;padding:40px 40px 64px 40px}.maintenance-b24-banner-02 .item-wrap,.mobile-app-individual-development-banner-01 .item-wrap{display:flex;justify-content:center;align-items:center;padding:0 12px}.maintenance-b24-banner-02 .row,.mobile-app-individual-development-banner-01 .row{margin:0 -12px}.maintenance-b24-banner-02 .row:not(:last-of-type),.mobile-app-individual-development-banner-01 .row:not(:last-of-type){margin-bottom:24px}.maintenance-b24-banner-02 .item,.mobile-app-individual-development-banner-01 .item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 65px;height:100%;width:100%;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.maintenance-b24-banner-02 .icon,.mobile-app-individual-development-banner-01 .icon{width:80px;height:80px;min-width:80px;background-size:auto;background-repeat:no-repeat;background-position:center;margin-bottom:20px}.maintenance-b24-banner-02 .text,.mobile-app-individual-development-banner-01 .text{font-size:16px;line-height:24px;color:#323237;text-align:center;width:100%}.creating-website-banners-banner-01{padding:0 72px 0 0;position:relative}.creating-website-banners-banner-01::before{content:'';display:block;position:absolute;width:100%;height:calc(100% - 21px);bottom:0;left:0;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%)}.creating-website-banners-banner-01 .col-auto{display:flex;align-items:flex-end}.creating-website-banners-banner-01 .image{width:437px;margin:0 40px 0 45px;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.creating-website-banners-banner-01 .col{margin-top:159px;margin-bottom:119px}.creating-website-banners-banner-01 .title{font-weight:500;font-size:28px;line-height:36px}.complex-internet-marketing-banner-03{padding:0 48px 0 0;position:relative}.complex-internet-marketing-banner-03::before{content:'';display:block;position:absolute;width:100%;height:calc(100% - 21px);bottom:0;left:0;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%),url(/html/)}.complex-internet-marketing-banner-03 .col-auto{display:flex;align-items:flex-end}.complex-internet-marketing-banner-03 .image{width:35.5vw;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.complex-internet-marketing-banner-03 .col{margin-top:61px;margin-bottom:105px;margin-left:-209px}.complex-internet-marketing-banner-03 .title{font-weight:bold;font-size:28px;line-height:36px;margin-bottom:24px}.complex-internet-marketing-banner-03 .list{font-size:16px;line-height:24px;color:#4A4A4F}.seo-promotion-banner-01 .row{margin:0 -5px}.seo-promotion-banner-01 .item-wrap{padding:0 12px}.seo-promotion-banner-01 .item{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:34px 27px;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.seo-promotion-banner-01 .icon{width:64px;min-width:64px;height:64px;margin-bottom:16px}.seo-promotion-banner-01 .text{width:100%;text-align:center;font-size:16px;line-height:24px;height:72px;color:#19191e}.seo-promotion-banner-02{background-color:#F1FFE0}.seo-promotion-banner-02 .image{width:269px;height:100%;margin:0 64px 0 48px;background-position:center;background-repeat:no-repeat;background-size:contain}.seo-promotion-banner-02 .col{margin:32px 32px 40px 0}.seo-promotion-banner-02 .list li:first-of-type{margin-top:0}.seo-promotion-banner-02 .list li:last-of-type{margin-bottom:0}.seo-promotion-banner-02 .title{font-weight:bold;font-size:24px;line-height:32px;color:#19191e;margin-bottom:24px}.complex-internet-marketing-banner-02{background:rgba(225,225,230,0.2);padding:43px 52px 65px}.complex-internet-marketing-banner-02 .title.row:not(:last-of-type){margin-bottom:40px}.complex-internet-marketing-banner-02 .title.row:not(:last-of-type) .col{font-weight:bold;font-size:20px;line-height:28px;color:#19191e}.complex-internet-marketing-banner-02 .title.row:not(:last-of-type) .col:first-of-type{margin-right:104px}.complex-internet-marketing-banner-02 .item{display:flex;padding:31px;background:#FFFFFF;border:1px solid #e1e1e6;align-items:center}.complex-internet-marketing-banner-02 .item:not(:last-of-type){margin-right:104px}.complex-internet-marketing-banner-02 .item:not(:last-of-type):after{content:'';position:absolute;left:calc(100% + 20px);top:50%;transform:translateY(-50%);display:inline-block;width:64px;min-width:64px;height:21px;background-image:url('/html/creating-website-bnn-banners/arrow.png');background-size:contain;background-repeat:no-repeat}.complex-internet-marketing-banner-02 .item-wrap{display:flex;justify-content:center}.complex-internet-marketing-banner-02 .row:not(:last-of-type){margin-bottom:16px}.complex-internet-marketing-banner-02 .icon{position:relative;width:48px;min-width:48px;height:48px;margin-right:12px;background-repeat:no-repeat;background-position:center}.complex-internet-marketing-banner-02 .text{width:100%;font-size:16px;line-height:24px;color:#19191e}.creating-website-banners-banner-03,.creating-style-brandbook-banner-03,.mobile-app-individual-development-banner-02{padding:40px 24px 42px 0}.creating-website-banners-banner-03 .item,.creating-style-brandbook-banner-03 .item,.mobile-app-individual-development-banner-02 .item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;max-width:280px}.creating-website-banners-banner-03 .item:not(:last-of-type),.creating-style-brandbook-banner-03 .item:not(:last-of-type),.mobile-app-individual-development-banner-02 .item:not(:last-of-type){margin-right:64px}.creating-website-banners-banner-03 .item:not(:last-of-type) .icon:after,.creating-style-brandbook-banner-03 .item:not(:last-of-type) .icon:after,.mobile-app-individual-development-banner-02 .item:not(:last-of-type) .icon:after{content:'';position:absolute;left:calc(100% + 2px);top:50%;transform:translateY(50%);display:inline-block;width:64px;min-width:64px;height:21px;background-image:url('/html/creating-website-bnn-banners/arrow.png');background-size:contain;background-repeat:no-repeat}.creating-website-banners-banner-03 .item-wrap,.creating-style-brandbook-banner-03 .item-wrap,.mobile-app-individual-development-banner-02 .item-wrap{display:flex;justify-content:center}.creating-website-banners-banner-03 .row:not(:last-of-type),.creating-style-brandbook-banner-03 .row:not(:last-of-type),.mobile-app-individual-development-banner-02 .row:not(:last-of-type){margin-bottom:54px}.creating-website-banners-banner-03 .icon,.creating-style-brandbook-banner-03 .icon,.mobile-app-individual-development-banner-02 .icon{position:relative;width:100%;min-width:102px;height:102px;margin-bottom:24px;background-repeat:no-repeat;background-position:center}.creating-website-banners-banner-03 .text,.creating-style-brandbook-banner-03 .text,.mobile-app-individual-development-banner-02 .text{width:100%;text-align:center;font-size:20px;line-height:32px;color:#323237}.mobile-app-individual-development-banner-02 .row:not(:last-of-type){margin-bottom:41px}.mobile-app-individual-development-banner-02 .item:not(:last-of-type) .icon:after{top:79%;transform:none}.creating-logo-banner-02{padding:42px 0 0 0;position:relative;background:linear-gradient(68.26000000000001deg, #f9f9f9 0%, #f1f1f1 100%)}.creating-logo-banner-02 .col-auto{display:flex;align-items:flex-end}.creating-logo-banner-02 .image{width:25.5vw;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.creating-logo-banner-02 .col{padding:22px 78px 73px 97px}.creating-logo-banner-02 .title{font-weight:bold;font-size:28px;line-height:36px;margin-bottom:24px}.creating-logo-banner-02 .list{padding-left:27px}.creating-logo-banner-02 .list li:after{left:-26px}.creating-logo-banner-02 .list li:first-of-type{margin-top:0}.creating-logo-banner-02 .list li:last-of-type{margin-bottom:0}.creating-style-brandbook-banner-02{position:relative;background:linear-gradient(358.46deg, #dfdfdf 11.27%, #e0e0e0 20.44%, #e1e1e1 31.32%, #e4e4e4 48.34%, #ebebeb 73.73%, #eaeaea 84.33%, #eaeaea 93.22%, #ededed 93.22%)}.creating-style-brandbook-banner-02 .col-auto{display:flex;align-items:flex-end;width:51.3%}.creating-style-brandbook-banner-02 .image{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:bottom center}.creating-style-brandbook-banner-02 .col{padding:48px 53px 53px 97px}.creating-style-brandbook-banner-02 .title{width:85%;font-weight:bold;font-size:28px;line-height:36px;margin-bottom:24px}.creating-style-brandbook-banner-02 .list{padding-left:27px;font-size:16px;line-height:24px}.creating-style-brandbook-banner-02 .list li:after{left:-26px}.creating-style-brandbook-banner-02 .list li:first-of-type{margin-top:0}.creating-style-brandbook-banner-02 .list li:last-of-type{margin-bottom:0}.seo-optimization-banner-01 .row,.complex-audit-banner-01 .row,.creating-website-banners-banner-02 .row,.creating-logo-banner-01 .row,.creating-style-brandbook-banner-01 .row{margin:0 -5px}.seo-optimization-banner-01 .item-wrap,.complex-audit-banner-01 .item-wrap,.creating-website-banners-banner-02 .item-wrap,.creating-logo-banner-01 .item-wrap,.creating-style-brandbook-banner-01 .item-wrap{padding:0 12px}.seo-optimization-banner-01 .item,.complex-audit-banner-01 .item,.creating-website-banners-banner-02 .item,.creating-logo-banner-01 .item,.creating-style-brandbook-banner-01 .item{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:42px 27px;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.seo-optimization-banner-01 .icon,.complex-audit-banner-01 .icon,.creating-website-banners-banner-02 .icon,.creating-logo-banner-01 .icon,.creating-style-brandbook-banner-01 .icon{width:64px;min-width:64px;height:64px;margin-bottom:20px}.seo-optimization-banner-01 .text,.complex-audit-banner-01 .text,.creating-website-banners-banner-02 .text,.creating-logo-banner-01 .text,.creating-style-brandbook-banner-01 .text{width:100%;text-align:center;font-size:16px;line-height:24px;color:#19191e}.online-cashdesk-integration-banner-01{background:url('/html/online-cashdesk-integration-banners/bg.png');background-size:cover;padding:32px 54px 27px 48px}.online-cashdesk-integration-banner-01 .title{margin-bottom:55px;font-weight:bold;font-size:32px;line-height:24px;color:#fff}.online-cashdesk-integration-banner-01 .list{display:flex;flex-wrap:wrap}.online-cashdesk-integration-banner-01 .item-wrap{display:flex;align-items:center;margin-right:calc(24px + 88px + 24px);margin-bottom:60px}.online-cashdesk-integration-banner-01 .item{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:236px;position:relative;color:#fff}.online-cashdesk-integration-banner-01 .item:after{content:url('/html/online-cashdesk-integration-banners/dots.png');position:absolute;width:88px;height:9px;top:42%;transform:translateY(-50%);left:calc(100% + 24px)}.online-cashdesk-integration-banner-01 .icon{width:56px;min-width:56px;height:56px;margin-bottom:12px}.online-cashdesk-integration-banner-01 .text{font-weight:600;font-size:16px;line-height:24px;width:100%}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(3) .item:after,.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(5) .item:after{display:none}.online-cashdesk-integration-banner-02 .row{margin:0 -7px}.online-cashdesk-integration-banner-02 .item-wrap{padding:0 7px}.online-cashdesk-integration-banner-02 .item{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:34px 42px;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.online-cashdesk-integration-banner-02 .icon{width:64px;min-width:64px;height:64px;margin-bottom:16px}.online-cashdesk-integration-banner-02 .text{width:100%;text-align:center;font-size:16px;line-height:24px;color:#19191e}.online-cashdesk-integration-banner-02.features .row:not(:last-child){margin-bottom:14px}.online-cashdesk-integration-banner-02.features .item{align-items:flex-start;justify-content:flex-start}.online-cashdesk-integration-banner-02.features .item .text{text-align:left}.online-cashdesk-integration-banner-02.features .item .icon{width:48px;min-width:48px;height:48px;background-size:contain;background-repeat:no-repeat}.creating-style-brandbook-banner-01 .item{padding:54px 27px}.full-seo-optimization-banner-02{padding:24px 52px 28px 52px;background:#F1FFE0}.full-seo-optimization-banner-02 .wrap{background:#fff;padding:32px;display:flex;align-items:center;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.full-seo-optimization-banner-02 .image{width:102px;min-width:102px;height:102px;margin-right:40px}.full-seo-optimization-banner-02 .text{font-weight:500;font-size:20px;line-height:28px;color:#323237}.seo-optimization-banner-03{padding:0 94px 0 0;position:relative}.seo-optimization-banner-03::before{content:'';display:block;position:absolute;width:100%;height:calc(100% - 43px);bottom:0;left:0;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%)}.seo-optimization-banner-03 .col-auto{display:flex;align-items:flex-end}.seo-optimization-banner-03 .image{width:337px;margin:0 64px 0 40px;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.seo-optimization-banner-03 .col{margin-top:93px;margin-bottom:46px}.seo-optimization-banner-03 .title{font-weight:bold;font-size:28px;line-height:36px;margin-bottom:24px}.seo-optimization-banner-03 .list{padding-left:27px}.seo-optimization-banner-03 .list li:after{left:-26px}.seo-optimization-banner-03 .list li:first-of-type{margin-top:0}.seo-optimization-banner-03 .list li:last-of-type{margin-bottom:0}.online-cashdesk-integration-banner-03{padding:0 40px 0 0;position:relative}.online-cashdesk-integration-banner-03::before{content:'';display:block;position:absolute;width:calc(100% - 40px);height:calc(100% - 47px);bottom:0;right:0;left:auto;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%)}.online-cashdesk-integration-banner-03 .col-auto{display:flex;align-items:flex-end}.online-cashdesk-integration-banner-03 .image{width:466.8px;margin:0 35px 0 0;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.online-cashdesk-integration-banner-03 .col{margin-top:135px;margin-bottom:103px}.online-cashdesk-integration-banner-03 .title{font-weight:bold;font-size:28px;line-height:36px;margin-bottom:32px;color:#19191E}.online-cashdesk-integration-banner-03 .list{padding-left:27px}.online-cashdesk-integration-banner-03 .list li:after{left:-26px}.online-cashdesk-integration-banner-03 .list li:first-of-type{margin-top:0}.online-cashdesk-integration-banner-03 .list li:last-of-type{margin-bottom:0}.b24-implementation-banner-01 .item,.b24-implementation-banner-04 .item{display:flex;flex-direction:column;align-items:center;height:100%;width:100%;padding:34px;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.b24-implementation-banner-01 .icon,.b24-implementation-banner-04 .icon{width:64px;min-width:64px;height:64px;margin-bottom:16px}.b24-implementation-banner-01 .text,.b24-implementation-banner-04 .text{width:100%;text-align:center;font-size:16px;line-height:24px;color:#19191e}.b24-implementation-banner-02{padding:0 48px;background:#F1FFE0}.b24-implementation-banner-02 .image{width:269px;height:100%;margin-right:64px;background-size:cover}.b24-implementation-banner-02 .col{padding:32px 0 40px 0}.b24-implementation-banner-02 .title{margin-bottom:24px;font-weight:bold;font-size:24px;line-height:32px;color:#19191e}.b24-implementation-banner-02 .item{color:#4a4a4f}.b24-implementation-banner-02 .item:last-of-type{margin-bottom:0}.b24-implementation-banner-03{position:relative}.b24-implementation-banner-03:after{content:'';position:absolute;width:100%;height:calc(100% - 88px);background:linear-gradient(270deg, #d2f1ff 0%, #a7e3ff 100%);border:1px solid #e1e1e6;bottom:0;z-index:-1}.b24-implementation-banner-03 .row{padding:0 55px 0 2px}.b24-implementation-banner-03 .image{width:491px;height:100%;height:413px;margin-right:64px;background-size:cover}.b24-implementation-banner-03 .col{margin-top:88px;display:flex;justify-content:center;align-items:center;padding:32px 0 40px 0}.b24-implementation-banner-03 .title{font-weight:bold;font-size:32px;margin-left:-100px;margin-top:10px;line-height:40px;color:#003461}.b24-implementation-banner-03 .item{color:#4a4a4f}.b24-implementation-banner-03 .item:last-of-type{margin-bottom:0}.b24-trading-setup-banners-01{background:linear-gradient(67.48deg, #f9f9f9 0%, #f1f1f1 100%);padding:40px 40px 24px 0}.b24-trading-setup-banners-01 .item:first-of-type{margin-top:0}.b24-trading-setup-banners-01 .item:last-of-type{margin-bottom:0}.b24-trading-setup-banners-01 .list{padding-left:30px}.b24-trading-setup-banners-01 .title{margin-bottom:24px;margin-left:1px;font-weight:bold;font-size:28px;line-height:36px;color:#19191E}.b24-trading-setup-banners-01 .image{margin-right:40px}.b24-working-education-banner-02{padding:40px 50px 56px;background:#F1FFE0}.b24-working-education-banner-02 .wrap{background:#fff;padding:32px;display:flex;align-items:center;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.b24-working-education-banner-02 .image{width:64px;min-width:64px;height:64px;margin-right:40px}.b24-working-education-banner-02 .text{font-weight:normal;font-size:16px;line-height:24px;color:#19191E}.b24-working-education-banner-03{padding:0 32px 0 0;position:relative}.b24-working-education-banner-03::before{content:'';display:block;position:absolute;width:100%;height:calc(100% - 30px);bottom:0;left:0;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%)}.b24-working-education-banner-03 .image{margin-right:3px;width:388px;height:100%;background-size:auto;background-repeat:no-repeat;background-position:bottom center}.b24-working-education-banner-03 .col{margin-top:101px;margin-bottom:59px}.b24-working-education-banner-03 .title{margin-bottom:30px}.b24-working-education-banner-03 .items{line-height:32px}.b24-working-education-banner-03 .items li{position:relative;margin-left:36px;margin-bottom:11px;font-size:16px;line-height:24px;color:#4A4A4F}.b24-working-education-banner-03 .items li:before{font-family:'remixicon';content:'\eb34';color:#5ba508;display:flex;justify-content:center;align-items:center;width:24px;font-size:24px;height:24px;position:absolute;left:-36px;top:0}.complex-internet-marketing-banner-01{background:#F1FFE0;padding:40px 32px 40px 52px}.complex-internet-marketing-banner-01 .wrap{background:#fff;padding:32px;display:flex;align-items:center;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.complex-internet-marketing-banner-01 .image{width:80px;min-width:80px;height:80px;margin-right:40px}.complex-internet-marketing-banner-01 .text{font-size:16px;line-height:24px;color:#19191E}.b24-working-education-banner-01{background:#F5F5F7;padding:40px 40px 48px 40px}.b24-working-education-banner-01 .item-wrap{display:flex;justify-content:center;align-items:center;padding:0 12px}.b24-working-education-banner-01 .row{margin:0 -12px}.b24-working-education-banner-01 .row:not(:last-of-type){margin-bottom:24px}.b24-working-education-banner-01 .item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 65px;height:100%;width:100%;background:#FFFFFF;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px}.b24-working-education-banner-01 .icon{width:80px;height:80px;min-width:80px;background-size:auto;background-repeat:no-repeat;background-position:center;margin-bottom:20px}.b24-working-education-banner-01 .text{font-size:16px;line-height:24px;color:#323237;text-align:center;width:100%}.b24-apps-development-banner-01{background:linear-gradient(67.48deg, #f9f9f9 0%, #f1f1f1 100%);padding:48px 24px 48px 32px}.b24-apps-development-banner-01 .item:first-of-type{margin-top:0}.b24-apps-development-banner-01 .item:last-of-type{margin-bottom:0}.b24-apps-development-banner-01 .list{margin-top:1px}.b24-apps-development-banner-01 .image{margin-right:44px}.b24-apps-development-banner-02{background:#F1FFE0;padding:24px 52px 28px}.b24-apps-development-banner-02 .wrap{background:#fff;padding:32px;display:flex;align-items:center;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.b24-apps-development-banner-02 .image{width:102px;min-width:102px;height:102px;margin-right:40px}.b24-apps-development-banner-02 .text{font-weight:bold;font-size:20px;line-height:28px;color:#19191e}.b24-apps-development-banner-03{padding:40px 50px 48px;background:#F1FFE0}.b24-apps-development-banner-03 .wrap{background:#fff;padding:32px;display:flex;align-items:center;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.b24-apps-development-banner-03 .image{width:64px;min-width:64px;height:64px;margin-right:40px}.b24-apps-development-banner-03 .text{font-weight:normal;font-size:16px;line-height:24px;color:#19191E}.partners-program-banner{height:600px;background-repeat:no-repeat;position:relative;background-position:calc(100% - 374px) 100%;background-size:contain}@media (max-width:1280px){.partners-program-banner{background-position:right 50px bottom}}.partners-program-banner:before{content:'';background:linear-gradient(180deg, #211b1b 0%, #050505 100%);width:100%;height:100%;pointer-events:none;position:absolute;z-index:-1;display:block}.partners-program-banner .partners-program-banner-text{max-width:650px;padding-top:159px;color:#fff}.partners-program-banner .partners-program-banner-text .title{margin-bottom:32px;font-weight:900;font-size:48px;line-height:64px}.partners-program-banner .partners-program-banner-text .text{margin-bottom:32px}.solution-page-banner{height:auto;padding:190px 0 244px;color:#fff;display:flex;align-items:center;margin-bottom:-80px;background-repeat:no-repeat;background-size:cover}.solution-page-banner .title{margin-bottom:24px;font-weight:900;font-size:48px;line-height:64px;text-align:center}.solution-page-banner .sub-title{text-align:center}.solution-page-banner .text{text-align:center}.solution-card{padding:40px 34px;border:1px solid #e1e1e6;height:100%;display:flex;flex-direction:column}.solution-card.hit{border:3px solid #2a3}.solution-card .row{display:block}.solution-card .labels{top:16px;left:24px;position:absolute}.solution-card>.row+.row{border-top:1px solid #e1e1e6;padding:16px 0}.solution-card>.row:last-of-type{padding-top:40px;height:100%}.solution-card>.row:last-of-type>.col{margin-top:auto}.solution-card .img{width:44px;height:44px;margin:0 auto 18px auto}.solution-card .card-title{margin-bottom:24px;text-align:center}.solution-card .title{margin:0 0 8px 0}.solution-card .total{margin-bottom:16px;text-align:center}.solution-card .total .price{margin-bottom:16px}.solution-card .total .saving-price+.price{margin-top:16px;color:#2a3;text-align:center}.solution-card .buttons{max-width:256px;margin:auto}.solution-card .list-item{display:flex;justify-content:space-between;background-image:url(/bitrix/templates/prime_v2/less_compile/../images/background-line.svg);background-repeat:repeat-x;background-position:0px 11px;color:#4a4a4f;position:relative;margin-left:20px}.solution-card .list-item:not(:last-of-type){margin-bottom:12px}.solution-card .list-item:before{content:'';display:block;width:4px;height:4px;background-color:#4a4a4f;border-radius:100%;position:absolute;left:-14px;top:calc(0.5em + 2px)}.solution-card .list-item .text{padding-right:8px;background-color:#fff}.solution-card .list-item .value{padding-left:8px;background-color:#fff;white-space:nowrap}.solution-card .list-item .old-price{color:#2a3}.solution-page .item-card .card-wrapper{margin-bottom:24px}.solution-page .item-card .card-wrapper .item-information .price-container{display:flex;align-items:center;margin-bottom:10px}.solution-page .item-card .card-wrapper .item-information .price-container .price{font-size:22px;font-weight:700;margin-bottom:0}.solution-page .item-card .card-wrapper .item-information .bonus{display:flex;align-items:center;justify-content:flex-end}.solution-page .item-card .card-wrapper .item-information .bonus span{display:inline-block;white-space:nowrap}.solution-page .item-card .card-wrapper .item-information .bonus span.font-small{margin-bottom:0;margin-right:12px}.solution-page .item-card .card-wrapper .item-information .bonus span.bonus-sum{background:#F1404B;border-radius:20px;color:#fff;padding:4px 12px;line-height:125%}@media (max-width:1350px){.solution-page .item-card .card-wrapper .item-information .bonus{flex-wrap:wrap}.solution-page .item-card .card-wrapper .item-information .bonus span.bonus-sum{margin-top:8px}}@media (max-width:1280px){.solution-page .item-card .card-wrapper .item-information .bonus span.bonus-sum{margin-top:0}}@media (max-width:480px){.solution-page .item-card .card-wrapper .item-information .bonus span{font-size:12px}.solution-page .item-card .card-wrapper .item-information .bonus span.bonus-sum{font-size:16px}}@media (max-width:359px){.solution-page .item-card .card-wrapper .item-information .bonus{flex-direction:column;align-items:flex-start}.solution-page .item-card .card-wrapper .item-information .bonus span.bonus-sum{margin-top:8px}}.solution-page .catalog{margin-bottom:120px}.solution-page .item-type{color:#6c6c71}.solution-page .gifts{border:none;margin-bottom:24px}.solution-page .gifts:hover{cursor:unset;box-shadow:none}.solution-page .gifts .accordeon-body{border:none;box-shadow:none;padding:50px 0 0 0}.solution-page .gifts .accordeon-header{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/temp/accordeon-gifts-background.svg');color:#fff}.solution-page .gifts .accordeon-header:hover{cursor:pointer}.solution-page .gifts .accordeon-header .title{margin-bottom:12px}.solution-page .gifts .accordeon-header .icon-2{background-color:#fff;color:#191928}.solution-page .gifts .accordeon-header .icon-2:hover{color:#191928}.solution-page .catalog{background-color:#fff}.solution-page .catalog .item-type{margin-bottom:12px}.solution-page .catalog .item-information>.row{border-top:1px solid #e1e1e6;padding-top:24px}.solution-page .catalog .item-information>.row .title{margin-bottom:12px;color:#6c6c71}.solution-page .catalog .item-information>.row:not(:first-of-type){margin-top:24px}.solution-page .catalog .item-information>.row:first-of-type{border:none;padding-top:0}.solution-page .catalog .item-information>.row:first-of-type+.row{margin-top:18px}.solution-page .catalog .item-information .footer-button~.row{border:none;margin-top:0}.solution-page .catalog .item-information .sum-block{margin-top:24px}.solution-page .catalog .item-information .sum-block .title{margin-bottom:4px;color:#6c6c71}.solution-page .catalog .item-information .sum-block .sum{margin-right:8px}.solution-page .catalog .item-information .sum-block.with-bonus{display:flex;justify-content:space-between;align-items:center}.solution-page .catalog .item-information .sum-block.with-bonus .sum-container{letter-spacing:-.36em;font-size:0}.solution-page .catalog .item-information .sum-block.with-bonus .sum-container .sum{font-size:22px;font-weight:700}.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom{display:flex;flex-direction:column;justify-content:flex-end;text-align:right}.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom span{font-size:14px;color:#6c6c71;letter-spacing:-.01em}.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom span.bonus-sum{margin-right:auto;margin-bottom:4px;color:#fff;letter-spacing:0}@media (max-width:1350px){.solution-page .catalog .item-information .sum-block.with-bonus{flex-direction:column;align-items:flex-start}}@media (max-width:1280px){.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom{flex-direction:row;margin-top:8px}.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom span.bonus-sum{margin-bottom:0;margin-right:8px}}@media (max-width:359px){.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom{flex-direction:column}.solution-page .catalog .item-information .sum-block.with-bonus .bonus.bottom span.bonus-sum{margin-top:0;margin-bottom:8px}}.solution-page .catalog .item-information .btn-instalments{color:#4a4a4f;width:100%;justify-content:center}.solution-page .catalog .item-information .btn-instalments .icon{margin-right:8px;margin-left:12px;font-size:18px}.solution-page .catalog .item-information .btn-instalments .instalments{border-bottom:1px dotted #000}.solution-page .catalog .item-information .custom-checkbox{margin-bottom:13px}.solution-page .catalog .item-information .custom-checkbox:last-of-type{margin-bottom:0}.solution-page .catalog .item-information .custom-checkbox .custom-control-label{display:flex;margin-right:0}.solution-page .catalog .item-information .custom-checkbox .custom-control-label .label-title{display:block;margin-right:12px}.solution-page .catalog .item-information .custom-checkbox .custom-control-label .price{display:block;white-space:nowrap}.solution-page .catalog .item-information .footer-button{margin:24px 0 11px 0;max-width:100%}.solution-page .catalog .item-information .footer-button .to-cart{width:auto}.solution-page .catalog .item-information .footer-button .buttons{display:flex;flex-wrap:nowrap}.solution-page .catalog .item-information .footer-button .buttons .button{width:100%}.solution-page .catalog .item-information .footer-button .buttons .button:not(:last-of-type){margin-right:8px}.solution-page .catalog .item-information .footer-button .btn{width:100%;justify-content:center}.solution-page .catalog .item-information .solution-information:not(:last-of-type){margin-bottom:24px}.solution-page .catalog .item-information .solution-information .info-list{margin-bottom:0;color:#4a4a4f;padding-left:32px}.solution-page .catalog .item-information .solution-information .info-list .list-element~.list-element{margin-top:8px}.solution-page .catalog .item-information .solution-information .info-list .list-element a{text-decoration:none}.solution-page .catalog .item-information .solution-information .info-list .list-element a:hover{color:#407406}.solution-page .catalog .item-information .extension{margin-top:32px;padding-top:24px;border-top:1px solid #e1e1e6}.solution-page .catalog .item-information .extension .title{margin-bottom:12px;font-size:12px;line-height:20px;letter-spacing:0.08em;text-transform:uppercase;color:#6c6c71}.solution-page .catalog .item-information .extension .text{font-size:14px;line-height:22px;color:#4a4a4f}.solution-page .catalog .item-information .extension .text a{text-decoration:none}.solution-page .catalog .item-information .extension .text a:hover{color:#407406}.solution-page .solution-card-wrapper{margin-bottom:16px}.solution-page .advantages-section.type2{margin-bottom:-80px}.solution-tag{padding:12px;border-radius:16px;box-shadow:-8px 12px 32px rgba(0,0,0,0.16);display:inline-flex;align-items:center;background-color:#fff}.solution-tag .image{width:56px;min-width:56px;height:56px;margin-right:8px;border-radius:8px;background-size:contain;background-position:center}.solution-tag .text{white-space:nowrap;margin:0 8px}.big-radio-block.form-check.custom-radio{color:#323237;border:1px solid #e1e1e6}.big-radio-block.form-check.custom-radio:not(:last-of-type){margin-right:16px}.big-radio-block.form-check.custom-radio .radio-description{color:#6c6c71}.big-radio-block.form-check.custom-radio .form-check-label{width:100%;height:100%;margin:0;padding:24px;padding-left:58px}.big-radio-block.form-check.custom-radio .form-check-input[type="radio"]+label:before,.big-radio-block.form-check.custom-radio .form-check-input[type="radio"]+label:after{top:24px;left:24px}.new-filter-block .custom-checkbox{margin:0 8px 8px 0}.new-filter-block .custom-checkbox .custom-control-label{display:flex;align-items:center;margin-right:0;padding:10px 14px;background:#F8F8FA;border:2px solid transparent;border-radius:4px;cursor:pointer}.new-filter-block .custom-checkbox .custom-control-label .sticker{margin-right:2px}.new-filter-block .custom-checkbox .custom-control-label .text{margin-left:6px;color:#4A4A4F;font-size:14px;line-height:20px}.new-filter-block .custom-checkbox .custom-control-label:before,.new-filter-block .custom-checkbox .custom-control-label:after{display:none}.new-filter-block .custom-checkbox .custom-control-input:checked+.custom-control-label{border-color:#5BA508}.new-filter-block .custom-checkbox .custom-control-input:checked+.custom-control-label:after{display:none}.new-filter-block .buttons .reset{font-size:14px;line-height:20px;font-weight:400;text-transform:lowercase;letter-spacing:unset}.new-filter-block .buttons .reset .icon{width:24px;margin-right:0}.sticker{display:inline-flex;align-items:center;padding:1px 5px;font-weight:bold;font-size:10px;line-height:16px;text-align:center;letter-spacing:0.08em;text-transform:uppercase;border:1px solid transparent;border-radius:2px}.sticker.sticker-ov{background:#F0FCFB;border-color:#00C9B8;color:#009A8D}.sticker.sticker-dv{background:#F0FCFB;border-color:#00C9B8;color:#009A8D}.sticker.sticker-ev{background:#F2FCF1;border-color:#1FCF0F;color:#0D9F00}.sticker.sticker-idn{background:#F6FAFD;border-color:#7DBAE5;color:#2D8FD5}.sticker.sticker-wc{background:#FEF8F9;border-color:#EC9EA5;color:#DF5F6A}.sticker.sticker-md{background:#FDF9F5;border-color:#E4A679;color:#D36D24}.sticker.sticker-https-gray{background:#F9F9FA;border-color:#ADB4B9;color:#7F8B93}.sticker.sticker-https-gray .icon{width:10px;margin-right:2px;font-size:10px}.sticker.sticker-https-green{background:#F2FCF1;border-color:#1FCF0F;color:#0D9F00}.sticker.sticker-https-green .icon{width:10px;margin-right:2px;font-size:10px}.certificates .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;position:relative;display:flex;padding:34px 40px;background:#fff}.certificates .items .item>.row{width:100%}.certificates .items .item.recommend{margin:16px 0;padding:32px 38px 34px;background:#F5FAFD;border:2px solid #29c;border-radius:4px}.certificates .items .item .left-block{max-width:160px;width:100%;margin-right:40px}.certificates .items .item .left-block .labels{margin-top:-2px;margin-bottom:8px}.certificates .items .item .left-block .label{display:inline-flex;padding:2px 6px;text-align:center;background:#2299CC}.certificates .items .item .left-block .logo{width:120px;margin-bottom:12px}.certificates .items .item .left-block .logo img{width:100%;height:auto}.certificates .items .item .left-block .logo svg{width:100%;height:auto}.certificates .items .item .left-block .stickers{display:flex;align-items:center;flex-wrap:wrap}.certificates .items .item .left-block .stickers .sticker{margin:0 4px 4px 0}.certificates .items .item .left-block .stickers .stiker:not(:last-child){margin-right:4px}.certificates .items .item .center-block{margin-right:40px}.certificates .items .item .center-block .name{display:block;margin-bottom:8px;color:#323237;text-decoration:none}.certificates .items .item .center-block .name+.chars{margin-top:16px}.certificates .items .item .center-block .preview-text{margin-bottom:16px;color:#4a4a4f}.certificates .items .item .center-block .props .char{display:flex;margin-bottom:4px;color:#6c6c71}.certificates .items .item .center-block .props .char .icon{width:24px;height:24px;margin-right:4px;font-size:20px;color:#5ba508}.certificates .items .item .right-block{width:242px;margin-top:2px}.certificates .items .item .right-block .price-container{margin-bottom:24px}.certificates .items .item .right-block .price{color:#323237}.certificates .items .item .right-block .dropdown-selector{margin-bottom:16px}.certificates .items .item .right-block .dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle .filter-option{background-color:#fff;margin-right:0}.certificates .items .item .right-block .dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle:after{width:40px;height:calc(100% - 2px);right:1px;background-color:#F5F5F7;border-radius:0px 3px 3px 0px}.certificates .items .item .right-block .form-group.light .form-select>button:after{content:'\ea42'}.certificates .items .item .right-block .buttons .to-cart .icon{width:24px;margin:0 8px 0 0;padding-right:0}.certificates .items .item .wrap{display:flex}.certificates .items .item-wrap+.banner-ssl{margin-top:40px}.certificates .banner-ssl{margin:0 7px 0 8px}.certificates .banner-ssl+.item-wrap{margin-top:40px}.blog-element .text-before-items .wrap .item{display:flex;align-items:center;height:100%}.blog-element .text-before-items .wrap .item-wrap:first-of-type .item{justify-content:flex-end}.blog-element .services{margin-bottom:24px}.banner-small{display:flex;align-items:center;width:100%;padding:24px 48px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:8px}.banner-small .right-block{width:100%;align-items:center}.banner-small .image{width:96px;height:96px;margin-right:48px}.banner-small .text{color:#353545;margin-right:48px}.banner-small .title{margin-bottom:8px;font-size:24px;line-height:32px;font-weight:900}.banner-small .description{color:#4a4a4f;font-weight:500}.banner-small .description span{font-weight:700}.banner-small .banner-btn{margin-left:auto;padding:16px 32px;box-shadow:inset 0px 0px 0px 2px #f1404b;white-space:nowrap}.banner-small .banner-btn:hover,.banner-small .banner-btn:active{background:#f1404b}.products-sub .products-sub-item{display:none;position:absolute;top:0;left:280px;width:404px;padding:24px;background:#fff;box-shadow:16px 4px 32px rgba(0,0,0,0.1)}.products-sub .top-block{display:flex;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e1e6}.products-sub .top-block .image{width:72px;min-width:72px;height:72px;margin-right:16px}.products-sub .top-block .image img{width:100%}.products-sub .top-block .labels{display:flex;flex-wrap:wrap;margin-bottom:4px}.products-sub .top-block .label{display:inline-flex;margin-right:4px}.products-sub .top-block .category{margin-bottom:2px;color:#8f8f9d;font-size:11px;line-height:18px;font-weight:bold;letter-spacing:0.04em;text-transform:uppercase}.products-sub .top-block .name{color:#323237;margin-bottom:8px;white-space:normal !important}.products-sub .top-block .price-container{display:flex;align-items:center}.products-sub .top-block .old-price{margin-left:8px}.products-sub .description{color:#6c6c71}.products-sub .description p{margin-bottom:12px}.products-sub .buttons{display:flex;margin-top:28px}.products-sub .buttons .btn{justify-content:center;flex-basis:49%;color:#fff !important}.products-sub .buttons .btn:first-of-type{margin-right:8px}.products-sub .menu-list-1{position:relative;border-right:1px solid #e1e1e6}.products-sub .menu-list-1>li.has-sub a:after{display:none}.products-sub .menu-list-1>li.has-sub.show>a{background-color:#f5f5f7 !important;color:#5ba508 !important}.products-sub .menu-list-1>li.has-sub.show .products-sub-item{display:block}.products-sub .menu-list-1 .extension{position:absolute !important;top:100%;width:684px;padding:20px 24px 24px !important;background:#F8F8FA;border-top:1px solid #e1e1e6;box-shadow:0px 16px 32px rgba(0,0,0,0.1)}.products-sub .menu-list-1 .extension .title{margin-bottom:8px;font-weight:500}.products-sub .menu-list-1 .extension .title a{display:inline-flex !important;color:#5ba508 !important}.products-sub .menu-list-1 .extension .title a:hover{color:#407406 !important}.products-sub .menu-list-1 .extension .text{font-size:14px;line-height:22px;color:#4a4a4f}.catalog .item-card .desc{margin-top:58px}.catalog .item-card .nav-tabs+.desc{margin-top:-1px}.news-section.type1 .item .content{height:calc(100% - 320px)}.news-section.type1 .item .bg-image{height:320px}.bootstrap-select .dropdown-menu.inner{margin:0;padding:0;list-style-type:none}.bootstrap-select .dropdown-menu.inner>li{margin:0;padding:0}.bootstrap-select .dropdown-menu.inner>li:after{display:none}.content-wrapper ol{margin:0;padding-left:20px}.content-wrapper ol li{padding-left:8px;margin-bottom:12px}.company-section.type4{margin:-2px 0 0}.company-section.type4 ul{color:#fff}.company-section.type4 .text .main-text ul li:after{border-color:#fff}.teasers-section.skeleton-loading *{display:none}.translate-service-banner-01 .item{padding:32px 8px;background:#FFFFFF;box-shadow:-1px 2px 12px rgba(0,0,0,0.1);border-radius:8px;height:100%}.translate-service-banner-01 .icon{width:64px;height:64px;min-width:64px;margin:0 auto 16px auto}.translate-service-banner-01 .text{color:#19191e;text-align:center;margin:0 19px}.translate-service-banner-02{background-color:#F1FFE0;padding:36px 24px}.translate-service-banner-02 .image{margin-right:24px}.translate-service-banner-02 .title{margin-left:32px;margin-bottom:18px}.translate-service-banner-03{padding:12px 32px 0 40px;position:relative}.translate-service-banner-03::before{content:'';display:block;position:absolute;width:100%;height:calc(100% - 48px);bottom:0;left:0;background:linear-gradient(70.67deg, #f9f9f9 0%, #f1f1f1 100%)}.translate-service-banner-03 .image{margin-right:40px;width:291px;height:100%;background-size:contain;background-repeat:no-repeat;background-position:bottom center}.translate-service-banner-03 .col{margin-top:80px;margin-bottom:57px}.translate-service-banner-03 .title{margin-bottom:30px}.translate-service-banner-03 .items{line-height:32px}.translate-service-banner-03 .items li{position:relative;margin-left:32px;margin-bottom:4px}.translate-service-banner-03 .items li:before{font-family:'remixicon';content:'\eb34';color:#5ba508;display:flex;justify-content:center;align-items:center;width:24px;font-size:24px;height:24px;position:absolute;left:-32px;top:calc(50% - 12px)}.basket-items-list-wrapper{padding:0 !important}.basket-item-image-link{position:relative}.basket-item-image-link .basket-item-label-ring.basket-item-label-small{color:#fff;padding:3px 6px 2px;font-style:normal;font-weight:bold;font-size:10px;line-height:16px;letter-spacing:0.08em;text-transform:uppercase;border-radius:2px;opacity:0.7;margin-bottom:4px;transition:all .3s;background-color:#5ba508;position:absolute;margin:0}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.new{background-color:#2a3}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.stock{background-color:#ec0}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.hit{background-color:#f42}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.recommend{background-color:#53a}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.sale{background-color:#5ba508}.basket-item-image-link .basket-item-label-ring.basket-item-label-small.promo{background-color:#FFAA00}.basket-item-image-link .basket-item-label-bottom{bottom:0}.basket-item-image-link .basket-item-label-right{right:0}.basket-item-image-link .basket-item-label-top{top:0;bottom:auto}.basket-item-image-link .basket-item-label-left{left:0;right:auto}.basket-item-image-link:hover{text-decoration:none}.basket-item-block-image{margin:0 20px 0 0}.basket-checkout-block-total-description{position:static}.basket-checkout-block-total-title{margin-top:0}.basket-checkout-block-total-inner{margin-top:1.8em}.basket-coupon-block-total-price-difference,.basket-item-price-difference{font-size:14px;line-height:157%;color:#6c6c71}.basket-coupon-block-total-price-difference span,.basket-item-price-difference span{margin-left:4px}.basket-item-price-old-text,.basket-coupon-block-total-price-old{font-size:14px;line-height:22px;font-weight:400;letter-spacing:0;color:#6c6c71;text-decoration:line-through}.basket-coupon-block-total-price-old,.basket-coupon-block-total-price-difference{font-size:16px}.basket-checkout-block-total-price{margin-left:31px;margin-right:26px}.basket-item-price-current-text{white-space:nowrap}.basket-items-list-item-container td.basket-items-list-item-bonus,.basket-checkout-bonus-block.basket-items-list-item-bonus{padding:30px 5px 23px 6px;vertical-align:bottom}.basket-items-list-item-container td .bonus-container,.basket-checkout-bonus-block .bonus-container{display:flex;flex-direction:column;align-items:flex-start}.basket-items-list-item-container td .bonus-container .bonus-sum,.basket-checkout-bonus-block .bonus-container .bonus-sum{color:#fff;font-weight:500;font-size:16px;line-height:125%;padding:4px 12px;background:#F1404B;border-radius:20px;margin-bottom:11px;white-space:nowrap}.basket-checkout-section .basket-checkout-block .basket-btn-checkout{margin-left:16px}.basket-checkout-block-btn{align-self:flex-start}.basket-checkout-section-inner{align-items:flex-end}@media (max-width:1150px){.basket-checkout-container{flex-direction:column}.basket-checkout-container .basket-checkout-section{width:100%}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner{justify-content:space-between;width:100%}}@media (max-width:768px){.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner{flex-wrap:wrap;align-items:baseline}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-block-total,.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-block-total-price{width:50%;margin:0}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-block-total-price{text-align:right}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-bonus-block{width:100%;display:flex;align-items:center}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-bonus-block .bonus-container{flex-direction:row-reverse;align-items:center}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-bonus-block .bonus-container .bonus-sum{margin-bottom:0;margin-left:8px}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-block-btn{width:100%;margin-top:16px;display:flex}.basket-checkout-container .basket-checkout-section .basket-checkout-section-inner .basket-checkout-block-btn .basket-btn-checkout{margin-left:auto}}@media (max-width:575px){.basket-checkout-container .basket-checkout-section-inner{flex-direction:row}}@media (max-width:845px){.basket-items-list-item-container .basket-items-list-item-descriptions-inner{flex-direction:row}}@media (max-width:575px){.basket-items-list-item-container .basket-item-block-image{margin-right:16px}.basket-items-list-item-container .basket-items-list-item-price:not(.basket-items-list-item-price-for-one){text-align:left}.basket-items-list-item-container td{padding:0}.basket-items-list-item-container td.basket-items-list-item-bonus{padding:12px 0 8px}.basket-items-list-item-container td.basket-items-list-item-bonus .bonus-container{flex-direction:row;align-items:center}.basket-items-list-item-container td.basket-items-list-item-bonus .bonus-container .bonus-sum{margin-bottom:0;margin-right:16px}.basket-items-list-item-container .basket-item-block-info{padding-right:60px}}.order-form.simple .bx-site .bx-soa .paysystem-delivery-container>.bx-soa-section{width:100%}.order-form.simple .bx-soa-pp-company-description{margin-left:40px;font-size:14px}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom{width:100%;margin:0;padding-bottom:16px}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container{position:relative}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container .bx-soa-pp-company-image{display:none}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container .bx-soa-pp-company-desc{padding-left:56px;padding-bottom:8px}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container .bx-soa-pp-company-desc:before{content:"";position:absolute;display:block;height:16px;width:40px;border:2px solid #e1e1e6;border-radius:8px;background:#fff;transition:all .2s ease-in-out;top:3px;left:0}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container .bx-soa-pp-company-desc:after{content:"";display:block;position:absolute;width:24px;height:24px;background:#8f8f9d;border-radius:50%;top:-2px;left:0}.order-form .bx-soa .bx-soa-paysystem .bx-soa-pp .bx-soa-pp-item-container .bx-soa-pp-company.custom .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:checked+.bx-soa-pp-company-image+.bx-soa-pp-company-block .bx-soa-pp-company-desc::after{transform:translate(16px, 0);background:#5ba508}.order-form .bx-soa .bx-soa-section.bx-soa-basket .bx-soa-section-content .bx-soa-coupon .bx-soa-coupon-label{width:12%}.order-form .bx-soa .bx-soa-section.bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-text-right{padding-left:16px}.order-form .bx-soa .bx-soa-section.bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td.bx-text-right .bx-soa-item-td-text .bx-price{white-space:nowrap}.order-form .bx-soa-sidebar .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d{white-space:nowrap}.comments-block .add-comment.open .title{margin-top:0}.comments-block .comment{border-bottom:none}.auth-popup-container{right:calc(100% - 144px)}.catalog .item-card .nav{margin-left:0}.catalog .item-card .tab-pane#description{border:1px solid #e1e1e6;margin-top:-1px;padding:40px}.catalog .item-card .tab-pane:not(#description){margin-top:40px}.catalog .item-card .item-text p>img,.catalog .item-card .item-text div>img,.catalog .item-card .item-text b>img{max-width:800px;width:100%;height:auto}.catalog .item-card .item-text p>a img{max-width:800px;width:100%;height:auto}.catalog .item-card .item-text .wrap .image{width:100%;margin-bottom:16px}.catalog .item-card .item-text .wrap .image img{width:100%}.catalog .item-card .item-text .title-inner{margin:40px 0;font-weight:900}.catalog .item-card .desc{border:0;padding:0}.top-banners-section .big-banners .item.main-video-slide .text-container .text{max-width:630px;min-height:64px}.action-block.mobile-visible{display:none}.projects-element .property:first-child{padding-right:60px}@media (max-width:1280px){.projects-element .property:first-child{padding-right:0}}.projects-element .property .value a{text-decoration:none}.projects-element .property .value a:hover{color:#407406}.projects-element .property .store-links-row{display:flex;margin-top:12px;margin-bottom:8px}.projects-element .property .store-links-row .store-link{width:123px;height:40px;margin-right:8px;flex-shrink:0}.projects-element .property .store-links-row .store-link:not(:last-child){margin-right:8px}.projects-element .property .store-links-row .store-link.apple{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/apple-icon-grey-big.svg') center no-repeat}.projects-element .property .store-links-row .store-link.google{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/google-icon-grey-big.svg') center no-repeat}.projects-element .body-info img{width:100%;height:auto}.projects-element .head-block .develop-type-label{width:72px;height:72px;position:absolute;top:26px;right:26px;background-size:contain;background-position:center;background-repeat:no-repeat;pointer-events:none}.projects-element .head-block .develop-type-label.ready-made{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/ready-made-solution-icon.svg')}.projects-element .head-block .develop-type-label.custom-development{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom-development-icon.svg')}@media (max-width:1023px){.projects-element .head-block .develop-type-label{right:unset;left:26px}}@media (max-width:575px){.projects-element .head-block .develop-type-label{top:8px;left:8px;width:48px;height:48px}}.fotorama__fullscreen-icon{right:0 !important;top:0 !important;border-radius:0}.blog-element .content-bottom p{display:block}.blog-element .content ul li img,.blog-element .content ol li img{max-width:100%;height:auto;margin-bottom:32px}.blog-element .content i{display:flex}.blog-element .content i>img{max-width:100%;margin:auto}.blog-element .content p>img{width:100%;height:auto}.blog-element .content p i{display:flex}.blog-element .content p i>img{max-width:100%;margin:auto}.blog-element .content img{max-width:100%;height:auto}.blog-element .content iframe{max-width:100%;max-height:100%}.blog-element .services-element .service-detail-content img{width:100%;height:auto}.action-block.mobile-visible{display:none}.full-main-menu-popup .type2 .full-screen-menu-1>li>a,.full-main-menu-popup .type3 .full-screen-menu-1>li>a,.full-main-menu-popup .type4 .full-screen-menu-1>li>a,.full-main-menu-popup .type2 .full-screen-menu-2>li>a,.full-main-menu-popup .type3 .full-screen-menu-2>li>a,.full-main-menu-popup .type4 .full-screen-menu-2>li>a{font-weight:400}.full-main-menu-popup .type2 .full-screen-menu-0>li,.full-main-menu-popup .type3 .full-screen-menu-0>li,.full-main-menu-popup .type4 .full-screen-menu-0>li{margin-bottom:24px;width:28%}.big-radio-block.form-check.custom-radio:not(:last-of-type){margin:0}.big-radio-block.form-check.custom-radio{margin:0;height:100%}.big-radio-block.form-check.custom-radio .form-check-label{height:100%}.job-section .vacancy a:hover{color:#323237}.rate-card.horizontal .title-info{flex-basis:0;flex-grow:1;max-width:100%}.blog-element .content{margin-bottom:0}.support-sites.item-1 .items .item-wrap{margin-bottom:16px}.support-sites.item-1 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:34px 20px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.support-sites.item-1 .items .item .image{margin-bottom:24px}.support-sites.item-1 .items .item .title{margin-bottom:8px;font-weight:700}.support-sites.item-1 .items .item .text{color:#4a4a4f}.support-sites.item-2 .items{padding:40px;background-color:#F1FFE0}.support-sites.item-2 .items .item-wrap:not(:last-child){margin-bottom:24px}.support-sites.item-2 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.support-sites.item-2 .items .item .image{margin-right:40px}.support-sites.item-2 .items .item .title{margin-bottom:8px;font-weight:700}.support-sites.item-2 .items .item .text{color:#4a4a4f}.adaptation-sites.item-1{position:relative;padding:35px 24px;background:linear-gradient(67.48deg, #f9f9f9 0%, #f1f1f1 100%)}.adaptation-sites.item-1 .items{display:flex}.adaptation-sites.item-1 .image{position:absolute;left:24px;bottom:0;width:431px;height:398px;background-position:center;background-repeat:no-repeat;background-size:cover}.adaptation-sites.item-1 .list{width:100%;padding-left:475px}.adaptation-sites.item-2 .items{padding:24px 52px;background-color:#F1FFE0}.adaptation-sites.item-2 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.adaptation-sites.item-2 .items .item .image{width:102px;height:102px;margin-right:40px;flex-shrink:0}.adaptation-sites.item-2 .items .item .image img{width:100%}.adaptation-sites.item-2 .items .item .title{font-weight:700}.adaptation-sites.item-3 .item{display:flex;align-items:center;padding:40px 49px;background:linear-gradient(69.53deg, #f9f9f9 0%, #f1f1f1 100%)}.adaptation-sites.item-3 .item .image{max-width:431px;width:100%;height:298px;margin-right:48px;flex-shrink:0}.adaptation-sites.item-3 .item .image img{width:100%}.hosting-sites.item-1{padding:24px 24px 24px 22px;background:linear-gradient(67.48deg, #f9f9f9 0%, #f1f1f1 100%)}.hosting-sites.item-1 .item{display:flex;align-items:center}.hosting-sites.item-1 .item .image{width:408px;height:303px;margin-right:40px;margin-top:15px;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:cover}.hosting-sites.item-1 .item .list{margin-top:-15px}.hosting-sites.item-2 .items .item-wrap{margin-bottom:16px}.hosting-sites.item-2 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:34px 20px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.hosting-sites.item-2 .items .item .image{width:72px;height:72px;margin-bottom:24px}.hosting-sites.item-2 .items .item .text{color:#4a4a4f}.individual-sites.item-1 .items{padding:40px 28px 16px;background-color:#F1FFE0}.individual-sites.item-1 .items .item-wrap{margin-bottom:24px;padding:0 12px}.individual-sites.item-1 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:32px 65px;background-color:#fff;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.individual-sites.item-1 .items .item .image{width:80px;height:80px;margin-bottom:20px}.individual-sites.item-2 .item{display:flex;padding:40px;margin:24px 0 32px;background:#fff;border:1px solid #e1e1e6}.individual-sites.item-2 .item .left-block{display:flex}.individual-sites.item-2 .item .left-block .image{width:88px;height:88px;margin-right:40px;flex-shrink:0}.individual-sites.item-2 .item .left-block .info{width:280px;margin-right:48px}.individual-sites.item-2 .item .left-block .title{margin-bottom:16px;font-weight:700}.individual-sites.item-2 .item .left-block .wrap{display:flex;flex-wrap:wrap}.individual-sites.item-2 .item .left-block .days{padding:12px;background:#F5F5F7;border-radius:2px;margin-right:16px;margin-bottom:16px;line-height:16px;letter-spacing:0.02em;display:inline-flex;align-items:center}.individual-sites.item-2 .item .left-block .days:before{content:"\f040";font-family:'remixicon' !important;font-style:normal;margin-right:10px}.individual-sites.item-2 .item .left-block .price{padding:12px;margin-bottom:16px;background:#F5F5F7;border-radius:2px;line-height:16px;letter-spacing:0.02em;display:inline-flex;align-items:center}.individual-sites.item-2 .item .left-block .price:before{content:"\20BD";margin-right:10px}.individual-sites.item-3 .items{padding:40px 50px;background-color:#F1FFE0}.individual-sites.item-3 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.individual-sites.item-3 .items .item .image{width:64px;height:64px;margin-right:40px;flex-shrink:0}.individual-sites.item-3 .items .item .image img{width:100%}.individual-sites.item-4 .items .item-wrap{margin-bottom:16px}.individual-sites.item-4 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:34px 32px;background-color:#fff;box-shadow:4px 4px 16px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.individual-sites.item-4 .items .item .image{width:64px;height:64px;margin-bottom:16px}.individual-sites.item-4 .items .item .image img{width:100%}.individual-sites.item-4 .items .item .title{margin-bottom:12px;font-weight:700}.individual-sites.item-4 .items .item .text{color:#4a4a4f}.domain-renewal .items{padding:40px 50px;background-color:#F1FFE0}.domain-renewal .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.domain-renewal .items .item .image{width:64px;height:64px;margin-right:40px;flex-shrink:0}.domain-renewal .items .item .image img{width:100%}.domain-registration.item-1 .items{padding:40px 28px 16px;background-color:#F1FFE0}.domain-registration.item-1 .items .item-wrap{margin-bottom:24px;padding:0 12px}.domain-registration.item-1 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:32px 65px;background-color:#fff;box-shadow:4px 2px 24px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.domain-registration.item-1 .items .item .image{width:80px;height:80px;margin-bottom:28px}.domain-registration.item-1 .items .item .text{color:#323237}.domain-registration.item-2 .items{padding:24px 52px;background-color:#F1FFE0}.domain-registration.item-2 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.domain-registration.item-2 .items .item .image{width:102px;height:102px;margin-right:40px;flex-shrink:0}.domain-registration.item-2 .items .item .image img{width:100%}.domain-registration.item-2 .items .item .title{color:#323237}.domain-registration.item-3 .items{padding:40px 50px;background-color:#F1FFE0}.domain-registration.item-3 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.domain-registration.item-3 .items .item .image{width:64px;height:64px;margin-right:40px;flex-shrink:0}.domain-registration.item-3 .items .item .image img{width:100%}.domain-registration.item-3 .items .item .title{color:#323237}.advertising.item-1 .items{padding:40px 50px;background-color:#F1FFE0}.advertising.item-1 .items .item{display:flex;align-items:center;padding:32px;background:#FFFFFF;box-shadow:0px 4px 32px rgba(0,0,0,0.05);border-radius:8px}.advertising.item-1 .items .item .image{width:80px;height:80px;margin-right:40px;flex-shrink:0}.advertising.item-1 .items .item .image img{width:100%}.advertising.item-2 .items .item-wrap{margin-bottom:16px}.advertising.item-2 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:42px 27px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.advertising.item-2 .items .item .image{width:64px;height:64px;margin-bottom:20px}.advertising.item-2 .items .item .image img{width:100%}.advertising-audit.item-1{padding:0 48px;background:#F1FFE0}.advertising-audit.item-1 .items{align-items:center}.advertising-audit.item-1 .image{width:269px;height:296px;margin-right:64px;background-size:cover;background-repeat:no-repeat;background-position:center}.advertising-audit.item-1 .right-block{padding:32px 0}.advertising-audit.item-1 .title{margin-bottom:24px;font-weight:700}.advertising-audit.item-1 .list{color:#4a4a4f}.advertising-audit.item-2 .items .item-wrap{margin-bottom:16px}.advertising-audit.item-2 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:42px 27px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.advertising-audit.item-2 .items .item .image{width:64px;height:64px;margin-bottom:20px}.advertising-audit.item-2 .items .item .image img{width:100%}.advertising-audit.item-2 .items .item-wrap{margin-bottom:16px}.advertising-audit.item-2 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:42px 27px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.advertising-audit.item-2 .items .item .image{width:64px;height:64px;margin-bottom:20px}.advertising-audit.item-2 .items .item .image img{width:100%}.advertising-setup.item-1 .items .item-wrap{margin-bottom:16px}.advertising-setup.item-1 .items .item{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;padding:42px 27px;background-color:#fff;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px;text-align:center}.advertising-setup.item-1 .items .item .image{width:64px;height:64px;margin-bottom:20px}.advertising-setup.item-1 .items .item .image img{width:100%}.maintenance-b24-banner-01{display:flex;position:relative;padding:0 90px 0 50px}.maintenance-b24-banner-01 .image{display:flex;align-items:flex-end;margin-right:50px;max-width:432px}.maintenance-b24-banner-01 .image img{width:auto !important;height:100% !important;object-fit:contain}.maintenance-b24-banner-01 .right-block .col{display:flex;align-items:center}.maintenance-b24-banner-01 .btn-order-service{position:relative}.maintenance-b24-banner-01 .btn-order-service:after{content:url('/upload/medialibrary/1ec/hand.png');position:absolute;width:73px;height:94px;top:calc(83%);left:50%;transform:translateX(-50%);pointer-events:none}.maintenance-b24-banner-01:before{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 52px);background:linear-gradient(69.48deg, #f9f9f9 0%, #f1f1f1 100%);z-index:-1;pointer-events:none}.maintenance-b24-banner-01 .title{font-weight:bold;font-size:28px;line-height:36px;color:#323237;margin-bottom:16px}.maintenance-b24-banner-01 .description{font-size:18px;line-height:36px;color:#6c6c71;margin-bottom:7px}.maintenance-b24-banner-01 .btn-order-service{padding:16px 32px;text-shadow:0px 1px 0px rgba(0,0,0,0.08);color:#fff;background:linear-gradient(110.02deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%),#5ba508;box-shadow:0px 8px 16px rgba(91,165,8,0.24);border-radius:8px;font-weight:900;font-size:12px;line-height:20px}.advantages-mshop{display:flex;justify-content:center}.advantages-mshop .items{padding:40px 0;max-width:745px}.advantages-mshop .phone{min-width:278px;height:570px;margin-right:44px;background-repeat:no-repeat;background-position:center;border-radius:24px}.advantages-mshop .advantages{margin:-10px 32px 0 0}.advantages-mshop .item-wrap:not(.col-auto){display:flex;width:56%;align-items:center}.advantages-mshop .item:not(:last-of-type){margin-bottom:32px}.advantages-mshop .title{font-weight:bold;font-size:24px;line-height:28px;color:#282828;margin-bottom:8px;letter-spacing:-0.01em}.advantages-mshop .text{color:#424242;font-style:normal;font-weight:normal;font-size:14px;line-height:22px}.app-start-mshop h2{margin-bottom:60px;font-weight:bold;font-size:36px;line-height:42px;letter-spacing:-0.01em;color:#282828}.app-start-mshop .item{display:flex;flex-direction:column;align-items:center;background:#FFFFFF;box-shadow:0px 3px 10px rgba(0,0,0,0.06);border-radius:6px;min-height:128px;height:100%;padding:0 22px 16px 22px}.app-start-mshop .item-wrap{padding-top:40px}.app-start-mshop .num-wrap{padding:20px;border-radius:100%;background-color:#f1404b;margin-top:-40px}.app-start-mshop .num{font-size:46px;line-height:40px;width:40px;min-width:40px;text-align:center;color:#fff}.app-start-mshop .item-text{text-align:center;color:#424242;margin-top:20px;text-align:left;width:100%}.app-start-mshop .text{color:#424242;font-size:14px;line-height:20px}.app-start-mshop .title{color:#282828;font-size:18px;line-height:24px;margin-bottom:8px;font-weight:bold}.faq-mshop h2{margin-bottom:28px;font-weight:bold;font-size:36px;line-height:42px}.faq-mshop .item{padding:24px 16px 20px 58px}.faq-mshop .item:not(:first-of-type){border-top:1px solid #ddd}.faq-mshop .title{font-weight:normal;font-size:18px;line-height:24px;color:#000000;margin-bottom:11px;position:relative}.faq-mshop .title:before{content:"?";display:flex;justify-content:center;align-items:center;position:absolute;right:calc(100% + 11px);color:#fff;top:-4px;width:31px;min-width:31px;height:31px;text-align:center;font-size:16px;border-radius:100%;background-color:#CC2233}.faq-mshop .text{font-weight:300;font-size:14px;line-height:20px;color:#000000}.answers-mshop h2{margin-bottom:20px}.answers-mshop .item{display:flex;flex-direction:column;align-items:center;background:#FFFFFF;box-shadow:0px 3px 10px rgba(0,0,0,0.06);border-radius:6px;min-height:128px;height:100%;padding:0 25px 16px 25px}.answers-mshop .item:hover{text-decoration:none}.answers-mshop .item-wrap{padding-top:40px}.answers-mshop .icon-wrap{padding:20px;border-radius:100%;background-color:#f1404b;box-shadow:0px 3px 7px #ee5b5c;margin-top:-40px}.answers-mshop .icon{width:40px;min-width:40px;height:40px}.answers-mshop .text{display:flex;justify-content:center;align-items:center;text-align:center;color:#424242;margin-top:12px;font-size:14px;line-height:16px;width:100%}.repeating-blocks.item-1 .item{display:flex;align-items:center;margin-bottom:16px;padding:32px;background:#FFFFFF;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px}.repeating-blocks.item-1 .item .image{width:64px;height:64px;margin-right:40px;flex-shrink:0}.repeating-blocks.item-1 .item .image img{width:100%}.repeating-blocks.item-1 .item .title{margin-bottom:8px;font-weight:700;color:#323237}.repeating-blocks.item-1 .item .text{color:#4a4a4f}.repeating-blocks.item-2 .item{display:flex;align-items:center;padding:48px 32px;background:#FFFFFF;box-shadow:3px 2px 12px rgba(0,0,0,0.1);border-radius:8px}.repeating-blocks.item-2 .item .image{width:64px;height:64px;margin-right:40px;flex-shrink:0}.repeating-blocks.item-2 .item .image img{width:100%}.repeating-blocks.item-2 .item .text{color:#4a4a4f}.training-detail .img .image{background-position:top}.training-detail .content{padding:40px}.training-detail .buttons{display:flex;justify-content:space-between;margin-top:24px}.training-detail .buttons .btn-primary .icon{margin:0 0 0 8px}.training-detail h2:first-child,.training-detail h3:first-child{margin-top:0}.tests-list .content-title{display:flex;margin-bottom:12px;align-items:center;color:#323237}@media (min-width:1366px){.tests-list .content-title:hover{text-decoration:none;color:#5ba508}}.tests-list .content-title .icon{margin-right:12px;font-size:24px}.tests-list .sidebar-menu-catalog{border:1px solid #e1e1e6}.tests-list .sidebar-menu-catalog:not(.open){display:none}.tests-list .scrollbar-inner>.scroll-element.scroll-y{right:4px;top:4px;height:calc(100% - 8px)}.tests-list .sidebar-menu{max-height:calc(100vh - 230px);border:none}.tests-list .sidebar-menu ul li .sub li.has-sub a{padding-right:40px}.tests-list .searchbar{margin-bottom:32px;position:relative}.tests-list .searchbar input{border-radius:4px;padding:9px 11px;width:100%;background:#f8f8fa;border:1px solid #e1e1e6}.tests-list .searchbar:after{content:'\ef52';font-family:remixicon;width:24px;font-size:24px;height:24px;position:absolute;right:11px;top:50%;color:#8f8f9d;transform:translateY(-50%)}.documentation-list .text-before-items{margin-bottom:64px}.documentation-list .text-after-items h3{margin-bottom:24px}.documentation-list .pagination-nav{margin-bottom:56px}.documentation-list .items{margin:0 -8px}.documentation-list .items .item-wrap{margin-bottom:16px;padding:0 8px}.documentation-list .items .item-wrap a:hover{text-decoration:none}.documentation-list .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;position:relative;height:100%;transition:box-shadow .3s}.documentation-list .items .item .img{display:flex;justify-content:center;align-items:center;position:relative;height:210px}.documentation-list .items .item .img .image{position:relative;width:100%;height:100%;background-size:contain;background-repeat:no-repeat;background-position-x:center}.documentation-list .items .item .info{display:flex;flex-direction:column;height:calc(100% - 210px);padding:26px 32px 40px}.documentation-list .items .item .info .category{margin-bottom:4px;color:#6c6c71}.documentation-list .items .item .info .name{margin-bottom:16px}.documentation-list .items .item .info .name a{color:#323237;text-decoration:none}.documentation-list .items .item .info .name a:hover{color:#5ba508}.course-lessons-list .items{margin:0 -8px}.course-lessons-list .items .item-wrap{margin-bottom:16px;padding:0 8px}.course-lessons-list .items .item-wrap a:hover{text-decoration:none}.course-lessons-list .items .item{box-shadow:1px 0 0 0 #e1e1e6,0 1px 0 0 #e1e1e6,1px 1px 0 0 #e1e1e6,1px 0 0 0 #e1e1e6 inset,0 1px 0 0 #e1e1e6 inset;position:relative;height:100%;transition:box-shadow .3s}.course-lessons-list .items .item .info{display:flex;flex-direction:column;padding:16px 24px}.course-lessons-list .items .item .info .name a{color:#323237;text-decoration:none}.course-lessons-list .items .item .info .name a:hover{color:#5ba508}@media (max-width:1670px){.products-sub .products-sub-item{right:279px;left:auto;box-shadow:-16px 4px 32px rgba(0,0,0,0.1)}.products-sub .menu-list-1{border-left:1px solid #e1e1e6}.products-sub .menu-list-1 .extension{right:-1px}.complex-internet-marketing-banner-03 .col{margin-left:-110px}}@media (max-width:1365px){.online-cashdesk-integration-banner-01 .item-wrap{width:calc(50% - 44px);margin-right:0}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(even) .item:after{display:none}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(odd){margin-right:88px !important}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(odd) .item:after{display:block}.online-cashdesk-integration-banner-01 .item-wrap:last-of-type .item:after{display:none}.online-cashdesk-integration-banner-01 .item{width:100% !important;max-width:none;padding:0 20%}.online-cashdesk-integration-banner-01 .item:after{left:100%}.creating-logo-banner-02 .image{width:31.5vw}.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.partners-projects .owl-nav{width:100%;left:0}.advantages-for-partner .advantages .advantage:nth-of-type(odd){margin-right:16px}.blog-element .img{height:35vw}.services-element .services-element-pic .main-image{height:35vw}.show-mobile-sidebar>.row{flex-direction:column}.show-mobile-sidebar>.row>.col,.show-mobile-sidebar>.row>.col-auto{width:100%;max-width:100%;margin:0;padding:0}.show-mobile-sidebar>.row>.col .container,.show-mobile-sidebar>.row>.col-auto .container{padding:0}.show-mobile-sidebar>.row>.col-auto{margin-bottom:16px}.show-mobile-sidebar .sidebar-left{display:block}.tests-list .sidebar-menu{max-height:50vh}}@media (max-width:1280px){.complex-internet-marketing-banner-03 .image{width:50vw}.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.ready-sites .ready .item .content .actions{flex-direction:column;align-items:flex-start}.ready-sites .ready .item .content .actions .price-block{margin-bottom:16px}.advantages-for-partner .advantages .advantage{width:100%}.advantages-for-partner .advantages .advantage:nth-of-type(odd){margin-right:0}.partners-office .nfr-licenses .table td:first-child{width:35%}}@media (max-width:1023px){.techsupport-container .techsupport-form .account-inputs{display:flex;flex-direction:column;width:50%}}@media (min-width:992px){.partners-office .desktop .items .item-wrap{transition:box-shadow .3s}.partners-office .desktop .items .item-wrap:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.solutions-section .owl-nav{width:calc(100% + 44px);left:-22px}.certificates .items .item{transition:box-shadow .3s}.certificates .items .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.certificates .items .item:hover .left-block .label{opacity:1}.ready-sites .ready .item{transition:box-shadow .3s}.ready-sites .ready .item:hover{box-shadow:0px 4px 32px rgba(0,0,0,0.1);z-index:1}.services-element .product-wrapper.block .product-card:hover .name-wrapper{height:110px}}@media (max-width:991px){.maintenance-b24-banner-01{padding:32px}.maintenance-b24-banner-01:before{height:100%}.maintenance-b24-banner-01 .image{width:300px;min-width:300px;display:flex;margin-bottom:-32px}.maintenance-b24-banner-01 .image img{width:100%}.complex-internet-marketing-banner-03{padding:32px}.complex-internet-marketing-banner-03:before{height:100%}.complex-internet-marketing-banner-03 .col-auto{display:none}.complex-internet-marketing-banner-03 .col{margin:0}.creating-style-brandbook-banner-02 .col{padding:32px}.creating-logo-banner-02 .col{padding:0 61px 32px 48px}.creating-logo-banner-02 .image{width:38.5vw}.creating-website-banners-banner-01{padding:32px}.creating-website-banners-banner-01:before{height:100%}.creating-website-banners-banner-01 .col-auto{display:none}.creating-website-banners-banner-01 .col{margin:0}.seo-optimization-banner-03{padding:24px}.seo-optimization-banner-03:before{height:100%}.seo-optimization-banner-03 .col-auto{display:none}.seo-optimization-banner-03 .col{margin:0}.b24-working-education-banner-01 .row:not(:last-of-type),.complex-audit-banner-02 .row:not(:last-of-type),.maintenance-b24-banner-02 .row:not(:last-of-type),.mobile-app-individual-development-banner-01 .row:not(:last-of-type){margin-bottom:0}.b24-working-education-banner-01 .item-wrap,.complex-audit-banner-02 .item-wrap,.maintenance-b24-banner-02 .item-wrap,.mobile-app-individual-development-banner-01 .item-wrap{margin-bottom:24px}.partners-office .desktop .items .properties{flex-wrap:wrap}.partners-office .nfr-licenses .table{border:0}.partners-office .nfr-licenses .table tbody{display:block}.partners-office .nfr-licenses .table thead{display:none}.partners-office .nfr-licenses .table tr{margin-bottom:12px;display:block;border-bottom:2px solid #e1e1e6}.partners-office .nfr-licenses .table td{display:flex;justify-content:space-between;text-align:right;font-size:16px;border:0;border-top:1px solid #e1e1e6}.partners-office .nfr-licenses .table td:nth-child(1){width:100%}.partners-office .nfr-licenses .table td:last-child{border-bottom:0}.partners-office .nfr-licenses .table td:before{content:attr(data-label);text-transform:uppercase;font-weight:bold;text-align:left}.ticket-list .inputs{display:flex;flex-wrap:wrap}.ticket-list .inputs .col{justify-content:flex-start}.ticket-list .inputs .col-auto{margin-bottom:16px}.ticket-list .inputs .col-auto:nth-of-type(2){margin-right:0}.ticket-list .inputs>div{width:100%}.ticket-list .inputs>div .buttons{width:100%}.ticket-list .inputs>div .buttons a{width:100%;justify-content:center}.ticket-list .inputs .dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-toggle{width:100%}.ticket-list .table{display:flex;flex-direction:column}.ticket-list .table thead{display:none}.ticket-list .table tbody{display:block}.ticket-list .table tbody tr{display:flex;flex-direction:column;border:1px solid #e1e1e6;margin-bottom:16px}.ticket-list .table tbody tr th{position:absolute;border:none;right:8px}.ticket-list .table tbody tr td{display:flex}.ticket-list .table tbody tr td:first-of-type{margin-top:24px;border-top:none}.ticket-list .table tbody tr td:last-of-type{border-bottom:none}.ticket-list .table tbody tr td:not(:first-of-type):before{content:attr(aria-label);margin-right:auto;padding:0 16px 0 0}.ticket-list .table tbody tr td:first-of-type{justify-content:space-between}.ticket-list .table tbody tr td .ticket-id{white-space:nowrap;padding:0 16px 0 0}.ticket-list .table tbody tr td a{text-align:right}.techsupport-container{padding:16px}.techsupport-container .techsupport-form{padding:16px}.techsupport-container .techsupport-form .privacy-explanaton{margin:0 24px 24px 0}.techsupport-container .techsupport-form form .authorization-actions{flex-direction:column;align-items:flex-start}.techsupport-container .techsupport-form form .authorization-actions .remember-me{padding:0;margin-bottom:16px}.ready-sites .ready .item{flex-direction:column}.ready-sites .ready .item .content{order:1}.ready-sites .ready .item .content .labels{margin-top:0}.ready-sites .ready .item .content .props .prop{max-width:47%;margin-right:32px}.ready-sites .ready .item .content .actions{flex-direction:row;align-items:center}.ready-sites .ready .item .content .actions .price-block{margin-bottom:0}.ready-sites .ready .item .image{margin:0 auto 32px}.advantages-section.type2 .list .item{margin-bottom:48px}.profit-of-our-solutions .content{display:flex;flex-direction:column}.profit-of-our-solutions .solution-image-wrap{display:flex;justify-content:center;padding:0;margin-bottom:32px}.profit-of-our-solutions img{width:100%}.advantages-for-partner .content{display:flex;flex-direction:column}.advantages-for-partner .solution-image-wrap{display:flex;justify-content:center;margin-bottom:32px}.advantages-for-partner .solution-image-wrap .wrapper{display:block}.advantages-for-partner .text-block{order:2}.for-partners-page .wrap{padding:64px 0}.for-partners-page .how-enter .request-form{padding:24px}.certificates .items .item .center-block{margin-right:0}.certificates .items .item .right-block{margin-top:16px}.banner-small{align-items:flex-start}.banner-small .right-block{align-items:flex-start}.banner-small .text{margin-right:0}.banner-small .banner-btn{margin:32px 0 0}.top-banners-section .big-banners .item.main-video-slide .text-container{margin-left:80px}.top-banners-section .big-banners .item.main-video-slide .text-container .title{font-size:40px;line-height:48px}.top-banners-section.type1 .big-banners .owl-dots{justify-content:flex-start;margin:0 24px}.adaptation-sites.item-1{padding:24px}.adaptation-sites.item-1 .image{display:none}.adaptation-sites.item-1 .list{padding-left:32px}.adaptation-sites.item-3 .item{padding:24px}.individual-sites.item-2 .item{flex-direction:column}.individual-sites.item-2 .item .left-block .info{margin-right:0}.individual-sites.item-3 .items .item{align-items:flex-start}.domain-renewal .items .item{align-items:flex-start}.domain-registration.item-2 .items .item{align-items:flex-start}.domain-registration.item-3 .items .item{align-items:flex-start}.advertising.item-1 .items .item{align-items:flex-start}.b24-apps-development-banner-01 .image,.b24-trading-setup-banners-01 .image{width:100%;display:flex;justify-content:center;margin:0 0 32px 0}.b24-trading-setup-banners-01{padding:24px}.online-cashdesk-integration-banner-03{padding:32px}.online-cashdesk-integration-banner-03:before{width:100%;height:100%}.online-cashdesk-integration-banner-03 .col-auto{display:none}.online-cashdesk-integration-banner-03 .col{margin:0}}@media (max-width:767px){.maintenance-b24-banner-01 .image{display:none}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(odd){margin-right:110px !important}.online-cashdesk-integration-banner-01 .item-wrap{width:calc(50% - 55px)}.online-cashdesk-integration-banner-01 .item{padding:0}.complex-internet-marketing-banner-02 .item:not(:last-of-type){margin:0 0 64px 0}.complex-internet-marketing-banner-02 .item:not(:last-of-type):after{width:48px;min-width:48px;left:50%;top:calc(100% + 24px);transform:translateX(-50%) rotate(90deg)}.complex-internet-marketing-banner-02 .row{display:block;padding-bottom:16px}.complex-internet-marketing-banner-02 .row:not(:last-of-type){border-bottom:1px solid #e1e1e6}.creating-style-brandbook-banner-02 .col-auto{display:none}.creating-logo-banner-02 .col{padding:0 32px 32px}.creating-logo-banner-02 .col-auto{display:none}.creating-website-banners-banner-03,.creating-style-brandbook-banner-03,.mobile-app-individual-development-banner-02{padding:0;display:flex}.creating-website-banners-banner-03 .row:first-of-type,.creating-style-brandbook-banner-03 .row:first-of-type,.mobile-app-individual-development-banner-02 .row:first-of-type{margin-right:24px}.creating-website-banners-banner-03 .item,.creating-style-brandbook-banner-03 .item,.mobile-app-individual-development-banner-02 .item{min-width:100%;position:relative;margin:0 0 64px 0}.creating-website-banners-banner-03 .item:not(:last-of-type),.creating-style-brandbook-banner-03 .item:not(:last-of-type),.mobile-app-individual-development-banner-02 .item:not(:last-of-type){margin-right:0}.creating-website-banners-banner-03 .item:not(:last-of-type):after,.creating-style-brandbook-banner-03 .item:not(:last-of-type):after,.mobile-app-individual-development-banner-02 .item:not(:last-of-type):after{content:'';position:absolute;top:calc(100% + 20px);left:50%;transform:translateX(-50%) rotate(90deg);display:inline-block;width:64px;min-width:64px;height:21px;background-image:url('/html/creating-website-bnn-banners/arrow.png');background-size:contain;background-repeat:no-repeat}.creating-website-banners-banner-03 .item:not(:last-of-type) .icon,.creating-style-brandbook-banner-03 .item:not(:last-of-type) .icon,.mobile-app-individual-development-banner-02 .item:not(:last-of-type) .icon{position:static}.creating-website-banners-banner-03 .item:not(:last-of-type) .icon:after,.creating-style-brandbook-banner-03 .item:not(:last-of-type) .icon:after,.mobile-app-individual-development-banner-02 .item:not(:last-of-type) .icon:after{display:none}.seo-promotion-banner-02 .col-auto{display:none}.seo-promotion-banner-02 .col{margin:24px}.b24-implementation-banner-03 .row{padding:32px}.b24-implementation-banner-03 .col-auto{display:none}.b24-implementation-banner-03 .col{margin:0;padding:0}.b24-implementation-banner-03 .title{margin:0}.b24-implementation-banner-03:after{height:100%}.translate-service-banner-02 .image,.translate-service-banner-03 .image{display:none}.b24-implementation-banner-02 .col-auto{width:100%}.b24-implementation-banner-02 .image{width:100%;height:140px;margin-right:64px;background-size:contain;background-repeat:no-repeat}.b24-implementation-banner-02 .col{width:100%;padding:0 0 24px 0}.b24-working-education-banner-03{padding:0 16px}.b24-working-education-banner-03:before{height:100%}.b24-working-education-banner-03 .col{margin:24px}.b24-working-education-banner-03 .col-auto{display:none}.partners-office .desktop .items .properties{flex-direction:column}.partners-office .desktop .items .properties .props{margin:0 0 24px 0;padding:0}.partners-office .desktop .items .properties .props:after{display:none}.partners-office .partners-docs .documents .wrap .document{padding:16px;border-bottom:0}.item-views.block .items .item .img{height:100vw}.item-views.block .items .item .info{height:calc(100% - 100vw)}.item-views.block .items .item.item-big .img{height:100vw}.item-views.block .items .item.item-big .info{height:calc(100% - 100vw)}.techsupport-container .appeal-type-list{display:flex;flex-direction:column}.techsupport-container .appeal-type-list .row{display:flex;flex-direction:column}.techsupport-container .techsupport-form .account-inputs{display:flex;flex-direction:column;width:100%}.techsupport-container .features{display:flex;flex-direction:column}.techsupport-container .features .col:not(:last-of-type){margin:0 0 16px 0}.ticket-discussion .employer-message .load-documents.documents .wrap .document,.ticket-discussion .customer-message .load-documents.documents .wrap .document{width:100%}.ready-sites .ready .item .content .props .prop{max-width:unset;margin-right:0}.ready-sites .ready .item .content .actions{flex-direction:column;align-items:flex-start}.ready-sites .ready .item .content .actions .price-block{margin-bottom:16px}.for-partners-page .partners .buttons:before{content:none}.for-partners-page .partners .buttons:after{content:none}.partners-program-banner{background-image:none !important}.top-banners-section .big-banners .item.main-video-slide .text-container{margin:auto auto 40px}.top-banners-section .big-banners .item.main-video-slide .text-container .text{font-size:16px;line-height:24px}.projects-section.type1 .item{max-width:100%}.projects-section.type1 .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex;top:calc(50% - 22px);width:100%}.projects-section.type1 .owl-nav .owl-prev,.projects-section.type1 .owl-nav .owl-next{width:29px;height:44px}.projects-section.type1 .owl-nav .owl-prev .btn,.projects-section.type1 .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.projects-section.type1 .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.projects-section.type1 .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.projects-section.type1 .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.projects-section.type1 .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.partners-projects .owl-nav{top:calc(50% - 40px);width:calc(100% - 5px);display:none;display:flex;width:calc(100% + 29px);top:calc(50% - 8px);left:-14px;pointer-events:none}.partners-projects .owl-nav .owl-prev,.partners-projects .owl-nav .owl-next{width:29px;height:44px}.partners-projects .owl-nav .owl-prev .btn,.partners-projects .owl-nav .owl-next .btn{display:flex !important;width:29px;height:44px;border-radius:0px 2px 2px 0px;opacity:.5;border:1px solid #e1e1e6}.partners-projects .owl-nav .owl-prev .btn .icon-arrow-right-line::before,.partners-projects .owl-nav .owl-next .btn .icon-arrow-right-line::before{content:"\ea5f"}.partners-projects .owl-nav .owl-prev .btn .icon-arrow-left-line::before,.partners-projects .owl-nav .owl-next .btn .icon-arrow-left-line::before{content:"\ea55"}.partners-projects .owl-nav button{pointer-events:all}.support-sites.item-2 .items .item{align-items:flex-start}.adaptation-sites.item-2 .items{padding:24px}.adaptation-sites.item-3 .item .image{display:none}.hosting-sites.item-1 .item .image{display:none}.hosting-sites.item-1 .item .list{margin-top:0}.individual-sites.item-1 .items{padding:24px 12px 0}.individual-sites.item-1 .items .item{padding:24px}.domain-registration.item-1 .items{padding:24px 12px 0}.domain-registration.item-1 .items .item{padding:24px}.answers-mshop .item-wrap,.app-start-mshop .item-wrap{margin-bottom:32px}.advantages-mshop .item-wrap:not(.col-auto){width:100%}.advantages-mshop .phone{display:none}.advertising-audit.item-1 .left-block{display:none}.seo-optimization-banner-01 .item-wrap:not(:last-of-type),.complex-audit-banner-01 .item-wrap:not(:last-of-type),.seo-promotion-banner-01 .item-wrap:not(:last-of-type),.creating-website-banners-banner-02 .item-wrap:not(:last-of-type),.creating-logo-banner-01 .item-wrap:not(:last-of-type),.creating-style-brandbook-banner-01 .item-wrap:not(:last-of-type),.online-cashdesk-integration-banner-02 .item-wrap:not(:last-of-type){margin-bottom:16px}.repeating-blocks.item-2 .item{align-items:flex-start}.cookie-agreement.type5{width:calc(100% - 32px);left:0;margin:0 16px}.services-element .product-items{overflow-x:auto;padding-bottom:2px;margin-bottom:-2px}.services-element .product-items .items{flex-wrap:nowrap}.services-element .product-items .item-wrap{flex-basis:100%;max-width:350px}.services-element .product-items .product-wrapper.block .product-card .hover-content{display:block}}.header.type1 .main-header .menu .menu-list-0>li:last-child,.header.type2 .main-header .menu .menu-list-0>li:last-child,.header.type3 .main-header .menu .menu-list-0>li:last-child,.header.type4 .main-header .menu .menu-list-0>li:last-child,.header.type5 .main-header .menu .menu-list-0>li:last-child,.header.type6 .main-header .menu .menu-list-0>li:last-child,.header.type7 .main-header .menu .menu-list-0>li:last-child,.header.type8 .main-header .menu .menu-list-0>li:last-child,.header.type9 .main-header .menu .menu-list-0>li:last-child,.header.type10 .main-header .menu .menu-list-0>li:last-child,.header.type11 .main-header .menu .menu-list-0>li:last-child,.header.type12 .main-header .menu .menu-list-0>li:last-child,.header.type13 .main-header .menu .menu-list-0>li:last-child,.header.type14 .main-header .menu .menu-list-0>li:last-child,.header.type15 .main-header .menu .menu-list-0>li:last-child,.header.type16 .main-header .menu .menu-list-0>li:last-child,.header.type1-fixed .main-header .menu .menu-list-0>li:last-child,.header.type2-fixed .main-header .menu .menu-list-0>li:last-child{margin-right:24px}.header.type1 .main-header .logo{padding-right:50px}.header.type1 .main-header .logo .slogan{max-width:112px;min-width:112px;margin-left:24px;line-height:18px;font-weight:500}.header.type1 .main-header .logo .accreditation-logo{width:101px;height:37px;margin-left:32px;background:url('/bitrix/templates/prime_v2/less_compile/../images/accreditation-logo-dark.svg') center no-repeat;background-size:contain}.header.type1 .main-header .logo.white .accreditation-logo{background:url('/bitrix/templates/prime_v2/less_compile/../images/accreditation-logo.svg') center no-repeat}.header.type1 .main-header .contacts{padding-left:28px}.header.type1 .main-header .menu .menu-list-0{padding-right:0}.header.type1 .main-header .menu .menu-list-0>li{margin-right:24px}.header.type1 .main-header .menu .menu-list-1{width:240px}.header.type1 .main-header .menu .products-sub .menu-list-1{width:280px}.header.type1 .messengers{display:flex;margin-left:8px;margin-top:-24px}.header.type1 .messengers .item{width:20px;height:20px;background-size:contain}.header.type1 .messengers .item:not(:last-child){margin-right:6px}.header.type1 .messengers .item.tg{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/telegram-icon-colored.svg') center no-repeat}.header.type1 .messengers .item.wapp{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/whatsupp-icon-colored.svg') center no-repeat}.transparent-header .header.type1 .messengers .item.tg{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/telegram-icon-white.svg') center no-repeat}.transparent-header .header.type1 .messengers .item.wapp{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/whatsupp-icon-white.svg') center no-repeat}.accreditation-and-socials-row{display:flex;justify-content:space-between;margin-top:40px;margin-bottom:20px}.accreditation-and-socials-row .accreditation-logo{width:132px;height:48px;background:url('/bitrix/templates/prime_v2/less_compile/../images/accreditation-logo-mobile.svg') center no-repeat;background-size:contain}.header-mobile-content .messengers{display:flex;margin-left:8px}.header-mobile-content .messengers .item{width:24px;height:24px;background-size:contain}.header-mobile-content .messengers .item:not(:last-child){margin-right:6px}.header-mobile-content .messengers .item.tg{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/telegram-icon-mobile.svg') center no-repeat}.header-mobile-content .messengers .item.wapp{background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/whatsupp-icon-mobile.svg') center no-repeat}.header-mobile-content .menu-contacts .socials-icons{margin-top:0}.header-mobile-content .menu-contacts .phone{display:flex}@media (max-width:575px){.online-cashdesk-integration-banner-01 .item-wrap{width:100%;margin-bottom:124px}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(odd){margin-right:0 !important}.online-cashdesk-integration-banner-01 .item-wrap:nth-of-type(even) .item:after{display:block}.online-cashdesk-integration-banner-01 .item-wrap:last-of-type{margin-bottom:0}.online-cashdesk-integration-banner-01 .item:after{left:35%;top:calc(100% + 50px);transform:rotate(90deg)}.online-cashdesk-integration-banner-01 .text{text-align:center}.creating-website-banners-banner-03,.creating-style-brandbook-banner-03,.mobile-app-individual-development-banner-02{display:block}.creating-website-banners-banner-03 .item,.creating-style-brandbook-banner-03 .item,.mobile-app-individual-development-banner-02 .item{margin-bottom:80px}.creating-website-banners-banner-03 .item:not(:last-of-type):after,.creating-style-brandbook-banner-03 .item:not(:last-of-type):after,.mobile-app-individual-development-banner-02 .item:not(:last-of-type):after{top:calc(100% + 28px)}.creating-website-banners-banner-03 .row:first-of-type,.creating-style-brandbook-banner-03 .row:first-of-type,.mobile-app-individual-development-banner-02 .row:first-of-type{margin:0}.creating-website-banners-banner-03 .icon,.creating-style-brandbook-banner-03 .icon,.mobile-app-individual-development-banner-02 .icon{display:none}.b24-working-education-banner-01,.complex-audit-banner-02,.maintenance-b24-banner-02,.mobile-app-individual-development-banner-01{padding:24px 16px}.b24-working-education-banner-01 .item,.complex-audit-banner-02 .item,.maintenance-b24-banner-02 .item,.mobile-app-individual-development-banner-01 .item{padding:24px}.full-seo-optimization-banner-02{padding:12px 24px}.full-seo-optimization-banner-02 .wrap{padding:16px;flex-direction:column;align-items:flex-start}.full-seo-optimization-banner-02 .image{margin:0 0 16px 0}.b24-implementation-banner-01 .item-wrap:not(:last-of-type),.b24-implementation-banner-04 .item-wrap:not(:last-of-type){margin-bottom:16px}.partners-office .desktop .items .item{padding:24px}.partners-office .desktop .items .top-block{flex-direction:column}.partners-office .desktop .items .top-block .left-block{order:1}.partners-office .desktop .items .top-block .img{margin-bottom:24px;align-self:flex-end}.partners-office .desktop .items .bonus{padding:12px 30px}.partners-office .desktop .items .bonus .currency .tooltip{top:150%;left:-74px;width:252px}.partners-office .desktop .items .bonus .currency .tooltip:before{content:"";position:absolute;left:110px;top:-6px;border:8px solid transparent;border-bottom-color:#fff;border-top:0;z-index:1069}.partners-office .partners-docs{padding:24px}.partners-office .partners-cooperation{padding:0px 24px 24px}.partners-office .partners-cooperation .item-text ol{padding-left:20px}.partners-office .nfr-licenses{padding:24px}.partners-office .nfr-licenses .table td{flex-direction:column;text-align:left}.partners-office .nfr-licenses .partners-form{padding:16px}.ticket-information .row{flex-direction:column}.ticket-information .row .ticket-params{padding:0;max-width:100%}.ticket-information .row .ticket-params:not(:last-of-type){margin-bottom:16px}.ticket-information .row:not(:last-of-type){margin-bottom:16px}.ticket-discussion .employer-message,.ticket-discussion .customer-message{padding:16px}.ticket-discussion .employer-message .load-documents.documents .wrap .document,.ticket-discussion .customer-message .load-documents.documents .wrap .document{width:100%}.ticket-container .answer{padding:16px}.ticket-container .answer button{width:100%;justify-content:center}.authorization-block .buttons{width:100%}.authorization-block .alert{font-size:14px;padding:16px}.techsupport-buttons{flex-direction:column}.techsupport-buttons .col{margin-bottom:8px}.techsupport-buttons .col .btn{width:100%;justify-content:center}.ready-sites .ready .item{padding:24px}.advantages-section.type2 .list .item{padding-right:0}.advantages-for-partner .text-block{margin:0;margin-bottom:32px}.advantages-for-partner .text-block .advantages .advantage{margin:0;width:100%;margin-bottom:16px}.advantages-for-partner .solution-image-wrap .solution-tag{transform:none;right:0;left:auto;bottom:0}.for-partners-page .how-enter .steps .step{margin:0 0 16px 0;width:100%;min-width:100%}.for-partners-page .how-enter .steps .step:not(:last-of-type){margin:0 0 16px 0}.for-partners-page .how-enter .steps .step:not(:last-of-type)::after{content:none}.for-partners-page .partners .partners-list .partner{max-width:100%}.solution-page-banner{padding:120px 0 160px}.solution-page-banner .title{font-size:32px;line-height:40px}.solution-page .catalog{margin-bottom:40px}.solution-page .catalog .item-information .custom-checkbox .custom-control-label{flex-direction:column}.solution-page .catalog .item-information .footer-button .buttons{flex-wrap:wrap}.solution-page .catalog .item-information .footer-button .buttons .button{margin-right:0}.solution-page .catalog .item-information .footer-button .buttons .button:not(:last-of-type){margin-bottom:12px;margin-right:0}.solution-page .item-card .card-wrapper{padding:24px}.solution-page .advantages-section.type2{margin-bottom:-40px}.solution-page .advantages-section.type2 .list .item:last-of-type{margin-bottom:0}.solution-page .ready-sites .ready{margin-bottom:0}.certificates .items .item{flex-direction:column;padding:24px}.certificates .items .item .left-block{margin-bottom:32px}.certificates .items .item .right-block{max-width:242px;width:100%}.banner-small{flex-direction:column;padding:24px}.banner-small .image{margin-bottom:32px}.top-banners-section .big-banners .item.main-video-slide .text-container .title{font-size:32px;line-height:40px}.top-banners-section.type6 .big-banners{max-height:80vh}.top-banners-section.type6 .big-banners .item{height:80vh}.catalog .item-card .tab-pane#description{padding:24px}.mobile-min .services-section.type2 .items .item{display:flex;align-items:center}.mobile-min .services-section.type2 .items .item .image{display:inline-flex;margin:0 24px 0 0}.mobile-min .services-section.type2 .items .item .name{width:calc(100% - 96px);margin-bottom:0}.mobile-min .services-section.type2 .items .item .icon{display:inline-flex;margin:0 24px 0 0}.mobile-min .services-section.type2 .items .item .item-heading{display:inline-block;white-space:pre-wrap;width:calc(100% - 85px)}.mobile-min .services-section.type2 .items .item .item-text{margin-top:12px}.mobile-min .services-section.type2 .items .item:last-of-type{margin-bottom:0}.mobile-min .carrier-page .text-before-items{display:none}.mobile-min .job-section .vacancy-list .accordeon-head+.accordeon-head .vacancy{border-top:none}.mobile-min [data-code='question']{display:none}.mobile-min .blog-element .content{margin-bottom:24px}.mobile-min .product-wrapper.list .product-card{padding:24px 24px 32px 24px}.mobile-min .product-wrapper .product-card .image-wrapper{margin-bottom:16px;height:100px}.mobile-min .ready-sites .ready{margin-bottom:0}.mobile-min .ready-sites .container+.advantages-section{display:none}.mobile-min .services-section-list .text-before-items,.mobile-min .projects .text-before-items,.mobile-min .services-section-list .text-after-items,.mobile-min .projects .text-after-items{display:none}.mobile-min .solution-page .advantages-section{display:none}.mobile-min .solution-page .catalog{margin-bottom:0}.mobile-min .catalog>.text-before-items{display:none}.vacancy .wrap .title{margin-bottom:0;font-size:18px;line-height:26px}.job-section.type2 .vacancy{padding:24px}.job-section.type2 .accordeon-head .accordeon-body{padding:24px}.job-section.type2 .reviews-items .item{padding:24px}.for-partners-page .how-enter.wrap{padding:0}.for-partners-page .wrap{padding:32px 0}.partners-program-banner .partners-program-banner-text .title{font-size:32px;line-height:40px;font-weight:500;letter-spacing:0}.partners-projects .title{margin-bottom:32px}.basket-items-list-table tr.basket-items-list-item-container:first-child,.basket-items-list-table tbody tr.basket-items-list-item-container:first-child{border-bottom:1px solid #e1e1e6}.basket-item-block-image{align-self:flex-start;margin:0 0 16px 0}td.basket-items-list-item-remove{padding:34px 24px 0 !important}.basket-items-list-table .basket-items-list-item-container{display:block !important}.basket-items-list-item-container td.basket-items-list-item-price.basket-items-list-item-price-for-one,.basket-items-list-item-container .basket-items-list-item-amount{width:50%;margin-left:0;margin-right:0}.basket-items-list-item-container .basket-items-list-item-amount{padding-right:16px}.basket-items-list-item-container .basket-items-list-item-amount .basket-item-block-amount{width:100%}.basket-items-list-item-price:not(.basket-items-list-item-price-for-one){display:block;text-align:right}.basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-price-current-text:before{content:'Итого:';padding-right:8px;font-weight:normal}.order-form .bx-soa-smart .bx-soa .bx-soa-orderSave .btn{margin:0}.product-card .image-wrapper{margin-bottom:16px;height:100px}.catalog .item-card .nav-tabs+.tab-content{margin-top:0}.catalog .item-card .tab-content{margin-top:24px}.for-partners-page .how-enter .title{margin-bottom:24px}.for-partners-page .how-enter .steps .step{display:flex;flex-direction:row;align-items:center}.for-partners-page .how-enter .steps .step .number{margin:0px 16px 0 6px}.for-partners-page .how-enter .steps .step .text{text-align:left}.order-form .bx-soa .bx-soa-paysystem .bx-soa-section-content .bx-soa-pp .bx-soa-pp-item-container{margin-right:0}.services-element .services-element-pic{margin-bottom:32px}.services-element .services-element-pic .service-card{padding:24px}.services-element .rates-section .rate-card{padding:36px 24px 24px}.blog-element .services{margin-bottom:0}.wrapper-container .categories{margin-bottom:0}.wrapper-container .categories.subcategories{margin-bottom:24px}.services-section-list .services-items.block.type1 .item{flex-direction:row;align-items:center}.services-section-list .services-items.block.type1 .item .image{margin:0 24px 0 0}.services-section-list .services-items.block.type1 .item .name{margin:0}.projects .projects-items.block{margin-bottom:0}.blog-element .text-before-items .wrap .item .image{margin:auto}.support-sites.item-2 .items{padding:24px}.support-sites.item-2 .items .item{flex-direction:column;padding:24px}.support-sites.item-2 .items .item .image{margin:0 0 24px 0}.adaptation-sites.item-2 .items .item{flex-direction:column;align-items:flex-start;padding:24px}.adaptation-sites.item-2 .items .item .image{margin:0 0 24px 0}.individual-sites.item-2 .item{padding:24px}.individual-sites.item-2 .item .left-block{flex-direction:column}.individual-sites.item-2 .item .left-block .image{margin-right:0;margin-bottom:24px}.individual-sites.item-3 .items{padding:24px}.individual-sites.item-3 .items .item{flex-direction:column;padding:24px}.individual-sites.item-3 .items .item .image{margin:0 0 24px 0}.domain-renewal .items{padding:24px}.domain-renewal .items .item{flex-direction:column;padding:24px}.domain-renewal .items .item .image{margin:0 0 24px 0}.domain-registration.item-2 .items{padding:24px}.domain-registration.item-2 .items .item{flex-direction:column;padding:24px}.domain-registration.item-2 .items .item .image{margin:0 0 24px 0}.domain-registration.item-3 .items{padding:24px}.domain-registration.item-3 .items .item{flex-direction:column;padding:24px}.domain-registration.item-3 .items .item .image{margin:0 0 24px 0}.advertising.item-1 .items{padding:24px}.advertising.item-1 .items .item{flex-direction:column;padding:24px}.advertising.item-1 .items .item .image{margin:0 0 24px 0}.b24-apps-development-banner-01 .image img,.b24-trading-setup-banners-01 .image img{width:100%}.b24-apps-development-banner-03,.b24-working-education-banner-02{padding:16px}.b24-apps-development-banner-03 .wrap,.b24-working-education-banner-02 .wrap{flex-direction:column;align-items:flex-start}.b24-apps-development-banner-03 .image,.b24-working-education-banner-02 .image{background-size:contain;align-self:baseline;margin-bottom:16px}.b24-apps-development-banner-02,.complex-internet-marketing-banner-01{padding:16px}.b24-apps-development-banner-02 .wrap,.complex-internet-marketing-banner-01 .wrap{flex-direction:column;padding:16px}.b24-apps-development-banner-02 .image,.complex-internet-marketing-banner-01 .image{width:50px;height:50px;min-width:50px;background-size:contain;align-self:baseline;margin-bottom:16px}.advertising-audit.item-1{padding:24px}.advertising-audit.item-1 .left-block{display:none}.advertising-audit.item-1 .right-block{padding:0}.complex-internet-marketing-banner-02{padding:24px}.repeating-blocks.item-1 .item{flex-direction:column;align-items:flex-start;padding:24px}.repeating-blocks.item-1 .item .image{margin:0 0 24px 0}.repeating-blocks.item-2 .item{flex-direction:column;padding:24px}.repeating-blocks.item-2 .item .image{margin:0 0 24px 0}.training-detail .buttons{flex-direction:column}.training-detail .buttons .btn{margin:0;justify-content:center}.training-detail .buttons .btn-secondary{margin-bottom:8px}}@media (max-width:575px) and (max-width:575px){.basket-items-list-item-container .basket-items-list-item-amount .basket-item-block-amount{width:120px}}@media (max-width:374px){.ready-sites .ready .item .content .actions .buttons{flex-direction:column}.ready-sites .ready .item .content .actions .buttons .btn:first-of-type{margin:0 0 16px}.top-banners-section .big-banners .item.main-video-slide .text-container .title{font-size:24px;line-height:32px}.account-inputs .form-group.light>label{font-size:11px}}@media (max-width:359px){.ticket-list .table tbody tr td{flex-direction:column}.ticket-list .table tbody tr td *{margin-bottom:4px}.ticket-list .table tbody tr td:before{margin-bottom:4px}}@media (max-width:1365px){.faq>.row{flex-direction:column-reverse}}.faq .search-block{display:flex;flex-direction:column;align-items:center;margin-bottom:56px}@media (max-width:575px){.faq .search-block{margin-bottom:24px}}.faq .search-block .title{margin-bottom:32px}@media (max-width:575px){.faq .search-block .title{margin-bottom:16px;font-size:24px;line-height:32px}}.faq .search-block .search-line{max-width:608px;width:100%}.faq .search-block .search-form{display:flex;align-items:center;border:1px solid #e1e1e6;background:#f8f8fa;border-radius:4px;padding:9px 12px 9px 9px}.faq .search-block .search-form .input{width:100%}.faq .search-block .search-form input{width:100%;border:none;background:none;margin-right:16px;height:100%;min-height:20px}.faq .search-block .search-form input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='%238F8F9D'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain}.faq .search-block .search-form .buttons{flex-shrink:1;display:flex;align-items:center}.faq .search-block .search-form .buttons button{background:none;border:none;width:22px;height:22px;text-align:center;line-height:22px;font-size:22px;padding:0;margin:0;overflow:hidden}.faq .search-block .search-form .buttons button:before{display:block;color:#8f8f9d;content:"\ef52";width:22px;height:22px;font-family:'remixicon'}.faq .search-block .search-form .buttons .close{display:none}.faq .nav-tabs{justify-content:center}@media (max-width:575px){.faq .nav-tabs{justify-content:flex-start;margin-bottom:24px}}.faq .pagination-nav{margin-top:16px}.faq .pagination-nav .pagination .btn .icon{width:24px;font-weight:400}@media (max-width:1365px){.faq .sidebar-left{display:block;max-width:100%;min-width:auto;margin:32px 0 0;padding:0 8px}}@media (max-width:1365px){.faq .sidebar-left .sidebar-menu{display:none}}.faq .sidebar-left .sidebar-menu>ul>li:last-child:before{display:none}@media (max-width:1365px){.faq .sidebar-left .consultation-tizer{position:static !important;top:0 !important}}@media (max-width:1365px){.faq .sidebar-left .ask-a-question-block{max-width:100%}}.faq .accordeon-head{border:none;box-shadow:none}.faq .accordeon-head:hover{cursor:default}@media (min-width:992px){.faq .accordeon-head:hover .accordeon-link{border-color:transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}}@media (min-width:992px){.faq .accordeon-head.opened .accordeon-link{border-color:transparent;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}}.faq .accordeon-head .accordeon-link{padding:31px 31px 31px 41px;border:1px solid #e1e1e6}@media (max-width:575px){.faq .accordeon-head .accordeon-link{padding:15px;flex-direction:row}}@media (max-width:575px){.faq .accordeon-head .accordeon-link .text{font-size:16px;line-height:24px}}.faq .accordeon-head .accordeon-body{padding:48px 40px 42px;box-shadow:none;border-top:none}@media (max-width:991px){.faq .accordeon-head .accordeon-body{background:#f8f8fa}}@media (max-width:575px){.faq .accordeon-head .accordeon-body{padding:23px 15px}}.faq .accordeon-head .accordeon-body>a{text-decoration:none}.faq .accordeon-head .external-link{display:inline-flex;align-items:center;margin-top:32px;color:#B7B7BC;transition:0.25s}.faq .accordeon-head .external-link:hover{color:#5ba508}.faq .accordeon-head .external-link:hover .svg-color{fill:#5ba508 !important}.faq .accordeon-head .external-link:hover .svg-color *{fill:#5ba508 !important}.faq .accordeon-head .external-link .svg-color{margin-right:8px;fill:#B7B7BC !important;transition:0.25s}.faq .accordeon-head .external-link .svg-color *{fill:#B7B7BC !important;transition:0.25s}.faq .sort{max-width:344px;width:100%;margin-bottom:16px}@media (min-width:992px){.faq .sort{display:none}}.faq .sort .sort-link{display:flex;align-items:center;justify-content:space-between;padding:0 6px 0 11px;background:#f8f8fa;border:1px solid #e1e1e6;box-sizing:border-box;border-radius:4px;color:#4a4a4f}.faq .sort .sort-link span{width:100%;padding:9px 0 9px;margin-right:7px;border-right:1px solid #e1e1e6}.faq .sort .sort-link .icon{width:24px;height:24px;font-size:24px;transition:0.25s}.faq .sort .sort-list{top:calc(100% + 4px);margin:0;padding:8px 0}.faq .sort .sort-list .link .active{color:#5ba508}.faq .sort.open .sort-link .icon{transform:rotate(180deg)}@media (max-width:767px){.faq .documents .wrap .document{padding:24px;margin-top:-1px}}@media (max-width:767px){.faq .documents .wrap .document .buttons{display:block;margin:0 auto}}.faq mark{padding:0;background:rgba(91,165,8,0.2)}.faq+.have-questions{margin-top:40px}.faq .h3{margin:56px 0 24px}.have-questions{display:flex;padding:32px;background:#f5f5f7}@media (max-width:450px){.have-questions{flex-direction:column}}.have-questions .image-wrap{width:64px;height:64px;flex-shrink:0;margin-right:32px}@media (max-width:450px){.have-questions .image-wrap{margin-right:0;margin-bottom:24px}}.have-questions .title{margin-bottom:16px}.have-questions .text{color:#646569}.faq-detail .question-title{margin-top:0;margin-bottom:32px}@media (max-width:575px){.faq-detail .question-title{margin-bottom:24px;font-size:24px;line-height:32px}}.faq-detail .question-body{margin-bottom:28px;padding:39px;border:1px solid #e1e1e6;background:#fff;color:#323237}@media (max-width:575px){.faq-detail .question-body{margin-bottom:16px;padding:23px 15px 27px;background:#f8f8fa}}.faq-detail .question-body P:last-child{margin-bottom:0}.faq-detail .btn{padding:16px 32px}@media (max-width:575px){.faq-detail .btn{justify-content:center;width:100%}}.faq-detail .btn .icon{width:24px;height:24px;margin-left:10px;margin-right:0;font-size:24px;line-height:24px}.faq-detail .btn .icon:before{font-size:24px}@media (min-width:1366px){.faq-detail .consultation-tizer{display:none}}.faq-detail .ask-a-question-block{max-width:100%;margin-top:32px}.accordeon-head.accordeon>a i{transition:all .2s}.accordeon-head.accordeon>a i:before{transition:transform .2s}.accordeon-head.accordeon.opened>a i:before{content:"\ea41";transform:rotate(180deg)}a:hover{color:#335c04;text-decoration:none}.services-section-list .faq{margin-top:56px}.services-section-list .have-questions{margin-top:40px}.blog-element .faq{margin-top:56px}.blog-element .have-questions{margin-top:40px}.catalog-section .faq{margin-top:56px}.catalog-section .have-questions{margin-top:40px}.catalog .faq{margin-top:56px}.catalog .have-questions{margin-top:40px}@media all and (-ms-high-contrast:none){.solution-card .list-item{display:block}.solution-card .list-item .text{text-align:left;width:100%}}@media screen and (max-width:991px),projection and (max-width:991px),tv and (max-width:991px),handheld and (max-width:991px){.header-mobile.up~.solution-page{padding-top:72px}.header-mobile.up~.partners-program-banner{margin-top:72px}}.partners-lk{margin-top:-56px}.partners-lk .blog-element .image{background-size:contain}.partners-lk .partners-office .iframe-block{overflow:hidden;position:relative;padding-bottom:54.25%;padding-top:30px;height:0}.partners-lk .partners-office .iframe-block>iframe{position:absolute;width:100%;height:100%;left:0;top:0}.partners-lk .to-main-page{display:none}.partners-lk .primary-text{color:#19191e}.partners-lk .primary-text a{color:#19191e}.partners-lk .primary-text a:hover{color:#5ba508}.partners-lk .tetriary-text{color:#4A4A4F}.partners-lk .quaternary-text{color:#6c6c71}.partners-lk .small-text{font-size:14px;line-height:157%}.partners-lk .partners-top-menu{display:flex;justify-content:space-between;padding:24px 0;margin-bottom:24px;border-bottom:1px solid #e1e1e6}.partners-lk .partners-top-menu .item{color:#323237;display:flex;flex-direction:column;align-items:center}@media (max-width:1270px){.partners-lk .partners-top-menu .item{font-size:13px}}.partners-lk .partners-top-menu .item:hover{color:#5ba508}.partners-lk .partners-top-menu .item:active,.partners-lk .partners-top-menu .item.active{color:#f1404b}.partners-lk .partners-top-menu .item .icon{width:24px;height:24px;background-repeat:no-repeat;margin-bottom:8px}.partners-lk .partners-banner{display:block}.partners-lk .partners-banner .banner-img{width:100%}.partners-lk .partners-banner .banner-img img{max-width:100%}.partners-lk .partners-conditions{display:flex;align-items:center;justify-content:space-between;margin:56px 0}.partners-lk .partners-conditions .side{width:calc(100% / 2 - 16px)}.partners-lk .partners-conditions .side.partner-name{font-style:normal;font-weight:500;font-size:32px;line-height:125%;margin:0}.partners-lk .partners-conditions .side.conditions-items{display:flex;align-items:flex-start;justify-content:flex-end}@media (max-width:480px){.partners-lk .partners-conditions .side.conditions-items{flex-wrap:wrap}}.partners-lk .partners-conditions .side.conditions-items .item{display:flex;flex-direction:column;min-width:135px;flex-shrink:0}.partners-lk .partners-conditions .side.conditions-items .item:not(:last-child){margin-right:32px;width:135px}@media (max-width:1270px){.partners-lk .partners-conditions .side.conditions-items .item:not(:last-child){margin-right:24px}}@media (max-width:991px){.partners-lk .partners-conditions .side.conditions-items .item:not(:last-child){margin-right:16px}}@media (max-width:480px){.partners-lk .partners-conditions .side.conditions-items .item:not(:last-child){width:calc(100% / 2 - 16px);margin-bottom:24px}}.partners-lk .partners-conditions .side.conditions-items .item .number{font-weight:500;font-size:24px;line-height:133%;color:#f1404b;white-space:nowrap}.partners-lk .partners-conditions .side.conditions-items .item .desc{font-size:14px;line-height:143%}.partners-lk .partners-conditions .side.conditions-items .item .partners-conditions-a{font-size:14px;line-height:143%}.partners-lk .partners-conditions .side.conditions-items .item .jQtooltip{position:relative;cursor:help;background:url('/bitrix/templates/prime_v2/less_compile/../images/icons/custom/tip.svg');background-repeat:no-repeat;margin-left:3px;width:16px;height:16px}.partners-lk .partners-conditions .side.conditions-items .item .jQtooltip.mini{display:inline-block;vertical-align:bottom;font-size:11px;line-height:13px;text-align:center;margin-left:2px;top:-2px}.partners-lk .partners-conditions .side.conditions-items .item .jQtooltip div{display:none;position:absolute;bottom:-1px;left:-1px;z-index:1000;width:190px;padding:8px 12px;text-align:left;font-size:12px;line-height:16px;color:#000;box-shadow:0 1px 3px #c4c4c4;border:1px solid #8f8f9d;background:#F8F8FA;border-radius:2px}@media (max-width:991px){.partners-lk .partners-conditions{flex-direction:column;margin:24px 0}.partners-lk .partners-conditions .side{width:100%}.partners-lk .partners-conditions .side.partner-name{margin-bottom:16px}.partners-lk .partners-conditions .side.conditions-items{justify-content:flex-start}}.partners-lk .parthers-sections{display:flex;justify-content:space-between;flex-wrap:wrap;min-height:208px}.partners-lk .parthers-sections .item{display:flex;flex-direction:column;justify-content:space-between;border-radius:4px;padding:24px 32px;width:calc(100% / 3 - 12px);margin-bottom:16px;min-height:208px;position:relative}@media (max-width:1270px){.partners-lk .parthers-sections .item{width:calc(100% / 2 - 8px)}}.partners-lk .parthers-sections .item:not(.solutions){background:#F8F8FA}.partners-lk .parthers-sections .item.solutions{background:linear-gradient(90deg, rgba(36,144,255,0.2) 0%, rgba(253,102,75,0.2) 47.4%, rgba(210,51,65,0.2) 100%),#f8f8fa}.partners-lk .parthers-sections .item.solutions .bottom{height:72px;width:100%;background-image:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/solutions-img.png');background-repeat:no-repeat;background-size:contain;background-position:bottom left}.partners-lk .parthers-sections .item .top{width:100%}.partners-lk .parthers-sections .item .top .title{margin-bottom:8px;margin-top:0;font-weight:500;font-size:24px;line-height:133%;background-repeat:no-repeat;background-position:right center;background-size:contain}.partners-lk .parthers-sections .item .top .title a{color:#19191e}.partners-lk .parthers-sections .item .top .title a:hover{color:#5ba508}.partners-lk .parthers-sections .item .top .subtitle{color:#6c6c71}.partners-lk .parthers-sections .item .bottom{display:flex;flex-direction:column}.partners-lk .parthers-sections .item .bottom .bottom-row:last-child:not(:only-child){margin-top:8px}.partners-lk .parthers-sections .item .bottom .bottom-row:last-child:not(:only-child).ticket{margin-top:16px}.partners-lk .parthers-sections .item .bottom .bottom-row.emoji{height:32px;width:32px;background-repeat:no-repeat;background-size:contain}.partners-lk .parthers-sections .item:first-child .bottom{flex-direction:row;justify-content:space-between;align-items:flex-end}.partners-lk .parthers-sections .item:first-child .bottom .left{display:flex;flex-direction:column}.partners-lk .parthers-sections .item:hover{background-color:#fff;background:unset;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.partners-lk .conditions-mobile-a{display:none;padding:8px 16px;border:1px solid #e1e1e6;border-radius:4px}.partners-lk .conditions-mobile-a .left{display:flex;flex-direction:column}.partners-lk .conditions-mobile-a .left .icon{width:24px;height:24px;margin-bottom:8px;background-image:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/partner.svg');background-repeat:no-repeat;background-size:contain}.partners-lk .conditions-mobile-a .left span{color:#19191e}.partners-lk .conditions-mobile-a .right{width:24px;height:24px;background-image:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/right-arrow.svg');background-repeat:no-repeat;background-size:contain}.partners-lk .profile-container{display:flex;justify-content:space-between}.partners-lk .profile-container .item{display:flex;flex-direction:column;width:calc(100% / 2 - 8px)}.partners-lk .profile-container .item h2{margin-bottom:12px}.partners-lk .profile-container .item .partner-id{margin-bottom:32px}.partners-lk .profile-container .item .bonus-container{padding:16px;background:#f8f8fa;margin-bottom:32px}.partners-lk .profile-container .item .bonus-container h3{padding:4px 0;margin:0 12px 12px 0;display:inline-block}.partners-lk .profile-container .item .bonus-container .bonus-sum{display:inline-block;padding:4px 12px;color:#fff;background-color:#f1404b;font-size:24px;line-height:133%;font-weight:500;border-radius:20px}.partners-lk .profile-container .item .bonus-container p{margin:0}.partners-lk .profile-container .item .partner-profile-form .block-label{margin-bottom:16px;display:block}.partners-lk .profile-container .item .partner-profile-form .form-block{margin-bottom:32px}.partners-lk .profile-container .item .partner-profile-form .form-block .form-row{margin:0;justify-content:space-between}.partners-lk .profile-container .item .partner-profile-form .form-block .form-row .form-group{width:calc(100% / 2 - 8px)}.partners-lk .profile-container .item .partner-profile-form .form-block .partner-phone{width:auto}.partners-lk .profile-container .item .partner-profile-form .form-block .partner-phone .form-control{width:200px}.partners-lk .profile-container .item.discount-container{padding-left:32px}.partners-lk .profile-container .item.discount-container .discount-group{padding-bottom:32px}.partners-lk .profile-container .item.discount-container .discount-group .title{margin-top:32px;margin-bottom:24px}.partners-lk .profile-container .item.discount-container .discount-group .title h3{margin:0 0 12px}.partners-lk .profile-container .item.discount-container .discount-group .items{display:flex;flex-direction:column}.partners-lk .profile-container .item.discount-container .discount-group .items .item{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:12px 16px;background-color:#f8f8fa;border-radius:4px}.partners-lk .profile-container .item.discount-container .discount-group .items .item:not(:last-child){margin-bottom:4px}.partners-lk .profile-container .item.discount-container .discount-group .items .item .desc{margin:0 12px 0 0;display:inline-block}.partners-lk .profile-container .item.discount-container .discount-group .items .item .percent{background-color:#e1e1e6;padding:4px 8px;border-radius:16px}.partners-lk .profile-container .item.discount-container .discount-group .items .item .percent span{font-weight:500;font-size:18px;line-height:133%;color:#19191e;opacity:0.4}.partners-lk .profile-container .item.discount-container .discount-group .items .item.active .quaternary-text{color:#19191e}.partners-lk .profile-container .item.discount-container .discount-group .items .item.active .percent{background-color:#5ba508}.partners-lk .profile-container .item.discount-container .discount-group .items .item.active .percent span{color:#fff;opacity:1}.partners-lk .profile-container .item.discount-container .discount-group .items.nextype .item.active{background-color:rgba(91,165,8,0.1)}.partners-lk .profile-container .item.discount-container .discount-group .items.bitrix .item{align-items:center}.partners-lk .profile-container .call-request{display:flex;justify-content:space-between;align-items:center;padding:16px;margin-top:24px;border:1px solid #e1e1e6}.partners-lk .profile-container .call-request p{margin:0 16px 0 0}.partners-lk .profile-container .call-request .btn{flex-shrink:0;white-space:nowrap}.partners-lk .profile-container .partner-container{display:flex;justify-content:space-between}.partners-lk .profile-container .partner-container .btn-download{height:40px}.partners-lk .ticket-list .col-auto:not(:first-child) .dropdown-selector.dropdown-selector-border.filled .bootstrap-select .dropdown .dropdown-menu{min-width:490px}.partners-lk .history-items{display:flex;flex-direction:column}.partners-lk .history-items .no-items{display:flex;align-items:center;background:#F8F8FA;border-radius:4px;width:100%;padding:25px 32px;margin-top:16px}.partners-lk .history-items .no-items .emoji{height:32px;width:32px;margin-right:10px;background-repeat:no-repeat;background-size:contain}@media (max-width:991px){.partners-lk .history-items .no-items{flex-direction:column;align-items:flex-start;margin-top:0}.partners-lk .history-items .no-items .emoji{margin-bottom:4px}}.partners-lk .history-items .item{padding:16px 24px;border-radius:4px;background-color:#f8f8fa;display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.partners-lk .history-items .item .item-name{display:flex;align-items:center;margin-right:16px}.partners-lk .history-items .item .item-name .item-img{width:80px;height:80px;margin-right:16px}.partners-lk .history-items .item .item-info{display:flex;flex-direction:column;align-items:flex-end}.partners-lk .history-items .item .item-info .sum{font-weight:500;white-space:nowrap}.partners-lk .solutions-container{display:flex;flex-wrap:wrap}.partners-lk .solutions-container .sites{padding-right:16px;width:100%}.partners-lk .solutions-container .modules{width:calc(100% / 2)}.partners-lk .solutions-container>div .solutions{display:flex;flex-wrap:wrap}.partners-lk .solutions-container>div .solutions .item{background-color:#f8f8fa;border-radius:4px;padding:16px;width:calc(100% / 2 - 16px);margin-bottom:16px;display:flex}.partners-lk .solutions-container>div .solutions .item .logo{width:64px;height:64px;margin-right:16px}.partners-lk .solutions-container>div .solutions .item .desc{display:flex;flex-direction:column}.partners-lk .solutions-container>div .solutions .item .desc span{display:block}.partners-lk .solutions-container>div .solutions .item .desc span.primary-text{font-weight:500;margin-bottom:4px}.partners-lk .solutions-container>div.sites .solutions .item{margin-right:16px}.partners-lk .solutions-container>div.modules{padding-left:16px}.partners-lk .solutions-container>div.modules .solutions .item{width:100%}.partners-lk .product-card .main-info{display:flex;width:100%;justify-content:space-between}.partners-lk .product-card .main-info .img-container{width:calc(60% - 16px);padding-top:32px;position:relative}.partners-lk .product-card .main-info .img-container .labels.top-left{position:absolute;z-index:10}.partners-lk .product-card .main-info .description{width:40%}.partners-lk .product-card .main-info .description h2{margin-bottom:32px}.partners-lk .product-card .main-info .description .short-desc{color:#6c6c71;margin-bottom:12px}.partners-lk .product-card .main-info .description .buttons{display:flex;margin-top:32px;margin-bottom:8px}.partners-lk .product-card .main-info .description .buttons .btn:not(:last-child){margin-right:8px}@media (max-width:1270px){.partners-lk .product-card .main-info .img-container{width:calc(50% - 8px)}.partners-lk .product-card .main-info .description{width:calc(50% - 8px)}}.partners-lk .product-card .section{padding-top:24px}.partners-lk .product-card .section.promo .promo-header{display:flex;align-items:center;justify-content:space-between}.partners-lk .product-card .section.promo .promo-items{display:flex;flex-wrap:wrap;border-top:1px solid #e1e1e6;border-left:1px solid #e1e1e6}.partners-lk .product-card .section.promo .promo-items .item{border-right:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6;position:relative;display:block;width:calc(100% / 6)}@media (max-width:1270px){.partners-lk .product-card .section.promo .promo-items .item{width:calc(100% / 4)}}.partners-lk .product-card .section.promo .promo-items .item::after{content:'';display:block;padding-top:100%}.partners-lk .product-card .section.promo .promo-items .item .item-content{position:absolute;top:0;left:0;width:100%;height:100%;padding:24px}.partners-lk .product-card .section.promo .promo-items .item .item-content a{height:100%;width:100%;display:block}.partners-lk .product-card .section.promo .promo-items .item .item-content a img{min-width:100%;max-width:100%;height:100%;object-fit:contain}.partners-lk .product-card .section.promo .promo-items .item .item-content a::before{content:'';display:block;width:calc(100% - 48px);height:calc(100% - 48px);background-color:#353545;position:absolute;opacity:0;transition:0.2s}.partners-lk .product-card .section.promo .promo-items .item .item-content a::after{content:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/download.svg');display:block;width:48px;height:48px;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);opacity:0;transition:0.2s}.partners-lk .product-card .section.promo .promo-items .item .item-content a:hover::before{opacity:0.7}.partners-lk .product-card .section.promo .promo-items .item .item-content a:hover::after{opacity:1}.partners-lk .product-card .section .doc-container{padding:40px;border:1px solid #e1e1e6;display:flex;align-items:center;margin-bottom:12px}.partners-lk .product-card .section .doc-container .icon{background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}.partners-lk .product-card .section .doc-container .icon.big{background-image:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/download-doc.svg');width:96px;height:96px;margin-right:24px}.partners-lk .product-card .section .doc-container .icon.small{width:48px;height:48px;background-image:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/download.svg');margin-left:auto}.partners-lk .product-card .section .doc-container .doc-desc{display:flex;flex-direction:column}.partners-lk .product-card .section .doc-container .doc-desc span{display:block}.partners-lk .product-card .section .doc-container .doc-desc span.name{margin-bottom:12px;font-weight:500;font-size:20px;line-height:140%}.partners-lk .product-card .section .doc-container:hover{border:1px solid #fff;box-shadow:0px 4px 32px rgba(0,0,0,0.1)}.partners-lk .product-card .section .nfr-container{margin-top:32px;padding:40px;background-color:#f8f8fa}.partners-lk .product-card .section .nfr-container h3{margin:0 0 16px}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters{padding-top:48px}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters .form-group.light{padding:0}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters .form-group.light:not(:last-child):not(:only-child){margin-right:16px}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters .form-group.light>label{height:auto;line-height:133%;transform:unset;position:absolute;top:-16px}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters.wide .form-group.light label{top:-40px}.partners-lk .product-card .section .nfr-container .nfr-form .buttons{display:flex}.partners-lk .product-card .section .nfr-container .nfr-form .buttons .btn{margin-left:auto}.partners-lk .product-card .section .nfr-items{margin-top:32px;display:flex;flex-wrap:wrap;justify-content:space-between;align-content:stretch}.partners-lk .product-card .section .nfr-items .item{padding:40px;background-color:#f8f8fa;border-radius:4px;width:calc(100% / 2 - 8px);display:flex;margin-bottom:16px}.partners-lk .product-card .section .nfr-items .item .number{background-color:#5ba508;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:16px;border-radius:20px;font-weight:500;font-size:24px;line-height:133%}.partners-lk .product-card .section .nfr-items .item .text *:last-child{margin-bottom:0}.partners-lk .product-card .section .nfr-items .item .text ul{list-style-type:disc;padding-left:24px}.partners-lk .product-card .section .nfr-items .item .text ul li{margin:0}.partners-lk .product-card .section .nfr-items .item .text ul li::after{content:none}.partners-lk .news-container{display:flex}.partners-lk .news-container .left-sidebar{width:296px;margin-right:40px;padding:12px 32px;border:1px solid #e1e1e6;flex-shrink:0;margin-bottom:auto}.partners-lk .news-container .left-sidebar .blog-menu{width:100%;display:flex;flex-direction:column;margin:0;padding:0}.partners-lk .news-container .left-sidebar .blog-menu .item{margin:0}.partners-lk .news-container .left-sidebar .blog-menu .item a{display:flex;justify-content:space-between;padding:8px 0}.partners-lk .news-container .left-sidebar .blog-menu .item a .link{color:#323237}.partners-lk .news-container .left-sidebar .blog-menu .item a:hover .link{color:#5ba508}.partners-lk .news-container .left-sidebar .blog-menu .item::after{content:none}.partners-lk .news-container .items-container{display:flex;flex-direction:column;flex-grow:1}.partners-lk .news-container .items-container .items{display:flex;flex-wrap:wrap;align-items:stretch}.partners-lk .news-container .items-container .items .item{width:calc(100% / 3 - 12px);border:1px solid #e1e1e6;margin-bottom:16px;display:flex;flex-direction:column}.partners-lk .news-container .items-container .items .item:not(:nth-child(3n+3)){margin-right:16px}.partners-lk .news-container .items-container .items .item .img{height:320px;width:100%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;background-position:center top}.partners-lk .news-container .items-container .items .item .info{padding:32px;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.partners-lk .news-container .items-container .items .item .info .title{margin-bottom:24px;font-weight:bold;font-size:18px;line-height:144%;color:#323237}.partners-lk .news-container .items-container .items .item .info .title:hover{color:#5ba508}@media (max-width:1270px){.partners-lk .news-container .items-container .items .item{width:calc(100% / 2 - 8px)}.partners-lk .news-container .items-container .items .item:not(:nth-child(3n+3)){margin-right:0}.partners-lk .news-container .items-container .items .item:not(:nth-child(2n+2)){margin-right:16px}}@media (max-width:991px){.partners-lk .partners-top-menu,.partners-lk .partners-banner{display:none}.partners-lk .to-main-page{display:flex;align-content:center;color:#323237;padding:16px 16px 16px 0;width:fit-content}.partners-lk .to-main-page::before{content:url('/bitrix/templates/prime_v2/less_compile/../../../../html/partner-lk/img/icons/left-arrow-mobile.svg');width:24px;height:24px;margin-right:8px}.partners-lk .conditions-mobile-a{display:flex;justify-content:space-between;align-items:center}.partners-lk .profile-container{flex-direction:column}.partners-lk .profile-container .item,.partners-lk .profile-container .item.discount-container{width:100%;padding-left:0}.partners-lk .ticket-list{margin-top:8px}.partners-lk .ticket-list .inputs>div .buttons a:not(:last-child){margin-bottom:16px}.partners-lk .solutions-container{flex-direction:column}.partners-lk .solutions-container>div .solutions .item{width:100%}.partners-lk .solutions-container>div.sites{width:100%;padding-right:0}.partners-lk .solutions-container>div.sites h2{margin-top:0}.partners-lk .solutions-container>div.sites .solutions .item{margin-right:0}.partners-lk .solutions-container>div.modules{width:100%;padding-left:0}.partners-lk .product-card .main-info{flex-direction:column}.partners-lk .product-card .main-info .img-container{width:100%;padding-top:0}.partners-lk .product-card .main-info .description{width:100%;padding-top:8px}.partners-lk .product-card .section.promo .promo-header{flex-direction:column;align-items:flex-start}.partners-lk .product-card .section.promo .promo-items{display:none}.partners-lk .product-card .section .nfr-items .item{width:100%}.partners-lk .news-container .left-sidebar{display:none}}@media (max-width:767px){.partners-lk .partners-conditions .side.partner-name{font-size:24px}.partners-lk .partners-conditions .side.conditions-items .item .number{font-size:20px}.partners-lk .partners-conditions .side.conditions-items .item .desc,.partners-lk .partners-conditions .side.conditions-items .item .partners-conditions-a{font-size:12px}.partners-lk .parthers-sections .item{width:100%;padding:16px}.partners-lk .product-card .main-info .description h2{margin-bottom:24px}.partners-lk .product-card .main-info .description .buttons{margin-top:24px}.partners-lk .product-card .section{padding-top:8px}.partners-lk .product-card .section .doc-container{padding:16px}.partners-lk .product-card .section .doc-container .icon.big{display:none}.partners-lk .product-card .section .nfr-container{margin-top:24px;padding:16px}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters{flex-direction:column}.partners-lk .product-card .section .nfr-container .nfr-form .no-gutters:not(.wide) .form-group.light{margin-bottom:40px}.partners-lk .product-card .section .nfr-items .item{padding:16px}}@media (max-width:575px){.partners-lk{margin-top:-24px}.partners-lk .parthers-sections .item{margin-bottom:8px;min-height:unset}.partners-lk .parthers-sections .item .top{margin-bottom:16px}.partners-lk .parthers-sections .item .top .title{font-size:16px;margin-bottom:4px}.partners-lk .parthers-sections .item .top .subtitle{font-size:14px}.partners-lk .parthers-sections .item .bottom .bottom-row span{font-size:14px}.partners-lk .parthers-sections .item .bottom .bottom-row:last-child:not(:only-child){margin-top:4px}.partners-lk .parthers-sections .item .bottom .right a{font-size:14px}.partners-lk .history-items .item{flex-direction:column;align-items:flex-start;padding:16px}.partners-lk .history-items .item .item-name{margin-right:0;margin-bottom:8px}.partners-lk .history-items .item .item-name .item-img{width:48px;height:48px}.partners-lk .history-items .item .item-info{align-items:flex-start;margin-left:64px}.partners-lk .conditions-mobile-a .left span{font-size:13px}.partners-lk .profile-container .item h2{margin-top:0}.partners-lk .profile-container .item .bonus-container{margin-bottom:24px}.partners-lk .profile-container .item .bonus-container .bonus-header{display:flex;flex-direction:column;margin-bottom:12px}.partners-lk .profile-container .item .bonus-container .bonus-header h3{margin-bottom:4px}.partners-lk .profile-container .item .bonus-container .bonus-header .bonus-sum{margin-right:auto;font-size:20px}.partners-lk .profile-container .call-request{flex-direction:column;align-items:flex-start}.partners-lk .profile-container .call-request p{margin:0 0 16px 0}.partners-lk .news-container .items-container .items .item{width:100%}.partners-lk .news-container .items-container .items .item:not(:nth-child(2n+2)){margin-right:0}.partners-lk .news-container .items-container .items .item .img{height:90vw}.partners-lk .news-container .items-container .items .item .info{padding:16px}}.header-mobile .logo a{display:block;width:100%}.header-mobile .logo svg,.header-mobile .logo img{width:100%;object-fit:contain}.partners .list .item::after{content:none}@media (max-width:1280px){.solution-page .content-wrapper .item-card>.row>.col.left-block-wrap{width:100%;max-width:100%}}.form-group.form-check:not(.toogle-check) .form-check-input:checked+.form-check-label::before{content:"\eb34"}@media (max-width:375px){.header-mobile .logo svg,.header-mobile .logo img{max-width:100px}}.authorization .wrap .form-check .remember-me-label,.registration .wrap .form-check .remember-me-label,.reset-password .wrap .form-check .remember-me-label{margin-left:0}@media (max-width:480px){.authorization .wrap .form-group.form-check,.registration .wrap .form-group.form-check,.reset-password .wrap .form-group.form-check{width:100%}.authorization .wrap .btn-submit,.registration .wrap .btn-submit,.reset-password .wrap .btn-submit{margin-left:0;margin-top:20px}}body.inner-page .wrapper-container .mobile-apps-h2{font-size:26px;font-weight:500;line-height:32px}@media (max-width:1023px){body.inner-page .wrapper-container .mobile-apps-h2{font-size:24px}}body.inner-page .wrapper-container .mobile-apps-h3,body.inner-page .wrapper-container h3.mobile-apps-h3{font-size:24px;font-weight:500;line-height:32px;margin-top:0}body.inner-page .wrapper-container .tariffs-table-new-title .mobile-apps-h3{margin-bottom:0}.mobile-apps-desc{box-sizing:border-box;margin-bottom:80px}.mobile-apps-desc.detail{margin-bottom:0}@media (max-width:1023px){.mobile-apps-desc{margin-bottom:0}}.mobile-apps-desc .blue-gradient{margin-top:32px;margin-bottom:40px;padding:48px 40px;display:flex;background:linear-gradient(105deg, #eaf8ff 46.16%, #d2f1ff 93.22%)}.mobile-apps-desc .blue-gradient .blue-gradient-top-row{display:flex;margin-bottom:40px}@media (max-width:1023px){.mobile-apps-desc .blue-gradient .blue-gradient-top-row{flex-direction:column}}.mobile-apps-desc .blue-gradient:not(.logo-bg){flex-direction:column;margin-bottom:64px}@media (max-width:900px){.mobile-apps-desc .blue-gradient:not(.logo-bg){margin-bottom:40px}}.mobile-apps-desc .blue-gradient:not(.logo-bg) .mobile-apps-h4{margin-bottom:32px;margin-top:0}.mobile-apps-desc .blue-gradient.logo-bg{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/logo-bg.svg') right bottom no-repeat,linear-gradient(105deg, #eaf8ff 46.16%, #d2f1ff 93.22%);padding:64px 70px 0 40px;margin-top:40px;margin-bottom:48px;display:flex;align-items:flex-end;background-size:cover}.mobile-apps-desc .blue-gradient .business-types{display:flex}.mobile-apps-desc .blue-gradient .business-types .item{width:43%;display:flex}.mobile-apps-desc .blue-gradient .business-types .item:first-child{margin-right:24px}.mobile-apps-desc .blue-gradient .business-types .item:first-child .icon{width:80px;height:80px}.mobile-apps-desc .blue-gradient .business-types .item .icon{margin-right:24px;width:98px;height:98px;background-position:center;background-repeat:no-repeat;background-size:contain;flex-shrink:0}.mobile-apps-desc .blue-gradient .business-types .item .text{display:flex;flex-direction:column}.mobile-apps-desc .blue-gradient .business-types .item .text span{display:block}.mobile-apps-desc .blue-gradient .business-types .item .text span:nth-child(1){color:#19191E;font-size:18px;font-weight:500;line-height:26px;margin-bottom:4px}.mobile-apps-desc .blue-gradient .business-types .item .text span:nth-child(2){color:#323237;font-size:16px;line-height:22px;margin-bottom:4px}.mobile-apps-desc .blue-gradient .business-types .item .text span:nth-child(3){color:#6C6C71;font-size:14px;line-height:20px}@media (max-width:900px){.mobile-apps-desc .blue-gradient .business-types .item .text span:nth-child(1){font-size:16px}}@media (max-width:900px){.mobile-apps-desc .blue-gradient .business-types{flex-direction:column;margin-bottom:0}.mobile-apps-desc .blue-gradient .business-types .item{width:100%;padding:0;margin-bottom:32px}.mobile-apps-desc .blue-gradient .business-types .item:first-child{margin-right:0}.mobile-apps-desc .blue-gradient .business-types .item .icon,.mobile-apps-desc .blue-gradient .business-types .item:first-child .icon{width:64px;height:64px}}.mobile-apps-desc .blue-gradient .react-logo{width:140px;height:140px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/react-logo.png') center no-repeat;box-shadow:0px 12px 35px 0px rgba(41,154,185,0.23);border-radius:22px;margin-right:40px;flex-shrink:0;background-size:contain}.mobile-apps-desc .blue-gradient .blue-gradient-col{display:flex;flex-direction:column}.mobile-apps-desc .blue-gradient .blue-gradient-col .text{font-size:18px;line-height:29px}.mobile-apps-desc .blue-gradient .blue-gradient-col p:last-of-type{margin-bottom:0}.mobile-apps-desc .blue-gradient .blue-gradient-col .socials{display:flex;margin-top:32px}.mobile-apps-desc .blue-gradient .blue-gradient-col .socials .icon{width:40px;height:40px;box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1)}.mobile-apps-desc .blue-gradient .blue-gradient-col .socials .icon:not(:last-child){margin-right:12px}.mobile-apps-desc .blue-gradient .advantages-list{display:flex;flex-direction:column;margin-bottom:64px;list-style-type:none;padding:0}.mobile-apps-desc .blue-gradient .advantages-list li{padding:16px;display:flex;margin:0}.mobile-apps-desc .blue-gradient .advantages-list li::after{content:none}.mobile-apps-desc .blue-gradient .advantages-list li .icon{flex-shrink:0;margin-right:16px;width:48px;height:48px}@media (max-width:1023px){.mobile-apps-desc .blue-gradient{flex-direction:column;padding:24px 16px}.mobile-apps-desc .blue-gradient.logo-bg{padding:16px 16px 0;margin-top:24px;margin-bottom:40px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/logo-bg-mobile.svg') right bottom no-repeat,linear-gradient(105deg, #eaf8ff 46.16%, #d2f1ff 93.22%);background-size:cover}.mobile-apps-desc .blue-gradient.logo-bg .advantages-list{margin-bottom:24px}.mobile-apps-desc .blue-gradient.logo-bg .advantages-list li{padding:16px 0}.mobile-apps-desc .blue-gradient.logo-bg img{margin:auto}.mobile-apps-desc .blue-gradient .react-logo{width:80px;height:80px;margin-bottom:24px;border-radius:16px}}@media (max-width:480px){.mobile-apps-desc .blue-gradient{padding:24px 16px 12px}.mobile-apps-desc .blue-gradient .blue-gradient-col .text{font-size:16px;line-height:24px}.mobile-apps-desc .blue-gradient .blue-gradient-col .socials{margin-top:24px;flex-wrap:wrap}.mobile-apps-desc .blue-gradient .blue-gradient-col .socials .icon{margin-bottom:12px}.mobile-apps-desc .blue-gradient.logo-bg img{width:260px}}.mobile-apps-desc .tiles-on-grey{display:flex;margin-top:24px;background:#F8F8FA;padding:40px;flex-wrap:wrap;justify-content:space-between;margin-bottom:48px}.mobile-apps-desc .tiles-on-grey .item{display:flex;flex-direction:column;padding:34px 20px;width:calc(50% - 12px);background:#fff;align-items:center;text-align:center;box-shadow:4px 2px 24px 0px rgba(152,152,184,0.15);border-radius:8px}.mobile-apps-desc .tiles-on-grey .item:first-child,.mobile-apps-desc .tiles-on-grey .item:nth-child(2){margin-bottom:24px}.mobile-apps-desc .tiles-on-grey .item .text{max-width:256px}.mobile-apps-desc .tiles-on-grey .item .icon{width:64px;height:64px;flex-shrink:0;margin-bottom:16px;background-position:center;background-repeat:no-repeat}@media (max-width:900px){.mobile-apps-desc .tiles-on-grey{padding:24px 24px 0;flex-direction:column;margin-bottom:40px}.mobile-apps-desc .tiles-on-grey .item{width:100%}.mobile-apps-desc .tiles-on-grey .item:nth-child(3){margin-bottom:24px}}.mobile-apps-desc .tiles-on-grey .three-tiles{display:flex;padding:64px 24px 0;width:100%}.mobile-apps-desc .tiles-on-grey .three-tiles .item{display:flex;flex-direction:column;padding:0;width:calc((100% - 32px) / 3);background:#F8F8FA;text-align:left;align-items:flex-start;box-shadow:none}.mobile-apps-desc .tiles-on-grey .three-tiles .item:first-child,.mobile-apps-desc .tiles-on-grey .three-tiles .item:nth-child(2){margin-bottom:0}.mobile-apps-desc .tiles-on-grey .three-tiles .item:not(:last-child){margin-right:16px}.mobile-apps-desc .tiles-on-grey .three-tiles .item .icon{width:64px;height:64px;margin-bottom:16px}.mobile-apps-desc .tiles-on-grey .three-tiles .item .text{max-width:250px}@media (max-width:900px){.mobile-apps-desc .tiles-on-grey .three-tiles{flex-direction:column;padding:24px 0 0}.mobile-apps-desc .tiles-on-grey .three-tiles .item{width:100%;background:#FFF;box-shadow:4px 2px 24px 0px rgba(152,152,184,0.15);border-radius:8px;text-align:center;align-items:center;padding:34px 20px}.mobile-apps-desc .tiles-on-grey .three-tiles .item:not(:last-child){margin-right:0;margin-bottom:24px}}.mobile-apps-desc .react-native-block{border:1px solid #e1e1e6;padding:40px;margin-top:32px;margin-bottom:48px}.mobile-apps-desc .react-native-block .top,.mobile-apps-desc .react-native-block .bottom{display:flex}.mobile-apps-desc .react-native-block .top{margin-bottom:50px}.mobile-apps-desc .react-native-block .top img{margin-right:40px;flex-shrink:0;width:114px;height:120px}.mobile-apps-desc .react-native-block .bottom .item{display:flex;flex-direction:column;width:calc(100% / 3 - 24px)}.mobile-apps-desc .react-native-block .bottom .item:not(:last-child){margin-right:32px}.mobile-apps-desc .react-native-block .bottom .item .icon{width:64px;height:64px;margin-bottom:16px}@media (max-width:900px){.mobile-apps-desc .react-native-block{padding:24px 16px;margin-bottom:40px;margin-top:24px}.mobile-apps-desc .react-native-block .top,.mobile-apps-desc .react-native-block .bottom{display:flex;flex-direction:column}.mobile-apps-desc .react-native-block .bottom .item{width:100%}.mobile-apps-desc .react-native-block .bottom .item:not(:last-child){margin-right:0;margin-bottom:32px}.mobile-apps-desc .react-native-block .top{margin-bottom:40px}.mobile-apps-desc .react-native-block .top img{margin-bottom:24px}}.mobile-apps-desc .big-grey-block{display:flex;background:#F8F8FA;padding:64px 14px 0 40px;align-items:flex-end}.mobile-apps-desc .big-grey-block .big-grey-block-text{display:flex;flex-direction:column;padding:0 72px 64px 0}.mobile-apps-desc .big-grey-block .big-grey-block-text li{padding-left:48px;margin:0;min-height:32px}.mobile-apps-desc .big-grey-block .big-grey-block-text li::after{content:none}.mobile-apps-desc .big-grey-block .big-grey-block-text li::before{content:'';position:absolute;width:32px;height:32px;left:0;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/checked-icon.svg')}.mobile-apps-desc .big-grey-block .big-grey-block-text li:not(:last-child){margin-bottom:16px}.mobile-apps-desc .big-grey-block img{flex-shrink:0}.mobile-apps-desc .big-grey-block.mobius{margin-bottom:64px;margin-top:40px;padding-top:40px;padding-right:40px}.mobile-apps-desc .big-grey-block.mobius .big-grey-block-text{padding-right:104px}@media (max-width:900px){.mobile-apps-desc .big-grey-block.mobius{padding-right:16px;padding-top:24px}.mobile-apps-desc .big-grey-block.mobius .big-grey-block-text{padding-right:0}}@media (max-width:900px){.mobile-apps-desc .big-grey-block{padding:24px 16px 0;flex-direction:column;align-items:flex-start}.mobile-apps-desc .big-grey-block .big-grey-block-text{padding:0 0 40px}.mobile-apps-desc .big-grey-block img{margin:auto;max-width:100%}}.mobile-apps-desc .technologies-mobiusapp{display:flex;margin-top:40px;padding-bottom:16px;margin-bottom:48px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-right{display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item{flex-shrink:0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item.technologies-mobiusapp-module{display:flex}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item.technologies-mobiusapp-bx{width:290px;display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api{flex-shrink:0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg{border-radius:2px;background:#F8F8FA;display:flex;flex-direction:column;padding:24px;position:relative;box-sizing:border-box;width:290px;height:322px;flex-shrink:0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-img{display:block;width:80px;height:80px;background-repeat:no-repeat;background-position:center}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-label{display:flex;align-items:center;position:absolute;top:16px;right:16px;background:#fff;padding:4px 6px 4px 4px;width:93px;box-sizing:border-box;color:#323237;font-size:12px;line-height:14px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-label::before{content:'';flex-shrink:0;width:24px;height:24px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/crown-icon.svg') center no-repeat;margin-right:6px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-label.bottom{position:static;width:fit-content;color:#6C6C71;font-size:14px;line-height:20px;border-radius:80px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-label.bottom::before{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/gear-icon.svg') center no-repeat;margin-right:8px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-text{margin-top:auto;display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-title{display:block;margin-bottom:6px;color:#F1404B;font-size:22px;font-weight:600;line-height:28px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-grey-bg .technologies-mobiusapp-grey-bg-desc{color:#323237;font-size:14px;line-height:22px;margin-bottom:16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services{display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item:not(:last-child){margin-bottom:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-title{display:flex;align-items:center;color:#19191E;font-size:18px;font-weight:500;line-height:26px;margin-bottom:12px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-title::before{content:'';width:32px;height:32px;flex-shrink:0;margin-right:12px;background-position:center;background-repeat:no-repeat}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-title.onesignal::before{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/onesignal-icon.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-title.sms::before{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/sms-icon.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-text{color:#6C6C71;font-size:14px;line-height:22px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-services .item .item-text .black-text{color:#323237}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations{margin-top:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item{display:flex;color:#323237;font-size:16px;line-height:24px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item:not(:last-child){margin-bottom:16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item .icon{width:24px;height:24px;margin-right:12px;flex-shrink:0;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item .icon.accounting-system{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/cms-bitrix.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item .icon.payment-system{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/payment-icon.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-bx-integrations .item .icon.delivery{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/delivery-icon.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api{flex-shrink:0;display:flex;flex-direction:column;align-items:center;color:#6C6C71;text-align:center;font-size:12px;line-height:16px;width:70px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api::before{content:'';flex-shrink:0;width:18px;height:18px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/api-arrows-icon.svg') center no-repeat;margin-bottom:8px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.bx-module{margin-top:40px;margin-left:12px;margin-right:12px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.module-services{margin-top:40px;margin-left:16px;margin-right:16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.app-maps{flex-direction:row;margin:32px auto;width:100px;text-align:left}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.app-maps::before{transform:rotate(90deg);margin-bottom:0;margin-right:12px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list{display:flex;align-items:center;margin:40px 0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-api{margin:auto 24px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-api::before{transform:rotate(90deg)}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-data-list-items{display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-data-list-items .item{display:flex;font-size:14px;line-height:20px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-data-list-items .item:not(:last-child){margin-bottom:4px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-data-list .technologies-mobiusapp-data-list-items .item::before{content:'';width:4px;height:4px;background:#F1404B;flex-shrink:0;margin-right:8px;margin-top:10px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block{display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-bg{background:#F8F8FA;padding:30px 34px 0 39px;display:flex;width:100%}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-bg img{width:189px;margin-top:auto}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-text{display:flex;flex-direction:column;padding-left:28px;padding-top:8px;align-items:flex-start;padding-bottom:40px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-title{display:flex;align-items:center;color:#F1404B;font-size:22px;font-weight:600;line-height:28px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-title::before{content:'';width:48px;height:48px;flex-shrink:0;margin-right:12px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-logo.png') center no-repeat;background-size:contain}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-desc{color:#323237;font-size:14px;line-height:22px;max-width:300px;padding:16px 0;margin-bottom:0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-label{background:#fff;padding:4px 6px 4px 4px;border-radius:80px;box-sizing:border-box;color:#6C6C71;font-size:14px;line-height:20px;display:flex;align-items:center}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-label::before{content:'';width:24px;height:24px;flex-shrink:0;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/gear-icon.svg') center no-repeat;margin-right:8px;display:inline-block}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row{display:flex;width:100%}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item{width:calc(50% - 16px);display:flex;flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item:first-child{margin-right:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item .item-title{display:flex;align-items:center;color:#19191E;font-size:18px;font-weight:500;line-height:26px;margin-bottom:12px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item .item-title::before{content:'';flex-shrink:0;background-position:center;margin-right:12px;background-repeat:no-repeat;width:32px;height:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item .item-title.dadata::before{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/dadata-logo.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item .item-title.yamaps::before{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/maps-pin.svg')}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item .item-desc{color:#6C6C71;font-size:14px;line-height:22px}@media (max-width:1024px){.mobile-apps-desc .technologies-mobiusapp{flex-direction:column}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item{height:fit-content}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item .technologies-mobiusapp-grey-bg{height:fit-content}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item .technologies-mobiusapp-grey-bg-text{margin-top:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item.technologies-mobiusapp-bx{width:100%}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-item.technologies-mobiusapp-bx .technologies-mobiusapp-grey-bg{width:100%}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.bx-module{margin:40px auto}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.bx-module::before{transform:rotate(90deg)}}@media (max-width:767px){.mobile-apps-desc .technologies-mobiusapp{margin-bottom:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-right .technologies-mobiusapp-item .technologies-mobiusapp-grey-bg{max-width:82vw;width:323px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-right .technologies-mobiusapp-item.technologies-mobiusapp-module{overflow:auto;margin-right:-16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-right .technologies-mobiusapp-services{width:294px;flex-shrink:0;padding-right:16px;box-sizing:border-box}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block{flex-direction:row;overflow:auto;margin-right:-16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-bg{flex-direction:column-reverse;max-width:82vw;width:323px;flex-shrink:0;padding:24px 24px 0 24px;background:linear-gradient(180deg, #f8f8fa 59.83%, #7bceb8 103.33%)}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-bg img{width:85%;margin:auto}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-text{padding-left:0;padding-top:0}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-text .technologies-mobiusapp-app-block-grey-title{flex-direction:column;align-items:flex-start}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-text .technologies-mobiusapp-app-block-grey-title::before{width:80px;height:80px;margin-bottom:32px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-app-block .technologies-mobiusapp-app-block-grey-text .technologies-mobiusapp-app-block-desc{padding-top:6px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.app-maps{flex-direction:column;margin-top:40px;margin-left:16px;margin-right:16px;text-align:center;width:70px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-api.app-maps::before{transform:unset;margin-right:0;margin-bottom:8px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row{flex-direction:column;width:179px;flex-shrink:0;box-sizing:border-box;padding-right:16px}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item{width:100%}.mobile-apps-desc .technologies-mobiusapp .technologies-mobiusapp-maps-row .item:first-child{margin-right:0;margin-bottom:32px}}.mobile-apps-desc .mobiusapp-demo-block{padding:40px 60px 40px 80px;display:flex;align-items:center;background:linear-gradient(285deg, #e1e1e6 -114.14%, #f8f8fa 26.94%, #e1e1e6 101.15%),linear-gradient(104deg, #f1ffe0 10.45%, #d4f1ff 103.15%)}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img{margin-right:80px;height:400px;width:237px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-demo-bg.png') center no-repeat;background-size:contain;flex-shrink:0}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img .mobiusapp-demo-block-stores{display:none}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text{display:flex;flex-direction:column;width:calc(100% - 317px)}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:32px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-left{display:flex;align-items:center}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-left::before{content:'';width:64px;height:64px;flex-shrink:0;margin-right:16px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-logo.png') center no-repeat;background-size:contain}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-left .mobiusapp-demo-block-text-title-col{display:flex;flex-direction:column}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-left .mobiusapp-demo-block-text-title-col .mobiusapp-demo-block-text-title-bold{display:block;color:#19191E;font-size:30px;font-weight:600;line-height:100%;margin-bottom:10px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-left .mobiusapp-demo-block-text-title-col .mobiusapp-demo-block-text-title-sub{color:#6C6C71;font-size:14px;line-height:100%;letter-spacing:0.98px;text-transform:uppercase}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-right{display:flex;flex-direction:column;align-items:center}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-right .mobiusapp-demo-block-title-right-text{color:#6C6C71;font-size:12px;font-weight:400;line-height:20px;letter-spacing:0.96px;text-transform:uppercase;display:block;margin-bottom:4px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-stores{display:flex;align-items:flex-end}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-stores .mobiusapp-demo-block-stores-apple{width:32px;height:32px;margin-right:4px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/apple-icon-grey.svg') center no-repeat;background-size:contain}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-stores .mobiusapp-demo-block-stores-google{width:30px;height:30px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/google-icon-grey.svg') center no-repeat;background-size:contain}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-desc{color:#19191E;font-size:16px;line-height:24px;max-width:487px;margin-bottom:32px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-qr{display:flex;align-items:center}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-qr .mobiusapp-demo-block-qr-img{background-color:#fff;border-radius:16px;box-shadow:0px 6px 32px 0px rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobius-qr-code.jpg');width:126px;height:126px;background-size:110px;background-repeat:no-repeat;background-position:center;margin-right:24px;flex-shrink:0}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-qr .mobiusapp-demo-block-qr-text{color:#19191E;font-size:14px;line-height:20px;width:255px}@media (max-width:900px){.mobile-apps-desc .mobiusapp-demo-block{flex-direction:column-reverse;align-items:flex-start;padding:24px 24px 0;position:relative;background:linear-gradient(161deg, #f8f8fa 13.69%, #e1e1e6 106.64%)}.mobile-apps-desc .mobiusapp-demo-block::after{content:'';background:linear-gradient(180deg, rgba(248,248,250,0) 0%, #f8f8fa 100%);position:absolute;bottom:-1px;left:0;width:100%;height:74px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-qr,.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title .mobiusapp-demo-block-text-title-right{display:none}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text .mobiusapp-demo-block-text-title{margin-bottom:25px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img{margin-right:0;height:237px;width:100%;background-position:center top;background-size:237px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:19px}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img .mobiusapp-demo-block-stores{display:flex;flex-direction:row-reverse;z-index:10}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img .mobiusapp-demo-block-stores .mobiusapp-demo-block-stores-apple{width:123px;height:40px;margin-right:0;margin-left:8px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/apple-icon-grey-big.svg') center no-repeat}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-img .mobiusapp-demo-block-stores .mobiusapp-demo-block-stores-google{width:123px;height:40px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/google-icon-grey-big.svg') center no-repeat}.mobile-apps-desc .mobiusapp-demo-block .mobiusapp-demo-block-text{width:100%}}.app-detail-title{color:#000;font-size:32px;font-weight:500;line-height:40px;margin-bottom:24px;margin-top:0}@media (max-width:767px){.app-detail-title{font-size:24px;line-height:32px;color:#19191E}}.app-detail-4-cards-on-green{display:flex;flex-wrap:wrap;padding:40px 40px 16px;background:#F1FFE0;margin-bottom:40px}.app-detail-4-cards-on-green .item{margin-bottom:24px;padding:24px;background:#fff;box-shadow:-3px 4px 24px 0px rgba(134,178,139,0.2);border-radius:8px;width:calc(50% - 12px);display:flex;flex-direction:column;text-align:center;align-items:center}.app-detail-4-cards-on-green .item:nth-child(odd){margin-right:24px}.app-detail-4-cards-on-green .item .icon{width:80px;height:80px;margin-bottom:24px}.app-detail-4-cards-on-green .item p{margin-bottom:16px}@media (max-width:767px){.app-detail-4-cards-on-green{padding:24px 24px 0;flex-direction:column}.app-detail-4-cards-on-green .item{width:100%}.app-detail-4-cards-on-green .item:nth-child(2n+1){margin-right:0}.app-detail-4-cards-on-green .item p{margin-bottom:0}}.app-detail-3-cards-row{display:flex;margin:36px 0}.app-detail-3-cards-row .item{border-radius:8px;background:#FFF;box-shadow:4px 2px 24px 0px rgba(0,0,0,0.1);width:calc(100% / 3 - 12px);padding:32px 24px 0;display:flex;flex-direction:column}.app-detail-3-cards-row .item:not(:last-child){margin-right:16px}.app-detail-3-cards-row .item .icon{width:64px;height:64px;margin-bottom:32px}.app-detail-3-cards-row .item .item-title{display:block;font-size:22px;font-weight:600;line-height:30px;margin-bottom:10px;height:48px}.app-detail-3-cards-row .item .stages-list{list-style-type:none;padding:0}.app-detail-3-cards-row .item .stages-list .stage{display:flex;padding-bottom:32px;margin:0}.app-detail-3-cards-row .item .stages-list .stage:not(:last-child){background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/pink-dot-bg.svg');background-repeat:repeat-y;background-position:left 13px top 2px}.app-detail-3-cards-row .item .stages-list .stage::after{content:none}.app-detail-3-cards-row .item .stages-list .stage .num{display:flex;width:28px;height:28px;flex-direction:column;justify-content:center;align-items:center;border-radius:32px;background:#F1404B;color:#fff;flex-shrink:0;margin-right:12px;font-size:18px;font-weight:600;line-height:26px}.app-detail-3-cards-row .item .stages-list .stage .stage-text{display:flex;flex-direction:column}.app-detail-3-cards-row .item .stages-list .stage .stage-item-title{color:#19191E;font-size:16px;font-weight:400;line-height:24px;margin-bottom:5px}.app-detail-3-cards-row .item .stages-list .stage .stage-item-desc{color:#6C6C71;font-size:12px;line-height:18px;margin:0 0 -8px}@media (max-width:991px){.app-detail-3-cards-row{flex-direction:column;margin-bottom:28px}.app-detail-3-cards-row .item{width:100%}.app-detail-3-cards-row .item:not(:last-child){margin-right:0;margin-bottom:16px}}@media (max-width:767px){.app-detail-3-cards-row .item{padding-top:24px}.app-detail-3-cards-row .item .icon{margin-bottom:16px}.app-detail-3-cards-row .item .item-title{margin-bottom:0;font-size:20px;line-height:26px}}.app-detail-3-cards-row.tech-support .item{border-radius:0;box-shadow:none;padding:0 0 24px;width:100%}.app-detail-3-cards-row.tech-support .item .stages-list{display:flex}.app-detail-3-cards-row.tech-support .item .stages-list .stage{flex-direction:column;width:25%;padding-right:24px;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/services/pink-dot-bg-horizontal.svg');background-repeat:repeat-x;background-position:left top 12px}.app-detail-3-cards-row.tech-support .item .stages-list .stage .num{margin-bottom:12px}.app-detail-3-cards-row.tech-support .item .stages-list .stage .stage-item-desc{color:#19191e;font-size:14px;line-height:22px}@media (max-width:767px){.app-detail-3-cards-row.tech-support .item .stages-list{flex-direction:column}.app-detail-3-cards-row.tech-support .item .stages-list .stage{width:100%;background-image:none}}.app-detail-footnote{display:block;padding-left:32px;margin-bottom:40px;color:#6C6C71;font-size:13px;line-height:20px}@media (max-width:991px){.app-detail-footnote{padding-left:0;font-size:12px;line-height:16px}}.app-detail-logo-bg{border-bottom:1px solid #eaeaea;background:#F8F8FA;padding:50px 85px 0 60px;margin-top:32px;display:flex;justify-content:space-between;background-size:cover}.app-detail-logo-bg .text-col{display:flex;flex-direction:column;padding-bottom:60px;max-width:450px}.app-detail-logo-bg .text-col .title{font-weight:600;line-height:30px;margin-bottom:32px;font-size:22px}.app-detail-logo-bg .text-col .app-detail-list{padding-left:28px}.app-detail-logo-bg .text-col .app-detail-list li::after{left:-28px}@media (max-width:991px){.app-detail-logo-bg{padding:24px 24px 0 24px}}@media (max-width:767px){.app-detail-logo-bg{flex-direction:column;padding:24px 16px 0;margin-top:24px}.app-detail-logo-bg .text-col{padding-bottom:28px;max-width:100%}.app-detail-logo-bg .text-col .title{margin-bottom:24px;font-size:18px;line-height:26px}}.app-detail-grey-docs-etc{padding:60px;background:#F8F8FA}@media (max-width:991px){.app-detail-grey-docs-etc{padding:40px 24px 24px}}.blog-element .services-element .service-detail-content .app-detail-logo-bg-img{width:260px;margin-top:auto}@media (max-width:767px){.blog-element .services-element .service-detail-content .app-detail-logo-bg-img{width:220px;margin:auto}}.service-detail-content ul.app-detail-list li{color:#323237;margin-top:0}.service-detail-content ul.app-detail-list li:not(:last-child){margin-bottom:24px}@media (max-width:767px){.service-detail-content ul.app-detail-list li:not(:last-child){margin-bottom:16px}}.service-detail-content ul.app-detail-list li::after{border-bottom:1px solid #f1404b}.content-wrapper .app-detail-title-small{color:#19191E;font-size:22px;font-weight:600;line-height:30px;margin-bottom:32px;margin-top:0}@media (max-width:767px){.content-wrapper .app-detail-title-small{margin-bottom:16px}.content-wrapper .app-detail-title-small.mob-small{font-size:18px;line-height:26px}}.app-detail-2-cards-grey{display:flex;margin-bottom:48px}.app-detail-2-cards-grey .item{width:calc(50% - 8px);padding:24px;display:flex;flex-direction:column;background:#FFF}.app-detail-2-cards-grey .item:not(:last-child){margin-right:16px}.app-detail-2-cards-grey .item .icon{width:64px;height:64px;margin-bottom:16px}.app-detail-2-cards-grey .item .text{margin-bottom:0}@media (max-width:767px){.app-detail-2-cards-grey{flex-direction:column}.app-detail-2-cards-grey .item{width:100%;padding:24px 16px}.app-detail-2-cards-grey .item:not(:last-child){margin-right:0;margin-bottom:16px}}.app-detail-3-cards-small{display:flex}.app-detail-3-cards-small .item{display:flex;flex-direction:column;width:33.3%;padding:16px 24px 0}.app-detail-3-cards-small .item .icon{width:48px;height:48px;margin-bottom:16px}.app-detail-3-cards-small .item .text{margin-bottom:0}@media (max-width:991px){.app-detail-3-cards-small{flex-direction:column}.app-detail-3-cards-small .item{width:100%;padding:16px 0}.app-detail-3-cards-small .item:not(:last-child){margin-right:0;margin-bottom:16px}}.app-detail-form-call{margin:40px 0;display:flex;justify-content:space-between;align-items:center;padding:16px 40px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/app-detail-form-bg.jpg') center no-repeat;background-size:cover;min-height:128px;box-sizing:border-box}.app-detail-form-call .btn.btn-primary{color:#fff;background-color:#F1404B;cursor:pointer}.app-detail-form-call .btn.btn-primary:hover{color:#fff;background-color:#c70f1a}.app-detail-form-call .text-col{max-width:500px;display:flex;flex-direction:column;padding-right:40px}.app-detail-form-call .text-col span{display:block}.app-detail-form-call .text-col .title{color:#19191E;font-size:18px;font-weight:500;line-height:24px;margin-bottom:4px}.app-detail-form-call .text-col .desc{color:#6C6C71}@media (max-width:767px){.app-detail-form-call{margin:24px 0px;padding:24px;flex-direction:column;text-align:center}.app-detail-form-call .text-col{padding-right:0;margin-bottom:24px}.app-detail-form-call .text-col .title{margin-bottom:8px;font-size:16px;font-weight:600;line-height:24px}.app-detail-form-call .text-col .desc{font-size:14px;line-height:20px}}.app-detail-qa{display:flex;flex-direction:column;border:1px solid #e1e1e6;padding:16px 40px}.app-detail-qa details{padding-left:32px;position:relative;color:#6C6C71}.app-detail-qa details:not(:last-child){border-bottom:1px solid #e1e1e6}.app-detail-qa details summary{padding:24px 0;font-size:20px;line-height:133%;list-style:none;color:#19191E}.app-detail-qa details summary::-webkit-details-marker{display:none}.app-detail-qa details summary::before{content:'';width:16px;height:16px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/accordeon-icon-plus.svg') center no-repeat;display:block;margin-right:16px;position:absolute;left:0;top:29px}.app-detail-qa details p{color:#6C6C71 !important}.app-detail-qa details[open]{padding-bottom:24px}.app-detail-qa details[open] summary{color:#F1404B;padding-bottom:16px}.app-detail-qa details[open] summary::before{content:'';width:16px;height:16px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/accordeon-icon-minus.svg') center no-repeat}@media (max-width:991px){.app-detail-qa{padding:0 16px}}@media (max-width:767px){.app-detail-qa details summary{font-size:16px}}.services-element .projects.carousel .projects-items.block .items .owl-item .item{width:auto;height:unset;aspect-ratio:1.5;min-height:300px}@media (max-width:991px){.services-element .projects.carousel .projects-items.block .items .owl-item .item{width:auto;min-height:200px}}@media (max-width:1650px){.header.type1 .main-header .menu,.header.type1-fixed .main-header .menu{width:25%}.header.type1 .main-header .menu .menu-list-0,.header.type1-fixed .main-header .menu .menu-list-0{padding:0}}@media (max-width:1320px){.header.type1 .main-header .menu,.header.type1-fixed .main-header .menu{width:21%;margin-left:auto}}.products-sub .menu-list-2 .extension{padding:20px 24px 24px !important;background:#F8F8FA;border-top:1px solid #e1e1e6;box-shadow:0px 16px 32px rgba(0,0,0,0.1)}.header.type1 .main-header .menu .menu-list-0 .extension a{display:inline;white-space:normal;color:#5ba508}.header.type1 .main-header .menu .menu-list-2>li.has-sub>a::after{content:none}.services-element .services-element-pic .service-card .buttons .btn-primary{padding:12px 32px}@media (max-width:1400px){.news-section .owl-prev{margin-left:-20px}.news-section .owl-next{margin-right:-20px}}@media (max-width:1400px){body .advantages-section .container{max-width:1300px}body .advantages-section .list{margin-left:0;width:100%}}@media (max-width:1400px){.projects.carousel .owl-nav{width:calc(100% + 30px);margin-left:-15px}}.item-card .projects.carousel .projects-items.block .items .owl-item .item{width:auto;margin-right:0;height:unset;aspect-ratio:1.5;min-height:300px}@media (max-width:991px){.item-card .projects.carousel .projects-items.block .items .owl-item .item{min-height:200px}}.form-group.form-check:last-of-type{margin-bottom:24px}@media (min-width:992px){.rate-card.horizontal .title-info{padding-right:32px}}.projects-section.type1 .item{height:unset;aspect-ratio:1.5;min-height:300px}@media (max-width:800px){.projects-section.type1 .item{min-height:200px}}@media (max-width:1280px){.teasers-section .list .item{flex:0 0 50%;max-width:unset;width:50%;padding-bottom:16px}}@media (max-width:767px){.teasers-section .list .item{width:100%;flex:0 0 100%}}.projects .projects-items.block.block-section_2 .items .item{height:unset;aspect-ratio:1.5;min-height:200px}.item-views.block .items .item.item-big .img{height:unset;min-height:600px;aspect-ratio:1}@media (max-width:1024px){.item-views.block .items .item.item-big .img{min-height:400px}}@media (max-width:767px){.item-views.block .items .item.item-big .img{min-height:200px;height:calc(100vw - 32px)}}.item-views.block .items .item .img{height:unset;min-height:320px;aspect-ratio:1}@media (max-width:1024px){.item-views.block .items .item .img{min-height:200px}}@media (max-width:767px){.item-views.block .items .item .img{height:calc(100vw - 32px)}}.for-partners-page .partners-list.row .carousel-item-partner img{object-fit:contain;max-width:100%}.basket-items-search-field .input-group .form-control:focus{border-color:#5ba508}.fotorama__wrap--css3 .fotorama__stage .fotorama__img{background-color:#fff}@media (max-width:600px){.installment-popup.popup .popup-content.w-600{min-width:100%}}@media (max-width:767px){.carrier-page .row.align-items-center{flex-direction:column}.carrier-page .row.align-items-center .col-3{flex:0 0 100%;max-width:50%}}.tariffs-table-wrapper{width:100%;overflow:auto;margin-bottom:40px}.tariffs-table{display:grid;grid-template-columns:3fr 1fr 1fr 1fr 2fr;border-right:1px solid #e1e1e6;border-bottom:1px solid #e1e1e6;width:fit-content;min-width:100%}.tariffs-table:not(.tariffs-table-header) .item:nth-child(1),.tariffs-table:not(.tariffs-table-header) .item:nth-child(2),.tariffs-table:not(.tariffs-table-header) .item:nth-child(3),.tariffs-table:not(.tariffs-table-header) .item:nth-child(4),.tariffs-table:not(.tariffs-table-header) .item:nth-child(5){border-top:none}.tariffs-table .item{border-left:1px solid #e1e1e6;border-top:1px solid #e1e1e6;padding:6px;position:relative;min-width:120px}.tariffs-table .item.first-col{min-width:300px}.tariffs-table .item.grid-2-5-cols{grid-column:span 3}.tariffs-table .item.grid-3-5-cols{grid-column:span 2}.tariffs-table .item.grid-1-2-rows{grid-row:span 2}.tariffs-table .item.text-center{text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.tariffs-table .item .smaller-text{font-size:14px;white-space:nowrap}.tariffs-table .item .grey-text{font-size:14px;display:block;color:#6c6c71;margin-top:4px;line-height:20px}.tariffs-table .item.available::before{content:'';width:20px;height:20px;font-family:'remixicon' !important;font-style:normal;-webkit-font-smoothing:antialiased;font-size:24px;color:#5ba508;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/check-icon-green.svg') center no-repeat}.tariffs-table .item.not-available::before{content:'';width:24px;height:24px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/accordeon-icon-plus.svg') center no-repeat;transform:rotate(45deg)}.tariffs-table .item.width-100{grid-column:span 5;padding:0;box-shadow:0px 5px 6px -5px rgba(34,60,80,0.2)}.tariffs-table .item.extensions-line{font-size:20px;font-weight:600;padding-top:10px;padding-bottom:10px;background:#f8f8fa;box-shadow:0px 5px 6px -5px rgba(34,60,80,0.2)}.tariffs-table .item .check-img{content:'';width:20px;height:20px;display:inline-block;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/check-icon-green.svg') center no-repeat}.tariffs-table .item .check-img:not(:last-child){margin-right:6px}.tariffs-table .item .text-center-inner{display:flex;text-align:center;justify-content:center;padding:6px 0}.tariffs-table.inner{border:none;border-top:1px solid #e1e1e6;border-bottom:1px solid #f1404b}.tariffs-table.inner .item:nth-child(1),.tariffs-table.inner .item:nth-child(5n + 1){border-left:none}.tariffs-table.tariffs-table-header{border-top:none;border-right:1px solid transparent;box-shadow:0px 5px 6px -5px rgba(34,60,80,0.2)}.tariffs-table.tariffs-table-header .item:nth-child(1),.tariffs-table.tariffs-table-header .item:nth-child(2),.tariffs-table.tariffs-table-header .item:nth-child(3){border-top:1px solid transparent}.tariffs-table.tariffs-table-header .item.green-bg{font-weight:600;background:#f8f8fa}.tariffs-table.tariffs-table-header .item.green-bg:first-child{font-size:20px;border-left:1px solid #f8f8fa}.tariffs-table.tariffs-table-header .item.green-bg:not(:first-child){box-shadow:0px 5px 6px -5px rgba(34,60,80,0.2);z-index:2}.tariffs-table.tariffs-table-header .item.green-bg:nth-child(3)::after{content:'';width:1px;height:100%;background:#f8f8fa;position:absolute;right:-1px;top:0;z-index:2}.tariffs-table.tariffs-table-header .item.light-green-bg{font-weight:600}.tariffs-table.tariffs-table-header .item.light-green-bg:last-child::after{content:'';width:1px;height:100%;background:#e1e1e6;position:absolute;right:-1px;top:0;z-index:2}.tariffs-table details{position:relative}.tariffs-table details summary{list-style:none;color:#19191E;padding:8px 8px 8px 48px}.tariffs-table details summary::-webkit-details-marker{display:none}.tariffs-table details summary::before{content:'';width:16px;height:16px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/show-more-1-line-icon.svg') center no-repeat;display:block;margin-right:16px;position:absolute;left:12px;top:12px}.tariffs-table details[open] summary{color:#F1404B}.tariffs-table details[open] summary::before{content:'';width:16px;height:16px;transform:rotate(180deg)}.tariffs-table .tariffs-table-info-container{position:relative;margin-left:5px;display:inline-flex;bottom:2px}.tariffs-table .tariffs-table-info-container:hover .tariffs-table-info-text{display:flex}.tariffs-table .tariffs-table-info-icon{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:24px;color:#F1404B;font-weight:600;font-size:12px;border:1px solid #f1404b;margin-bottom:2px}.tariffs-table .tariffs-table-info-text{display:none;padding:5px 8px;background:#fff;position:absolute;width:fit-content;min-width:380px;bottom:calc(100% + 8px);left:-40px;box-shadow:-3px 4px 8px 4px rgba(172,172,172,0.2);border-radius:8px;z-index:10;font-size:14px;line-height:20px;color:#6c6c71}.tariffs-table .tariffs-table-info-text::after{content:'';width:8px;height:8px;background:#fff;position:absolute;left:42px;bottom:-4px;transform:rotate(45deg)}@media (max-width:767px){.tariffs-table .tariffs-table-info-text{min-width:240px}}.tariffs-table-new-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;margin-top:40px}.tariffs-table-new-title .mobile-apps-h3{margin-bottom:0;margin-top:0}.tariffs-table-new-title .switch{display:flex;align-items:center;cursor:pointer}.tariffs-table-new-title .switch .switch-track{width:40px;height:16px;border-radius:20px;background:#E1E1E6;position:relative;margin-left:12px}.tariffs-table-new-title .switch .switch-track::after{content:'';width:24px;height:24px;position:absolute;left:0px;top:-4px;transition:0.15s;background-color:#666666;border-radius:50%}.tariffs-table-new-title .switch .switch-text{color:#6C6C71;font-size:14px;line-height:20px}.tariffs-table-new-title .switch.active .switch-track::after{background-color:#22AA33;left:unset;right:0}.tariffs-table-new{width:100%;border-collapse:collapse;margin-bottom:50px}.tariffs-table-new td{vertical-align:top;min-width:144px}.tariffs-table-new td:not(:first-child){width:144px}.tariffs-table-new td a{text-decoration:underline;color:#6C6C71;text-underline-offset:2px}.tariffs-table-new .td-align-bottom{vertical-align:bottom}.tariffs-table-new .tariffs-table-new-big-text{color:#19191E;font-size:16px;line-height:24px}.tariffs-table-new .tariffs-table-new-bold-text{color:#19191E;font-size:20px;font-weight:600;line-height:24px;display:block;margin-bottom:8px}.tariffs-table-new .tariffs-table-new-small-text{color:#6C6C71;font-size:14px;line-height:20px}.tariffs-table-new .tariffs-table-new-bold-text-small{color:#19191E;font-size:18px;font-weight:600;line-height:26px}.tariffs-table-new .tariffs-table-new-middle-text{color:#19191E;font-size:16px;font-weight:500;line-height:24px}.tariffs-table-new .tariffs-table-new-header td{border-bottom:1px solid rgba(0,0,0,0.1);background:#F8F8FA;padding:16px 16px 16px 0}.tariffs-table-new .tariffs-table-new-header td:first-child{padding-left:16px}.tariffs-table-new .tariffs-table-new-col{display:flex;flex-direction:column}.tariffs-table-new .tariffs-table-new-common td{padding:16px 16px 16px 0;border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1)}.tariffs-table-new .tariffs-table-new-common td:first-child{padding-right:48px}.tariffs-table-new .tariffs-table-new-common .tariffs-table-new-check{padding-left:12px}.tariffs-table-new .tariffs-table-new-check{padding-left:12px}.tariffs-table-new .check-img{width:24px;height:24px;display:inline-block;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/check-icon-new.svg') center no-repeat}.tariffs-table-new .not-check-img{width:24px;height:24px;display:inline-block;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/not-checked-icon.svg') center no-repeat}.tariffs-table-new .tariffs-table-new-details{display:none}.tariffs-table-new .tariffs-table-new-details.show{display:table-row}@media (max-width:900px){.tariffs-table-new .tariffs-table-new-details.show{display:flex}}.tariffs-table-new .tariffs-table-new-summary td{padding:16px 0;border-bottom:1px solid rgba(0,0,0,0.1);border-top:1px solid rgba(0,0,0,0.1);cursor:pointer}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-big-text{display:flex;width:100%}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-big-text::before{content:'';flex-shrink:0;margin-right:12px;width:24px;height:24px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/shevron-down-icon.svg') center no-repeat}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-small-text{padding-left:36px}.tariffs-table-new .tariffs-table-new-summary.opened td{padding-top:20px;padding-bottom:24px;border-bottom:none}.tariffs-table-new .tariffs-table-new-summary.opened td .tariffs-table-new-big-text::before{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/shevron-up-icon.svg') center no-repeat}.tariffs-table-new .tariffs-table-new-summary.opened .tariffs-table-new-big-text{color:#F1404B;font-weight:500}.tariffs-table-new .tariffs-table-new-details td{padding-bottom:16px}.tariffs-table-new .tariffs-table-new-details td:first-child{padding-right:48px;padding-left:36px}.tariffs-table-new .tariffs-table-new-details-text{color:#19191E;font-size:14px;line-height:22px}.tariffs-table-new .tariffs-table-new-center-text{text-align:center}.tariffs-table-new ul li{margin:6px 0px}.tariffs-table-new .tariffs-table-new-final-row td{border-top:1px solid rgba(0,0,0,0.1);padding-top:24px;padding-bottom:24px}.tariffs-table-new .tariffs-table-new-final-row .price{display:block;color:#19191E;font-size:20px;font-weight:600;line-height:30px}.tariffs-table-new .tariffs-table-new-final-row .btns{margin-top:36px;display:flex;flex-direction:column}.tariffs-table-new .tariffs-table-new-final-row .btns .btn{width:119px;height:44px;text-decoration:none;text-align:center;padding:8px;justify-content:center}.tariffs-table-new .tariffs-table-new-final-row .btns .btn.btn-primary{margin-bottom:12px;background-color:#F1404B}.tariffs-table-new .tariffs-table-new-final-row .btns .btn.btn-primary:hover,.tariffs-table-new .tariffs-table-new-final-row .btns .btn.btn-primary:active{background-color:#d5101c}.tariffs-table-new .tariffs-table-new-final-row .btns .btn.btn-secondary:hover,.tariffs-table-new .tariffs-table-new-final-row .btns .btn.btn-secondary:active{border-color:#F1404B;color:#F1404B}.tariffs-table-new .tariffs-table-new-everything-equal.hide{display:none}@media (max-width:900px){.tariffs-table-new{display:flex;flex-direction:column;overflow:visible}.tariffs-table-new tr{display:flex;flex-wrap:wrap}.tariffs-table-new tr td{min-width:unset}.tariffs-table-new tr td:first-child{width:100%}.tariffs-table-new tr td:not(:first-child){width:25%;border-top:none}.tariffs-table-new tr td[colspan="3"]{width:75%}.tariffs-table-new tr td[colspan="2"]{width:50%}.tariffs-table-new .tariffs-table-new-details td:first-child{padding-right:0;padding-left:0;border-bottom:none}.tariffs-table-new .tariffs-table-new-header td:first-child{display:none}.tariffs-table-new .tariffs-table-new-common td:first-child{padding-right:0}.tariffs-table-new .tariffs-table-new-common .tariffs-table-new-check{padding-left:0}.tariffs-table-new .check-img,.tariffs-table-new .not-check-img{width:16px;height:16px;background-size:16px}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-big-text{flex-direction:row-reverse;justify-content:space-between}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-big-text::before{margin-left:12px;margin-right:0}.tariffs-table-new .tariffs-table-new-summary td,.tariffs-table-new .tariffs-table-new-common td{border-top:none}.tariffs-table-new .tariffs-table-new-common td{padding:8px 16px 8px 0px}.tariffs-table-new .tariffs-table-new-common td:first-child{border-bottom:none}.tariffs-table-new .tariffs-table-new-common td:last-child{padding-right:0}.tariffs-table-new .tariffs-table-new-details td{padding-bottom:8px}.tariffs-table-new .tariffs-table-new-summary td .tariffs-table-new-small-text{padding-left:0}.tariffs-table-new .tariffs-table-new-details.show+.tariffs-table-new-summary td{border-top:1px solid rgba(0,0,0,0.1)}.tariffs-table-new .tariffs-table-new-details.show+.tariffs-table-new-common td{border-top:1px solid rgba(0,0,0,0.1)}.tariffs-table-new .tariffs-table-new-middle-text,.tariffs-table-new .tariffs-table-new-small-text{font-size:12px;line-height:16px}.tariffs-table-new .tariffs-table-new-final-row{display:none}.tariffs-table-new .tariffs-table-new-header{width:calc(100% + 32px);margin:0 -16px;padding:12px 16px;background:#F8F8FA}.tariffs-table-new .tariffs-table-new-header td{background:unset;border-bottom:unset;padding:0;display:flex;align-items:center}.tariffs-table-new .tariffs-table-new-header td .tariffs-table-new-small-text{font-size:14px;font-weight:500;line-height:20px;color:#19191E}.tariffs-table-new .tariffs-table-new-header td:nth-child(2) .tariffs-table-new-bold-text{display:none}.tariffs-table-new .tariffs-table-new-header td:last-child .tariffs-table-new-bold-text{font-size:14px;font-weight:500;line-height:20px;margin-bottom:0}.tariffs-table-new .tariffs-table-new-bold-text-small{font-size:14px;line-height:20px}}.tariffs-table-new-mobile-cards{display:none}@media (max-width:900px){.tariffs-table-new-mobile-cards{display:flex;flex-direction:column;margin:40px 0}.tariffs-table-new-mobile-cards .item{display:flex;flex-direction:column;padding:24px;border:1px solid #e1e1e6}.tariffs-table-new-mobile-cards .item:not(:last-child){margin-bottom:24px}.tariffs-table-new-mobile-cards .item .item-header{display:flex;flex-direction:column;margin-bottom:16px}.tariffs-table-new-mobile-cards .item .item-header .side{display:flex;color:#19191E;font-size:20px;font-weight:600;line-height:28px;align-items:baseline}.tariffs-table-new-mobile-cards .item .item-header .side:first-child{margin-bottom:8px}.tariffs-table-new-mobile-cards .item .item-header .side .tariffs-table-new-mobile-cards-light{color:#6C6C71;font-size:14px;font-weight:400;line-height:20px;display:inline-block;margin-left:6px}.tariffs-table-new-mobile-cards .item .btns{display:flex}.tariffs-table-new-mobile-cards .item .btns .btn{width:119px;height:44px;text-decoration:none;text-align:center;padding:8px;justify-content:center}.tariffs-table-new-mobile-cards .item .btns .btn.btn-primary{margin-right:12px;background-color:#F1404B}.tariffs-table-new-mobile-cards .item .btns .btn.btn-primary:hover,.tariffs-table-new-mobile-cards .item .btns .btn.btn-primary:active{background-color:#d5101c}.tariffs-table-new-mobile-cards .item .btns .btn.btn-secondary:hover,.tariffs-table-new-mobile-cards .item .btns .btn.btn-secondary:active{border-color:#F1404B;color:#F1404B}}.tariffs-table-new-comments{margin-bottom:40px}.tariffs-table-new-comments span{color:#19191E;font-size:14px;line-height:20px;display:block}.tariffs-table-new-comments span:not(:last-child){margin-bottom:8px}.mobiusapp-advantages-block{background:#F8F8FA;margin:40px 0;display:flex}.mobiusapp-advantages-block .mobiusapp-advantages-block-img-wrapper{height:auto;width:47%;padding-right:50px;padding-top:52px;flex-shrink:0}.mobiusapp-advantages-block .mobiusapp-advantages-block-img-wrapper .mobiusapp-advantages-block-img{height:100%;width:100%;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-bg-two-phones.png') bottom right no-repeat;background-size:contain}.mobiusapp-advantages-block .mobiusapp-advantages-block-content{padding:64px 0 64px 40px;width:53%;flex-shrink:0}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header{display:flex;margin-bottom:36px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header::before{content:"";width:60px;height:60px;flex-shrink:0;margin-right:20px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-logo.png') center no-repeat;background-size:contain}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header .title{color:#49AB91;font-size:28px;font-weight:700;line-height:100%;display:block;margin-bottom:14px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header .desc{color:#4A4A4F;font-size:18px;font-weight:500;line-height:26px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col{display:flex;flex-direction:column}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col.list{padding-left:80px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col.list .mobiusapp-advantages-block-item{position:relative;padding-left:45px;min-height:32px;color:#4A4A4F;font-size:16px;font-weight:400;line-height:24px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col.list .mobiusapp-advantages-block-item:not(:last-child){margin-bottom:12px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col.list .mobiusapp-advantages-block-item::before{content:'';background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/check-icon-red.svg') center no-repeat;width:32px;height:32px;position:absolute;left:0;top:-2px}@media (max-width:900px){.mobiusapp-advantages-block{flex-direction:column}.mobiusapp-advantages-block .mobiusapp-advantages-block-content{padding:24px 24px 32px;width:100%}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header .title{margin-top:14px;margin-bottom:32px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-header .desc{margin-left:-80px;font-size:16px}.mobiusapp-advantages-block .mobiusapp-advantages-block-content .mobiusapp-advantages-block-col.list{padding-left:0}.mobiusapp-advantages-block .mobiusapp-advantages-block-img-wrapper{padding:0;width:100%;height:260px}.mobiusapp-advantages-block .mobiusapp-advantages-block-img-wrapper .mobiusapp-advantages-block-img{background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobiusapp-bg-two-phones.png') bottom center no-repeat;background-size:contain}}.anchor-block{display:flex;position:relative}.anchor-block .anchor{position:absolute;top:-73px}@media (max-width:575px){.nav-tabs-custom{width:calc(100% + 32px);margin:0px -16px 40px;padding:0 16px}}.services-items.block.type1.custom .item{padding:20px 22px 22px 24px;height:256px}.services-items.block.type1.custom .item .name{font-size:18px;font-weight:400;line-height:26px;width:205px}.services-items.block.type1.custom .item .image{width:180px;height:180px;position:absolute;bottom:0;right:0;margin-bottom:0}.services-items.block.type1.custom .item .short-desc{display:none;font-size:14px;line-height:22px;color:#323237;max-height:150px;overflow:hidden}@media (min-width:1024px){.services-items.block.type1.custom .item:hover .image{display:none}.services-items.block.type1.custom .item:hover .short-desc{display:block}.services-items.block.type1.custom .item:hover .name{font-weight:600;color:#19191E}}.deprecated-bx-mobile-banner{background:url('/bitrix/templates/prime_v2/less_compile/../images/mobiusapp-banner/bx-mobile-deprecated-bg.svg') center no-repeat;background-size:cover;width:100%;display:flex;align-items:center;padding:32px;margin-bottom:24px}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-img{width:186px;height:100px;flex-shrink:0;background:url('/bitrix/templates/prime_v2/less_compile/../images/mobiusapp-banner/mob-icons-pair-img.png') center no-repeat;background-size:contain;margin-right:40px}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-content{display:flex;flex-direction:column;width:calc(100% - 226px)}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-desc{display:flex;padding:12px 16px;background:#FFF;box-shadow:0px 6px 20px 0px rgba(0,0,0,0.08);color:#4A4A4F;font-size:14px;line-height:20px;margin-bottom:16px}@media (min-width:768px){.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-desc::before{content:'';flex-shrink:0;width:24px;height:24px;margin-right:8px;background:url('/bitrix/templates/prime_v2/less_compile/../images/mobiusapp-banner/info-icon-bx-mobile.svg') center no-repeat}}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-mobiusapp{color:#323237;font-size:18px;font-weight:500;line-height:28px;display:block;padding:0 16px}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-mobiusapp .deprecated-bx-mobile-banner-link{color:#F1404B;display:inline-flex;align-items:center}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-mobiusapp .deprecated-bx-mobile-banner-link::after{content:'';flex-shrink:0;width:20px;height:20px;margin-left:4px;background:url('/bitrix/templates/prime_v2/less_compile/../images/mobiusapp-banner/link-icon-bx-mobile.svg') center no-repeat}@media (max-width:767px){.deprecated-bx-mobile-banner{padding:24px 20px 20px;flex-direction:column;align-items:flex-start}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-img{margin-right:0;margin-bottom:24px;position:relative}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-img::before{content:'';flex-shrink:0;width:24px;height:24px;border-radius:12px;position:absolute;left:38px;top:12px;background:#fff url('/bitrix/templates/prime_v2/less_compile/../images/mobiusapp-banner/info-icon-bx-mobile.svg') center no-repeat}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-content{width:100%}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-desc{padding:16px;margin-bottom:24px}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-mobiusapp{font-size:16px;line-height:24px}.deprecated-bx-mobile-banner .deprecated-bx-mobile-banner-mobiusapp .deprecated-bx-mobile-banner-link::after{width:16px;height:16px}}@media (max-width:575px){.blog-element .content .deprecated-bx-mobile-banner{width:calc(100% + 64px);margin-left:-32px;margin-right:-32px}}.mobile-apps-custom-item{display:flex;flex-direction:column}.mobile-apps-custom-item .mobile-apps-custom-item-icon{width:80px;height:80px;background-size:contain;margin-bottom:24px}.mobile-apps-custom-item .mobile-apps-custom-item-title{color:#19191E;font-size:20px;font-weight:500;line-height:28px}.mobile-apps-custom-item .mobile-apps-custom-item-subtitle{margin-top:4px;color:#6C6C71;font-size:16px;font-weight:400;line-height:24px}.mobile-apps-custom-item .mobile-apps-custom-item-desc{color:#323237;font-size:16px;font-weight:400;line-height:24px;margin-top:24px;margin-bottom:24px}.mobile-apps-custom-item .mobile-apps-custom-item-desc ul{margin:0;padding:0}.mobile-apps-custom-item .mobile-apps-custom-item-desc ul li{padding:0 0 0 12px;margin:0}.mobile-apps-custom-item .mobile-apps-custom-item-desc ul li::after{width:4px;height:4px;background:#F1404B;left:0;top:10px;border-bottom:none}.mobile-apps-custom-item .mobile-apps-custom-item-desc ul li:not(:last-child){margin-bottom:4px;margin-top:0}.mobile-apps-custom-item .mobile-apps-custom-item-price{margin-top:auto;display:flex;align-items:baseline;margin-bottom:16px}.mobile-apps-custom-item .mobile-apps-custom-item-price span{display:inline-block}.mobile-apps-custom-item .mobile-apps-custom-item-price .mobile-apps-custom-item-price-small-text{color:#6C6C71;font-size:14px;line-height:20px}.mobile-apps-custom-item .mobile-apps-custom-item-price .mobile-apps-custom-item-price-small-text:first-child{margin-right:6px;color:#19191E}.mobile-apps-custom-item .mobile-apps-custom-item-price .mobile-apps-custom-item-price-small-text:last-child{margin-left:6px}.mobile-apps-custom-item .mobile-apps-custom-item-price .mobile-apps-custom-item-price-big-text{color:#19191E;font-size:20px;font-weight:600;line-height:28px}.mobile-apps-custom-item .btn{font-weight:700;width:fit-content}.mobile-apps-custom-item .mobile-apps-custom-item-start{display:flex;align-items:center;color:#6C6C71;font-size:16px;line-height:32px;margin-top:24px}.mobile-apps-custom-item .mobile-apps-custom-item-start::before{content:'';width:24px;height:24px;flex-shrink:0;margin-right:8px;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/rocket-icon.svg')}.mobile-apps-custom-additional{margin-top:48px}.services-items.block.mobile-apps-custom-additional-items{margin-top:40px}.services-items.block.mobile-apps-custom-additional-items .item-wrap{width:100%}.services-items.block.mobile-apps-custom-additional-items .item{display:flex;flex-direction:row;background:#F8F8FA}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-icon{width:64px;height:64px;margin-right:24px;flex-shrink:0;background-size:contain}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-name{max-width:39%;flex-shrink:0;color:#323237;font-size:18px;font-weight:500;line-height:26px}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-col{display:flex;flex-direction:column;margin-left:auto;align-items:flex-end}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-col .mobile-apps-custom-additional-price{color:#19191E;font-size:18px;font-weight:600;line-height:28px;margin-top:auto}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-col .mobile-apps-custom-additional-time{color:#6C6C71;font-size:16px;line-height:24px}@media (max-width:900px){.services-items.block.mobile-apps-custom-additional-items .item{flex-wrap:wrap}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-name{width:calc(100% - 88px);max-width:calc(100% - 88px)}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-col{margin-left:0;align-items:flex-start;margin-top:24px}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-col .mobile-apps-custom-additional-price{margin-top:8px}}@media (max-width:480px){.services-items.block.mobile-apps-custom-additional-items .item{flex-direction:column}.services-items.block.mobile-apps-custom-additional-items .item .mobile-apps-custom-additional-name{width:100%;max-width:100%;margin-top:24px}}.services-element .services-element-pic .service-card .image svg{max-width:100%;max-height:100%}.popup .mobile-app-popup-custom{display:flex;padding:40px;width:865px;min-width:unset;max-width:unset}.popup .mobile-app-popup-custom .mobile-app-popup-custom-right .popup-title .h3{font-weight:600}.popup .mobile-app-popup-custom .mobile-app-popup-custom-img{width:280px;height:280px;margin-right:60px;flex-shrink:0;background:url('/bitrix/templates/prime_v2/less_compile/../images/services/mobile-apps/mobile-app-popup-img.png') center no-repeat;background-size:contain}@media (max-width:900px){.popup .mobile-app-popup-custom{width:480px;padding:32px 40px}.popup .mobile-app-popup-custom .mobile-app-popup-custom-img{display:none}}@media (max-width:480px){.popup .mobile-app-popup-custom{width:100%}}.rate-card .rate-information-list .value{text-align:right;max-width:50%;flex-shrink:0}@media (max-width:575px){.rate-card .rate-information-list .value{white-space:normal}.rate-card .rate-information-list .list-item{align-items:flex-start}}.footer .footer-menu li.margin-top{margin-top:20px}@media (max-width:1360px){body .container.wrapper-container{max-width:100%}}@media (max-width:1365px){body .container.wrapper-container .row.flex-nowrap .sidebar-left,body .container.wrapper-container .row.flex-nowrap .sidebar-right{display:block}}@media (max-width:1270px){body .container.wrapper-container .row.flex-nowrap{flex-direction:column}body .container.wrapper-container .row.flex-nowrap .left-block-wrap{width:100%}body .container.wrapper-container .row.flex-nowrap .sidebar-left,body .container.wrapper-container .row.flex-nowrap .sidebar-right{order:2;min-width:100%;max-width:100%;margin-right:0;margin-left:0;margin-top:24px;padding-right:8px;padding-left:8px;position:static;top:unset;z-index:100}body .container.wrapper-container .row.flex-nowrap .sidebar-left .sidebar-menu,body .container.wrapper-container .row.flex-nowrap .sidebar-right .sidebar-menu{display:none}body .container.wrapper-container .row.flex-nowrap .sidebar-left .consultation-tizer .ask-a-question-block,body .container.wrapper-container .row.flex-nowrap .sidebar-right .consultation-tizer .ask-a-question-block{width:100%;max-width:100%}}.container .flex-nowrap.mobile-app .sidebar-left,.container .flex-nowrap.mobile-app .sidebar-right{height:fit-content;position:sticky;top:72px}.container .flex-nowrap.mobile-app .sidebar-left .consultation-tizer .ask-a-question-block,.container .flex-nowrap.mobile-app .sidebar-right .consultation-tizer .ask-a-question-block{border:none;background-color:#F1404B;padding:40px 24px 40px 54px;text-align:left;align-items:flex-start;background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/mobile-apps-consult-img.svg');background-position:top left;background-repeat:no-repeat}.container .flex-nowrap.mobile-app .sidebar-left .consultation-tizer .ask-a-question-block .text,.container .flex-nowrap.mobile-app .sidebar-right .consultation-tizer .ask-a-question-block .text{margin-top:0;color:#fff;font-weight:600}.container .flex-nowrap.mobile-app .sidebar-left .consultation-tizer .ask-a-question-block .btn.btn-primary,.container .flex-nowrap.mobile-app .sidebar-right .consultation-tizer .ask-a-question-block .btn.btn-primary{background:#fff;color:#323237;font-weight:600}.container .flex-nowrap.mobile-app .sidebar-left .consultation-tizer .ask-a-question-block .btn.btn-primary:hover,.container .flex-nowrap.mobile-app .sidebar-right .consultation-tizer .ask-a-question-block .btn.btn-primary:hover{color:#F1404B}@media (max-width:1270px){.container .flex-nowrap.mobile-app .sidebar-left .consultation-tizer .ask-a-question-block,.container .flex-nowrap.mobile-app .sidebar-right .consultation-tizer .ask-a-question-block{background-image:url('/bitrix/templates/prime_v2/less_compile/../images/icons/mobile-apps-consult-mobile-img.svg');padding:32px 32px 32px 72px}}.changelog-container .item{margin-bottom:16px;padding:40px 44px 34px 40px;background-color:#fff;border:1px solid #e1e1e6}.changelog-container .item .top-block{display:flex;margin-bottom:24px;justify-content:space-between}.changelog-container .item .top-block .labels .label{background-color:#e1e1e6;display:inline-flex;color:#19191e}.changelog-container .item .top-block .labels .label.future{background-color:#2a3;color:#fff}.changelog-container .item .top-block .labels .label.critical_error{background-color:#f42;color:#fff}.changelog-container .item .top-block .labels .label.improvement{background-color:#53a;color:#fff}.changelog-container .item .top-info{display:flex;flex-direction:column}@media (max-width:760px){.changelog-container .item .top-block{flex-direction:column}.changelog-container .item .top-block .labels{order:1;margin-bottom:12px}.changelog-container .item .top-block .top-info{order:2}}
/* End */
/* /bitrix/templates/prime_v2/vendor/bootstrap/bootstrap.css?1663920973193516 */
/* /bitrix/templates/prime_v2/vendor/bootstrap/bootstrap-select.min.css?166392097310722 */
/* /bitrix/templates/prime_v2/vendor/lightbox/lightbox.min.css?16639209732822 */
/* /bitrix/templates/prime_v2/vendor/icons_additional/style.css?16639209731425 */
/* /bitrix/templates/prime_v2/vendor/scrollbar/jquery.scrollbar.css?16639209733369 */
/* /bitrix/templates/prime_v2/vendor/owl/owl.carousel.min.css?16639209733343 */
/* /bitrix/templates/prime_v2/vendor/fotorama/fotorama.css?166392097315117 */
/* /bitrix/templates/prime_v2/vendor/bootstrap-slider/bootstrap-slider.min.css?16639209739376 */
/* /bitrix/templates/prime_v2/vendor/fonts/Inter/font.css?16639209736956 */
/* /bitrix/templates/prime_v2/less_compile/template_styles_v2.css?1751008410886940 */
