@charset "UTF-8";
@import url(../fonts/Clother/style.css);
: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: 1230px;
  --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:not(:focus-visible) {
  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 0 30px;
  border-left: 4px solid #4e0d5e;
  padding-left: 20px;
}

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]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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);
}
.image_zoom {
    display: block!important;
    cursor: pointer;
}
.fancybox-content img {
    width: 100%;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.m-b-40{
  margin-bottom: 40px;
}
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";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1230px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1230px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.push10 {
  height: 10px;
}
.push20 {
  height: 20px;
}
.push30 {
  height: 30px;
}
.push40 {
  height: 40px;
}
.push50 {
  height: 50px;
}
.push60 {
  height: 60px;
}
.f28{
  font-size: 28px !important;
}
.f17{
  font-size: 17px;
}
.f18{
  font-size: 18px;
}
.f22{
  font-size: 22px;
}
.f20{
  font-size: 20px;
}
.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: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1230px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.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: flex !important;
}

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

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

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

@media (min-width: 860px) {
  
  
}

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 1230px) {
  .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;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.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;
}
.strong{
  font-weight: bold;
}
.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: 1230px) {
  .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: 1230px) {
  .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;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}


.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #ec2024;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

/*
// .site
*/
.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.site__header {
  flex-shrink: 0;
}

.site__body {
  flex-grow: 1;
}

.site__footer {
  flex-shrink: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  position: relative;
  color: #323232;
  font-family: 'Clother', sans-serif;
}

* {
  outline: none !important;
}

a {
  color: #ec2024;
}

a:hover {
  color: #ec2024;
}

h2, .h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  h4, .h4 {
    font-size: 25px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  h5, .h5 {
    font-size: 19px;
    line-height: 25px;
  }
}

h6, .h6 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.table {
  max-width: 100%;
  width: 100% !important;
}

@media (max-width: 991.98px) {
  .table {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .table::-webkit-scrollbar {
    display: none;
  }
}

.table table {
  width: 100%;
  font-size: 13px;
}

.table table thead tr td {
  padding: 10px 30px 15px 30px;
  font-weight: bold;
}

.table table tfoot tr td {
  padding: 10px 30px 15px 30px;
}

.table table tbody tr td {
  padding: 10px 30px 15px 30px;
  border-top: 1px solid #f0f0f0;
  width: auto !important;
}
.table table tbody tr td:first-child{
  width: 80% !important;
}
.table table tbody tr:last-child td {
  border-bottom: 1px solid #f0f0f0;
}

.section--silver {
  background: #f0f0f0;
}

.iti__flag {
  box-shadow: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.iti__selected-dial-code {
  display: none;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: gainsboro;
  opacity: 1;
  margin: 0 3px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ec2024;
  border-color: #ec2024;
  width: 10px;
  height: 10px;
}

.text-18 {
  font-size: 18px;
}

.images-swiper-3 {
  margin: 0 -30px;
}

.images-swiper-3 .swiper-container {
  padding: 30px;
}

.ui-autocomplete.ui-front {
  margin-top: 10px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: none !important;
}

.ui-state-active {
  background: gainsboro !important;
  border-color: gainsboro !important;
  color: #323232 !important;
}

.jGrowl {
  z-index: 99999 !important;
}

#dm-login,
#dm-reset-password {
  max-width: 770px;
}

.btn {
  min-height: 43px;
  border-radius: 100px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ec2024;
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding: 7px 25px 8px 25px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: .2s ease-in;
  border: 2px solid #ec2024;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

.btn:active {
  transform: scale(0.9);
}

.btn:hover {
  color: #ec2024;
  text-decoration: none;
  background: transparent;
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.btn.btn--white {
  background: white;
  color: #ec2024;
  border-color: white;
}

.btn.btn--white:hover {
  background: transparent;
  color: white;
}

.btn.btn--purple {
    box-shadow: 0 4px 40px 0 rgba(134, 42, 156, 0.4);
    background: radial-gradient(276.68% 100% at 100% 49.09%, rgb(191, 33, 231) 0%, rgb(88, 18, 105) 100%);
    color: #ffffff;
    border: 2px solid transparent;
    height: 55px;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.3s;
}

.btn.btn--purple:hover {
    background: #ffffff;
    border: 2px solid #581269;
    color: #581269;
    transition: all 0.3s;
}
.btn.btn--purple:hover svg * {
    transition: all 0.3s;
}
.btn.btn--purple:hover svg * {
    fill: #581269;
    transition: all 0.3s;
}

.btn.btn--white-to-red {
  background: white;
  color: #ec2024;
  border-color: white;
}

.btn.btn--white-to-red:hover {
  background: transparent;
  color: #ec2024;
  border-color: #ec2024;
}

.btn.btn--red-to-white:hover {
  color: white;
  border-color: white;
}

.btn.btn--icon i {
  margin-right: 10px;
}

.btn.btn--outline-white {
  border-color: white;
  color: white;
  background: transparent;
  box-shadow: none;
}

.btn.btn--outline-white:hover {
  background: white;
  color: #ec2024;
}

.btn.btn--outline-red {
  border-color: #ec2024;
  color: #ec2024;
  background: transparent;
  box-shadow: none;
}

.btn.btn--outline-red:hover {
  background: #ec2024;
  color: white;
}
.btn.btn--outline-gray {
    border-color: #8F9294;
    color: #8F9294;
    background: transparent;
    box-shadow: none;
}

.btn.btn--outline-gray:hover {
  background: #ec2024;
  color: white;
}

.btn.btn--sm {
  min-height: 30px;
  font-size: 14px;
  padding: 2px 15px;
}

.btn-link {
  font-size: 16px;
  line-height: 22px;
  margin: 0 15px;
  padding-bottom: 5px;
  transition: .2s ease;
  color: #ec2024;
  display: inline-block;
  position: relative;
  border: none;
  background: transparent;
  top: -2px;
  left: 0;
}

.btn-link:hover {
  text-decoration: none;
  color: #ec2024;
}

.btn-link:hover:after {
  width: 100%;
  opacity: 1;
}

.btn-link:active {
  transform: scale(0.9);
}

.btn-link:after {
  display: block;
  height: 2px;
  background: #ec2024;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0%;
  transition: .3s ease;
}

.btn-link i {
  margin-right: 10px;
  font-size: 20px;
}

.btn-link.btn-link--icon i {
  margin-right: 0;
}
.btn-lila{
  background: #5e156d;
  border: 2px solid #5e156d;
}
.buttons-group {
    gap: 16px
}
.cart-message-block {
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 16px 24px 24px 24px;
}
.cart-message-block .btn--outline-red.disabled {
    border-color: #F0F0F0;
    color: #F0F0F0;
}
.cart-message a {
    color: #FF9124;
    text-decoration: underline;
}
.cart-message div > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
.cart-message .btn {
    font-size: 18px;
    line-height: 24px;
    height: 55px;
}
.cart-message .btn-alert-message {
    text-decoration: none;
    position: absolute;
    right: 0;
}
.cart-message .alert-message {
    display: none;
    position: absolute;
    border-radius: 16px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #8F9294;
    width: 270px;
}
.cart-message .alert-message.show {
    display: block;
    top: 40px;
    right: 0;
}
.cart-message .btn--outline-red svg * {
    transition: all 0.3s; 
}
.cart-message .btn--outline-red:hover svg * {
    fill: #ffffff;
    transition: all 0.3s; 
}
.cart-message .btn--outline-gray:hover {
    color: #ec2024;
    background-color: transparent;
    border-color: #ec2024;
}
.cart-message .btn--outline-gray svg rect {
    fill: #8F9294;
    transition: all 0.3s;
}
.cart-message .btn--outline-gray svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
.cart-message .btn--outline-gray:hover svg rect {
    fill: #ec2024;
    transition: all 0.3s;
}
.cart-message .btn--outline-gray:hover svg path {
    fill: #ffffff;
    transition: all 0.3s;
}
.form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid gainsboro;
  height: 55px;
  outline: none;
  position: relative;
  transition: .2s ease-in;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-shadow: none;
}

.form-control:active, .form-control:focus {
  border-color: #a0a0a0;
}

.form-control:focus ~ .form-label,
.form-control.filled ~ .form-label {
  top: -25px;
  font-size: 12px;
}

.iti ~ .form-label {
  top: -25px;
  font-size: 12px;
}

input.form-control:not(:placeholder-shown) ~ .form-label,
textarea.form-control:not(:placeholder-shown) ~ .form-label {
  top: -25px;
  font-size: 12px;
}

textarea.form-control {
  resize: none;
  margin-top: 20px;
  height: auto;
  padding-bottom: 10px;
}

textarea.form-control:focus ~ .form-label,
textarea.form-control:not(:placeholder-shown) ~ .form-label {
  top: -40px;
}

select.form-control {
  cursor: pointer;
  background: url("../images/common/form-control-select2.svg") right 10px bottom 23px no-repeat;
  padding-left: 5px;
  padding-right: 5px;
}

.form-control-icon {
  position: absolute;
  right: 3px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 0;
  padding-top: 5px;
  color: #ec2024;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

.form-group.form-group--white .form-control {
  color: white;
  border-bottom-color: white;
}

.form-group.form-group--white .form-label {
  color: white;
}

.form-group .iti {
  width: 100%;
}

.form-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  height: 55px;
  align-items: center;
  display: flex;
  transition: .3s;
  font-size: 18px;
  color: #a0a0a0;
}

.form-check {
  margin-bottom: 5px;
}

.form-check label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-check label input {
  display: none;
}

.form-check label > span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.form-check label > span:before {
    content: "";
    flex: 0 0 auto;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 22px;
    height: 22px;
    margin-top: 2px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    line-height: 10px;
    transition: .2s ease-in;
    border-radius: 4px;
    border: 2px solid #F5F5F5;
}

.form-check label input:checked + span:before {
  color: #ec2024;
  content: "\f00c";
}

.form-check label:hover span:before {
  transform: scale(0.9);
}
.required-fields-message {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #E80A25;
}
.form-radio {
  margin-bottom: 5px;
  padding-left: 5px;
  position: relative;
}

.form-radio label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-radio label > div {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
  line-height: 18px;
}

.form-radio label > div:before {
  content: '';
  border-radius: 100px;
  background: white;
  border: 3px solid white;
  width: 12px;
  height: 12px;
  min-width: 12px;
  margin-right: 10px;
  transition: .2s ease-in;
  margin-top: 3px;
  box-shadow: 0 0 0 2px #a0a0a0;
}
.form-radio.image_form label > div:before {
    content: none;
}
.form-radio label input:checked + div:before {
  background: #ec2024;
}

.form-radio label:hover div:before {
  transform: scale(1.3);
}
.form-radio.image_form img {
    width: 70px;
}
.form-radio.image_form span {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 2px solid #a0a0a0;
    border-radius: 25px;
    overflow: hidden;
    width: 225px;
}
.form-radio.image_form span p {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 16px;
    margin-right: 5px;
}
.form-radio label input {
    display: none;
}
.form-radio.image_form label input:checked + div span {
    border: 2px solid #ec2024;
}
#msCartProduct .mscartproduct_product_hide {
    display: none;
}
.info_btn {
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-right: 1px;
    justify-content: center;
    align-items: center;
    color: #cecece;
    border: 2px solid #cecece;
    border-radius: 50%;
}
.info_btn:hover {
    color: #ec2024;
    border: 2px solid #ec2024;
    opacity: 1!important;
}






.msoptionsprice-product .form-radio label input{
  display: none;
}

.form-info {
  display: flex;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.form-info img {
  margin-right: 15px;
}

input[name=addr] {
  position: absolute;
  left: -15000px;
}

.modal-form {
  display: none;
  width: 600px;
  padding: 30px 50px;
}
#info-cart.modal-form {
    width: 90%;
}
.modal-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  white-space: nowrap;
  background: #ff9124;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 6px;
  padding-right: 10px;
  position: relative;
  transition: .2s ease-in;
}

.tag:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  right: 0;
  top: 0;
  border: 11px solid transparent;
  /* Прозрачные границы */
  border-right: 5px solid white;
  /* Добавляем треугольник */
}

.tag.tag--red {
  background: #ec2024;
}

a.tag:hover {
  transform: scale(0.9);
  text-decoration: none;
  color: white;
}

.site__header {
  position: absolute;
  z-index: 102;
  width: 100%;
}

@media (min-width: 1230px) {
  .site__header > .container {
    max-width: 1275px;
  }
}

.site-header__middle {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .site-header__middle {
    flex-wrap: wrap;
    position: relative;
  }
  
}

.site-header {
  margin-top: 30px;
  height: 45px;
}

.site-header.site-header--menu-opened .site-header__search-button,
.site-header.site-header--menu-opened .site-header__cart-button,
.site-header.site-header--menu-opened .site-header__user-button,
.site-header.site-header--menu-opened .site-header__license {
  opacity: 1;
  left: auto;
}
.site-header__search-button svg,.site-header__cart-button svg {
    width: 45px;
    height: 45px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.site-header__search-button svg * {
    fill: #fff;
}
.site-header.site-header--menu-opened .site-header__search-button svg,.site-header.site-header--menu-opened  .site-header__cart-button svg {
    border: 2px solid #ec2024;
}
.site-header.site-header--menu-opened .site-header__search-button *,
.site-header.site-header--menu-opened .site-header__cart-button *,
.site-header.site-header--menu-opened .site-header__user-button *,
.site-header.site-header--menu-opened .site-header__license * {
  fill: #ec2024;
}

.site-header:not(.site-header--menu-opened) .site-header__logo svg * {
  fill: white;
  transition: .2s ease-in;
}

@media (max-width: 767.98px) {

}

@media (max-width: 991.98px) {
  .site-header {
    margin-top: 20px;
  }
}

.site-header__menu-button {
  width: 23px;
  height: 17px;
  margin-right: 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: none;
  outline: none !important;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.site-header__menu-button div {
  height: 3px;
  width: 100%;
  background: white;
  opacity: 1;
  position: relative;
  transition: .25s ease-in-out;
}

.site-header__menu-button div:nth-child(2):before, .site-header__menu-button div:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  opacity: 0;
  width: 100%;
  background: #ec2024;
  transition: .25s ease-in-out;
}

.site-header__menu-button div:nth-child(3) {
  width: 65%;
}

.site-header__menu-button.active > div {
  background: transparent;
  width: 100% !important;
}

.site-header__menu-button.active > div:nth-child(2) {
  transform-origin: center;
}

.site-header__menu-button.active > div:nth-child(2):before {
  transform: rotate(45deg);
  opacity: 1;
}

.site-header__menu-button.active > div:nth-child(2):after {
  transform: rotate(-45deg);
  opacity: 1;
}

.site-header__menu-button:hover > div:nth-child(1) {
  width: 90%;
}

.site-header__menu-button:hover > div:nth-child(2) {
  width: 60%;
}

.site-header__menu-button:hover > div:nth-child(3) {
  width: 30%;
}

.site-header__logo {
  flex-grow: 0;
  display: flex;
  align-items: center;
}

.site-header__logo a {
  display: flex;
  transition: .2s ease-in;
  transform-origin: center;
  color:#fff;
}

.site-header__logo a:hover {
  transform: scale(1.1);
}

.site-header__logo .last-child-logo {
  margin-left: 20px;
}

@media (max-width: 767.98px) {
  .site-header__logo a {
    justify-content: flex-end;
  }
  .site-header__logo .last-child-logo {
    margin-left: 10px;
  }
  .site-header__logo a svg {
    height: 33px;
    width: auto;
  }
}

.work-block {
  color: #fff;
  margin-left: 40px;
}
.site-header--menu-opened .work-block {
    color: #323232;
}
.site-header--menu-opened .phone-block a{
    color: #323232;
}
.work-block span{
  display: block;
}
.phone-block{
  color: #fff;
  margin-right: 40px;
}
.phone-block a{
  color: #fff;
}
.phone-block span{
  display: block;
}
.block-header-info{
  display: flex;
  width: 100%;
}
.site-header__delimeter {
  flex-grow: 1;
}

.block-header-info .icon-tel{
  width: 17px;
  margin: 0px 6px 3px 0;
}
.ms2_link img {
    margin-right: 10px;
    width: 24px;
}
@media screen and (max-width: 767.98px) {
  .block-header-info{
    margin-top: 20px;
  }
  .site-header__delimeter {
    display: none;
  }
  .work-block{
    margin-left: 0px;
    font-size: 13px;
    flex-grow: 1;
  }
  .phone-block{
    color: #fff;
    margin-right: 0px;
    font-size: 13px;
    flex-grow: 1;
  }
  .block-header-info .one {
      order: 2;
  }
  .block-header-info .two {
      order: 1;
  }
  #info-cart.modal-form {
    width: 98%;
  }
}

@media screen and (max-width: 350px) {
  .work-block{
    font-size: 12px;
  }
  .phone-block{
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .site-header__delimeter {
    flex-basis: 100%;
    height: 25px;
  }

}

@media (max-width: 767.98px) {
  .site-header__license {
    opacity: 0;
    left: -15000px;
  }
}

@media (max-width: 767.98px) {
  
}

.site-header__search-button *,
.site-header__cart-button *,
.site-header__user-button * {
  transition: fill .2s ease-in;
  fill: white;
}

.site-header__search-button svg,
.site-header__cart-button svg,
.site-header__user-button svg {
  display: block;
}

.site-header__search-button button,
.site-header__search-button a,
.site-header__cart-button button,
.site-header__cart-button a,
.site-header__user-button button,
.site-header__user-button a {
  display: block;
  background: transparent;
  padding: 0;
  border: none;
  transition: .2s ease-in;
}

.site-header__search-button button:hover,
.site-header__search-button a:hover,
.site-header__cart-button button:hover,
.site-header__cart-button a:hover,
.site-header__user-button button:hover,
.site-header__user-button a:hover {
  transform: scale(1.1);
}

@media (max-width: 767.98px) {
  .site-header__user-button {
    padding-right: 10px;
  }
}

.site-header__search {
  position: relative;
}

@media (max-width: 767.98px) {
  .site-header__search {
    flex-grow: 1;
  }
}

.site-header__search-form {
  position: absolute;
  right: -142px;
  top: 38px;
  display: none;
  z-index: 999;
}
.section {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .section {
        margin-bottom: 60px;
    }
}
@media (max-width: 768px) {
    .section {
        margin-bottom: 30px;
    }
}
.search_datamobile .site-header__search-form {
  position: absolute;
  right: -239px;
}

@media (max-width: 767.98px) {
  .site-header__search-form {
    left: 40px;
    top: calc(50% - 25.5px);
  }
}

.site-header__search-form input {
  border-radius: 100px;
  padding: 12px 25px 12px 50px;
  font-size: 13px;
  width: 440px;
  border: solid 1px gainsboro;
  background-color: #f0f0f0;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .site-header__search-form input {
    width: auto;
  }
}

.site-header__search-input-icon {
  position: absolute;
  left: 17px;
  top: 12px;
}

.site-header__search-input-icon svg {
  display: block;
}

.site-header__search-input-icon * {
  fill: #ec2024;
}

.site-header__cart-button {
  margin-left: 28px;
  position: relative;
}

.site-header__user-button {
  margin-left: 36px;
}

.site-header__cart-count {
  border: 2px solid #4e0d5e;
  position: absolute;
  background: white;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  border-radius: 50px;
}
.site-header__license .btn{
  padding: 0px 20px 0px 20px;
  background: #ff9024;
  color: #fff;
}
.site-header--datamobile .site-header__user-button {
  margin-left: 20px;
}

.site-header__license {
  margin-left: 15px;
}

.site-header__user-button img {
  border-radius: 100%;
  display: block;
}

.site-footer__first-row {
  background-color: #f0f0f0;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.datamobile .site-footer__first-row {
    background-color: #4E0D5E;
}
.datamobile .site-footer__menu-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    margin-bottom: 16px;
    color: #ffffff;
}
.datamobile .site-footer__menu a {
    font-size: 12px;
    line-height: 16px;
    color: #C0B0E0
}
.datamobile .site-footer__copyright {
    font-size: 12px;
    line-height: 16px;
    color: #7C8DB5;
    margin-top: 8px;
}
.social-contacts {
    margin-bottom: 32px;
}
.social-items {
    text-align: center;
}
.social-item {
    margin-right: 32px;
}
.social-item:last-child {
    margin-right: 0;
}
.social-items a {
    color: #323232;
    font-size: 18px;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.social-items a.social-item:before {
    content: "";
    background-color: #4E0D5E;
    padding: 12px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 16px;
}
.social-items a:hover {
    text-decoration: none;
}
.social-item svg {
    position: absolute;
    left: 11px;
}
.social-item.whatsapp:before {
    background-color: linear-gradient(140deg, #2BD449 0%, #5DFA79 100%)!important;
    
}
.social-item.Telegram:before {
    background-color: #34aadfff!important;
    
}
@media (max-width: 767.98px) {
  .site-footer__first-row {
    padding-bottom: 0;
  }
}

.site-footer__second-row {
  padding: 10px 0;
  min-height: 75px;
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .site-footer__second-row {
    padding: 20px 0;
  }
}

.site-footer__services-column {
  left: -30px;
}

@media (max-width: 1229.98px) {
  .site-footer__services-column {
    left: 0;
  }
}

.site-footer__logo {
  margin-top: 15px;
  display: block;
}
.site-footer__logo img {
    width: 200px;
}
.site-footer__logo img.datamobile-logo {
    width: 220px;
}
@media (max-width: 991.98px) {
  .site-footer__logo {
    margin-top: 30px;
  }
  .site-footer__logo img {
    height: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__logo {
    text-align: center;
    margin-top: 20px;
  }
}

.site-footer__logo.site-footer__logo--datamobile {
  margin-top: 25px;
}

.site-footer__menu-title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.site-footer__menu-title i {
  display: none;
}

@media (max-width: 767.98px) {
  .site-footer__menu-title {
    border-top: 1px solid gainsboro;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 20px 15px;
  }
  .site-footer__menu-title i {
    display: block;
    color: #ec2024;
    font-size: 18px;
    margin-right: 10px;
  }
  .site-footer__menu-title.site-footer__menu-title--opened i {
    transform: rotate(180deg);
  }
}

@media (max-width: 767.98px) {
  .site-footer__menu-title.site-footer__menu-title--first {
    border-top: none;
  }
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .site-footer__menu {
    padding-bottom: 20px;
    display: none;
    padding-top: 10px;
  }
}

.site-footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.site-footer__menu ul li {
  margin-bottom: 20px;
}
.datamobile .site-footer__menu ul li {
  margin-bottom: 12px;
}
.site-footer__menu ul li:last-child {
  margin-bottom: 0;
}

.site-footer__menu a {
  font-size: 18px;
  line-height: 16px;
  display: inline-flex;
  color: #a0a0a0;
  font-weight: 100;
  margin: 0;
}

.site-footer__social {
  display: flex;
  justify-content: center;
}
.site-footer__social svg {
    width: 40px;
    height: 40px;
}
@media (max-width: 767.98px) {
  .site-footer__social {
    justify-content: space-between;
    padding: 25px 0 0 0;
  }
}

.site-footer__social a {
  display: block;
  transition: .2s ease-in;
  margin: 0 5px;
}

.site-footer__social a:first-child {
  margin-left: 0;
}

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

.site-footer__social a:hover {
  transform: scale(0.9);
  text-decoration: none;
}

.site-footer__copyright,
.site-footer__policy {
  font-size: 12px;
  line-height: 17px;
  color: #a0a0a0;
}

@media (max-width: 991.98px) {
  .site-footer__policy {
    padding-top: 10px;
  }
}

.site-body__content {
  position: relative;
  z-index: 2;
}

@media (max-width: 1229.98px) {
  .site-body__content:before {
    content: '';
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: -1;
  }
}

.site-body__content:after {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  opacity: 0;
  z-index: 5;
  top: 0;
  transition: opacity .2s ease-in;
  left: -15000px;
}

.site-body__content.site-body__content--menu-opened {
  z-index: 3;
}

.site-body__content.site-body__content--menu-opened:after {
  left: 0;
  opacity: .5;
}

.site-body__content img {
  max-width: 100%;
  height: 100%;
}
.site-body__content img {
  max-width: 100%;
  height: 100%;
}
.site-body__content .article-content img {
    height: auto;
}
.site-body__content .article-content .card-product-page img {
    height: 100%;
}
.site-body__content table td img {
  height: auto;
}

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

.container table{
  border: 2px solid #000;
  margin-bottom: 15px;
}
.container table td{
  border: 2px solid #000;
  padding: 5px 10px;
  text-align: justify;
}
.container table td p{
  text-align: justify;
}

#where-table table {
  border: none;
  margin-bottom: 0;
}
#where-table table td {
  border: inherit;
    border-bottom-color: inherit;
    border-bottom-style: inherit;
    border-bottom-width: inherit;
  border-bottom: 1px solid gainsboro;
    padding: inherit;
    text-align: inherit;
    padding: 15px 30px 15px 0;
}
.site-body__content-body {
  padding-top: 30px;
}
.site-body__content-body.project_block {
    margin-top: -210px;
}

.site-body__content-body:before {
  content: '';
  width: calc(100% + 200px);
  height: 100%;
  left: -15px;
  top: 0;
  background: white;
  z-index: -1;
  display: block;
  position: absolute;
}

@media (max-width: 1229.98px) {
  .site-body__content-body {
    margin-top: 0;
  }
  .site-body__content-body:before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .site-body__content-body {
    padding-top: 15px;
  }
}

.site-menu {
  background: white;
  width: 100%;
  position: absolute;
  z-index: 2;
  padding-top: 155px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
  opacity: 0;
  transition: opacity .3s ease-in;
  top: -100%;
  left: -15000px;
}

.site-menu.site-menu--active {
  display: block;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 100;
}

.site-menu.site-menu--active .site-menu__body {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .site-menu {
    padding-bottom: 0px;
  }
}

.site-menu__body {
  opacity: 0;
  transition: .3s ease-in;
  transition-delay: .3s;
  margin-top: -35px;
}

@media (min-width: 1230px) {
  .site-menu__body {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (max-width: 767.98px) {
  .site-menu__body {
    margin-top: 0;
  }
}

.site-menu__body img {
  width: 100%;
}

a.site-menu__menu-title:hover {
  text-decoration: none;
}

.site-menu__menu-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 35px;
  color: #323232;
  display: block;
  transition: .2s ease-in;
}

@media (max-width: 991.98px) {
  .site-menu__menu-title {
    font-size: 25px;
    line-height: 28px;
  }
}

.site-menu__menu-title i {
  display: none;
}

@media (max-width: 767.98px) {
  .site-menu__menu-title {
    border-top: 1px solid gainsboro;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 20px 15px;
  }
  .site-menu__menu-title i {
    display: block;
    color: #ec2024;
    font-size: 18px;
    margin-right: 10px;
  }
  .site-menu__menu-title.site-menu__title--opened i {
    transform: rotate(180deg);
  }
}

.site-menu__menu-title.site-footer__menu-title--first {
  border-top: none;
}

.site-menu__menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1230px) {
  .menu-program{
    display: flex;
  }
  .site-menu__menu.site-menu__menu-columns.menu-program ul {
   /*  
   padding-right: 110px;
  -webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;
    */
    white-space: nowrap;
  }
  .site-menu__menu.site-menu__menu-columns.menu-program ul li {
    display: block;
    float:left;
    width: 194px;
  }
  .site-menu__menu.site-menu__menu-columns.menu-program ul li:nth-child(2n+1) {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-menu__menu.site-menu__menu-columns ul {
    -webkit-column-count: 3;
    -moz-column-count: 3; 
    column-count: 3;
    white-space: nowrap;
  }
  .site-menu__menu.site-menu__menu-columns ul li {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .site-menu__menu {
    padding-bottom: 20px;
    display: none;
  }
}

.site-menu__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.site-menu__menu ul li {
  margin-bottom: 15px;
}

.site-menu__menu ul li:last-child {
  margin-bottom: 0;
}

.site-menu__menu a {
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  color: #a0a0a0;
  margin: 0;
}

.site-menu__images {
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .site-menu__images {
    margin-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .site-menu__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1em 1em;
  }
  .site-menu__images a {
    display: block;
  }
  .site-menu__images a:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
  }
  .site-menu__images a:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .site-menu__images a:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .site-menu__images a img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .site-menu__images a {
    margin-bottom: 25px;
  }
  .site-menu__images a:last-child {
    margin-bottom: 0;
  }
}

.site-menu__images a {
  display: block;
  transition: .2s ease-in;
}

.site-menu__images a:hover {
  opacity: .5;
}

.callback-form {
  background: url("../images/common/callback-form__bg-new.svg") bottom 40px center no-repeat;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .callback-form {
    background: white;
  }
}

.callback-form__body {
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 64px 48px;
}
@media (max-width: 767.98px) {
  .callback-form__body {
    padding: 0;
    box-shadow: none;
  }
}

.complex-automation__cards {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  background: white;
}

.complex-automation__cards .swiper-pagination {
  bottom: 0;
}

.complex-automation__cards .swiper-slide {
  height: auto;
}

@media (max-width: 767.98px) {
  .complex-automation__cards {
    box-shadow: none;
  }
}

.swiper-navigation {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-navigation .swiper-pagination {
  margin: 0 15px;
  position: relative;
}

.swiper-navigation .swiper-prev,
.swiper-navigation .swiper-next {
  color: gainsboro;
  font-size: 22px;
  line-height: 22px;
  transition: .2s ease-in;
  padding: 0 15px;
}

.swiper-navigation .swiper-prev:hover,
.swiper-navigation .swiper-next:hover {
  cursor: pointer;
  color: #a0a0a0;
}

.page-header {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  min-height: 560px;
  margin-bottom: 15px;
  padding-bottom: 220px;
  background: url("../images/common/page-header/inner--desktop.svg") center bottom no-repeat;
}

@media (max-width: 991.98px) {
  .page-header {
    padding-top: 60px;
    min-height: 650px;
    padding-bottom: 230px;
    background-image: url("../images/common/page-header/inner--tablet.svg");
    margin-bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding-top: 145px;
    min-height: 370px;
    padding-bottom: 200px;
    background-image: url("../images/common/page-header/inner--mobile.svg");
  }
}

@media (min-width: 1230px) {
  .page-header--with-orange-box {
    background-image: url("../images/common/page-header/inner-with-orange-box--desktop.svg");
  }
  .page-header--with-orange-box .page-header__title h1{
    font-size: 70px;
    line-height: 75px;
  }
}

@media (min-width: 768px) {
  .page-header--home {
    background-image: url("../images/common/page-header/home--tablet.png");
    height: 650px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-header--home {
    background-image: url("../images/common/page-header/home--desktop.png");
    background-size: auto 1024px;
    height: 1024px;
    margin-bottom: -290px;
  }
}

.page-header--home .page-header__body {
  display: flex;
  flex-direction: column;
  width: 590px;
  margin: 100px auto 0 auto;
}

@media (max-width: 767.98px) {
  .page-header--home .page-header__body {
    width: 100%;
    margin: 0;
  }
}

.page-header--home .page-header__title h1{
  font-size: 136px;
  line-height: 106px;
  letter-spacing: -4px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .page-header--home .page-header__title h1{
    font-size: 58px;
    line-height: 50px;
  }
}

.page-header--home .page-header__text {
  padding: 0 50px 0 10px;
  width: 100%;
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .page-header--home .page-header__text {
    margin-top: 15px;
    padding: 0;
  }
}

.page-header--with-content {
  padding-top: 145px;
  background: url("../images/common/page-header/inner--desktop.svg") center bottom no-repeat;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-bottom: 260px;
}

@media (max-width: 1229.98px) {
  .page-header--with-content {
    background-image: linear-gradient(to bottom, #4e0d5e, #4e0d5e);
    height: auto;
    padding-top: 145px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-header--with-content {
    padding-top: 145px;
    min-height: 140px;
    margin-bottom: 0;
  }
}

.page-header--with-content .page-header__title h1{
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .page-header--with-content .page-header__title h1{
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .page-header--with-content .page-header__title h1{
    font-size: 30px;
    line-height: 35px;
  }
}

.page-header__subtitle {
  font-size: 66px;
  line-height: 66px;
  color: white;
  letter-spacing: -2px;
  margin-right: 25px;
  text-align: right;
}
.page-header__title_subtitle {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.28px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .page-header__subtitle {
    font-size: 36px;
    line-height: 36px;
    text-align: left;
  }
}

.page-header__title h1{
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
  font-weight: bold;
  color: white;
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .page-header__title h1{
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .page-header__title h1{
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 1229.98px) {
  .page-header__title h1{
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .page-header__title h1{
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
  }
}

.page-header__text {
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
  color: white;
  width: 60%;
}
.page-header__text.full-width {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 12px;
}
@media (max-width: 1229.98px) {
  .page-header__text {
    width: 100%;
  }
}

.page-header__button {
  margin: 25px -10px 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.page-header__button > div {
  padding: 0 10px;
  margin-bottom: 20px;
}

.page-header--datamobile {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  min-height: 740px;
  margin-bottom: 15px;
  padding-bottom: 220px;
  background: url("../images/datamobile/page-header/inner--desktop.svg") center bottom no-repeat;
}
.page-header--datamobile.new {
    background: url("../images/datamobile/page-header/bg_where.svg") center bottom no-repeat;
    background-position: top;
    margin-bottom: 150px;
}
@media (min-width: 1230px) {
  .page-header--datamobile {
    display: flex;
    align-items: center;
  }
  .page-header--datamobile .page-header__title h1{
    font-size: 40px;
    line-height: 39px;
    margin-bottom: 35px;
    width: 65%;
  }
  .page-header--datamobile.new .page-header__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: max(1em, min(5em, calc(104vw * 4 / 75)));
    line-height: max(1em, min(4em, calc(104vw * 4 / 75)));
    letter-spacing: -0.04em;
        margin-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .page-header--datamobile {
    padding-top: 100px;
    min-height: 655px;
    padding-bottom: 200px;
    background-image: url("../images/datamobile/page-header/home--tablet.svg");
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .page-header--datamobile {
    padding-top: 145px;
    min-height: 370px;
    padding-bottom: 200px;
    background-image: url("../images/datamobile/page-header/home--mobile.svg");
  }
}

.page-header--datamobile .page-header__text {
  font-size: 18px;
  line-height: 27px;
  margin-top: 10px;
  color: white;
  width: 40%;
}

@media (max-width: 1229.98px) {
  .page-header--datamobile .page-header__text {
    width: 100%;
  }
}

@media (min-width: 1230px) {
  .page-header--products {
    background-image: url("../images/datamobile/page-header/inner--products.svg");
  }
}

.page-header--products .page-header__title span {
  display: block;
}

@media (min-width: 768px) {
  .page-header--products .page-header__title span {
    font-size: 68px;
    font-weight: normal;
    margin: 10px 0;
    font-size: 40px;
    line-height: 39px;
  }
}

@media (min-width: 768px) {
  .page-header--home--datamobile {
    background-image: url("../images/datamobile/page-header/home--tablet.svg");
    height: 684px;
    margin-bottom: 160px;
  }
}

@media (min-width: 1230px) {
  .page-header--home--datamobile {
    background-image: url("../images/datamobile/page-header/home--desktop.svg");
    height: 1018px;
    padding-bottom: 0;
    margin-bottom: -310px;
  }
    .pageblock-header.resource_where .page-header__title p {
        width: 40%;
    }
}

@media (max-width: 767.98px) {
  .page-header--home--datamobile {
    padding-top: 145px;
    min-height: 370px;
    padding-bottom: 200px;
    background-image: url("../images/datamobile/page-header/home--mobile.svg");
    margin-bottom: -30px;
  }
}

.page-header--home--datamobile .page-header__body {
  display: flex;
  flex-direction: column;
  width: 590px;
  margin: 100px 180px 0 auto;
}

@media (max-width: 1229.98px) {
  .page-header--home--datamobile .page-header__body {
    margin: 20px 140px 0 auto;
  }
}

@media (max-width: 991.98px) {
  .page-header--home--datamobile .page-header__body {
    width: 607px;
    margin: 40px 71px 0 auto;
  }
}

@media (max-width: 767.98px) {
  .page-header--home--datamobile .page-header__body {
    width: 100%;
    margin: 0;
  }
}

.page-header--home--datamobile .page-header__title h1{
  font-size: 136px;
  line-height: 106px;
  letter-spacing: -4px;
  margin-top: 10px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .page-header--home--datamobile .page-header__title h1{
    font-size: 58px;
    line-height: 50px;
  }
}

.page-header--home--datamobile .page-header__text {
  margin-top: 35px;
  width: 350px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .page-header--home--datamobile .page-header__text {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
}

.page-header__dog {
  position: absolute;
  top: 415px;
  height: 475px;
  left: calc(50% - 650px);
  width: 348px;
  background: url("../images/datamobile/page-header/header-dog.svg") no-repeat top left;
  background-size: contain;
  transition: .2s ease-in-out;
}

.page-header__dog:hover {
  transform: scale(0.95);
}

@media (max-width: 1229.98px) {
  .page-header__dog {
    left: calc(50% - 155px);
    top: 455px;
    width: 349px;
    height: 394px;
    background-image: url("../images/datamobile/page-header/header-dog--tablet.svg");
  }
}

@media (max-width: 767.98px) {
  .page-header__dog {
    display: none;
  }
}

.page-header__line {
  position: absolute;
  top: 301px;
  height: 512px;
  left: calc(50% - 280px);
  width: 245px;
  background: url("../images/datamobile/page-header/header-line.svg") no-repeat top left;
  background-size: contain;
}

.still-in-doubt {
  position: relative;
}

.still-in-doubt:before {
  width: 100%;
  min-height: 900px;
  display: block;
  position: absolute;
  z-index: -3;
  content: '';
  background: url("../images/common/still-in-doubt__bg.svg") bottom center no-repeat;
  bottom: -60px;
}

@media (min-width: 1230px) {
  .still-in-doubt {
    padding-top: 30px;
  }
}

.still-in-doubt__text {
  font-size: 18px;
}

.still-in-doubt--datamobile {
  position: relative;
}
.still-in-doubt--datamobile-no-image {
  position: relative;
}
.still-in-doubt--datamobile:before {
  width: 100%;
  min-height: 900px;
  display: block;
  position: absolute;
  z-index: -3;
  content: '';
  background: url("../images/datamobile/backgrounds/still-in-doubt.svg") bottom center no-repeat;
  bottom: -60px;
}

.why-our-company {
  position: relative;
  color: white;
}

@media (max-width: 767.98px) {
  .why-our-company {
    padding-top: 100px;
  }
}

.why-our-company:before {
  width: 100%;
  min-height: 1400px;
  display: block;
  position: absolute;
  z-index: -3;
  content: '';
  background: url("../images/common/why-our-company__bg.svg") top center no-repeat;
  top: -400px;
}

@media (max-width: 767.98px) {
  .why-our-company:before {
    top: 0;
    background-position-y: -90px;
    height: calc(100% - 190px);
    min-height: auto;
  }
}

.why-our-company__text {
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .why-our-company__text {
    flex-direction: column;
  }
}

.why-our-company__text-body {
  max-width: 450px;
  margin: 0 50px;
}

@media (max-width: 991.98px) {
  .why-our-company__text-body {
    margin: 0 0 30px 0;
    width: 100%;
  }
  .why-our-company__text-body:last-child {
    margin-bottom: 0;
  }
}

.why-our-company--datamobile {
  position: relative;
  color: white;
  padding-bottom: 70px;
  padding-top: 500px;
  margin-top: -100px;
  overflow: hidden;
}

.why-our-company--datamobile:before {
  width: 100%;
  min-height: 1440px;
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  background: url("../images/datamobile/backgrounds/why-our-company.svg") top center no-repeat;
}

@media (max-width: 575.98px) {
  .why-our-company--datamobile {
    padding-top: 300px;
    margin-top: -170px;
  }
  .why-our-company--datamobile:before {
    background: url("../images/datamobile/backgrounds/why-our-company--mobile.svg") top center no-repeat;
    background-size: 2000px;
    background-position-x: -880px;
    height: 100%;
  }
}

.why-our-company__cards {
  margin-bottom: 110px;
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  .why-our-company__cards {
    margin-bottom: 0;
  }
  .why-our-company__cards .swiper-navigation * {
    color: white;
  }
}

.block-header {
  padding: 50px 0 32px;
}

@media (max-width: 991.98px) {
  .block-header {
    padding: 35px 0 20px 0;
  }
}

.block-header.block-header--red .block-header__undertitle {
  color: white;
}

.block-header.block-header--color-white .block-header__before-title {
  color: white;
}

.block-header.block-header--color-white .block-header__title {
  color: white;
}

.block-header.block-header--color-white .block-header__after-title {
  color: white;
}

.block-header.block-header--line .block-header__title:before {
  z-index: -2;
  display: block;
  content: '';
  width: 343px;
  height: 587px;
  background: url("../images/common/still-in-doubt__line.svg") bottom right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  right: calc(100% + 60px);
}

@media (max-width: 1229.98px) {
  .block-header.block-header--line .block-header__title:before {
    display: none;
  }
}

.block-header.block-header--line-right .block-header__title:before {
  display: block;
  content: '';
  width: 474px;
  height: 1349px;
  background: url("../images/datamobile/backgrounds/business-solutions__line.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: calc(100% - 173px);
  z-index: 0;
}

@media (max-width: 1229.98px) {
  .block-header.block-header--line-right .block-header__title:before {
    display: none;
  }
}

.block-header__body {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}

.block-header__before-title {
    color: #323232;
    letter-spacing: -2px;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
}

@media (max-width: 767.98px) {
  .block-header__before-title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}

.block-header__title {
    position: relative;
    font-stretch: normal;
    font-style: normal;
    color: #ec2024;
    padding-bottom: 25px;
    font-weight: 700;
    font-size: 128px;
    line-height: 100px;
    letter-spacing: -0.04em;
}

.block-header__title.block-header__title--callback-form {
  margin-left: -70px;
}

@media (max-width: 767.98px) {
  .block-header__title.block-header__title--callback-form {
    margin-left: 0;
  }
}

@media (max-width: 1229.98px) {
  .block-header__title {
    font-size: 98px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767.98px) {
  .block-header__title {
    font-size: 60px;
    line-height: 54px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    letter-spacing: -2px;
    margin-top: 5px;
  }
}

@media (max-width: 575.98px) {
  .block-header__title {
    font-size: 40px;
    line-height: 40px;
  }
}

.block-header__after-title {
    color: #323232;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
  .block-header__after-title {
    text-align: right;
  }
}

@media (max-width: 767.98px) {
  .block-header__after-title {
    font-size: 36px;
    line-height: 39px;
    letter-spacing: -1px;
    text-align: left;
  }
}

.block-header__after-title.block-header__after-title--callback-form {
  text-align: right;
  margin-right: -70px;
}

@media (max-width: 991.98px) {
  .block-header__after-title.block-header__after-title--callback-form {
    text-align: left;
    margin-right: 0;
  }
}

.block-header__after-title.block-header__after-title--complex-automation {
  margin-left: 200px;
}

@media (max-width: 991.98px) {
  .block-header__after-title.block-header__after-title--complex-automation {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .callback-form .block-header__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .callback-form .block-header__after-title {
    margin-left: 10px;
  }
}

.block-youtube-video {
  position: relative;
  cursor: pointer;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
.block-youtube-video-instructions{
  height: 100%
}
.block-youtube-video-instructions .block-youtube-video__title{
  top: 0;
  font-size: 19px;
  line-height: 18px;
  margin-top: 0px;
}
.block-youtube-video-instructions .img_bg{
  width: 100%;
}

.block-youtube-video:before, .block-youtube-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transition: .2s ease-in;
}

.block-youtube-video:before {
  opacity: .4;
  background: #323232;
}

.block-youtube-video:after {
  background: url("../images/common/block-youtube-video__icon.svg") center no-repeat;
}

@media (max-width: 991.98px) {
  .block-youtube-video {
    height: 200px;;
  }
  .block-youtube-video-instructions{
    height: 100%
  }
}

@media (max-width: 767.98px) {
  .block-youtube-video {
    margin: 0 -15px;
    height: 200px;
  }
  .block-youtube-video-instructions{
    height: 100%
  }
}

.block-youtube-video__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  margin-top: 30px;
  z-index: 1;
  transition: .3s ease-in;
}

@media (max-width: 991.98px) {
  .block-youtube-video__title {
    font-size: 25px;
    line-height: 28px;
  }
}

.block-button {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.block-button > .text-center .btn--orange-to-red:hover {
    color: #FF9023;
    border: 2px solid #FF9023;
}
.block-button > .text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
@media (max-width: 767.98px) {
  .block-button {
    margin-top: 30px;
  }
}

.block-button .btn {
  margin: 0 10px;
}

.block-header-lite {
  text-align: center;
  margin: 50px 0;
}

.block-header-lite.block-header-lite--margin-top-0 {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .block-header-lite {
    margin: 25px 0;
  }
}

.block-header-lite__title {
  font-size: 60px;
  line-height: 65px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .block-header-lite__title {
    font-size: 45px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .block-header-lite__title {
    font-size: 30px;
    line-height: 35px;
  }
}

.block-header-lite__subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #323232;
  margin-top: 10px;
}

.block-header-lite__text {
  font-size: 16px;
  line-height: 1.38;
  color: #323232;
  text-align: center;
  margin-top: 40px;
}

.block-video-gallery .swiper-slide-thumb-active .block-video-gallery__card-image:after {
  height: 10px;
}

.block-video-gallery .swiper-slide .block-video-gallery__card {
  transition: .2s ease;
}

.block-video-gallery .swiper-slide .block-video-gallery__card:hover {
  transform: scale(0.9);
}

.block-video-gallery .block-youtube-video {
  margin: 0 !important;
}
.block-video-gallery__slider {
    position: relative;
    overflow: hidden;
}
.block-video-gallery__slider-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.block-video-gallery__slider-navigation .container {
  position: relative;
}

.block-video-gallery__slider-navigation .swiper-button-prev,
.block-video-gallery__slider-navigation .swiper-button-next {
  color: white;
  width: 100px;
  height: 100px;
  transition: .2s ease;
  top: calc(50% - 25px);
}

@media (max-width: 767.98px) {
  .block-video-gallery__slider-navigation .swiper-button-prev,
  .block-video-gallery__slider-navigation .swiper-button-next {
    top: calc(50% - 45px);
  }
}

.block-video-gallery__slider-navigation .swiper-button-prev:hover,
.block-video-gallery__slider-navigation .swiper-button-next:hover {
  opacity: .3;
}

.block-video-gallery__slider-navigation .swiper-button-prev {
  left: 0;
}

.block-video-gallery__slider-navigation .swiper-button-next {
  right: 0;
}

.block-video-gallery__thumbs {
  counter-reset: list;
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .block-video-gallery__thumbs {
    display: none;
  }
}

.block-video-gallery__card {
  cursor: pointer;
}

.block-video-gallery__card:hover .block-video-gallery__card-image:after {
  height: 10px;
}

.block-video-gallery__card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.block-video-gallery__card-image img {
  display: block;
  height: auto;
  width: 100%;
}
/*
.block-video-gallery__card-image:before {
  font-size: 62px;
  line-height: 34px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  counter-increment: list;
  content: counter(list);
}

.block-video-gallery__card-image:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  background: #ec2024;
  height: 0;
  width: 100%;
  transition: .2s ease;
}
*/
.block-video-gallery .swiper-pagination-bullets{

}
.block-video-gallery__card-title {
  font-size: 16px;
  line-height: 1.38;
  color: #323232;
  margin-top: 10px;
  text-align: center;
}

.block-video-gallery__tabs {
  margin-bottom: 40px;
}

.block-video-gallery__tabs .block-tabs__nav {
  justify-content: center;
}

.block-video-gallery__slider .swiper-wrapper {
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .block-video-gallery__slider .swiper-pagination {
    display: flex;
  }
  .block-video-gallery .swiper-button-prev,
  .block-video-gallery .swiper-button-next{
    color: rgba(255,255,255,0.5);
    width: 30px;
  }
}

.block-realized-projects {
  background: url("../images/common/realized-project__bg.svg") bottom center no-repeat;
}

.block-404 {
  background: url("../images/common/404__bg.svg") top center no-repeat;
  margin-bottom: 60px;
}

.block-404__image img {
  max-width: 100%;
}

.block-breadcrumbs {
  padding: 0 0 40px 0;
}

.block-breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 13px;
  align-items: center;
}

.block-breadcrumbs ul li a {
  color: #323232;
}

.block-breadcrumbs ul li:after {
  display: block;
  width: 8px;
  height: 14px;
  background: url("../svg");
}
.documents svg {
    width: 100px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.card-solution__body .badge{
    display: inline-flex;
    padding: 4px 16px 8px 16px;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 100px;
    
}
.card-solution__body .badge.new {
    background: var(--head-liner, linear-gradient(140deg, #FF9023 0%, #E80A24 100%));
    bottom: 93px;
    color: #fff;
}
.documents-page .card-solution:hover .card-solution__body .card-solution__icon * {
    
}
.documents-page svg {
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}
.documents-page .title-document {
    font-size: 30px;
    color: #ec2024;
    position: relative;
    display: inline-block;
}
.documents-page .title-document:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ec2024;
    bottom: -5px;
    left: 0px;
}
.documents-page .card-solution__icon img {
    width: 100px;
}
.documents-page .card-solution__icon {
    position: absolute;
    top: 15px;
}
.documents-page .card-solution__title {
    position: absolute;
    bottom: 60px;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
}
.documents-page .block-button {
    position: absolute;
    bottom: 15px;
}
.documents-page .btn:hover {
    background-color: white;
}



.card-solution__title {
    position: absolute;
    bottom: 10px;
}
.documents .card-solution__title {
    height: 100px;
    display: flex;
    align-items: center;
}
.documents .card-solution:hover .st0, .documents .card-solution:hover .st1 {
    fill: #fff;
}
.card-solution:hover .pdf-ico * {
    fill: #fff;
}
.card-solution:hover .pdf-ico .cls-2 {
    fill: #ec2024;
}
.card-solution:hover .zip-ico * {
    fill: #fff!important;
}
.card-solution:hover .zip-ico .st1 {
    fill: #fff;
}
.card-solution:hover .zip-ico .st0 {
    fill: #DE8600;
}
.card-solution:hover .zip-ico .st37 {
    stroke: #fff;
}
.card-solution:hover .youtube-ico * {
    fill: #fff;
}
.card-solution:hover .youtube-ico .cls-2 {
    fill: #ec2024;
}
.card-solution:hover .card-solution__icon * {
    fill: #fff;
}







.block-breadcrumbs ul i {
  margin: 0 10px;
  font-size: 15px;
  line-height: 15px;
  color: #4e0d5e;
}

.block-sidebar-categories {
  margin-bottom: 40px;
}

.block-sidebar-categories__item {
  display: flex;
  border: solid 1px #f0f0f0;
  border-bottom-width: 0;
  align-items: center;
  min-height: 60px;
  transition: .2s ease-in;
}

.block-sidebar-categories__item:last-child {
  border-bottom-width: 1px;
}

.block-sidebar-categories__item:hover, .block-sidebar-categories__item.active {
  text-decoration: none;
  background: #f0f0f0;
}

.block-sidebar-categories__item:hover .block-sidebar-categories__item-icon *, .block-sidebar-categories__item.active .block-sidebar-categories__item-icon * {
  fill: #ec2024;
}

.block-sidebar-categories__item-icon {
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-sidebar-categories__item-icon img,
.block-sidebar-categories__item-icon svg {
  max-height: 35px;
  max-width: 35px;
}

.block-sidebar-categories__item-icon * {
  fill: #4e0d5e;
}

.block-sidebar-categories__item-title {
  font-size: 13px;
  color: #323232;
  line-height: 16px;
  padding: 12px 30px 12px 0;
}

.block-catalog-sort {
  display: flex;
  margin-bottom: 30px;
}

.block-catalog-sort__title {
  margin-right: 20px;
}

.block-catalog-sort__link {
  margin-right: 30px;
}

.block-catalog-sort__link:last-child {
  margin-right: 0;
}

.block-catalog-filters .ui-widget.ui-widget-content {
  border: none !important;
  border-radius: 100px !important;
  background: #f0f0f0;
  height: 5px;
}

.block-catalog-filters .ui-widget-header {
  background: #ec2024;
}

.block-catalog-filters .ui-slider .ui-slider-handle {
  border: none;
  height: 16px;
  width: 16px;
  background: #ec2024;
  border-radius: 100%;
  transition: transform .1s ease-in;
  cursor: pointer;
  margin-left: 0;
}

.block-catalog-filters .ui-slider .ui-slider-handle:last-child {
  margin-left: -16px;
}

.block-catalog-filters .ui-slider .ui-slider-handle:hover {
  transform: scale(1.3);
}

.block-catalog-filters__filter-title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .block-catalog-filters__filter-title {
    font-size: 19px;
    line-height: 25px;
  }
}

.block-catalog-filters__filter-title.block-catalog-filters__filter-title--hidden .block-catalog-filters__filter-title-icon i {
  transform: rotate(180deg);
}

.block-catalog-filters__filter-title-icon {
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 16px;
}

.block-catalog-filters__filter-title-icon i {
  transition: .2s ease-in;
}

.block-catalog-filters__filter-body {
  margin-bottom: 15px;
}
.sort_category {
    display: flex;
    flex-direction: column;
}
.block-catalog-filters__filter-values .form-check {
  display: none;
}

.block-catalog-filters__filter-values.sort_category .form-check {
  display: block;
}

.block-catalog-filters__filter-values .form-check:nth-child(-n + 5) {
  display: block;
}

.block-catalog-filters__filter-values.block-catalog-filters__filter-values--more .form-check {
  display: block !important;
}

.block-catalog-filters__filter-more {
  padding: 5px 0;
}

.block-catalog-filters__filter-more .btn-link {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.block-catalog-filters__filter-more .btn-link:before {
  content: 'Показать все';
}

.block-catalog-filters__filter-more.block-catalog-filters__filter-more--active .btn-link:before {
  content: 'Скрыть';
}

.block-catalog-filters__buttons {
  padding-top: 15px;
}

.block-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767.98px) {
  .block-pagination {
    flex-direction: column;
  }
  .block-pagination .block-pagination__button {
    margin-bottom: 20px;
  }
}

.block-pagination ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.block-pagination ul li a,
.block-pagination ul li span {
  font-size: 18px;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #f0f0f0;
  border-left-width: 0;
  transition: .1s ease-in;
}

.block-pagination ul li span.active,
.block-pagination ul li a:hover,
.block-pagination ul li.active a,
.block-pagination ul li.active span {
  background: #ec2024;
  border-color: #ec2024;
  color: white;
  text-decoration: none;
}

.block-pagination ul li:first-child a {
  border-left-width: 1px;
}

.block-tabs {
  margin-top: 30px;
}

.block-tabs__nav .swiper-container {
  overflow: visible;
}

.block-tabs__nav .swiper-wrapper {
  align-items: center;
}

.block-tabs__nav .swiper-slide {
  width: auto;
}
.datamobile .block-tabs__nav .swiper-slide {
    width: auto;
}
.block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button,
.block-tabs__nav .active.block-tabs__nav-button {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  font-weight: 500;
  color: #ec2024;
  top: -3px;
}

@media (max-width: 991.98px) {
  .block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button,
  .block-tabs__nav .active.block-tabs__nav-button {
    font-size: 25px;
    line-height: 28px;
  }
}

.block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button:after,
.block-tabs__nav .active.block-tabs__nav-button:after {
  width: 100%;
  opacity: 1;
}

.block-tabs__nav.block-tabs__nav--no-swiper {
  display: flex;
  align-items: center;
}

.block-tabs__nav.block-tabs__nav--no-swiper .block-tabs__nav-button {
  margin-right: 35px;
}

.block-tabs__nav.block-tabs__nav--no-swiper .block-tabs__nav-button:last-child {
  margin-right: 0;
}

.block-tabs__nav-button {
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
}

.block-tabs__nav-button:after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  bottom: -15px;
  background: #ec2024;
  position: absolute;
  transition: .2s ease-in;
  opacity: 0;
}

.block-tabs__nav-button:hover {
  text-decoration: none;
}

.block-tabs__nav-button:hover:after {
  width: 100%;
  opacity: 1;
}

.block-tabs__content-body {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .block-tabs__content-body {
    padding-top: 15px;
  }
}

.block-product-to-cart {
  background: #f0f0f0;
  padding: 30px;
}
.block-product-view {
    padding: 30px;
    margin: 15px 0 0 0;
    background-color: #f0f0f0;
}
.block-product-view p {
    margin: 0;
}





@media (max-width: 767.98px) {
  .block-product-to-cart {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .block-product-to-cart {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.block-product-to-cart__prices {
  margin-bottom: 30px;
}

.block-product-to-cart__price {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .block-product-to-cart__price {
    font-size: 30px;
    line-height: 35px;
  }
}

.block-product-to-cart__old-price {
  margin-top: 10px;
  font-size: 23px;
  line-height: 23px;
  color: #a0a0a0;
  text-decoration: line-through;
}

.block-product-gallery {
  position: relative;
  margin-bottom: 20px;
}

.block-product-gallery__image {
  border: 1px solid #f0f0f0;
  margin-bottom: 10px;
  overflow: hidden;
}
.block-product-gallery__thumbs {
    overflow: hidden;
}
.block-product-gallery__image img {
  width: 100%;
}

.block-product-gallery__image .swiper-button-prev,
.block-product-gallery__image .swiper-button-next {
  color: #a0a0a0;
}

.block-product-gallery__thumbs .swiper-slide {
  border: 1px solid #f0f0f0;
}

.block-product-gallery__thumbs .swiper-slide img {
  width: 100%;
}

.block-product-gallery__thumbs .swiper-slide:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -1px;
  left: -1px;
  background: #ec2024;
  height: 0;
  width: calc(100% + 2px);
  transition: .2s ease;
}

.block-product-gallery__thumbs .swiper-slide:hover {
  cursor: pointer;
}

.block-product-gallery__thumbs .swiper-slide:hover:after {
  height: 5px;
}

.block-product-gallery__thumbs .swiper-slide-thumb-active:after {
  height: 5px;
}

.block-cabinet-auth__body {
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 60px 70px;
  z-index: 3;
  position: relative;
}

@media (min-width: 992px) {
  .block-cabinet-auth__body {
    margin-top: -200px;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .block-cabinet-auth__body {
    margin-top: -300px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .block-cabinet-auth__body {
    padding: 20px;
    margin-top: -160px;
    margin-bottom: 60px;
  }
}

.block-cabinet-auth__buttons {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .block-cabinet-auth__buttons {
    margin-top: 10px;
  }
  .block-cabinet-auth__buttons .btn {
    width: 100%;
    margin: 15px 0;
  }
}

.block-sidebar-banner {
  padding: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 30px;
}

.block-sidebar-banner__logo {
  margin-bottom: 25px;
}

.block-sidebar-banner__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: white;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .block-sidebar-banner__title {
    font-size: 25px;
    line-height: 28px;
  }
}

.block-sidebar-blog {
  margin-top: 30px;
}

.block-sidebar-blog__image {
  display: block;
}

.block-sidebar-blog__image img {
  width: 100%;
}

.block-sidebar-blog__body {
  padding: 30px;
  border: 1px solid #f0f0f0;
}

.block-sidebar-blog__tags {
  margin-bottom: 20px;
}

.block-sidebar-blog__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
  color: #323232;
}

@media (max-width: 991.98px) {
  .block-sidebar-blog__title {
    font-size: 25px;
    line-height: 28px;
  }
}

.block-sidebar-blog__title:hover {
  text-decoration: none;
  color: #323232;
}

.block-sidebar-blog__text {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
}

.block-sidebar-blog__button .btn {
  width: 100%;
}

.block-cart-steps {
  display: flex;
  justify-content: space-between;
  counter-reset: list;
  margin: 30px 0 60px 0;
}

@media (max-width: 1229.98px) {
  .block-cart-steps {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767.98px) {
  .block-cart-steps {
    justify-content: center;
  }
}

.block-cart-steps.block-cart-steps--step-1 .block-cart-steps__step:first-child:before {
  background: #ec2024;
}

@media (max-width: 767.98px) {
  .block-cart-steps.block-cart-steps--step-1 .block-cart-steps__step:first-child {
    position: static;
  }
}

.block-cart-steps.block-cart-steps--step-2 .block-cart-steps__step:nth-child(1):before, .block-cart-steps.block-cart-steps--step-2 .block-cart-steps__step:nth-child(2):before {
  background: #ec2024;
}

@media (max-width: 767.98px) {
  .block-cart-steps.block-cart-steps--step-2 .block-cart-steps__step:nth-child(2) {
    position: static;
  }
}

.block-cart-steps.block-cart-steps--step-3 .block-cart-steps__step:before {
  background: #ec2024;
}

@media (max-width: 767.98px) {
  .block-cart-steps.block-cart-steps--step-3 .block-cart-steps__step:nth-child(3) {
    position: static;
  }
}

.block-cart-steps__step {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  display: flex;
  align-items: center;
  max-width: 330px;
}

@media (max-width: 991.98px) {
  .block-cart-steps__step {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 1229.98px) {
  .block-cart-steps__step {
    font-size: 17px;
    line-height: 19px;
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-steps__step {
    padding-right: 0;
    position: absolute;
    left: -15000px;
  }
}

.block-cart-steps__step:last-child {
  padding-right: 0;
}

.block-cart-steps__step:before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  min-width: 70px;
  background: gainsboro;
  border-radius: 100%;
  margin-right: 18px;
  font-size: 40px;
  color: white;
  counter-increment: list;
  content: counter(list);
}

@media (max-width: 1229.98px) {
  .block-cart-steps__step:before {
    min-height: 48px;
    min-width: 48px;
    font-size: 29px;
  }
}

@media (max-width: 991.98px) {
  .block-cart-steps__step:before {
    min-height: 34px;
    min-width: 34px;
    font-size: 19px;
  }
}

.block-cart-finish {
  position: relative;
  margin-bottom: 30px;
}

.block-cart-finish__image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .block-cart-finish__image {
    text-align: center;
    margin-bottom: 20px;
  }
  .block-cart-finish__image img {
    max-width: 250px;
  }
}

.block-cart-finish__body {
  position: absolute;
  top: 210px;
  left: 320px;
}

@media (max-width: 1229.98px) {
  .block-cart-finish__body {
    top: 160px;
    left: 280px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-finish__body {
    position: static;
  }
}

.block-cart-finish__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .block-cart-finish__title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-finish__title {
    margin-bottom: 5px;
    white-space: normal;
  }
}

.block-cart-finish__text {
  padding-right: 70px;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .block-cart-finish__text {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-finish__button .btn {
    width: 100%;
  }
}

.block-cart-order-checkout {
  padding: 15px 15px 40px 15px;
  background: #f0f0f0;
}

@media (max-width: 1229.98px) {
  .block-cart-order-checkout {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-order-checkout {
    margin-top: 15px;
  }
}

.block-cart-order-checkout__body {
  padding: 0 10px;
}

@media (max-width: 1229.98px) {
  .block-cart-order-checkout__body {
    padding: 0;
  }
}

.block-cart-order-checkout__price {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .block-cart-order-checkout__price {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 767.98px) {
  .block-cart-order-checkout__price {
    margin-bottom: 5px;
  }
}

.block-cart-order-checkout__old-price {
  font-size: 25px;
  color: #a0a0a0;
  line-height: 25px;
  text-decoration: line-through;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .block-cart-order-checkout__old-price {
    margin-bottom: 10px;
  }
}

.block-cart-order-checkout__text {
  margin: 10px 0 25px 0;
  font-size: 13px;
  line-height: 18px;
}

.block-blog-filter.block-blog-filter--with-shadow {
  padding-bottom: 40px;
}

@media (min-width: 1230px) {
  .block-blog-filter.block-blog-filter--with-shadow {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
    padding: 30px 30px 40px 30px;
    margin-bottom: 30px;
  }
}

.block-blog-filter .form-group {
  margin-bottom: 0;
}

.block-blog-filter__search {
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1229.98px) {
  .block-blog-filter__search {
    margin-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .block-blog-filter__search {
    margin-bottom: 15px;
  }
}

.block-blog-filter__date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .block-blog-filter__date {
    flex-direction: column;
    align-items: stretch;
  }
  .block-blog-filter__date > div {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .block-blog-filter__date .form-group {
    margin: 0 10px;
  }
}

.block-blog-filter__date .form-control {
  width: 100%;
}

@media (min-width: 768px) {
  .block-blog-filter__date .btn {
    margin-left: 10px;
  }
}

.block-blog-filter__date-title {
  font-size: 18px;
  margin-right: 10px;
  white-space: nowrap;
}

@media (min-width: 992px) and (max-width: 1229.98px) {
  .block-blog-filter__date-title {
    margin-right: 0;
  }
}

.block-blog-filter__tags {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
}

.block-blog-filter__tag {
  /*display: none;*/
  display: inline-flex;
  height: 32px;
  align-items: center;
  padding: 0 10px 3px 10px;
  background: #f0f0f0;
  margin:0 10px 10px 0;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  transition: .2s ease-in;
  text-decoration: none;
  color: #323232;
}

.block-blog-filter__tag:nth-child(-n+7) {
  display: inline-flex;
}

.block-blog-filter__tag:hover {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transform: scale(0.9);
}

.block-blog-filter__tag.active {
  background: #4e0d5e;
  color: white;
}

.block-blog-filter__tags-more {
  height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 10px;
  color: #ec2024;
  transition: .2s ease-in;
}

.block-blog-filter__tags-more:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.block-subscription {
  min-height: 190px;
  background: url("../images/common/block-subscription.svg") center no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .block-subscription {
    padding: 30px 0;
  }
}

.block-subscription__title {
  margin-bottom: 5px;
}

.block-subscription__subtitle {
  font-size: 13px;
}

@media (min-width: 768px) {
  .block-subscription__subtitle {
    margin-bottom: -10px;
  }
}

.block-calendar {
  margin-bottom: 60px;
}

.block-calendar .form-group {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .block-calendar {
    margin-bottom: 20px;
  }
}

.block-calendar__title i {
  font-size: 12px;
  margin-left: 10px;
  color: #a0a0a0;
  font-style: normal;
}

.block-calendar__header {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.block-calendar__header .h3 {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .block-calendar__header {
    margin-bottom: 5px;
  }
}

.block-calendar__nav {
  padding-top: 18px;
  display: flex;
  font-size: 26px;
  line-height: 0;
  color: #ec2024;
}

@media (max-width: 991.98px) {
  .block-calendar__nav {
    padding-top: 0;
  }
}

.block-calendar__next {
  margin-left: 40px;
}

.block-calendar__prev,
.block-calendar__next {
  transition: .2s ease-in;
}

.block-calendar__prev:hover,
.block-calendar__next:hover {
  cursor: pointer;
  transform: scale(0.8);
}

.block-calendar__table .datepicker-inline .datepicker {
  font-family: inherit;
  width: 100%;
  border: none;
  color: #323232;
}

.block-calendar__table .datepicker-inline .datepicker--content {
  padding: 0;
  margin: 0;
}

.block-calendar__table .datepicker-inline .datepicker--nav {
  display: none;
}

.block-calendar__table .datepicker-inline .datepicker--nav-action {
  width: 50px;
  height: 50px;
}

.block-calendar__table .datepicker-inline .datepicker--nav-action svg {
  height: 20px;
  width: 20px;
}

.block-calendar__table .datepicker-inline .datepicker--nav-action svg path {
  stroke: #ec2024;
}

.block-calendar__table .datepicker-inline .datepicker--days .datepicker--days-names {
  padding: 0;
  margin: 0;
}

.block-calendar__table .datepicker-inline .datepicker--days .datepicker--day-name {
  font-size: 13px;
  color: #a0a0a0;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  text-transform: none;
}

.block-calendar__table .datepicker-inline .datepicker--cells {
  font-size: 30px;
  line-height: 30px;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  padding: 20px;
  height: auto;
  position: relative;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell:before {
  transition: .2s ease-in;
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 23px);
  width: 46px;
  height: 0;
  bottom: -1px;
  background: #ec2024;
  z-index: -1;
  opacity: 1;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell:after {
  transition: .2s ease-in;
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  min-width: 46px;
  height: 46px;
  background: #ec2024;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell:hover {
  background: transparent;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-selected- {
  background: transparent;
  color: #323232;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-selected-:before {
  height: 4px;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-current- {
  color: white !important;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-current-:after {
  opacity: 1;
}

.block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-weekend-, .block-calendar__table .datepicker-inline .datepicker--cells .datepicker--cell.-other-month- {
  color: #a0a0a0;
}

.block-cart-products__remove {
  left: -70px;
  position: relative;
}

@media (max-width: 1229.98px) {
  .block-cart-products__remove {
    left: 0px;
  }
  .block-cart-products__remove .btn-link {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-sidebar-text__image {
  margin-bottom: 20px;
}

.block-products {
  margin-top: 40px;
  margin-bottom: 60px;
}

.block-products .swiper-container {
  overflow: visible;
}

.block-products .swiper-slide .card-product:before {
  border: solid 1px #f0f0f0;
}

.block-sidebar {
  margin-bottom: 60px;
}

@media (max-width: 1229.98px) {
  .block-sidebar {
    position: fixed;
    z-index: 20;
    left: -340px;
    top: 0;
    max-width: 340px;
    width: 100%;
    height: 100%;
    background: white;
    padding: 50px 30px;
    overflow: scroll;
    transition: left .2s ease-in;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .block-sidebar::-webkit-scrollbar {
    display: none;
  }
  .block-sidebar.block-sidebar--opened {
    left: 0;
    box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}

.block-sidebar__close {
  display: none;
}

@media (max-width: 1229.98px) {
  .block-sidebar__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #ec2024;
    cursor: pointer;
  }
}

.block-product-files__file {
  margin-bottom: 10px;
}

.block-product-files__file a {
  display: flex;
  align-items: center;
  color: #323232;
  font-size: 13px;
}

.block-product-files__file a i {
  color: #ec2024;
  font-size: 18px;
  margin-right: 10px;
}

.block-cabinet-data__image {
  position: relative;
  transition: .2s ease-in;
}

@media (max-width: 991.98px) {
  .block-cabinet-data__image {
    margin-bottom: 20px;
    max-width: 280px;
  }
}

@media (max-width: 767.98px) {
  .block-cabinet-data__image {
    margin: 0 auto 20px auto;
    max-width: 130px;
  }
}

.block-cabinet-data__image:hover {
  cursor: pointer;
}

.block-cabinet-data__image:hover .block-cabinet-data__camera {
  opacity: 1;
  transform: scale(0.9);
}

.block-cabinet-data__camera {
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 25px);
  background: #323232;
  color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: .5;
  transition: inherit;
}

@media (min-width: 992px) {
  .block-solutions--datamobile .block-header__body {
    width: 589px;
  }
  .block-solutions--datamobile .block-tabs__content-body {
    min-height: 750px;
  }
}

.block-solutions--datamobile .block-header__before-title {
  margin-bottom: 20px;
}

@media (min-width: 1230px) {
  .block-solutions--datamobile .block-tabs {
    margin-top: 0;
  }
  .block-solutions--datamobile .block-tabs__content {
    margin-bottom: 10px;
  }
}

.block-go-to-certification {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.block-go-to-certification__title {
    font-size: 27px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 50px;
    text-align: left;
}

@media (max-width: 991.98px) {
  .block-go-to-certification__title {
    font-size: 25px;
    line-height: 28px;
    
  }
}

@media (max-width: 767.98px) {
  .block-go-to-certification__title {
    margin-bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
}

.block-go-to-certification__text {
  padding: 0 50px;
  margin-bottom: 20px;
  font-size: 18px;
}
.block-go-to-certification__text:last-child {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .block-go-to-certification__text {
    padding-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .block-go-to-certification__button .btn {
    width: 100%;
  }
}

.block-go-to-certification__image {
  text-align: center;
}

@media (max-width: 767.98px) {
  .block-go-to-certification__image {
    margin-bottom: 30px;
  }
}

.block-go-to-certification__image img {
  max-width: 240px;
}

.block-certification {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .block-certification {
    margin-top: -260px;
  }
}

.block-certification__body {
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 70px;
}

@media (max-width: 991.98px) {
  .block-certification__body {
    box-shadow: none;
    padding: 30px 0 0 0;
  }
}

.block-certification__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .block-certification__header {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.block-certification__header-steps {
  font-size: 30px;
  font-weight: bold;
  line-height: 20px;
}

.block-certification__header-steps-current {
  font-size: 60px;
  line-height: 0;
  color: #ec2024;
}

.block-certification__header-line {
  flex-grow: 1;
  margin: 0 30px;
  position: relative;
}

.block-certification__header-line div {
  height: 10px;
  background: #ec2024;
  border-radius: 100px;
  z-index: 2;
  position: relative;
}

@media (max-width: 767.98px) {
  .block-certification__header-line {
    flex-grow: 1;
    padding: 0;
    margin: 20px 0 15px 0;
    flex-basis: 100%;
  }
}

.block-certification__header-line:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: gainsboro;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block-certification__header-stars {
  margin-bottom: -2px;
}

@media (max-width: 767.98px) {
  .block-certification__header-stars {
    flex-basis: 100%;
  }
}

.block-certification__header-stars svg:nth-child(1) *, .block-certification__header-stars svg:nth-child(2) *, .block-certification__header-stars svg:nth-child(3) * {
  fill: #ec2024;
}

.block-certification__title {
  margin-bottom: 35px;
}

.block-certification__answers {
  margin-bottom: 20px;
}

.block-certification__result-question-title {
  display: flex;
  align-items: center;
}

.block-certification__result-question-title-num {
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  color: #ec2024;
  margin-right: 20px;
  width: 50px;
  min-width: 50px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .block-certification__result-question-title-num {
    font-size: 30px;
    line-height: 35px;
  }
}

.block-certification__result-question-title-text {
  flex-grow: 1;
}

.block-certification__result-question {
  margin-bottom: 40px;
}

.block-certification__result-question-answer {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.block-certification__result-question-answer.block-certification__result-question-answer--wrong .block-certification__result-question-answer-icon {
  color: #ec2024;
}

.block-certification__result-question-answer-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
  text-align: center;
  font-size: 26px;
  color: #71cf63;
}

.block-certification__result-question-answer-title {
  font-size: 13px;
}

.block-where {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .block-where {
    margin-top: -260px;
  }
  .block-where.new {
    margin-top: 0;
  }
}

.block-where__filter {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 30px 50px 30px;
  background: white;
  min-height: 220px;
  margin-bottom: 55px;
}
.block-where.new .block-where__filter {
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    border-radius: 16px;
    background: var(--dm-white, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 24px;
}
.block-where.new .form {
    width: 100%;
}
.block-where__filter .block-tabs {
  margin: 0 0 40px 0;
}

.block-where__filter-form {
  display: flex;
  justify-content: space-between;
}

.block-where__filter-form > div {
  flex-grow: 1;
}

.block-where__table {
  max-width: 100%;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.block-where__table::-webkit-scrollbar {
  display: none;
}

.block-where__table table {
  width: 100%;
}

.block-where__table table th,
.block-where__table table td {
  border-bottom: 1px solid gainsboro;
}

.block-where__table table th {
  padding-bottom: 20px;
  color: gainsboro;
}

.block-where__table table td {
  padding: 15px 0;
  padding-right: 30px;
  vertical-align: top;
  max-width: 270px;
}

.block-where__table table td:last-child {
  padding-right: 0;
}

.block-where__map {
  height: 700px;

}


.block-where__map-tabs {
  position: absolute;
  left: 30px;
  z-index: 999;
}

#map {
  height: 700px;

}
#map_partners {
    height: 700px;
}
.block-where__map-marker {
  font-size: 16px;
}

.block-where__map-marker a {
  color: #ec2024;
  text-decoration: underline;
}

.block-where__map-marker a:hover {
  text-decoration: none;
}

.block-activation {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.block-where.new .btn {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    box-shadow: none;
}
.block-where.new .btn-white {
    color: #323232;
    background-color: #fff;
    border: 2px solid var(--bg-form, #F5F5F5);
}
.block-where.new .btn-white:hover {
    
}
.block-where.new .block-tabs__nav.block-tabs__nav--no-swiper .block-tabs__nav-button {
    margin-right: 24px;
}
.block-where.new .block-tabs__nav.block-tabs__nav--no-swiper .active.block-tabs__nav-button {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    top: 0;
    color: #E80A25;
}
.block-where.new .block-tabs__nav.block-tabs__nav--no-swiper .block-tabs__nav-button {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #8F9294;
}
.block-where.new .block-tabs__nav-button:after {
    height: 2px;
    bottom: -12px;
    background: #E80A25;
}
.block-where.new .block-tabs__nav-button {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #8F9294;
}
.block-where.new .form-label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8F9294;
}
.block-where.new .block-where__table table th {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.block-where.new .block-where__table table th, .block-where.new .block-where__table table td {
    border-bottom: 1px solid var(--bg-form, #F5F5F5);
}
#where-table.block-where.new table td {
    border-bottom: 1px solid var(--bg-form, #F5F5F5);
}
#where-table.block-where.new table td:last-child {
    padding-right: 0;
    text-align: center;
}
.block-where.new .block-tabs {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.block-where.new .block_search {
    height: 48px;
    border-radius: 60px;
    border: 2px solid var(--bg-form, #F5F5F5);
    min-width: 50%;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
}
.block-where.new .block_search input {
    border: none;
    height: auto;
    padding: 0;
    width: calc(100% - 48px);
}
.block-where.new .block_search button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    margin-top: 1px;
} 


@media (min-width: 768px) {
  .block-activation {
    margin-top: -230px;
  }
}

.block-activation__body {
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 75px 100px;
}

@media (max-width: 767.98px) {
  .block-activation__body {
    padding: 0;
    box-shadow: none;
  }
}

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

.block-activation__success-dog {
  margin-bottom: 30px;
}

.block-activation__success-dog img {
  max-width: 200px;
}

.block-activation__success-text {
  margin-bottom: 30px;
}

.block-downloads {
  margin-bottom: 60px;
}

.block-downloads__body {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.block-downloads__body .links-list{
  align-items: center;
  justify-content: center;
}
.block-product-faq {
  position: relative;
}

.block-product-faq:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4E0D5E;
}

.block-product-faq:after {
  content: '';
  z-index: -1;
  position: absolute;
  top: -670px;
  left: 0;
  width: 100%;
  height: calc(100% + 670px);
  background: url("../images/datamobile/backgrounds/product-faq-2.svg") center top no-repeat;
}

.block-faq__show-more:before {
  content: 'Показать еще';
}

.block-faq__show-more:after {
  display: none;
  content: 'Скрыть';
}

.block-faq__show-more.block-faq__show-more--hide:before {
  display: none;
}

.block-faq__show-more.block-faq__show-more--hide:after {
  display: inline-block;
}

.block-prices-table__body {
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.block-prices-table .swiper-button-prev{
  left: 0px;
  color: #ec2024;
}
.block-prices-table .swiper-button-next{
  right: 0;
  color: #ec2024;
}
.block-product-screenshots-carousel {
  margin-bottom: 60px;
}

.block-product-screenshots-carousel .swiper-slide {
  width: auto;
  height: 640px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
}

.block-product-screenshots-carousel .swiper-slide img {
    width: auto;
    height: 640px;
    display: block;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
}
.block-product-screenshots-carousel.full_image .swiper-slide {
    width: auto;
}
.block-product-screenshots-carousel.full_image  .swiper-slide img { 
    width: auto;
}
.block-product-screenshots-carousel .swiper-container {
  padding: 50px 0;
}
.datamobile .block-product-screenshots-carousel .swiper-container {
    padding: 0 0 60px;
}
.block-product-screenshots-carousel .swiper-button-prev,
.block-product-screenshots-carousel .swiper-button-next {
  color: #ec2024;
}

.block-quote-carousel .swiper-wrapper {
  margin-bottom: 70px;
}

.block-quote-carousel .swiper-button-prev,
.block-quote-carousel .swiper-button-next {
  color: #ec2024;
}
.datamobile .block-product-screenshots-carousel.full_image .swiper-container {
    padding: 0;
}
.datamobile .block-product-screenshots-carousel.full_image .vertical_image .swiper-slide {
    width: 377px;
    height: 566px;
}
.datamobile .block-product-screenshots-carousel.full_image .vertical_image .swiper-slide a {
    width: 100%;
    height: 100%;
}
.datamobile .block-product-screenshots-carousel.full_image .vertical_image .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.pageblock-text-button {
    padding-bottom: 150px;
}
.pageblock-text-button p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.warning-message-text {
    display: flex;
    padding: 16px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #E4DBE7;
}
@media (max-width: 991.98px) {
  .block-quote-carousel .swiper-button-prev,
  .block-quote-carousel .swiper-button-next {
    width: 20px;
  }
    .datamobile .block-product-screenshots-carousel.full_image .vertical_image .swiper-slide {
        width: 375px;
        height: 511px;
    }
}

.block-quote-carousel .swiper-slide {
  padding: 0 100px;
}

@media (max-width: 991.98px) {
  .block-quote-carousel .swiper-slide {
    padding: 0 50px;
  }
    .block-product-screenshots-carousel.full_image .swiper-slide {
        width: 100%;
        height: auto;
        
    }
    .block-product-screenshots-carousel.full_image  .swiper-slide img { 
        width: 100%;
        height: auto;
    }
}

.card-complex-automation {
  border-right: 1px solid #f0f0f0;
  /*padding: 35px 30px 55px 30px !important;*/
  flex-grow: 1;
  transition: .2s ease-in;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.card-complex-automation * {
  z-index: 1;
  position: relative;
}

.card-complex-automation:before {
  height: calc(100% + 1px);
  width: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: 0;
  content: '';
  opacity: 0;
  background-image: linear-gradient(12deg, #ff9124 5%, #ec2024 100%);
  transition: .2s ease-in;
  z-index: 0;
}

@media (min-width: 1230px) {
  .card-complex-automation:last-child {
    border-right: none;
  }
}

a.card-complex-automation:hover {
  text-decoration: none;
}

a.card-complex-automation:hover:before {
  opacity: 1;
}

a.card-complex-automation:hover .card-complex-automation__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

a.card-complex-automation:hover .card-complex-automation__title {
  color: white;
}

a.card-complex-automation:hover .card-complex-automation__text {
  color: white;
}

.card-complex-automation__icon {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
}
.card-complex-automation__icon img{
  max-height: 120px;
}

.card-complex-automation__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #323232;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: inherit;
}

@media (max-width: 991.98px) {
  .card-complex-automation__title {
    font-size: 25px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .card-complex-automation__title {
      text-align: center;
  }
  .pageblock-text-button .btn {
      width: 100%;
  }
}

.card-complex-automation__text {
  font-size: 16px;
  line-height: 22px;
  color: #323232;
  margin-top: 10px;
  transition: inherit;
}

/*.block-services-swiper .card-complex-automation {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}*/

.block-services-swiper .card-complex-automation:hover {
  text-decoration: none;
}

.block-services-swiper .card-complex-automation:hover:before {
  opacity: 0;
}

.block-services-swiper .card-complex-automation:hover .card-complex-automation__icon {
  -webkit-filter: none;
          filter: none;
}

.block-services-swiper .card-complex-automation:hover .card-complex-automation__title {
  color: #323232;
}

.block-services-swiper .card-complex-automation:hover .card-complex-automation__text {
  color: #323232;
}

.block-services-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.swiper-slide > div,
.swiper-slide > a {
  max-width: 100%;
}

.swiper-slide .card-complex-automation {
  height: 100%;
  border-right: 1px solid #f0f0f0;
}

@media (max-width: 767.98px) {
  /*.swiper-slide a.card-complex-automation {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }*/
  .swiper-slide a.card-complex-automation:hover {
    text-decoration: none;
  }
  .swiper-slide a.card-complex-automation:hover:before {
    opacity: 0;
  }
  .swiper-slide a.card-complex-automation:hover .card-complex-automation__icon {
    -webkit-filter: none;
            filter: none;
  }
  .swiper-slide a.card-complex-automation:hover .card-complex-automation__title {
    color: #323232;
  }
  .swiper-slide a.card-complex-automation:hover .card-complex-automation__text {
    color: #323232;
  }
}
.tag-slider .card-client:before,
.tag-slider .card-complex-automation:before{
  height: 100%;
  width: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
  background-image: linear-gradient(12deg, #b3b2b2 5%, #fff 100%);
  transition: .2s ease-in;
  z-index: 0;
}

.tag-slider .card-client:hover .card-client__image,
.tag-slider a.card-complex-automation:hover .card-complex-automation__icon
{
  -webkit-filter: none;
  filter: none;
}
.tag-slider .card-client:hover .card-client__title,
.tag-slider .card-client:hover .card-client__text,
.tag-slider .card-complex-automation:hover .card-complex-automation__title,
.tag-slider .card-complex-automation:hover .card-complex-automation__text{
  color:#000;
}

.card-client {
  border-right: 1px solid #f0f0f0;
  padding: 30px 35px 60px 35px;
  display: block;
  transition: color .2s ease-in;
  background: white;
  position: relative;
  height: 100%;
}

@media (max-width: 767.98px) {
  .card-client {
    border: none;
    padding: 0;
  }
}

.card-client * {
  z-index: 1;
  position: relative;
}

.card-client:before {
  height: 100%;
  width: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
  background-image: linear-gradient(12deg, #ff9124 5%, #ec2024 100%);
  transition: .2s ease-in;
  z-index: 0;
}

.card-client:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .card-client:hover {
    border-color: transparent;
  }
  .card-client:hover:before {
    opacity: 1;
  }
  .card-client:hover .card-client__text,
  .card-client:hover .card-client__title {
    color: white;
  }
  .card-client:hover .card-client__image {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.card-client__image {
  height: 170px;
  transition: inherit;
  align-items: center;
  display: flex;
  justify-content: center;
}
.card-client__image img{
  max-height: 170px;
}
@media (max-width: 767.98px) {
  .card-client__image {
    height: auto;
    margin-bottom: 20px;
  }
}

.card-client__title {
  transition: inherit;
  font-size: 25px;
  font-weight: bold;
  color: #323232;
}
.datamobile .card-client__title {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}
.card-client__text {
  transition: inherit;
  font-size: 18px;
  line-height: 20px;
  color: #323232;
}
.datamobile .card-client__text { 
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #8F9294;
}
.card-product .image-zoom {
    height: auto;
}
.portfolio-content .card-product__title {
    text-align: center;
}
.portfolio-content {
    margin-bottom: 50px;
}
.site__body .portfolio-content, .portfolio-area {
    width: 100%;
}
@media (max-width: 1200px) {
    .site__body .portfolio-content {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
  .card-client__text {
    line-height: 24px;
  }
  .portfolio-content .card-product__image img {
      width: 100%;
  }
}

.card-product {
  transition: .3s ease;
  position: relative;
}

.card-product:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: -1;
  transition: inherit;
}

.card-product.col-md-3:before {
  border: solid 1px #f0f0f0;
  border-left-width: 0;
}

.card-product.col-md-3:nth-child(4n + 1):before {
  border-left-width: 1px;
}

.card-product.col-md-4:before {
  border: solid 1px #f0f0f0;
  border-bottom-width: 0;
  border-left-width: 0;
}

.card-product.col-md-4:nth-child(3n + 1):before {
  border-left-width: 1px;
}

.card-product.col-md-4:nth-last-child(-n+3):before {
  border-bottom-width: 1px;
}

.card-product:hover {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.card-product:hover .card-product__info {
  background: white;
  text-decoration: none;
}

.card-product:hover .card-product__form {
  height: 165px;
  overflow: visible;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.card-product:hover .card-product__form * {
  opacity: 1;
}

.card-product__info {
  text-decoration: none;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: 10;
  padding: 30px;
  height: 100%;
}

.card-product__badges {
  position: absolute;
  top: 15px;
  left: 15px;
}

.card-product__badge-sale {
  display: block;
  width: 43px;
  height: 59px;
  background: url("../images/common/badge-sale.svg");
}

.card-product__image img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .card-product__image {
    text-align: center;
  }
  .card-product__image img {
    width: auto;
    
  }
  .site-body__content img {
      width: auto;
      height: auto;
  }
}

.card-product__title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  color: #323232;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .card-product__title {
    font-size: 19px;
    line-height: 25px;
  }
}

.card-product__subtitle {
  font-size: 13px;
  line-height: 1.38;
  color: #a0a0a0;
  margin-top: 15px;
  flex-grow: 1;
}

.card-product__prices {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.card-product__price {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #323232;
}

@media (max-width: 991.98px) {
  .card-product__price {
    font-size: 25px;
    line-height: 28px;
  }
}

.card-product__old-price {
  font-size: 13px;
  line-height: 1.38;
  color: #a0a0a0;
  text-decoration: line-through;
  margin-left: 20px;
  margin-top: 10px;
}

.card-product__form {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 30px 0 30px;
  height: 0;
  transition: height .3s ease;
  transition-delay: 50ms;
  background: white;
  overflow: hidden;
  z-index: -1;
}

.card-product__form * {
  opacity: 0;
  transition: .5s ease;
}

.card-product__count {
  display: flex;
  max-width: 200px;
}

.card-product__count.card-product__count--fixed .card-product__count-input {
  flex-grow: 0;
}

.card-product__count-minus,
.card-product__count-plus {
  position: relative;
}

.card-product__count-minus button,
.card-product__count-plus button {
  width: 50px;
  height: 50px;
  background: white;
  border: 1px solid #f0f0f0;
  position: relative;
  transition: .3s ease;
  display: block;
}

.date-vebinar:after{
  background: #4e0d5e !important;
}

.card-product__count-minus button:before, .card-product__count-minus button:after,
.card-product__count-plus button:before,
.card-product__count-plus button:after {
  display: block;
  position: absolute;
  background: #ec2024;
}

.card-product__count-minus button:before,
.card-product__count-plus button:before {
  content: '';
  height: 1px;
  width: 20px;
  top: 50%;
  left: calc(50% - 10px);
}

.card-product__count-minus button:hover,
.card-product__count-plus button:hover {
  transform: scale(1.2);
  z-index: 1;
}

.card-product__count-plus button:after {
  content: '';
  height: 20px;
  width: 1px;
  top: calc(50% - 10px);
  left: 50%;
}



.card-product__count-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #f0f0f0;
  border-left: 0;
  border-right: 0;
  font-size: 25px;
  color: #323232;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.card-product__to-cart {
  margin-top: 25px;
}

.card-product__to-cart .btn {
  width: 100%;
}

.card-shadow {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.card-shadow img {
  max-width: 270px;
}

@media (max-width: 1229.98px) {
  .card-shadow {
    min-height: 220px;
  }
}

@media (max-width: 991.98px) {
  .card-shadow {
    margin-bottom: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    min-height: 180px;
  }
  .card-shadow img {
    max-width: 70%;
  }
}

.card-number {
  margin-bottom: 50px;
}

.card-number__index {
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  color: #ec2024;
  display: block;
  margin-bottom: 10px;
}

.card-category {
  transition: .2s ease;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  position: relative;
  z-index: 1;
  display: block;
  color: #323232;
}

.card-category:after {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  content: '';
  display: block;
  transition: inherit;
  background-image: linear-gradient(12deg, #ff9124 5%, #ec2024 100%);
  z-index: 2;
  opacity: 0;
}

.card-category:nth-child(3n + 1) {
  border-left: solid 1px #f0f0f0;
}

.card-category:nth-last-child(-n+3) {
  border-bottom: solid 1px #f0f0f0;
}

.card-category:hover {
  color: white;
  z-index: 2;
  text-decoration: none;
  border-color: transparent;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.card-category:hover:after {
  opacity: 1;
}

.card-category:hover .card-category__icon * {
  fill: white;
}

.card-category:hover .card-category__count {
  opacity: 0.6;
  color: white;
}

.card-category:hover .card-category__badge-sale {
  background: url("../images/common/badge-sale--hover.svg");
}

.card-category__body {
  text-align: center;
  padding: 0 20px 25px 20px;
  position: relative;
  z-index: 3;
  display: block;
}

.card-category__title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  height: 100px;
}

@media (max-width: 991.98px) {
  .card-category__title {
    font-size: 19px;
    line-height: 25px;
  }
}

.card-category__icon {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-category__icon img {
  max-height: 120px;
}

.card-category__icon * {
  fill: #4e0d5e;
}

.card-category__count {
  font-size: 13px;
  color: #a0a0a0;
}

.card-category__badges {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
}

.card-category__badge-sale {
  display: block;
  width: 43px;
  height: 59px;
  background: url("../images/common/badge-sale.svg");
}

.card-cart-product:first-child {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .card-cart-product.card-cart-product--readonly {
    margin-top: 0;
  }
}

.card-cart-product.card-cart-product--readonly .card-cart-product__image {
  display: none;
}

.card-cart-product.card-cart-product--readonly .card-cart-product__remove {
  display: none;
}

.card-cart-product.card-cart-product--readonly .card-cart-product__separator {
  height: 1px;
  background: #f0f0f0;
  margin: 20px 0;
}

.card-cart-product__idx {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  color: #323232;
  padding-left: 20px;
  min-width: 70px;
}

@media (max-width: 991.98px) {
  .card-cart-product__idx {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__idx {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.card-cart-product__idx-and-info {
  display: flex;
}

@media (max-width: 767.98px) {
  .card-cart-product__idx-and-info {
    flex-direction: column;
  }
}

.card-cart-product__separator {
  height: 1px;
  background: #f0f0f0;
  margin: 30px 0;
}

@media (max-width: 1229.98px) {
  .card-cart-product__separator {
    margin: 25px 0;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__separator {
    background: transparent;
    height: 30px;
    margin: 0;
  }
}

.card-cart-product__image {
  border: 1px solid #f0f0f0;
  padding: 20px;
  position: relative;
}

.card-cart-product__image img {
  width: 100%;
}

@media (max-width: 1229.98px) {
  .card-cart-product__image {
    margin-left: 35px;
    position: static;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__image {
    text-align: center;
    max-height: 170px;
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
  }
  .card-cart-product__image img {
    height: 130px;
    width: auto;
  }
}

.card-cart-product__remove {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: -70px;
}

@media (max-width: 1229.98px) {
  .card-cart-product__remove {
    left: 15px;
  }
  .card-cart-product__remove .btn-link {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__remove {
    height: auto;
    left: 20px;
    top: 20px;
  }
}

.card-cart-product__remove i {
  font-size: 20px;
}

.card-cart-product__title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .card-cart-product__title {
    font-size: 19px;
    line-height: 25px;
  }
}

.card-cart-product__title a {
  color: #323232;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.card-cart-product__title a:hover {
  text-decoration: none;
  opacity: .5;
  color: #323232;
}

.card-cart-product__props {
  margin-top: 10px;
}

.card-cart-product__props table {
  font-size: 13px;
}

.card-cart-product__props table td:first-child {
  font-weight: bold;
  padding-right: 30px;
}

.swiper-wrapper-nav{
  position: absolute;
  bottom: 11px;
  width: 100%;
  height: 25px;
  z-index: 999;
}
.swiper-wrapper-nav .swiper-button-prev, .swiper-wrapper-nav .swiper-button-next{
  color: #323232 !important;
}
.swiper-wrapper-nav .swiper-relative{
  position: relative;
  width: 40%;
  margin: 0 auto;
  height: 25px;
}
.swiper-wrapper-nav .swiper-button-prev::after{
  content: '\00AB';
  font-size: 40px;
}
.swiper-wrapper-nav .swiper-button-next::after{
  content: '\00BB';
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .card-cart-product__props table {
    width: 100%;
  }
}

.card-cart-product__count-and-prices {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1229.98px) {
  .card-cart-product__count-and-prices {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__count-and-prices {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
}

.card-cart-product__count {
  margin-right: 70px;
}

@media (max-width: 1229.98px) {
  .card-cart-product__count {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__count {
    margin-bottom: 0;
  }
}

.card-cart-product__count-text {
  font-size: 25px;
  white-space: nowrap;
  margin-right: 70px;
}

@media (max-width: 1229.98px) {
  .card-cart-product__count-text {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .card-cart-product__count-text {
    margin-bottom: 0;
  }
}

.card-cart-product__price {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  color: #323232;
  text-align: right;
}

@media (max-width: 991.98px) {
  .card-cart-product__price {
    font-size: 25px;
    line-height: 28px;
  }
}

.card-cart-product__old-price {
  font-size: 13px;
  line-height: 1.38;
  color: #a0a0a0;
  text-decoration: line-through;
  margin-top: 5px;
  text-align: right;
}

.card-cabinet-order {
  border-top: 1px solid #f0f0f0;
}

.card-cabinet-order:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.card-cabinet-order__body {
  padding: 30px 20px 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-cabinet-order__body:hover {
  cursor: pointer;
}

.card-cabinet-order__body:hover .card-cabinet-order__open {
  transform: rotate(180deg) scale(1.2);
}

.card-cabinet-order__body.open .card-cabinet-order__open img:first-child {
  display: none;
}

.card-cabinet-order__body.open .card-cabinet-order__open img:nth-child(2) {
  display: block;
}

.card-cabinet-order__status-and-title {
  display: flex;
}

@media (max-width: 767.98px) {
  .card-cabinet-order__status-and-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .card-cabinet-order__status-and-title .card-cabinet-order__status {
    margin-bottom: 10px;
  }
}

.card-cabinet-order__status {
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 10px;
  background: #ec2024;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: white;
  font-weight: bold;
}

.card-cabinet-order__title {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}

.card-cabinet-order__title .h5 {
  margin: 0;
  margin-right: 20px;
}

.card-cabinet-order__open {
  transition: .3s ease-in;
}

.card-cabinet-order__open img {
  display: none;
}

.card-cabinet-order__open img:first-child {
  display: block;
}

.card-cabinet-order__orders {
  display: none;
}

.card-cabinet-order__orders table thead td {
  padding-top: 0 !important;
}

.card-cabinet-order__orders table td:first-child {
  padding-left: 0;
}

.card-cabinet-order__cancel {
  padding: 30px 0;
}

.card-article {
  margin-bottom: 40px;
}

.card-article.card-article--calendar {
  padding-top: 20px;
  padding-left: 40px;
}

@media (max-width: 991.98px) {
  .card-article.card-article--calendar {
    padding-left: 0;
    padding-top: 0;
  }
}

.card-article.card-article--image-padding .card-article__image {
  padding-right: 70px;
}

@media (max-width: 991.98px) {
  .card-article.card-article--image-padding .card-article__image {
    padding-right: 30px;
  }
}

.card-article.card-article--large .card-article__tags .card-article__tag:nth-child(-n+4) {
  display: inline-block;
}

.card-article__date {
  margin-bottom: 15px;
  line-height: 0;
}

.card-article__tags .card-article__tag {
  margin-right: 10px;
  display: none;
}

.card-article__tags .card-article__tag:nth-child(-n+2) {
  display: inline-block;
}

.card-article__tags .card-article__tag-more {
  color: #ec2024;
  cursor: pointer;
}

.card-article__tags .card-article__tag-more:hover {
  text-decoration: underline;
}

.card-article__image {
  margin-bottom: 30px;
}

.card-article__image img {
  width: 100%;
}

.gallery_slider .swiper-container {
    padding-bottom: 50px;
    width: 100%;
}

.gallery_slider .block-button {
    margin-top: 20px;
}
.gallery_slider .swiper-slide img {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card-article--image-full-height .card-article__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: 100%;
  }
  .card-article--image-full-height .card-article__image img {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.card-article__title {
  color: #323232;
  text-decoration: none;
  display: block;
}

.card-article__title:hover {
  color: #323232;
  text-decoration: none;
}

.card-solution {
  background: white;
  position: relative;
  display: block;
}

.card-solution:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
  top: 0;
  left: 0;
}

.card-solution:hover {
  text-decoration: none;
  z-index: 3;
}

.card-solution:hover:after {
  opacity: 1;
}
.card-solution:hover .card-solution__title-min {
    color: #fff;
}
.card-solution:hover .card-solution__body {
  border-color: transparent !important;
  color: white;
}

.card-solution:hover .card-solution__body:before {
  opacity: 1;
}
@media (min-width: 991px) {
    .block-tabs__content-body .card-solution:hover .card-solution__body .card-solution__icon * {
      fill: white;
    }
}
.card-solution:nth-child(3n + 3) .card-solution__body, .card-solution:last-child .card-solution__body {
  border-right: solid 1px #f0f0f0;
}

.card-solution:nth-child(-n+3) .card-solution__body {
  border-top: solid 1px #f0f0f0;
}

.card-solution__body {
  transition: inherit;
  border-bottom: solid 1px #f0f0f0;
  border-left: solid 1px #f0f0f0;
  position: relative;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #ec2024;
  background: transparent;
}
.datamobile .card-solution__body {
    justify-content: start;
}
.card-solution__body:before {
  transition: .2s ease-in;
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(12deg, #ff9124 5%, #ec2024 100%);
}

.card-solution__icon {
  margin-bottom: 30px;
}

.card-solution__icon * {
  fill: #ec2024;
  transition: .2s ease;
}
 
.card-solution__icon img {
  max-width: 330px;
  width: 100%;
}
.card-solution__title {
  font-size: 20px;
  transition: .2s ease;
  text-align: center;
  padding: 20px;
}

.card-diplom {
  padding: 35px 15px 25px 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  transition: .2s ease-in;
  display: block;
}

.card-diplom img {
  width: 100%;
}

a.card-diplom:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.card-why-our-company {
  text-align: center;
}

.card-why-our-company__icon {
  margin-bottom: 20px;
  height: 140px;
}

.card-why-our-company__title {
  font-size: 68px;
  line-height: 90px;
  font-weight: bold;
  color: #FF9124;
  white-space: nowrap;
}

.card-why-our-company__subtitle {
  font-size: 18px;
  color: #FFFFFF;
}

.block-faq {
  padding-bottom: 60px;
}

.block-faq__cards {
  border-bottom: 1px solid #E8E8E8;
}
.block-faq__cards img{
  max-width: 100%;
  height: 100%;
}
.card-faq {
  border: 1px solid #E8E8E8;
  border-bottom-width: 0;
  padding: 30px 25px;
  transition: .2s ease-in;
}

@media (max-width: 767.98px) {
  .card-faq {
    padding: 15px 20px;
  }
}

.card-faq.card-faq--active {
  background: #f0f0f0;
}

.card-faq.card-faq--active .card-faq__icon .fa-plus {
  display: none;
}

.card-faq.card-faq--active .card-faq__icon .fa-minus {
  display: block;
}

.card-faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.card-faq__title {
  font-size: 22px;
  color: #323232;
  line-height: 25px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .card-faq__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.card-faq__icon div {
  color: #ec2024;
  border-radius: 100%;
  border: 2px solid #ec2024;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.card-faq__icon div i {
  display: block;
}

.card-faq__icon div .fa-minus {
  display: none;
}

.card-faq__text {
  padding-top: 15px;
  display: none;
    max-height: 225px;
    overflow-y: auto;
}

.card-faq__file {
  display: flex;
  margin: 30px 0;
  text-decoration: none;
  transition: .2s ease-in;
}

.card-faq__file:hover {
  text-decoration: none;
  opacity: .5;
}

.card-faq__file-icon {
  margin-right: 20px;
}

.card-faq__file-title {
  margin-top: -5px;
  font-size: 14px;
  color: #323232;
}

.card-faq__file-info {
  font-size: 14px;
  color: #a0a0a0;
  margin-top: 10px;
}

.block-faq--white .card-faq {
  border-color: white;
  color: white !important;
}

.block-faq--white .card-faq * {
  color: white !important;
}

.block-faq--white .card-faq.card-faq--active {
  background: transparent;
}

.block-faq--white .card-faq .card-faq__title,
.block-faq--white .card-faq .card-faq__icon i,
.block-faq--white .card-faq .card-faq__icon div {
  color: white;
  border-color: white;
}

.card-file {
  padding: 30px;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-file:nth-child(3n + 1) {
  border-left: solid 1px #f0f0f0;
}

.card-file__title {
  font-size: 22px;
  line-height: 25px;
  font-weight: bold;
  min-height: 75px;
  margin-bottom: 15px;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .card-file__title {
    font-size: 19px;
    line-height: 25px;
  }
}

.card-file__text {
  flex-grow: 1;
}

.card-file__button {
  margin-top: 20px;
  text-align: center;
}

.card-file__button a {
  width: 100%;
}

.files-swiper .swiper-slide {
  height: auto;
}

.card-downloads {
  border-right: solid 1px #f0f0f0;
}

.card-downloads:last-child {
  border-right: none;
}

.card-downloads__body {
  padding: 20px;
}

.card-downloads__icon {
  height: 80px;
  text-align: center;
  margin-bottom: 20px;
}

.card-downloads__title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.card-downloads__list ul {
  margin: 15px 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  list-style-position: inside;
}

.card-price {
  border-top: solid 1px #f0f0f0;
  border-left: solid 1px #f0f0f0;
}

.card-price__body {
  padding: 50px 10px 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-price__title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .card-price__title {
    font-size: 25px;
    line-height: 28px;
  }
}
.card-price__version{
  font-size: 14px;
  font-weight: bold;
  color: #ec2024;
}
.card-price__subtitle {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  min-height: 55px;
}

.card-price__price {
  font-size: 36px;
  color: #ec2024;
  margin-bottom: 20px;
}

.card-price__list-title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}

.card-price__list {
  text-align: left;
  margin-bottom: 25px;
  font-size: 14px;
  flex-grow: 1;
}

.card-price__list ul {
  padding: 0 0 0 25px;
  margin: 0;
  font-size: 14px;
}

.card-blockquote__body {
  display: flex;
}

@media (max-width: 767.98px) {
  .card-blockquote__body {
    flex-direction: column;
  }
  /*.card-complex-automation{
    padding: 0 !important;
  }*/
}

.card-blockquote__icon {
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  .card-blockquote__icon img {
    width: 100px;
  }
}

@media (max-width: 767.98px) {
  .card-blockquote__icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .card-blockquote__icon img {
    width: 85px;
  }
}

.card-product-modification {
  display: flex;
  align-items: center;
  border-bottom: 1px solid gainsboro;
  padding: 15px 0;
}

.card-product-modification:last-child {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  .card-product-modification {
    flex-wrap: wrap;
  }
}

.card-product-modification__image {
  min-width: 50px;
  width: 50px;
  margin-right: 15px;
}

.card-product-modification__image img {
  width: 100%;
}

.card-product-modification__title {
  margin-right: 5px;
  flex-grow: 1;
  font-size: 14px;
}

.card-product-modification__title a {
  color: #323232;
  transition: opacity .2s ease-in-out;
}

.card-product-modification__title a:hover {
  text-decoration: none;
  opacity: .6;
}

@media (max-width: 991.98px) {
  .card-product-modification__title {
    flex: 1;
  }
}

.card-product-modification__price-and-add {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .card-product-modification__price-and-add {
    justify-content: center;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .card-product-modification__price-and-add > div {
    margin-top: 10px;
  }
}

.card-product-modification__price-and-add .card-product__price {
  font-size: 20px;
  line-height: 22px;
}

.card-product-modification__price-and-add .card-product__prices {
  margin-top: 0;
  margin-right: 15px;
  min-width: 90px;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

@media (max-width: 991.98px) {
  .card-product-modification__price-and-add .card-product__prices {
    min-width: auto;
  }
}

.card-product-modification__price-and-add .card-product__count {
  margin-right: 15px;
}

.card-product-modification__price-and-add .card-product__count .card-product__count-minus button,
.card-product-modification__price-and-add .card-product__count .card-product__count-plus button {
  width: 30px;
  height: 30px;
}

.card-product-modification__price-and-add .card-product__count .card-product__count-minus button:before,
.card-product-modification__price-and-add .card-product__count .card-product__count-plus button:before {
  width: 10px;
  left: calc(50% - 5px);
}

.card-product-modification__price-and-add .card-product__count .card-product__count-plus button:after {
  height: 10px;
  top: calc(50% - 5px);
}

.card-product-modification__price-and-add .card-product__count .card-product__count-input {
  width: 30px;
  min-width: 30px;
  position: relative;
}

.card-product-modification__price-and-add .card-product__count .card-product__count-input input {
  height: 30px;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
.tablet-vers{
  display: none;
}
@media (max-width: 991px) and (min-width: 768px){
  .origin-vers .work-block, .origin-vers .phone-block{
    display: none;
  }
  .tablet-vers{
    display: block;
    margin-top: 10px;
  }
  .site-header__search-form {
    right: 24px;
    top: -13px;
  }
  .phone-block, .work-block{
    margin: 0px;
  }
  .tablet-vers div {
    display: inline-block;
    width: 49%;
  }
  .tablet-vers .phone-block span{
    text-align: right;
  }
  .page-header--home--datamobile .page-header__body {
      margin: 90px 71px 0 auto;
  
  }
}

.link-dostavka {
    color: #000;
    margin-top: 24px;
    display: block;
}
.link-dostavka:hover{
  text-decoration: none;
}
.width100{
  width:100%;
}
.pagination_point {
  height: 10px;
  margin: 20px auto 0 auto;
  text-align: center;
}
.pagination_point .swiper-pagination-bullets{
  display: inline-flex;
}
.reviews-img {
  width: 100%;
  max-width: 100% !important;
}
.quote-img {
  height: 100px;
}
.select_radio{
  padding-right: 50px;
}
.select_radio::before {
    content: "";
    width: 25px;
    left: -20px;
    top: -5px;
    height: 25px;
    position: absolute;
    background: url(../images/gal.png);
}
.otrasli_slider {
  background: #fff;
}
.list-video_category ul {
    position: relative;
    z-index: 2;
}
.list-video_category li {
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 4px solid #fff;
}
.list-video_category li:hover {
  cursor: pointer;
  border-bottom: 4px solid #fff;
}
.list-video_category li.active{
  border-bottom: 4px solid #e80a24;
}
.video_category-tags li {
  font-size: 18px;
  margin: 0 5px 10px 5px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.video_category-tags li:hover {
  cursor: pointer;
  border-bottom: 4px solid #e80a24;
}
.wrapper_link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_arrange{
  background: #ff9024;
  border: 1px solid #ff9024;
  color: #fff !important;
  width: 120px;
  height: 43px;
  line-height: 15px;
}
.link_buy{
  color: #fff !important;
  margin: 0 10px 10px 0;
}
.link_buy:hover{
  cursor: pointer;
  color: #ec2024 !important;
}
.link_arrange:hover{
  cursor: pointer;
  color: #ff9024 !important;
}
.pod_menu{
  margin-top: 48px;
}
.price2_title{
  width: 100%;
}
.price2_title > div{
  display: inline-flex;
}
.price2_title .version{
  font-size: 14px;
}
.price2_title .price{
  text-align: right;
  float:right;
}
.price2 *{
  color:#000 !important;
}
.price2 .block-faq--white .card-faq *{
  color:#000 !important;
}
.price2 .card-faq {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
}
.price2 .fas.fa-plus,
.price2 .fas.fa-minus{
  border-color: #ec2024 !important;
  color: #ec2024 !important;
}
.price2 .link_arrange{
  width: auto;
}
.price2 .btn{
  color: #fff !important;
}
.price2 .block-faq--white .card-faq .card-faq__icon div {
  border-color: red;
}
.price2 .card-faq.card-faq--active {
  background: #fbf1e8
}
.center{
  text-align: center;
}
.price2_title .title{
  font-size: 26px;
}
.leaflet-marker-icon{
  left: -19px;
  top: -27px;
}
.none_padding{
  margin: 0 0px;
}
.card-product-page .card-product__info{
  padding: 20px;
}
.card-product-page .card-product__title{
    height: 70px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    max-height: 2.4em;
}
.card-product-page .card-product__image{
  height: 130px;
  text-align: center;
}
.card-product-page .card-product__image img{
  width: auto;
}
.card-product-page .card-product__prices{
  margin: 5px 0 10px 0;
}
.card-product-page .card-product__price{
  display: block;
  text-align: center;
  width: 100%;
}
#button-up{
	display: none;
  margin: 0;
  position: fixed;
  bottom: 150px;
  width: 40px;
  height: 40px;
  right: 15px;
  z-index: 999;
  cursor:pointer;
}
#button-up img{
  width: 40px;
  height: 40px;
}
.wrapper-call-form-page{
  background: #f0f0f0;
  padding: 24px 20px 14px 20px;
}
.wrapper-call-form-page .form-group{
  margin-bottom: 10px;
  margin-top: 15px;
}
.image-call-form-page img {
  height: 220px;
}
.image-call-form-page{
  text-align: center;
}
.title-call-form-page{
  font-size: 30px;
  color:#5a1369;
  line-height: 30px;
  margin-bottom: 40px;
}
.wrapper-review{
  margin: 40px 0;
}
.ec-error{
  color: #ec2024;
}
.ec-message{
  background-color: #f0f0f0;
  border: 0;
}
.alert-success{
  color: #118e2a;
  font-size: 18px;
  font-weight: bold;
}
.wrapper-rating{
  text-align: center;
  margin-bottom: 20px;
}
.wrapper-rating > div {
    display: inline-flex;
}
.wrapper-rating .title {
  margin-right: 20px;
  font-size: 20px;
}
.blog_content p, .blog_content p span, .blog_content li, .blog_content li span{
  font-size: 18px !important;
}
.blog_content h2, .blog_content h2 span{
  font-size: 32px !important;
}
.blog_content h3, .blog_content h3 span{
  font-size: 26px !important;
}
.block-tabs__content-body .youtube {
    margin-bottom: 24px;
}
.youtube{
  width: 100%;
  height: 490px;
}
.blog_content .f10, .blog_content .f10 span, .blog_content .f10 li{
  font-size: 10px !important;
}
.files-carousel .swiper-button-next, .swiper-button-prev, .swiper-button-next{
  color:#ec2024;
}
.files-carousel .swiper-button-prev{
  left: 0;
}
.files-carousel .swiper-button-next{
  right: 0px;
}
.files-carousel .card-file img{
  width: 55px;
}
.relative{
  position: relative;
}
.wrapper-form-software{
  background: white;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 20px;
  width: 100%;
  position: absolute;
  top: -250px;
  left: 0;
  z-index: 99;
}
.wrapper-form-software .card-cart-product__count {
    margin-right: 5px;
}
.wrapper-form-software .title{
  font-size: 24px;
  font-weight: bold;
  color:#e80a24;
}
.wrapper-list-po{
  padding: 40px 15px;
  width: 100%;
}
.form-software .form-group {
  display: inline-block;
}
.form-software select{
  padding: 5px 5px;
  color: #a0a0a0;
  display: block;
  width: 210px;
  font-size: 13px;
  text-overflow: ellipsis;
  padding-left: 0px;
  padding-right: 10px;
}
.form-software select.form-control{
  background: url("../images/common/form-control-select2.svg") right 4px bottom 23px no-repeat;
}
.form-software label{
  color: #a0a0a0;
  margin: 0 10px 10px 0;
}
.number-form{
  width: 80px;
}
.form-software label{
  font-size: 14px;
}
.m-l-p-10{
  margin: 0 10px;
}




.list-po {
    margin-top: 20px;
}
.list-po .card-cart-product__image {
    border: none;
}
.list-po .card-cart-product__remove {
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-po  .card-cart-product__count {
    margin-left: 35px;
    margin-right: 35px;
}
.list-po .card-cart-product__count-and-prices {
    justify-content: space-between;
}
.wrapper-list-po .del_all_po {
    width: 100%;
    display: block;
    text-align: right;
}



.item-software{
  border: 1px solid #dcdcdc;
  padding: 20px 0;
}
#list_company{
  width: 100%;
  max-width: 500px;
}
.col-input{
  left: 11px;
  top: -38px;
  font-size: 11px;
}
.item-our-team {
  padding: 0 10px !important;
}
.wrapper-our-team .card-solution__body {
  height: auto;
  padding: 20px;
}
.wrapper-our-team .card-solution__title{
  color:#323232;
  font-weight: bold;
  font-size: 30px;
  min-height: 130px;
}
.wrapper-our-team .position{
  color:#323232;
  min-height: 70px;
}
.soft-block{
  background: url("../images/datamobile/bg-soft.jpg") no-repeat top 0 right 0 / cover;
}
.title_expert{
  background: #4e0d5e;
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.image_expert{
  width: 240px;
}
.expert-block{
  background: #ffe9d4;
  padding: 20px 0;
}
.expert-block .title{
  font-size: 34px;
  line-height: 35px;
}
.expert-block .dol{
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 29px;
}
.expert-block .desc{
  font-size: 18px;
  margin-bottom: 20px;
}
.p-none{
  padding: 0;
}
.icon_soc_expert a{
  margin-right: 10px;
}
.icon_soc_expert img{
  width: 35px;
}
.wrapper_excpert_id img{
  border-radius: 50%;
  border: 1px solid #b9b9b9;
  width: 92px;
}
.wrapper_excpert_id {
  background: #e8e8e8;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.wrapper_excpert_id .name_autor{
  font-size: 26px;
  font-weight: bold;
}
.wrapper_excpert_id .position{
  font-size: 20px;
}

.btn-exc{
  background: #9d9a9a;
  color: #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin-top: 38px;
  display: inline-block;
  font-size: 12px;
}
.block-go-to-certification__body{
    text-align: center;
}
.datamobile .block-go-to-certification__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.btn-save {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.ya-m {
  border: 2px solid #ff0000;
  border-radius: 20px;
  padding: 6px 25px;
}
.btn-save > a {
    display: flex;
    width: auto;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}
.btn-save > a.btn--orange-to-red {
    width: auto;
}
.btn-save > a.btn--orange-to-red:hover {
    color: #FF9023;
    border: 2px solid #FF9023;
}
.ya-m img {
  width: 100px;
}
.disabled_link{
  background-color: #a6a6a6;
  border-color: #6f6e6e;
}
.disabled_link:hover{
  color: #6f6e6e;
}
.breadcrumb li{
  line-height: 24px;
}
.error_delivery{
  color: #ec2024;
  display: none;
}
.wrapper-text-ex-t a{
  word-break: break-all;
}
.wrapper-link-price {
  background: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 20px 0 10px 0;
}
.advantage-shop{
  margin-bottom: 20px;
}
.title-shop-page{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.desc-shop-page{
  margin-bottom: 20px;
}
.btn-shop-page{
  min-height: 33px;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #ec2024;
  font-size: 14px;
  line-height: 22px;
  color: white;
  padding: 3px 20px 3px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: .2s ease-in;
  border: 2px solid #ec2024;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  position: relative;
  left: -20px;
  top: 5px;
}
.btn-shop-page:hover{
  color: white;
}
.advantage-shop-img{
  text-align: center;
  margin-bottom: 10px;
}
.advantage-shop-text{
  text-align: center;
}
.advantage-shop .item{
  margin-bottom: 10px;
}
.header-lg .page-header__body{
  margin: 100px auto 0 auto;
  width: 100%;
}
.header-lg .page-header__title h1{
  font-size: 80px;
}
.solutionLandingPageafter {
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
}
.key-benefits-list ul{
  list-style: none;
}
.key-benefits-list ul li{
  margin-bottom: 15px;
}
.landingPage-form{
  text-align: center;
}
.landingPage-form .block-header__title{
  font-size: 100px;
}
.quickstart-block {
    padding-top: 90px;
    padding-bottom: 48px;
}
.qtitle-right {
    text-align: end;
    margin-bottom: 65px;
    margin-right: 50px;
    margin-top: -10px;
}
.qitem-block {
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 16px);
}
.qitem-top {
    background: #FFFFFF;
    box-shadow: 2px 3px 60px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 32px;
    margin-bottom: 24px;
}
.qitems {
    justify-content: space-between;
    display: flex;

}
.block-image {
    background-color: #FFF3F5;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px;
}
.qitem .block-image {
    margin-bottom: 16px;
}
.item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #323232;
    margin-bottom: 4px;
}
.item-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #323232;
}
.btn-red {
    height: 55px;
    box-shadow: none;
}
.qitem-block .btn-red {
    max-width: 250px;
    height: 55px;
    margin: 0 auto;
}
.stages-works {
    padding-bottom: 152px;
}
.stitle {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
    color: #323232;
    margin-bottom: 68px;
}
.sitems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sitem {
    position: relative;
    width: calc(20% - 61.6px);
}
.sitem:before {
    content: "";
    background-image: url(/assets/template/images/datamobile/homepage/stage_arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 117px;
    display: block;
    height: 42px;
    position: absolute;
    right: -85px;
    top: -45px;
}
.sitem.nth-2:before {
    transform: scale(1, -1);
    bottom: 25px;
    top: auto;
}
.sitem.nth-4:before {
    transform: scale(1, -1);
    bottom: 25px;
    top: auto;
}

.sitem.nth-5:before {
    content: none;
}
.simage {
    margin-bottom: 24px;
    height: 170px;
}
.sdesc {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    color: #323232;
    text-align: center;
}




@media screen and (max-width: 1222px) {
  .youtube{
    height: 523px;
  }
}
@media screen and (max-width: 988px) {
  .youtube{
    height: 388px;
  }
  .image_expert {
    max-width: 260px;
    width: 100%;
  }
}
@media screen and (max-width: 764px) {
  .youtube{
    height: 280px;
  }
  .wrapper_excpert_id > div {
    text-align: center !important;
  }
}
@media screen and (max-width: 530px) {
  .youtube{
    height: 200px;
  }
}
@media screen and (max-width: 395px) {
  .youtube{
    height: 180px;
  }
}
@media screen and (max-width: 770px) {

  .block-tabs__content-body table{
    width: 100% !important;
    height: 100% !important;
  }
  .table table tbody tr td {
      padding: 10px 10px 15px 10px;
  }
  .block-tabs__content-body table {
      overflow: auto;
      display: block;
  }
  .block-blog-filter__tag {
      height: 25px;
      font-size: 15px;
  }
  .table td p span {
    font-size: 14px !important;
  }
  .table td{
    padding: 5px;
  }
  .pod_menu {
    margin-top: 0;
  }
  /*
  .site-body__content img {
    width: 100%;
  }
  */
  .site-header__license {
    width: 175px;
  }

}
@media screen and (max-width: 767.98px) {
  .image-call-form-page{
    display: none;
  }
  .btn-exc{
    margin-top: 10px;
  }
}
@media (max-width: 990px) and (min-width: 766px){
  .card-downloads{
    margin:6px !important;
  }

  .header-menu_bottom{
    display: inline-block;
    width: 50%;
  }
  .header-menu_bottom.numbe2{
    text-align: center;
    margin-left: -.36em;
  }

}
@media screen and (max-width: 400px) {

    .table table tbody tr td {
      padding: 10px 5px 15px 5px;
  }
    .table table tbody tr td:first-child {
      width: 75% !important;
  }
  .block-header-info .icon-tel{
    width: 12px;
  }

}
@media screen and (min-width: 785px) {
  .projects-lg{
    margin-top: 200px;
  }
}
@media screen and (max-width: 765px) {
  .key-benefits-wrapper:before {
    min-height: 100%;
  }
}
@media screen and (min-width: 680px) {
  .partner-file-item .card-file__text{
    min-height: 262px;
  }
}

@media screen and (max-width: 680px) {
  .swiper-wrapper-nav .swiper-relative {
    width: 100%;
  }
  .swiper-wrapper-nav {
    bottom: -6px;
  }
}

.iti--container {
    z-index: 99999 !important;
}

.preview-description h2 strong, .extremum-slide h2 strong, .preview-description h2 span, .extremum-slide h2 span {
    font-size: 24px;
    font-weight: bold!important;
    margin-bottom: 20px;
}
.extremum-slide {
    height: auto;
}
.extremum-slide li {
    font-size: 18px;
}
.preview-description table, .extremum-slide table {
    width: 100%;
}
.preview-description table td, .extremum-slide table td {
    width: 50%;
}
.preview-description table td p, .extremum-slide table td p {
    margin-bottom: 0;
}
.preview-description table td p span, .extremum-slide table td p span {
    display: block;
}
.article-content h2 strong, .article-content h3 strong, .article-content h2 span, .article-content h3 span{
    font-weight: bold!important;
}
.article-content table {
    width: 100%;
}
.article-content table td p {
    margin-bottom: 0;
}
.card-product__badge-stock {
    display: block;
    width: 63px;
    height: 61px;
    background-image: url("/assets/template/images/common/stock_badge.png");
    background-repeat: no-repeat;
    background-size: 65px;
}
.card-product__badge-gift {
    display: block;
    width: 63px;
    height: 61px;
    background-image: url("/assets/template/images/common/gift_badge.png");
    background-repeat: no-repeat;
    background-size: 56px;
}
.disabled {
    pointer-events: none;
}
.stock b {
    background-color: #fbbbbb;
}
.blog_data {
    padding-left: 10px;
    margin-bottom: 10px;
    color: #a7a7a7;
    font-size: 14px;
}
.container #msCart table td {
    border: none;
}
.container #msCart table {
    border: none;
}
.site__body.bg-fixed {
    position: fixed;
}
.site__body.bg-fixed:before {
    content: "";
}
.site-menu__images .menu {
    position: relative;
    overflow: hidden;
}
.site-menu__images a {
    margin-bottom: 15px;
}
.site-menu__images .menu .ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
}
.site-menu__images .menu span {
    position: absolute;
    left: 20px;
    color: #ffffff;
    width: calc(100% - 140px);
    line-height: 23px;
    font-size: 20px;
    font-weight: 700;
}
.site-menu__images .menu.licenze {
    height: 95px;
}
.site-menu__images .menu.licenze span {
    top: 23px;
}
.site-menu__images .menu.licenze .ico {
    top: 0;
    right: -13px;
}
.site-menu__images .menu.licenze span {
    top: 23px;
}
.site-menu__images .menu.free .ico {
    top: -10px;
    right: -17px;
}
.site-menu__images .menu.free span {
    top: 16px;
}
.site-menu__images .menu.login_cloud .ico {
    top: -4px;
    right: -16px;
}
.site-menu__images .menu.login_cloud span {
    top: 27px;
}
.site-menu__images .menu.support .ico {
    top: -21px;
    right: -19px;
}
.site-menu__images .menu.support span {
    width: calc(100% - 90px);
    top: 16px;
}
.site-menu__images .menu.download .ico {
    top: -19px;
    right: -26px;
}
.site-menu__images .menu.download span {
    top: 15px;
}

.article-content .block-product-screenshots-carousel .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.article-content .block-product-screenshots-carousel .swiper-slide {
    height: 427px;
}
#hidden-content.hidden-content {
    height: 545px;
    overflow: hidden;
    position: relative;
}
#hidden-content.hidden-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
    background: -webkit-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
    background: -o-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
    background: -ms-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0.0), #fff 100%);
}
.toggle-eye {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    cursor: pointer;
}
.toggle-eye .open {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    fill: #a0a0a0;
    top: 13px;
}
.toggle-eye .hide {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 12px;
    fill: #a0a0a0;
    top: 13px;
}
.toggle-eye.show .hide {
    display: block;
}
.toggle-eye.show .open {
    display: none;
}


@media (min-width: 991px) {
    #files_product .block-product-files.hidden_content {
        height: 55px;
        overflow: hidden;
        position: relative;
    }
    #files_product .block-product-files.hidden_content:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 55px;
        background: -moz-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
        background: -webkit-linear-gradient(bottom, rgba(255,255,255, 0.0), #fff 100%);
        background: -o-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
        background: -ms-linear-gradient(bottom, rgba(255,255,255,0, 0.0), #fff 100%);
        background: linear-gradient(to bottom, rgba(255,255,255, 0.0), #fff 100%);
    }
    
}
@media (max-width: 991px) {
    .site-menu__images {
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .site-menu__images .menu {
        height: 85px!important;
        width: calc(50% - 8.5px);
        margin-bottom: 0;
    }
    .site-menu__images .menu.licenze span {
        top: 19px;
    }
    .site-menu__images .menu.free .ico {
        top: 2px;
        right: -18px;
    }
    .site-menu__images .menu.free span {
        top: 21px;
    }
    .site-menu__images .menu.login_cloud .ico {
        top: 4px;
    }
    .site-menu__images .menu.login_cloud span {
        top: 31px;
    }
    .site-menu__images .menu.support .ico {
        top: -2px;
    }
    .site-menu__images .menu.support span {
        top: 30px;
    }
    .site-menu__images .menu.download .ico {
        top: 1px;
        right: -24px;
    }
    .site-menu__images .menu.download span {
        top: 31px;
    }
}

@media (max-width: 991px) {
    .site-menu__images .menu {
        width: 100%;
    }
    .site-menu__images .menu span {
        top: 29px!important;
    }
}
@media (max-width: 416px) {
    .site-menu__images .menu.licenze span {
        top: 19px!important;
    }
    .site-menu__images .menu.free span {
        top: 19px!important;
    }
}
@media (max-width: 322px) {
    .site-menu__images .menu.login_cloud span {
        top: 19px!important;
    }
    .site-menu__images .menu.support span {
        top: 19px!important;
    }
}

.form-control.error {
    border-bottom: 1px solid brown;
}
.site-body .content_page .card-product-page img {
    height: 100%;
}
.pageblock-header {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    min-height: 738px;
    margin-bottom: 120px;
    padding-bottom: 220px;
}
.pageblock-header .page-header__subtitle h1{
    text-align: left;
    margin-top: 80px;
    margin-left: 0;
    font-weight: 400;
    font-size: 68px;
    line-height: 64px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}
.pageblock-header .page-header__title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 32px;
}
.pageblock-header .page-header__button {
    margin: 24px -10px 0 -10px;
}
.btn--orange-to-red {
    background: linear-gradient(90.86deg, #FF9023 0%, #E80A24 211.82%);
    box-shadow: 2px 4px 16px rgba(115, 123, 132, 0.18);
    border-radius: 60px;
    padding: 12px 32px 16px;
    
} 
.btn--orange-to-red:not(:hover) {
    background: linear-gradient(90.86deg, #FF9023 0%, #E80A24 211.82%);
    box-shadow: 2px 4px 16px rgba(115, 123, 132, 0.18);
    transition: all 0.3s;
}
.modal-content .btn--orange-to-red:hover {
    color: #FF9023;
    border: 2px solid #FF9023;
}
.btn--orange-to-red:hover {
    color: #fff;
    border: 2px solid #fff;
}



.block-go-to-certification__text .btn--orange-to-red:hover {
    color: #FF9023;
    border: 2px solid #FF9023;
}
.btn--white-white {
    background: white;
    color: #ec2024;
    border-color: white;
    border-radius: 60px;
    padding: 12px 32px 16px;
}
.btn--white-white:hover {
    color: #fff;
    border: 2px solid #fff;
}
.pageblock-text-three-blocks {
    margin-top: 32px;
    margin-bottom: 150px;
}
.pageblock-text-three-blocks .items-for-whom p.title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-top: 16px;
    color: #323232
}
.pageblock-text-three-blocks h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}
.pageblock-text-three-blocks .items-for-whom p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #323232;
    margin-top: 16px;
    text-align: center;
}
.pageblock-text-three-blocks .items-for-whom {
    margin-top: 32px;
}
.pageblock-text-three-blocks .items-for-whom .image-block {
    text-align: center;
}
.pageblock-text-four-blocks {
    margin-bottom: 150px;
}
.pageblock-text-four-blocks h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}
.pageblock-text-four-blocks .items-text-four-blocks {
    margin-top: 32px;
}
.pageblock-text-four-blocks .items-text-four-blocks .item-block {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 2px 3px 60px rgba(0, 0, 0, 0.07);
    border-radius: 24px;
    margin-bottom: 24px;
    display: flex;
    min-height: 169px;
    align-items: center;
}
.pageblock-text-four-blocks .items-text-four-blocks .swiper-slide {
    height: auto;
}
.pageblock-text-four-blocks .items-text-four-blocks .image-block {
    width: 92px;
    height: 92px;
    display: flex;
    padding: 24px;
    border-radius: 50%;
    background: #FFF3F5;
    margin-right: 16px;
}
.pageblock-text-four-blocks .items-text-four-blocks .image-block img {
    width: 100%;
}
.pageblock-text-four-blocks .items-text-four-blocks .info-block .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #323232;
}
.pageblock-text-four-blocks .items-text-four-blocks .info-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.pageblock-text-four-blocks .btn--orange-to-red:hover {
    color: #323232;
    border: 2px solid #323232;
}

.pageblock-block-text-image-blocks {
    margin-bottom: 42px;
}
.pageblock-block-text-image-blocks h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}
.pageblock-block-text-image-blocks .bold-text {
    font-weight: 700;
    font-size: 128px;
    color: #E80A25;
    line-height: 30px;
    margin-bottom: 80px;
    display: block;
}
.pageblock-block-text-image-blocks p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
} 
.pageblock-block-text-image-blocks .img-fluid {
    width: 100%;
}
.pageblock-block-text-image-blocks .right-block .title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    margin-top: 60px;
}
.pageblock-block-text-image-blocks .right-block .title span {
    color: #E80A25;
}
.pageblock-block-text-image-blocks .left-block .title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
    margin-top: 60px;
}
.pageblock-block-text-image-blocks .left-block .title span {
    color: #E80A25;
}
.pageblock-block-text-image-blocks .bottom-block {
    margin-top: 32px;
}

.bottom-block .blocks-items .item {
    padding: 24px;
    margin-right: 16px;
    background: #FFFFFF;
    box-shadow: 2px 4px 16px rgba(115, 123, 132, 0.18);
    border-radius: 16px;
    margin-bottom: 16px;
}
.bottom-block .blocks-items .item p {
    margin-bottom: 0;
}
.bottom-block .blocks-items .item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FF9124;
}
.text-align-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text-align-center .title {
    margin-top: 0;
}
.pageblock-block-faq-image {
    min-height: 1555px;
    background: url('/assets/template/images/new-image/bg-faq.svg') center top no-repeat;
    background-size: auto;
    margin-bottom: 150px;
}
.pageblock-block-faq-image .faq-block {
    
}
.pageblock-block-faq-image h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-top: 410px;
    margin-bottom: 32px;
}

.pageblock-block-faq-image .card-faq {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E8E8E8;
}
.pageblock-block-faq-image .block-faq__cards {
    border: none;
}
.pageblock-block-faq-image .card-faq__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
.pageblock-block-faq-image .card-faq__icon div {
    border: none;
}

.pageblock-block-faq-image .card-faq--active .arrow .up {
    display: block;
}
.pageblock-block-faq-image .card-faq--active .arrow .down {
    display: none;
}
.pageblock-block-faq-image .arrow .up {
    display: none;
}
.pageblock-block-faq-image .arrow .down {
    display: block;
}
.pageblock-block-faq-image .card-faq__text ul {
    /*list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;*/
    line-height: 20px;
    /*color: #8F9294;*/
}
.pageblock-block-faq-image .card-faq__text ul li {
    margin-bottom: 12px;
}
.pageblock-block-faq-image .card-faq__text ol li {
    margin-bottom: 12px;
}
.pageblock-text-four-blocks.vertical .items-text-four-blocks .item-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    height: 100%;
}
.pageblock-text-four-blocks.vertical .items-text-four-blocks .image-block {
    margin-right: 0;
    margin-bottom: 12px;
}
.pageblock-text-reviews {
    margin-bottom: 150px;
}
.pageblock-text-reviews .swiper-navigation .swiper-next {
    margin-top: 0px;    
}
.pageblock-text-reviews .slider-text-reviews .swiper-container {
    overflow: hidden;
}
.pageblock-text-reviews h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #323232;
    margin-bottom: 0;
}
.pageblock-text-reviews .nav-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.pageblock-text-reviews .nav-block .swiper-navigation {
    margin-top: 0;
}
.pageblock-text-reviews .swiper-navigation > [aria-disabled="true"] svg path {
    fill: #DCDCDC;
}
.pageblock-text-reviews .swiper-navigation > [aria-disabled="false"] svg path {
    fill: #E80A25;
}
.pageblock-text-reviews .item-text-reviews-text {
    /*padding-bottom: 100px; */
    height: 300px;
    overflow-y: auto;
    
}
.pageblock-text-reviews .item-text-reviews-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #8F9294;
    
} 
.pageblock-text-reviews .item-text-reviews {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    
}
.pageblock-text-reviews .reviews-text-customer {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 50px;
}
.pageblock-text-reviews .swiper-slide {
    height: auto;
}
.pageblock-text-reviews .reviews-text-image {
    margin-right: 16px;
    width: 60px;
}
.pageblock-text-reviews .reviews-text-image img {
    width: 100%;
}
.pageblock-text-reviews .reviews-text-block-name .name{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #323232;
    margin-bottom: 3px;
}
.pageblock-text-reviews .reviews-text-block-name .company {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8F9294;
}
.register-form {
    margin-bottom: 150px;
}
.register-form h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 61px;
    margin-bottom: 32px;
}

.register-form .form-text {
    position: relative;
    width: 100%;
    padding: 32px 38px;
    background: linear-gradient(90.86deg, #FF9023 0%, #E80A24 211.82%);
    border-radius: 24px;
}
.register-form .form-text p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.register-form .form-text p.big-text {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 36px;
}
.register-form .form-text p.start {
    margin-top: 94px;
}
.register-form .form-text .bold {
    font-weight: 900;
}
.register-form .form-text .image-1 {
    background: url('/assets/template/images/new-image/pic-form-1.png');
    background-size: 100% auto;
    width: 114px;
    height: 109px;
    display: block;
    position: absolute;
    right: -33px;
    top: -39px;
}
.register-form .form-text .image-2 {
    background: url('/assets/template/images/new-image/pic-form-2.png');
    background-size: 100% auto;
    width: 69px;
    height: 68px;
    display: block;
    position: absolute;
    right: 53px;
    top: 42px;
}
.register-form .form-text .image-3 {
    background: url('/assets/template/images/new-image/pic-form-3.png');
    width: 137px;
    height: 160px;
    display: block;
    position: absolute;
    right: 37px;
    bottom: -55px;
    background-repeat: no-repeat;
}
.register-form .title-form {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 16px;
}
.callback-form-curce {
    padding: 0 50px;
}
.callback-form-curce .form-control {
    border: 1px solid #323232;
    border-radius: 100px;
    padding: 11px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #323232;
    height: 48px;
}
.callback-form-curce .form-group {
    margin-bottom: 16px;
}
.callback-form-curce .submit-form {
    padding: 12px 32px 16px;
    width: 100%;
}
.pageblock-text-three-blocks .items-for-whom .image-block img {
    width: 100%;
}
#msCart .card-cart-product__old_price .old_price {
    color: #ec2024;
    font-family: 'Clother', sans-serif;
}
.datamobile.pageblock-header {
    min-height: 838px;
    margin-bottom: 30px;
    background-position: top;
}
.datamobile.pageblock-header .page-header__subtitle h1 {
    font-weight: 700;
    font-size: max(1em, min(3em, calc(77vw * 4 / 75)));
    line-height: max(1em, min(3em, calc(77vw * 4 / 75)));
    letter-spacing: -0.04em;
}
.datamobile .absolute-block-play {
    position: absolute;
    top: -57px;
    left: 884px;
    background-color: transparent;
    width: 131px;
    height: 131px;
    z-index: 1;
}
.datamobile .absolute-block-play a {
    width: 100%;
    height: 100%;
    display: block;
}
.datamobile .absolute-block-play.product_template {
    top: 292px;
    left: 1010px;
}
.block-solutions--datamobile.datamobile .block-header__before-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}
.datamobile .block-header__title {
    font-weight: 700;
    font-size: 128px;
    line-height: 80px;
    letter-spacing: -0.04em;
    word-wrap: normal;
}
.datamobile .block-header.block-header--line-right .block-header__title:before {
    content: none;
}
.datamobile .block-header {
    padding: 30px 0;
}
.datamobile .block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button, .datamobile .block-tabs__nav .active.block-tabs__nav-button {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
.datamobile .card-solution {
    position: relative;
}

.datamobile .block-tabs__nav-button {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #8F9294;
}
.datamobile .card-solution__title {
    position: relative;
    color: #323232;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    height: 54px;
}
.datamobile .card-solution__title-min {
    color: #8F9294;
    font-size: 14px;
    line-height: 20px;
    padding: 0 24px;
    text-align: center;
}
.datamobile .card-solution__icon {
    margin-bottom: 24px;
    position: absolute;
    top: 25px;
}
.datamobile .card-solution__icon svg {
    height: 77px;
} 
.datamobile .card-solution__body {
    padding-top: 125px;
}
.datamobile .card-solution:nth-child(1) {
    border-radius: 24px 0 0 0;
}
.datamobile .card-solution:nth-child(1) .card-solution__body:before {
    border-radius: 24px 0 0 0;
}
.datamobile .card-solution:nth-child(1):before {
    border-radius: 24px 0 0 0;
}
.datamobile .card-solution:nth-child(1) .card-solution__body {
    border-radius: 24px 0 0 0;
}
.datamobile .card-solution:nth-child(4) {
    border-radius: 0 24px 0 0;
}
.datamobile .card-solution:nth-child(4) .card-solution__body:before {
    border-radius: 0 24px 0 0;
}
.datamobile .card-solution:nth-child(4):before {
    border-radius: 0 24px 0 0;
}
.datamobile .card-solution:nth-child(4) .card-solution__body {
    border-radius: 0 24px 0 0 0;
}

.datamobile .card-solution:nth-child(9) {
    border-radius: 0 0 0 24px;
}
.datamobile .card-solution:nth-child(9) .card-solution__body:before {
    border-radius: 0 0 0 24px;
}
.datamobile .card-solution:nth-child(9):before {
    border-radius: 0 0 0 24px;
}
.datamobile .card-solution:nth-child(9) .card-solution__body {
    border-radius: 0 0 0 24px;
}
.datamobile .card-solution:nth-child(12) {
    border-radius: 0 0 24px 0;
}
.datamobile .card-solution:nth-child(12) .card-solution__body:before {
    border-radius: 0 0 24px 0;
}
.datamobile .card-solution:nth-child(12):before {
    border-radius: 0 0 24px 0;
}
.datamobile .card-solution:nth-child(12) .card-solution__body {
    border-radius: 0 0 24px 0;
}
.datamobile.block-solutions--datamobile .btn {
    height: 64px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    box-shadow: none;
    border: 2px solid #ec2024;
    padding: 0 30px;
}
.datamobile.why-our-company--datamobile .block-button  .btn--red:hover {
    border: 2px solid #fff;
    color: white;
}
.datamobile.why-our-company--datamobile .why-our-company-video-block .btn--orange-to-red {
    border: 2px solid transparent;
}
.datamobile.why-our-company--datamobile {
    margin-top: 126px;
    min-height: 2430px;
}
.datamobile.why-our-company--datamobile:before {
    background: url('/assets/template/images/new-image/bg_our_company.svg') top center no-repeat;
}
.datamobile.why-our-company--datamobile.nofone .why-our-company-video-block {
    margin-top: 0; 
    margin-bottom: 0;

}
.datamobile.why-our-company--datamobile.nofone .btn--orange-to-red:hover {
    border: 2px solid #FF9023!important;
    color: #FF9023!important;
}
.datamobile.why-our-company--datamobile.nofone .why-our-company-video-block .title {
    color: #000;
}
.datamobile.why-our-company--datamobile.nofone .why-our-company-video-block p {
    color: #000;
    line-height: 1.5;
    font-size: 18px;
}
.why-our-company--datamobile.nofone:before {
    content: none;
}
.datamobile.why-our-company--datamobile.nofone {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto!important;
}
.datamobile .block-header__before-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
}
.datamobile .card-why-our-company__icon {
    margin-bottom: 36px;
    height: 170px;
}
.datamobile.why-our-company--datamobile:before {
    min-height: 2430px;
}
.datamobile.why-our-company--datamobile .btn {
    height: 64px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    box-shadow: none;
    border: 2px solid transparent;
    padding: 0 30px;
}
.datamobile .btn--red:hover {
    
}
.why-our-company-video-block {
    margin-top: 120px;
    margin-bottom: 544px;
}
.why-our-company-video-block .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    margin-top: 24px;
}
.why-our-company-video-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #C0B0E0;
    margin-bottom: 32px;
    padding-right: 54px;
} 
.datamobile.why-our-company--datamobile .why-our-company-video-block .btn {
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.datamobile.why-our-company--datamobile .why-our-company-video-block .btn:hover {
    border: 2px solid #fff;
}
.datamobile.why-our-company--datamobile .image_bg {
    position: relative;
} 
.datamobile.why-our-company--datamobile .image_bg img {
    width: 100%;
    border-radius: 24px;
}

.button-play {
    background-image: url(/assets/template/images/new-image/bnt-play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-size: 100%;
}
/*datamobile*/
.datamobile .site-header__license .btn {
    height: 42px;
    width: auto;
    background-color: #fff;
    color: #E80A25;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 10px 16px 10px 16px;
}
.datamobile .site-header__search {
    margin-left: 16px;
}
.datamobile .site-header__search-button button {
    display: inline-flex;
    padding: 13px;
    align-items: center;
    gap: 8px;
    border-radius: 60px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    background: rgba(255, 255, 255, 0.10);
}
.datamobile .work-block {
    margin-right: 16px;
    margin-left: 0;
}
.datamobile .phone-block {
    margin-right: 24px;
    margin-left: 0;
}
.datamobile .site-header__license {
    min-width: 191px;
}
.datamobile .site-header__user-button * {
    fill: none;
}
.datamobile .site-header__user-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.datamobile .site-header__user-button a .title {
    font-size: 14px;
    color: #fff;
}
.datamobile .site-header__user-button a:hover {
    text-decoration: none;
}
.pageblock-header.datamobile .page-header__subtitle h1 {
    margin-top: 120px;
    line-height: 60px;
    margin-bottom: 16px;
}
.pageblock-header.datamobile .page-header__subtitle.min-size h1 {
    font-size: max(1em, min(5em, calc(75vw * 4 / 75)));
    line-height: max(1em, min(4em, calc(75vw * 4 / 75)));
}
.site-header--menu-opened .phone-block svg path {
    fill: #000000;
}
.datamobile.site-header--menu-opened .site-header__search-button button {
    border: 2px solid #F5F5F5;
}
.datamobile.site-header--menu-opened .site-header__search-button button svg path{
    fill: #323232;
}
.datamobile.site-header--menu-opened .site-header__license .btn {
    border: 2px solid #F0B6B6;
}
.datamobile.site-header--menu-opened .site-header__user-button a .title {
    color: #323232;
}
.datamobile.site-header--menu-opened .site-header__user-button * {
    fill: transparent;
}
.datamobile.site-header--menu-opened .site-header__user-button svg path {
    stroke: #323232;
}
.datamobile.site-header--menu-opened .site-header__user-button svg rect {
    stroke: #323232;
} 
.data-mobile .site-menu__menu-title {
    color: #323232;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.64px;
    margin-bottom: 32px;
}
.datamobile.site-menu {
    padding-top: 120px;
}
.datamobile .site-menu__menu a {
    color: #A0A0A0;
    font-size: 24px;
    line-height: 38px;
}
.datamobile .site-menu__menu.site-menu__menu-columns.menu-program ul li {
    float: inherit;
    width: 100%;
}
.datamobile .site-menu__images .menu {
    height: 76px;
    border-radius: 8px;
}
.datamobile .site-menu__images .menu span {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    top: 50%;
    transform: translate(0, -50%)
}
.datamobile .site-menu__images .menu svg {
    position: absolute;
    width: 50px;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}
.button-block {
    padding-top: 81px;
}
.button-block .button-header {
    border-radius: 12px;
    background: #FF9124;
    padding: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    margin-right: 16px;
    position: relative;
}
.button-block .button-header:last-child {
    margin-right: 0;
}
.button-block .button-header:hover {
    text-decoration: none;
}
.button-block .button-header:after {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 24px;
    content: '';
    width: 0;
    transition: .3s ease;
}
.datamobile .btn-link:after {
    background: #F05A2A;
}
.site-footer.datamobile .btn-link:after {
    background: #fff;
}
.button-block .button-header:hover:after {
    width: calc(100% - 48px);
    opacity: 1;
}
.datamobile .block-logo {
    margin-bottom: 16px;
}
.datamobile .block-logo a:first-child {
    width: 136px;
    margin-right: 24px;
}
.datamobile .block-logo a:last-child {
    width: 172px;
}
.datamobile .site-footer__social {
    justify-content: start;
}
.datamobile .site-footer__social a {
    margin: 0;
    margin-right: 8px;
}
.datamobile .site-footer__social a svg {
    width: 40px;
    height: 40px;
}
.datamobile  .site-footer__policy a {
    color: #006EE9;
    font-size: 12px;
}
.datamobile .site-footer__policy {
    margin-top: 8px;
}
.datamobile .site-work-adress {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.datamobile .site-work-adress .no-link {
    color: #EEE5FF;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 16px;
}
.datamobile .site-work-adress .link {
    color: #EEE5FF;
    align-items: center;
    margin-bottom: 16px;
}
.datamobile .site-work-adress .link:last-child {
    margin-bottom: 0;
}
.datamobile .site-work-adress .img-block svg {
    width: 35px;
    height: 35px;
}
.datamobile .site-work-adress span > span {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.datamobile .site-work-adress .link a {
    color: #EEE5FF;
    font-size: 14px;
    line-height: 20px;
}
.datamobile .site-work-adress .link span {
    color: #EEE5FF;
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.block-info {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 24px;
}
.block-info:nth-child(2) {
    padding-left: 48px;
}
.block-info:nth-child(3) {
    padding-left: 48px;
}
.block-info:nth-child(4) {
    padding-left: 48px;
    border-right: none;
}
.datamobile .block-info .second-menu {
    margin-top: 24px;
}
.datamobile .two-column-vertical ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100px;
}
.datamobile .two-column-vertical ul li {
    margin-right: 16px;
}
.footer-button-block ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-button-block ul li {
    margin-right: 12px;
    margin-bottom: 12px;
}
.datamobile .footer-button-block ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    background: #B912E3;
}
.datamobile .footer-button-block .btn-link:after {
    bottom: 8px;
    left: 12px;
}
.datamobile .footer-button-block .btn-link:hover:after {
    width: calc(100% - 24px);
}
.bottom-block .site-menu__images {
    padding-top: 32px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.datamobile .bottom-block .site-menu__images .menu {
    width: 180px;
    height: 68px;
    margin-bottom: 0;
}
.datamobile .bottom-block .site-menu__images .menu img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.datamobile .bottom-block .site-menu__images .menu span {
    font-size: 14px;
    line-height: 20px;
    left: 12px;
    width: calc(100% - 65px);
} 
.datamobile .site-footer__first-row {
    padding-bottom: 36px
}
.datamobile .complex-automation__cards {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
} 
.block_oferta a {
    color: #006EE9;
    font-size: 12px;
    margin-top: 32px;
    display: block;
}
.datamobile .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.datamobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}
.datamobile .swiper-navigation .swiper-prev, .swiper-navigation .swiper-next {
    color: #DCDCDC;
    margin-top: -16px;
    font-size: 26px;
    padding: 0 12px;
}
.datamobile .swiper-navigation {
    position: relative;
    margin-top: 44px;
}
.datamobile .swiper-navigation .swiper-pagination {
    width: auto;
    margin: 0 12px;
}
.datamobile .callback-form__body {
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.still-in-doubt--datamobile-no-image.datamobile {
    margin-bottom: 150px;
}
.datamobile .block-header-lite {
    margin: 0;
    margin-bottom: 32px;
}
.datamobile .block-header-lite__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
    text-align: left;
}
.datamobile .complex-automation__cards-new .card-complex-automation__icon {
    height: auto;
    min-height: 344px;
    margin-bottom: 24px;
}
.datamobile .complex-automation__cards-new .card-complex-automation__title {
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #E80A25;
    min-height: auto;
}
.datamobile .complex-automation__cards-new .card-complex-automation__text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding: 0px 30px;
    margin-bottom: 24px;
    margin-top: 0;
}

.btn-red-white {
    display: inline-flex;
    padding: 12px 32px 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: auto;
    border-radius: 60px;
    border: 1px solid #FBBDC7;
    box-shadow: 2px 4px 16px 0px rgba(115, 123, 132, 0.18);
    background-color: transparent;
    color: #E80A25;
    transition: all 0.3s;
    height: 55px;
}
.btn-red-white:hover {
    background-color: #E80A25;
    color: #ffffff;
    transition: all 0.3s;
}
.message-block {
    display: flex;
    margin-top: 40px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.message-block p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}


.list-block {
    margin-top: 80px;
}
.list-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}
.list-block .list ul {
    list-style: none;
}
.list-block .list ul li {
    margin-bottom: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    position: relative;
}
.list-block .list ul li:before {
    content: "";
    background-image: url(/assets/template/images/who_is/list-ico.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    left: -38px;
    top: 50%;
    transform: translate(0, -50%);
}
.list-block .message-block {
    margin-top: 8px;
    border-radius: 16px;
    border: 1px solid #F5F5F5;
    background: #fff;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.list-block .message-block p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
.list-block .message-block li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.datamobile.quickstart-block.slider-dop .swiper-navigation {
    display: flex;
}
.slider-dop-block-image  {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 16px;
}
.slider-dop-block-image  img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.btn-shadow {
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.40)!important;
}
.what-useful-block {
    padding-top: 50px;
    padding-bottom: 70px;
}
.datamobile .what-useful-image {
    display: flex;
    width: 84px;
    height: 84px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 24px;
    border-radius: 60px;
    background: #FFF3F5;
}

.datamobile .what-useful-image img {
    width: 42px;
}
.datamobile .what-useful-image svg {
    width: 42px;
}
.datamobile .what-useful-item {
    margin-bottom: 24px;
}
.datamobile .what-useful-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 12px;
}
.datamobile .what-useful-info p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    color: #8F9294;
}
.necessary-equipment {
    padding-top: 50px;
    padding-bottom: 70px
}
.necessary-equipment .swiper-slide {
    max-width: 373px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.necessary-equipment .necessary-equipment-block {
    display: flex;
    width: 373px;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.necessary-equipment .necessary-equipment-block img {
    width: 300px;
    height: 230px;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}
.necessary-equipment .necessary-equipment-block a {
    width: 100%;
}
.datamobile .block-prices-table__body {
    background: none;
    box-shadow: none;
}
.datamobile  .card-price {
    border-top: none;
    border-left: none;
    width: 280px;
    height: auto;
}
.datamobile .card-price__body {
    width: 280px;
    border-radius: 24px;
    border: 1px solid var(--bg-form, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s;
    padding: 16px;
}
.datamobile .card-price__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 4px;
}
.datamobile .card-price__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0;
    text-align: left;
    color: #7C8DB5;
    margin-bottom: 10px;
}
.datamobile .card-price__price {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #323232;
    margin-bottom: 24px;
}
.datamobile .card-price__price span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #7C8DB5;
}
.datamobile .card-price__list {
    text-align: left;
    margin-bottom: 45px;
    font-size: 14px;
    flex-grow: 1;
}
.datamobile .hoverer .card-price__list {
    color: #fff;
}
.datamobile .card-price__list p {
    text-align: left!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.datamobile .card-price__list ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #8F9294;
    list-style: none;
}
.datamobile .card-price__list ul li {
    margin-bottom: 10px;
}
.datamobile .card-price__body a {
    width: 100%;
    font-size: 18px;
    box-shadow: none;
}
.datamobile .card-price.hoverer  .card-price__body {
    background: var(--tab-icon, linear-gradient(180deg, #56077E 0%, #650871 100%));
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s;
}
.datamobile .card-price.hoverer  .card-price__title {
    color: #fff;
}
.datamobile .card-price.hoverer  .card-price__subtitle {
    color: #fff;
}
.datamobile .card-price.hoverer  .card-price__price {
    color: #fff;
}
.datamobile .card-price.hoverer span {
    color: #fff;
}    
.datamobile .card-price.hoverer p {
    color: #fff;
}
.datamobile .card-price.hoverer ul {
    color: #C0B0E0;
}
.datamobile .card-price.hoverer a {
    background: var(--head-liner, linear-gradient(140deg, #FF9023 0%, #E80A24 100%));
    box-shadow: 0px 4px 40px 0px rgba(246, 92, 35, 0.40);
    color: #fff;
    border: transparent;
}
.datamobile.quickstart-block {
    padding-bottom: 24px;
}
.tabs.video_category-tags .block-video-gallery .swiper-container {
    overflow: hidden;
}
.header_table {
    border-bottom: 1px solid var(--bg_form, #F5F5F5);
}
.header_table > div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #8F9294;
}
#pdopage .item {
    border-bottom: 1px solid var(--bg_form, #F5F5F5);
}
.block-price-list {
    margin-bottom: 150px;
}
.block-price-list.datamobile .block-header-lite__title {
    color: #E80A25; 
}
.price_list-items {
    width: 100%;
    border-radius: 16px;
    box-shadow: 2px 4px 16px 0px rgba(115, 123, 132, 0.18);
    background-color: #fff;
}
.price_list-item:last-child {
    padding-bottom: 24px;
}
.price-list-header {
    padding: 24px;
}
.price-list-header > div {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #8F9294;
}
.categoty_item {
    background: rgba(124, 141, 181, 0.05);
    padding: 16px 24px 24px;
}
.categoty_item .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    color: #F05A2A;
}
.categoty_item .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: var(--blue-grey, #7C8DB5);
}
.price_list-item {
    padding: 16px 24px;
}
.price_list-item .btn-red-white {
    box-shadow: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    height: 40px;
    padding: 10px 24px 10px 24px;
}
.price_list-item .name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
}
.price_list-item .sale {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #6E03A2;
}
.price_list-item .price {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-align: start;
}
.price_list-item .toggle-list {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    
}
.price_list-item .list-text {
    width: calc(100% - 46px);
}
.price_list-item .toggle-list.open {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.price_list-item .toggle-list:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #e80a25;
    position: absolute;
    top: 50%;
    left: 49%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.price_list-item .toggle-list:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #e80a25;
    position: absolute;
    top: 50%;
    left: 69%;
    margin-right: -50%;
    transform: translate(-50%, -50%) rotate(45deg);
}    
.modification_block {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.modification_block.open {
    height: auto;
    transition: all 0.3s;
}
.product-prices-carousel .btn--orange-to-red:hover {
    border: 2px solid #FF9023!important;
    color: #FF9023!important;
}
.card-price__body .card-item_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    min-height: 66px;
    text-align: left;
    margin-bottom: 24px;
}
.card-price__body .card-item_img {
    max-height: 180px;
    margin-bottom: 16px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-price__body ul.list-item {
    list-style: none;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    min-height: 420px;
}
.card-price__body ul.list-item li {
    margin-bottom: 14px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.card-price__body ul.list-item li span {
    margin-right: 8px;
}
.datamobile .card-price__body.items-info {
    padding: 21px;
}
.ico_style ul {
    list-style: none;
}
.ico_style ul li {
    position: relative;
    margin-bottom: 12px;
}
.ico_style ul li:last-child {
    margin-bottom: 0;
}
.ico_style ul li:before {
    content: "";
    background-image: url(/assets/uploads/resource_download/image_list.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 11px;
    top: 50%;
    left: -25px;
    transform: translate(0, -50%);
}
.group-button {
    gap: 24px;
    align-items: center;
}
.image-button:hover {
    background-color: #fff;
}
.group-button .btn--orange-to-red:hover {
    border: 2px solid #FF9023!important;
    color: #FF9023!important;
}
.uslugi-block .items-uslugi {
    gap: 24px;
}
.uslugi-block  .item-usluga {
    border-radius: 24px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 24px;
    width: calc(50% - 12px);
}
.uslugi-block .item-usluga .item-uslugi {
    gap: 16px;
}
.uslugi-block .item-usluga .item-uslugi-info {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
}

.uslugi-block .items-uslugi .item-uslugi-image {
    border-radius: 60px;
    background: #FFF3F5;
    display: flex;
    width: 84px;
    height: 84px;
    padding: 16px;
    justify-content: center;
    align-items: center;
}
.uslugi-block .items-uslugi .item-uslugi-image svg {
    width: 60px;
    height: 60px;
}
.uslugi-block .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    padding: 32px 0 24px 0;
    width: 100%;
}
.development-services {
    padding-bottom: 180px;
}
.development-services p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 32px;
}
.development-services p span {
    color: #E80A25;
}
.our-resources {
    padding-bottom: 150px;
}
.our-resources.image-bg {
    position: relative;
    padding-bottom: 419px;
}

.our-resources.image-bg:before {
    content: "";
    background-image: url(/assets/uploads/0razrabotka_PO/img_bg.svg);
    position: absolute;
    background-size: 481px;
    display: block;
    width: 481px;
    height: 100%;
    background-repeat: no-repeat;
    right: 0;
    bottom: -419px;
}
.our-resources .our-resources-items {
    gap: 24px;
}
.our-resources .our-resources-items .item-our-resources {
    border-radius: 32px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: var(--white, #FFF);
    box-shadow: 1.59836px 2.39754px 47.95082px 0px rgba(0, 0, 0, 0.07);
    padding: 24px;
    width: auto;
    justify-content: center;
}
.item-our-resources svg {
    width: 124px;
    height: 124px;
}
.pageblock-mobile-application {
    margin-bottom: 150px;
}
.datamobile.pageblock-mobile-application .complex-automation__cards-new .card-complex-automation__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 12px;
    color: #323232;
}
.datamobile.pageblock-mobile-application .complex-automation__cards-new .card-complex-automation__icon {
    padding: 25px;
}

.pageblock-mobile-application .message_block {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 80px;
    margin-bottom: 0;
}
.pageblock-text-image {
    margin-bottom: 150px;
}
.pageblock-text-image .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.pageblock-text-image p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.pageblock-mobile-app {
    margin-top: 150px;
    margin-bottom: 150px;
}
.pageblock-mobile-app .text-block p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 50px;
    border-radius: 24px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 32px;
}
.pageblock-mobile-app .mobile-app {
    margin-top: 18px;
}
.pageblock-block-faq-image .faq-block .subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
}
.pageblock-block-faq-image .card-faq__text ul a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-bottom: 1px dotted #ec2024;
}
/*datamobile end*/
.complex-automation-new {
    margin-bottom: 150px;
}
.subtitle-block {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 32px;
}
.subtitle-block span {
    color: #E80A25;   
}
.no_result {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 600;
}
.story-colleagues .story-humans .human-item {
    width: auto;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 90px;
    padding: 8px 16px;
    height: auto;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.story-colleagues .story-humans .human-item:last-child {
    margin-bottom: 1px;
}
.story-colleagues .story-humans .story-image {
    width: 42px;
    height: 42px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgb(240, 240, 240);
    transition: all 0.3s;
    padding: 0;
}
.story-colleagues .story-humans .info-block div,.story-colleagues .storys-history-block .info-block div {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.story-colleagues .story-humans .info-block div.post {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
}
.story-colleagues .name {
    color: #323232;
    transition: all 0.3s;
}
.story-colleagues .post {
    color: #8F9294;
    transition: all 0.3s;
}
.story-colleagues .story-humans .human-item.active  {
    border: 1px solid rgb(249, 194, 201);
}
.story-colleagues .story-humans .human-item.active .story-image {
    border: 1px solid rgb(249, 194, 201);
}
.story-colleagues .story-humans .active .info-block .name {
    color: #E80A25;
}
.story-colleagues .story-humans .active .info-block .post {
    color: #E80A25;
}
.story-colleagues .story-humans .human-item:hover {
    border: 1px solid rgb(249, 194, 201);
    transition: all 0.3s;
}
.story-colleagues .story-humans .human-item:hover .story-image {
    border: 1px solid rgb(249, 194, 201);
    transition: all 0.3s;
}
.story-colleagues .story-humans .human-item:hover .post {
    color: #E80A25;
    transition: all 0.3s;
}
.story-colleagues .story-humans .human-item:hover .name {
    color: #E80A25;
    transition: all 0.3s;
}
.story-colleagues .storys-history-block .story-image {
    border: 2px solid rgb(209, 194, 215);
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: auto;
}
.story-colleagues .storys-history-block .story-list-year {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.story-colleagues .storys-history-block .story-list-year .value {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    display: flex
;
    align-items: center;
    gap: 12px;
}
.story-colleagues .storys-history-block .story-list-year .value:before {
    content: "";
    background-color: #323232;
    width: 4px;
    height: 3px;
    display: block;
    border-radius: 50%;
}
.story-colleagues .storys-history-block .story-list-year .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #8F9294;
}
.text-indent {
    text-indent: 12px;
}
.story-colleagues .storys-history-block .story-list-year .year-item {
    gap: 1rem;
}
.story-colleagues .storys-history-block .tilda-text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.story-colleagues .storys-history-block .tilda-text:before {
    content: "";
    background-image: url(/assets/template/images/tilda_down.svg);
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
    position: absolute;
    transform: rotate(180deg);
    left: 12px;
    top: -14px;
}
.story-colleagues .storys-history-block .tilda-text:after {
    content: "";
    background-image: url(/assets/template/images/tilda_down.svg);
    background-size: 27px 27px;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 12px;
    bottom: -12px;
}
.story-colleagues .storys-history-human .item-story {
    display: none;
}
.story-colleagues .storys-history-human .item-story.active {
    display: flex;
}
.corporate-life .corporate-item {
    width: auto;
    height: 57px;
    display: flex;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 60px;
    background: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    transition: all 0.3s;
    cursor: pointer;
}
.corporate-life .corporate-item:hover {
    border: 1px solid rgb(232, 10, 37);
    background: rgb(232, 10, 37);
    color: #ffffff;
    transition: all 0.3s;
}
.corporate-life .corporate-item.active {
    border: 1px solid rgb(232, 10, 37);
    background: rgb(232, 10, 37);
    color: #ffffff;
}
.corporate-life .corporate-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.corporate-life .item-corporate {
    display: none;
}
.corporate-life .item-corporate.active {
    display: flex;
}
.corporate-life .corporate-history-blocks .swiper-container {
    overflow: hidden;
}
.corporate-life .corporate-swiper-image .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
    height: 566px;
}
.corporate-life .corporate-swiper-image .swiper-slide .video-corporate {
    position: relative;
}
.corporate-life .video-corporate:after {
    background: url(../images/common/block-youtube-video__icon.svg) center no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: .2s ease-in;
}
.corporate-life .video-corporate {
    height: 100%;
    display: block;
}
.corporate-life .corporate-swiper-image .img_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.corporate-life .corporate-swiper-thumbs .swiper-slide .image-block {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    height: 100%;
}
.corporate-life .corporate-swiper-thumbs .swiper-slide.swiper-slide-thumb-active .image-block {
    border: 2px solid #ec2024;
    height: 100%;
}
.corporate-life .corporate-swiper-thumbs .swiper-slide {
    height: 162px;
}
.corporate-life .corporate-swiper-thumbs .img_bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1199px) {
    .datamobile.quickstart-block .swiper-navigation {
        display: none;
    }
    .story-colleagues .story-humans {
        padding: 24px;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
        border-radius: 24px;
        height: 813px;
    }
    .story-colleagues .story-humans .story-block::-webkit-scrollbar {
      width: 6px;
    }
    
    .story-colleagues .story-humans .story-block::-webkit-scrollbar-track {
      background: #f0f0f0;
      border-radius: 10px;
    }
    
    .story-colleagues .story-humans .story-block::-webkit-scrollbar-thumb {
      background: #e30910;
      border-radius: 10px;
    }
    
    .story-colleagues .story-humans .story-block::-webkit-scrollbar-thumb:hover {
      background: #c2080e;
    }
    .story-colleagues .storys-history-human {
        height: 813px;
    }
    .story-colleagues .story-humans .story-block {
        gap: 1rem;
        overflow-y: auto;
        padding-right: 12px;
        height: 100%;
    }
    .story-colleagues .story-humans .human-item {
        width : 100%;
    }
    .corporate-life .corporate-block {
        gap: 1rem;
    }
    .corporate-life .corporate-swiper-thumbs .swiper-slide .image-block {
        transform: scale(1);
        transition: all 0.3s;
    }
    .corporate-life .corporate-swiper-thumbs .swiper-slide:hover .image-block {
        transform: scale(0.9);
        transition: all 0.3s;
    }
}


@media (min-width: 991px) {
    .datamobile.block-solutions--datamobile .block-header__body {
        width: 455px
    }
}
@media (min-width: 768.98px) {
    .story-colleagues .storys-history-human {
        border: 1px solid rgb(245, 245, 245);
        border-radius: 24px;
        box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
        padding: 24px;
    }
    
}
@media (max-width: 1230.98px) {
    .block-where.new .block-tabs {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
    .block-where.new .block_search {
        margin-top: 30px;
        width: 100%;
    }
    .story-colleagues .storys-history-block .story-image {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 1200.98px) {
    .datamobile .site-header__middle {
        flex-wrap: wrap;
    }
    .datamobile .site-header__menu {
        order: 1;
    }
    .datamobile .site-header__logo {
        order: 2;
    }
    .datamobile .site-header__search {
        order: 3;
    }
    .datamobile .block-header-info {
        order: 5;
        margin-top: 25px;
        width: calc(100% - 206px);
    }
    .datamobile .site-header__license {
        order: 6;
    }
    .datamobile .site-header__user-button {
        order: 4;
        margin-left: auto;
    }
    .datamobile .site-header__delimeter {
        display: none;
    }
    .datamobile.site-menu {
        padding-top: 180px;
    }
    .button-block {
        padding-top: 55px;
        margin-bottom: 12px;
    }
    .datamobile .site-menu__images {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .datamobile .site-menu__images .menu {
        width: calc(50% - 10px);
    }
    .datamobile.site-menu {
        padding-bottom: 56px
    }
    .datamobile .site-footer__first-row .row .block-info:first-child {
        display: flex;
    }
    .datamobile .block-logo {
        margin-right: 20px;
    }
    .datamobile .site-work-adress .link {
        margin-right: 16px
    }
    .datamobile .site-work-adress .link:last-child {
        margin-bottom: 16px;
    }
    .datamobile .bottom-block .site-menu__images .menu {
        width: calc(33% - 10px);
    }
    .datamobile .bottom-block .site-menu__images .menu img {
        width: 100%;
        height: auto;
    }
    .block-info:nth-child(3) {
        padding-left: 24px;
    }
    .block-info:nth-child(4) {
        padding-left: 24px;
    }
    .footer-button-block ul li {
        margin-right: 0;
    }
    .datamobile .site-footer__menu ul li {
        width: 100%;
    }
    .datamobile .footer-button-block ul li a {
        justify-content: center;
        width: 100%
    }
    .pageblock-header.datamobile .page-header__subtitle h1 {
        font-size: 56px;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 12px;
    }
    .pageblock-header.datamobile .page-header__title p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 24px;
    }
    .datamobile .absolute-block-play {
        left: 80%;
    }
    .datamobile .block-solutions--datamobile.datamobile .block-header__before-title {
        width: 100%;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .datamobile .block-header {
        padding-bottom: 4px;
        margin-bottom: 28px;
    }
    .datamobile .block-solutions--datamobile.datamobile .block-header__before-title br {
        display: none;
    } 
    .datamobile .block-header__title {
        font-size: 100px;
        font-style: normal;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: -4px;
    }
    .datamobile.why-our-company--datamobile {
        padding-top: 380px;
    }
    
    .datamobile .block-header__before-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .sitem {
        width: auto;
    }
    .datamobile .qitem-block {
        width: 373px;
    }
    .datamobile.why-our-company--datamobile:before {
        min-height: 2111px;
        background-image: url(/assets/template/images/new-image/bg_our_company.svg);
        background-position: top;
        background-size: 1670px, 1357px, cover;
    }
    .our-resources.image-bg:before {
        bottom: -519px;
    }
}
.datamobile .ajax_form .btn--orange-to-red:hover {
    height: 55px;
    border: 2px solid #FF9023;
    color: #FF9023;
}
@media (max-width: 991.98px) {
    .page-header__title_subtitle {
        margin-bottom: 12px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.96px;
    }
    .datamobile .ajax_form .btn--orange-to-red:hover {
        width: 100%;
    }
    .page-header {
        padding-top: 60px;
        min-height: 650px;
        padding-bottom: 230px;
    }
    .pageblock-header .page-header__subtitle h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 100px;
    }
    .datamobile .card-solution:hover .card-solution__body:before {
        opacity: 0;
    }
    .datamobile.why-our-company--datamobile {
        padding-top: 225px;;
    }
    .datamobile.why-our-company--datamobile:before {
        background-image: url(/assets/template/images/new-image/bg_our_company-tablet.svg);
        background-size: 100%;
        background-position: top;
    }
    .datamobile .card-solution:hover .card-solution__title-min {
        color: #8F9294;
    }
    .datamobile .card-solution:hover .card-solution__icon * {
        fill: #ec2024;
    }
    .pageblock-block-faq-image {
        background-size: auto;
    }
    .pageblock-text-reviews .nav-block .swiper-navigation {
        display: none;
    }
    .register-form .form-text {
        margin-bottom: 80px;
    }
    .datamobile .work-block {
        font-size: 14px;
        line-height: 20px;
        margin-right: 24px;
    }
    .datamobile .phone-block {
        font-size: 14px;
        line-height: 20px;
    }
    .datamobile .tablet-vers div {
        width: auto;
    }
    .datamobile .block-header-info {
        margin-top: 15px;
    }
    .datamobile .site-header__license {
        margin-top: 15px;
    }
    .button-block .button-header {
        display: inline-block;
    }
    .datamobile .site-menu__menu.site-menu__menu-columns ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .datamobile .site-menu__menu ul {
        white-space: nowrap;
        width: 100%;
    }
    .button-block {
        margin-bottom: 16px;
        padding-top: 32px;
    }
    .button-block .button-header {
        display: inline-block;
        font-size: 14px;
        line-height: 27px;
        padding: 16px;
    }
    .datamobile .site-menu__images {
        padding-top: 0;
    }
    .datamobile .site-menu__images .menu {
        height: 76px!important;
    }
    .datamobile .site-menu__images .menu span {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        top: 50%!important
    }
    .datamobile .bottom-block .site-menu__images .menu img {
        width: 100%;
        height: 100%;
    }
    .datamobile .site-menu__images {
        padding-top: 24px;
    }
    .datamobile .two-column-vertical ul {
        height: auto;
        margin-bottom: 16px;
    }
    .datamobile.pageblock-header {
        min-height: 970px;
        margin-bottom: 30px;
        background-position: top;
        background-size: cover;
    }
    .pageblock-header.datamobile .page-header__title p {
        width: 80%;
    }
    .pageblock-header.datamobile .page-header__title p br {
        display: none;
    } 
    .datamobile .absolute-block-play {
        left: 81%;
        top: 30%;
        width: 100px;
        height: 100px;
    }
    .pageblock-header.datamobile .page-header__button {
        flex-direction: column;
    }
    .pageblock-header .page-header__button > div a {
        min-width: 260px;
    }
    .datamobile .card-why-our-company {
        margin-bottom: 54px;
    }
    .why-our-company--datamobile.datamobile .block-button {
        display: none;
    }
    .datamobile.why-our-company--datamobile {
        min-height: 2550px;
    }
    .datamobile.why-our-company--datamobile.nofone {
        min-height: 100%;
    }
    .datamobile.why-our-company--datamobile:before {
        min-height: 2550px;
    }
    .datamobile .why-our-company-video-block {
        margin-top: 70px;
        margin-bottom: 0;
    }
    .datamobile.quickstart-block {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .stages-works {
        padding-bottom: 100px;
    }
    .stitle {
        margin-bottom: 48px;
    }
    .sitem {
        width: 50%;
        margin-bottom: 32px;
    }
    .sitem:before {
        right: 13px;
        top: 0px;
    }
    .simage {
        margin-bottom: 16px;
    }
    .sitem.nth-1 {
        text-align: left;
        padding-left: 40px;
    }
    .sitem.nth-1 .sdesc {
        text-align: left;
        margin-left: 30px;
    }
    .sitem.nth-2 {
        padding-left: 42px;
    }
    .sitem.nth-2 .sdesc {
        text-align: left;
        margin-left: 50px;
    }
    .sitem.nth-2:before {
        bottom: 45px;
        top: auto;
        transform: rotate(90deg);
        right: 44px;
    }
    .sitem.nth-3 {
         order: 4;
        padding-left: 43px;
    }
    .sitem.nth-3 .sdesc {
        text-align: left;
        padding-left: 40px;
    }
    .sitem.nth-3:before {
        transform: scale(-1, -1);
        left: -100px;
        top: auto;
        right: auto;
        bottom: 81px;
    }
    .sitem.nth-4 {
        padding-left: 43px;
    }
    .sitem.nth-4:before {
        transform: scale(1, -1) rotate(-90deg);
        left: -43px;
        bottom: 41px;
    }
    .sitem.nth-4 .sdesc {
        text-align: left;
        margin-left: 12px;
    }
    .sitem.nth-5 {
        order: 5;
    }
    .datamobile.still-in-doubt--datamobile-no-image {
        margin-bottom: 100px;
    }
    .social-item svg {
        margin-right: 8px;
        width: 34px;
        height: 34px;
        padding: 6px;
    }
    .social-items a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .datamobile .ajax_form .btn--orange-to-red:not(:hover) {
        font-style: normal;
        display: flex;
        width: 100%;
        padding: 21.652px 57.737px 28.869px 57.737px;
        justify-content: center;
        align-items: center;
        gap: 7.217px;
        height: 55px;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
    }
    
    .datamobile .block-services-swiper .swiper-container {
        border-radius: 24px;
        border: 1px solid #f5f5f5;
        padding-bottom: 0;
        overflow: hidden;
        width: calc(100% - 2px);
    }
    .datamobile .block-services-swiper .swiper-wrapper .swiper-slide {
        width: 292px;
    }
    .datamobile .block-services-swiper .swiper-wrapper {
        padding-bottom: 0;
    }
    .datamobile .swiper-wrapper .swiper-slide .card-solution {
        border-radius: 0;
        background-color: transparent;
    }
    .datamobile .swiper-wrapper .swiper-slide .card-solution:before {
        border-radius: 0;
        box-shadow: none;
    }
    .datamobile .swiper-wrapper .swiper-slide .card-solution .card-solution__body {
        border-radius: 0;
    }
    .datamobile .swiper-wrapper .swiper-slide .card-solution .card-solution__body:before {
        border-radius: 0;
    }
    .datamobile .card-solution__body {
        border: none;
    }
    .datamobile .card-solution:nth-child(-n+3) .card-solution__body {
        border-top: none;
    }
    .datamobile .card-solution:nth-child(3n + 3) .card-solution__body {
        border-top: none;
    }
    .datamobile .card-solution:last-child .card-solution__body {
        border-top: none;
    }
    .datamobile .block-tabs__content.swiper-container {
        overflow: hidden;
    }
    .datamobile .block-tabs__nav-button:hover:after {
        opacity: 0;
    }
    .qitem-block .btn-red {
        box-shadow: none;
    }
    .price-list-header {
        padding: 16px;
    }
    .price-list-header > div {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px
    }
    .categoty_item {
        padding: 16px 16px 24px;
    }
    .price_list-item {
        padding: 16px;
    }
    .price_list-item .name {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .price_list-item .sale {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .price_list-item .price { 
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .price_list-item .btn-red-white {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .datamobile .block-header-lite__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .uslugi-block .item-usluga {
        width: 100%;
    }
    .development-services p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
    }
    .our-resources.image-bg:before {
        background-size: 451px;
        width: 451px;
        bottom: -694px;
    }
    .pageblock-mobile-application .message_block {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
        margin-top: 32px;
    }
    .image_block {
        max-width: 290px;
        margin-bottom: 24px;
    }
    .pageblock-text-image .title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .pageblock-mobile-app .text-block p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px
    }
    .pageblock-mobile-app {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .corporate-life .corporate-swiper-image .swiper-slide {
        height: 280px;
    }
    .corporate-life .corporate-swiper-thumbs .swiper-slide {
        height: 120px;
    }
}

@media (min-width: 767px) {
    .items-text-four-blocks .swiper-container {
        overflow: visible!important;
    }
    .pageblock-block-text-image-blocks .bottom-block .swiper-container {
        overflow: visible;
    }
    .bottom-block .blocks-items .swiper-slide {
        width: auto;
    }
    .bottom-block .blocks-items {
        display: flex;
        flex-wrap: wrap;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .item-block .info-block {
        /*width: calc(100% - 108px);*/
        width: 100%;
    }
    
}
.mobile {
    display: none;
}

@media (max-width: 767.98px) {
    .mobile {
        display: block;
    }
    .no-mobile {
        display: none;
    }
    .no_result {
        padding: 0;
    }
    .page-header {
        padding-top: 145px;
        min-height: 370px;
        padding-bottom: 200px;
    }
    .pageblock-header .page-header__subtitle h1 {
        margin-top: 15px;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .item-block {
        box-shadow: none;
        margin-bottom: 0;
        height: auto;
    }
    .pageblock-block-text-image-blocks .bold-text {
        font-size: 80px;
        line-height: 10px;
    }
    .bottom-block .swiper-container-free-mode>.swiper-wrapper {
        padding: 5px;
    }
    .bottom-block .blocks-items .item {
        width: 95%!important;
        box-shadow: 0px 0px 5px rgba(115, 123, 132, 0.18);
    }
    .pageblock-block-text-image-blocks .left-block .title {
        margin-top: 0;
    }
    .slider-text-reviews .swiper-wrapper {
        height: auto!important;
    }
    .pageblock-text-reviews .item-text-reviews {
        height: auto!important;
    }
    .pageblock-text-reviews .reviews-text-customer {
        height: 100px;
    }
    .register-form .form-text .image-1 {
        width: 63px;
        height: 61px;
        right: -17px;
        top: -23px;
    }
    .register-form .form-text .image-2 {
        width: 46px;
        height: 42px;
        right: 31px;
        top: 24px;
    }
    .register-form .form-text .image-3 {
        width: 57px;
        height: 111px;
        right: 37px;
        bottom: -67px;
        background-size: 100%;
    }
    .datamobile .site-header__user-button {
        order: 7;
    }
    .datamobile .site-header__search-button {
        display: none;
    }
    .datamobile .site-header__search {
        width: 100%;
        margin: 16px 0;
        order: 5;
    }
    .datamobile .site-header__search-form {
        display: block!important;
        position: relative;
        right: 0;
        width: 100%;
        left: 0;
    }
    .datamobile.block-solutions--datamobile .btn {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        height: 55px;
    }
    .datamobile .block-header-info {
        order: 4;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .datamobile .site-header__search-form input {
        height: 42px;
        background-color: #fff;
        border: 2px solid #F5F5F5;
        width: 100%;
    }
    .datamobile .site-header__search-input-icon svg {
        fill: #323232;
    }
    .datamobile .site-header__search-input-icon svg * {
        fill: #323232;
    }
    .datamobile .block-header-info.tablet-vers {
        display: none;
    }
    .datamobile .site-header__license {
        margin: 0;
    }
    .datamobile.site-menu {
        padding-top: 155px;
    }
    .datamobile .site-menu__menu-title {
        border-top: none;
        padding: 0 18px 16px 18px;
        display: flex;
        justify-content: flex-start;
    }
    .datamobile .site-menu__menu-title i {
        margin-left: 10px;
        color: #E80A25;
    }
    .datamobile .site-menu__menu-title span {
        font-size: 22px;
        font-weight: 700;
    }
    .datamobile .site-menu__menu-title.site-footer__menu-title--first {
        padding-top: 16px;
    }
    .datamobile .site-menu__menu a {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 0;
    }
    .datamobile .site-menu__menu.site-menu__menu-columns.menu-program ul li {
        margin-bottom: 12px;
    }
    .button-block {
        padding-top: 8px;
        margin-bottom: 0;
    }
    .button-block .button-header {
        margin-bottom: 16px;
    }
    .datamobile.site-menu {
        padding-bottom: 36px;
    }
     .datamobile .block-logo {
        margin-right: 0;
    }
    .datamobile .site-footer__first-row .row .block-info:first-child {
        flex-direction: column;
    }
    .datamobile .site-footer__menu-title.site-footer__menu-title--opened i {
        display: none;
    }
    .datamobile .site-footer__first-row .row .block-info:first-child {
        border-bottom: 1px solid #571966;
    }
    .datamobile .site-footer__first-row .row .block-info {
        border-right: none;
    }
    .block-info:nth-child(2) {
        border-bottom: 1px solid #571966;
        padding-left: 15px;
        display: flex;
    }
    .block-info:nth-child(2) .first-block {
        margin-right: 16px;
    }
    .block-info:nth-child(3) {
        padding-left: 15px;
    }
    .block-info:nth-child(4) {
        padding-left: 15px;
    }
    .datamobile .site-footer__menu-title i {
        display: none;
    }
    .datamobile .site-footer__menu-title {
        padding: 0;
    }
    .datamobile .site-footer__menu {
        display: block!important;
    }
    .datamobile .site-footer__menu-title {
        border-top: none;
    }
    .datamobile .block-info .second-menu {
        margin-top: 0;
    }
    .block-info:nth-child(3) {
        display: flex;
        border-bottom: 1px solid #571966
    }
    .block-info:nth-child(3) .first-block {
        MARGIN-RIGHT: 16px;
        min-width: 137px;
    }
    .block-info:nth-child(3) .last-last-block .site-footer__menu {
        padding-top: 0;
    }
    .block-info:nth-child(3) .site-footer__menu {
        padding-bottom: 0;
    }
    .datamobile .site-footer__menu.no-mobile {
        display: none!important;
    }
    .block-info:nth-child(4) {
        display: flex;
    }
    .block-info:nth-child(4) .first-block {
        margin-right: 16px;
    }
    .datamobile .site-menu__images {
        padding-top: 0px
    }
    .datamobile .bottom-block .site-menu__images .menu {
        width: calc(50% - 9px);
    }
    .pageblock-header.datamobile .page-header__subtitle h1 {
        font-size: 80px;
        font-size: max(1em, min(5em, calc(142vw * 4 / 75)));
        line-height: max(1em, min(4em, calc(104vw * 4 / 75)));
        margin-top: 0;
    }
    .pageblock-header.datamobile .page-header__title p {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }
    .datamobile.pageblock-header {
        min-height: 1244px;
        background-position-y: bottom;
    }
    .datamobile .absolute-block-play {
        left: 61%;
        top: 95%;
    }
    .pageblock-header .page-header__button > div:last-child {
        
    }
    .pageblock-header .page-header__button > div a {
        width: 100%;
    }
    .datamobile .card-client__text {
            margin-bottom: 64px;
    }
    .datamobile .card-why-our-company__title { 
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: -0.96px;
        margin-bottom: 16px;
    }
    .social-items {
        display: flex;
        flex-direction: row;
        text-align: start;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .datamobile .callback-form__body {
        padding: 24px 16px;
    }
    .block-solutions--datamobile.datamobile .block-header__before-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .block-solutions--datamobile.datamobile .block-header__before-title br {
        display: none;
    }
    
    .datamobile.why-our-company--datamobile:before {
        background: url(/assets/template/images/new-image/bg_our_company-tablet.svg) top center no-repeat;
        background-size: cover;
        background-position: top;
        min-height: 1690px!important;
    }
    .datamobile .block-tabs__content-body {
        padding-top: 30px;
    }
    .datamobile.pageblock-header {
        min-height: 1087px;
        background-position-y: bottom;
    } 
    .datamobile.still-in-doubt--datamobile-no-image .block-header {
        padding-left: 0;
        padding-right: 0;
    }
    .block-info {
        margin-top: 20px;
    }
    .datamobile .block-logo a:first-child {
        margin-right: 22px;
        width: auto;
        height: auto;
    }
    .datamobile .block-logo a:first-child svg {
        width: 70px;
        height: auto;
    }
    .datamobile .block-logo a:last-child {
        width: auto;
        height: auto;
    }
    .datamobile .block-logo a:last-child svg {
        width: 86px;
        height: auto;
    }
    .datamobile .block-logo a {
        margin-top: 0;
    }
    .datamobile .block-logo {
        margin-bottom: 22px;
    }
    .site-footer__social {
        padding: 0;
    }
    .complex-automation__cards-new > div {
        margin-bottom: 32px;
    }
    .complex-automation__cards-new > div:last-child {
        margin-bottom: 0;
    }
    .datamobile .block-header-lite__title {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .list-block {
        margin-top: 32px;
    }
    .list-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
        margin-bottom: 16px;
    }
    .list-block .message-block {
        margin-bottom: 24px
    }
    .datamobile.quickstart-block {
        padding-top: 100px;
    }
    .datamobile .block-product-screenshots-carousel {
        margin-bottom: 40px;
    }
    .price_list-item .name {
        font-size: 18px;
        line-height: 27px;
    }
    .price_list-item .sale {
        font-size: 18px;
        line-height: 27px;
    }
    .price_list-item .price {
        font-size: 18px;
        line-height: 27px;
    }
    .price_list-item > div:last-child {
        margin-top: 14px;
    }
    .categoty_item .description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .our-resources.image-bg:before {
        display: none;
    }
    .our-resources.image-bg {
        padding-bottom: 150px;
    }
    .pageblock-block-faq-image h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: -0.64px;
    }
    .pageblock-block-faq-image .faq-block .subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    
    .pageblock-text-four-blocks .items-text-four-blocks .swiper-slide {
        display: flex;
        height: auto;
    }
    .story-colleagues .storys-history-block .story-image {
        width: 120px;
        height: 120px;
    } 
}
@media (min-width: 565.99px) {
    
}
@media (max-width: 565.98px) {
     .page-header__title_subtitle {
         font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.72px;
        margin-bottom: 8px;
     }
    .datamobile .why-our-company__cards .swiper-wrapper.row {
        flex-wrap: nowrap;
    }
    .datamobile .absolute-block-play {
        left: 61%;
        top: 119%;
    }
    .datamobile .site-menu__images .menu {
        width: 100%;
    }
    .datamobile .site-menu__images a img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .button-block {
        display: flex;
        flex-wrap: wrap;
    }
    .datamobile .bottom-block .site-menu__images .menu {
        width: 100%;
    }
    .datamobile.pageblock-header {
        min-height: 1243px;
        background-position-y: -101px;
    }
    .datamobile .block-header__title {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        letter-spacing: -2.24px;
        text-align: center;
        margin-bottom: 24px;
    }
    
    .block-header__after-title.block-header__after-title--callback-form {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.48px;
    }
    .pageblock-header.datamobile .page-header__subtitle h1 {
        font-size: max(1em, min(5em, calc(88vw * 10 / 75)));
        font-style: normal;
        font-weight: 700;
        line-height: max(1em, min(5em, calc(88vw * 10 / 75)));
        letter-spacing: -2.24px;
    }
    .pageblock-header.datamobile .page-header__title p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .pageblock-header .page-header__button > div a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        height: 55px;
    }
    .block-solutions--datamobile.datamobile .block-header__before-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
        margin-bottom: 5px;
    }
    .datamobile .block-header__title {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 46px;
        letter-spacing: -2.24px;
        text-align: left;
    }
    .datamobile.why-our-company--datamobile .block-header {
        padding-left: 0;
        padding-right: 0;
    }
    .datamobile.why-our-company--datamobile .block-header__title {
        margin-bottom: 24px;
    }
    .datamobile .block-header {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .datamobile .block-tabs {
        margin-top: 32px;
    }
    .datamobile .block-tabs__nav-button {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .datamobile .block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button, .datamobile .block-tabs__nav .active.block-tabs__nav-button {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .datamobile.why-our-company--datamobile {
        margin-top: 62px;
    }
    .datamobile.why-our-company--datamobile {
        padding-top: 160px;
    }
    .datamobile .block-header__before-title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
    }
    .datamobile .text-18 {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .datamobile .card-why-our-company__title {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.72px;
    }
    .datamobile .card-why-our-company__subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }
    .datamobile .why-our-company__cards .swiper-slide {
        width: auto;
        min-width: 220px;
    }
    .datamobile .card-why-our-company {
        margin-bottom: 32px;
    }
    .why-our-company--datamobile.datamobile .block-button {
        display: block;
    }
    .datamobile.why-our-company--datamobile .btn {
        width: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        margin: 0;
        height: 55px;
    }
    .datamobile .why-our-company-video-block {
        margin-top: 60px;
    }
    .datamobile .card-why-our-company__icon {
        margin-bottom: 24px;
        height: 140px;
    }
    .datamobile .card-why-our-company__icon svg {
        width: 140px;
    }
    .datamobile .card-why-our-company__icon img {
        width: 140px;
    } 
    .datamobile .block-button {
        margin-top: 0;
    }
    .still-in-doubt--datamobile-no-image.datamobile .block-button {
        margin-top: 34px;
    }
    .datamobile.why-our-company--datamobile {
        min-height: 1690px;
    }
    .datamobile .why-our-company__cards {
        margin-bottom: 0;
    }
    .datamobile .why-our-company-video-block .title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
        margin-bottom: 12px;
        margin-top: 16px;
    }
    .datamobile .why-our-company-video-block p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 24px;
        padding-right: 0;
    }
    .stages-works {
        padding-bottom: 5px;
    }
    .stitle {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
        margin-bottom: 24px;
    }
    .sitem {
        width: 100%;
        margin-bottom: 55px;
    }
    .simage {
        width: 172px;
        height: auto;
    }
    .simage svg {
        width: 172px;
    }
    .sitem .sdesc {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .sitem.nth-1 {
        order: 1;
        
    }
    .sitem.nth-1:before {
        right: auto;
        left: 210px;
        transform: rotate(90deg);
        top: 146px;
    }
    .sitem.nth-1 .sdesc {
        margin-left: 53px;
    }
    .sitem.nth-2 {
        order: 2;
        padding-left: 148px;
    }
    .sitem.nth-2:before {
        bottom: 22px;
        top: auto;
        transform: rotate(90deg) scale(1,-1);
        right: auto;
        left: 10px;
    }
    .sitem.nth-2 .sdesc {
        margin-left: 68px;
    }
    .sitem.nth-3 {
        order: 3;
    }
    .sitem.nth-3 .sdesc {
        padding-left: 54px;
    }
    .sitem.nth-3:before {
        top: 155px;
        right: auto;
        left: 220px;
        transform: rotate(90deg);
    }
    .sitem.nth-4 {
        order: 4;
        padding-left: 148px;
    }
    .sitem.nth-4:before {
        bottom: 22px;
        top: auto;
        transform: rotate(90deg) scale(1,-1);
        right: auto;
        left: 10px;
    }
    .sitem.nth-4 .sdesc {
        margin-left: 68px;
    }
    .datamobile .block-header {
        padding-top: 0;
    }
    .sitem.nth-5 {
        order: 5;
    }
    .sitem.nth-5 .sdesc {
       padding-left: 54px;
        text-align: left;
    }
    .datamobile .still-in-doubt__text {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .datamobile .block-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .datamobile.block-solutions--datamobile .block-header {
        padding-left: 0;
        padding-right: 0;
    }
    .callback-form.datamobile .block-header .block-header__body {
        flex-direction: column;
        align-items: center;
    }
    .datamobile .block-header__title {
        margin-bottom: 0;
    }
    .datamobile .block-header__after-title.block-header__after-title--callback-form {
        margin-left: 0;
        margin-bottom: 14px;
    }
    .datamobile.block-solutions--datamobile .block-button {
        margin-top: 24px;
    }
    .datamobile.still-in-doubt--datamobile-no-image .block-header__title {
        margin-bottom: 24px;
    }
    .datamobile.callback-form .block-header__title {
        margin-bottom: 0px;
    }
    .datamobile .qtitle-right {
        margin-right: 0;
        margin-top: -2px;
        margin-bottom: 24px;
    }
    .datamobile .what-useful-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
    }
    .what-useful-block .row > div {
        margin-bottom: 24px;
    } 
    .what-useful-block .row > div:last-child {
        margin-bottom: 0;
    } 
    .datamobile .what-useful-item {
        flex-direction: column;
    }
    .datamobile .what-useful-image {
        margin-bottom: 24px;
    }
    .page-header.datamobile .position-relative {
        margin-top: 70px;
    }
    .page-header.datamobile .position-relative.home-page {
        margin-top: 0;
    }
    .pageblock-text-reviews .reviews-text-customer {
        margin-top: 0;
    }
    .pageblock-block-faq-image {
        min-height: 1115px;
        margin-bottom: 30px;
    }
    .block-where.new .block-tabs__nav.block-tabs__nav--no-swiper .block-tabs__nav-button {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.36px;
    }
    .block-where.new .block-tabs__nav.block-tabs__nav--no-swiper .active.block-tabs__nav-button {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.36px;
    }
    .block-where.new .btn {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
    }
    .block-price-list.datamobile .block-header-lite__title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
    }
    .group-button {
        margin-top: 0px!important;
    }
    .product_new .add_button.open .group-button {
        margin-top: inherit!important;
    }
    .pageblock-text-image .title {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.52px;
    }
    .pageblock-text-image p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .pageblock-text-image {
        margin-bottom: 60px;
    }
    .faq-block .group-button {
        margin-top: 24px!important;
    } 
    .pageblock-mobile-app {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .uslugi-block .item-usluga .item-uslugi-info {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }
    .development-services {
        padding-bottom: 60px;
    }
    .corporate-life .corporate-swiper-image .swiper-slide {
        height: 224px;
        max-width: 100%;
    }
    .corporate-life .corporate-swiper-thumbs .swiper-slide {
        height: 80px;
    }
}
@media (max-width: 477.98px) {
    .site-header__cart-button {
        margin-left: 12px;
    }
    .site-header__cart-button svg,.site-header__user-button svg {
        width: 23px;
    }
    .site-header__user-button {
        margin-left: 12px;
    }
    .social-items a:nth-child(1) {
        padding-right: 0px;
        margin-right: 0;
        margin-left: 10px;
    }
    .social-items a:nth-child(2) {
        padding-right: 60px;
        margin-right: 0;
    }
}
@media (min-width: 421px) {
    .datamobile.why-our-company--datamobile .block-header__title br {
        display: none;
    }
}
@media (max-width: 420.98px) {
    
    .datamobile .absolute-block-play {
        left: 61%;
        top: 102%;
    }
    .datamobile.pageblock-header {
        min-height: 1025px;
    }
    .page-header.pageblock-header {
        /*background-image: url('/assets/template/images/new-image/bg_header_mobail.svg')!important;*/
        margin-bottom: 0;
        background-size: cover!important;
        background-position: center!important;
    }
    .page-header__button > div, .page-header__button > div > a {
        width: 100%
    }
    .pageblock-text-three-blocks h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .pageblock-text-three-blocks {
        margin-bottom: 60px;
    }
    .pageblock-text-four-blocks h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .item-block {
        flex-direction: column;
        align-items: flex-start;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .image-block {
        margin-bottom: 15px;
    }
    .pageblock-text-four-blocks .btn--orange-to-red {
        width: 100%;
    }
    .pageblock-text-four-blocks {
        margin-bottom: 60px;
    }
    .pageblock-text-three-blocks .items-for-whom > div {
        margin-bottom: 32px;
    }
    .pageblock-block-text-image-blocks h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }
    .pageblock-block-text-image-blocks h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 6px;
    }
    .pageblock-block-text-image-blocks .bold-text {
        font-weight: 700;
        font-size: 65.2862px;
        line-height: 44px;
        margin-bottom: 24px;
    }
    .pageblock-block-text-image-blocks .right-block .title {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }
    .pageblock-block-text-image-blocks .left-block .title {
        margin-top: 0;
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .pageblock-block-faq-image {
        min-height: 1100px;
        background: url(/assets/template/images/new-image/bg-faq-mobile.svg) center bottom no-repeat;
        background-size: 100%!important;
        margin-bottom: 60px;
        background-position: top!important;
    }
    .pageblock-block-faq-image h2 {
        font-weight: 700;
        font-size: 26px;
        margin-top: 130px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .pageblock-block-faq-image .card-faq__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
    .pageblock-block-faq-image .card-faq__text ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .pageblock-text-reviews .nav-block {
        margin-bottom: 16px;
    }
    .pageblock-text-reviews h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }
    .pageblock-text-reviews .swiper-slide {
        height: 350px;
    }
    .pageblock-text-reviews {
        margin-bottom: 60px;
    }
    .callback-form-curce {
        padding: 0;
    }
    .register-form h2 {
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .pageblock-text-three-blocks .items-for-whom p.title {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }
    .pageblock-text-reviews .item-text-reviews-text p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px
    }
    .pageblock-text-four-blocks {
        margin-bottom: 60px;
    }
    .bottom-block .blocks-items .item .title {
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
    }
    .bottom-block .blocks-items .item p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .button-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .button-block .button-header {
        width: calc(50% - 8px);
        margin-right: 0;
        text-align: center;
    }
    .datamobile.block-solutions--datamobile .btn {
        width: 100%;
        margin: 0;
    }
    .block-button.datamobile {
        margin-top: 24px;
    }
    .datamobile.why-our-company--datamobile {
        padding-top: 200px;
    }
    
    .datamobile.why-our-company--datamobile:before {
        background-image: url(/assets/template/images/new-image/bg_our_company-mobile_2.svg);
        background-size: cover;
        background-position: top;
    }
    .social-items a {
        margin-right: 0;
    }
    .pageblock-text-reviews .item-text-reviews-text {
        padding-bottom: 0;
        height: 255px;
        overflow: auto;
    }
    .card-faq__text {
        display: block;
        max-height: 520px;
        overflow: auto;
    }
    .group-button .btn {
        width: 100%;
    }
    .our-resources .our-resources-items .item-our-resources {
        width: calc(50% - 12px);
    }
}
@media (max-width: 380.98px) {
    .phone-block a {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .datamobile .work-block {
        font-size: 12px;
        line-height: 20px;
    }
}
/*scanport*/
.title-block {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
    color: #323232;
    margin-bottom: 24px;
}
.title-block span {
    color: #E80A25;
}
.pageblock-title-text-block {
    margin-bottom: 150px;
}

.pageblock-title-text-block .swiper-slide {
    width: 384px;
    height: auto;
    min-height: 332px;
    border-radius: 24px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.title-text-block {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.title-text-block .item-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
.title-text-block .item-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #8F9294;
}
.title-text-block .slider-block-image {
    display: flex;
    width: 120px;
    height: 120px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 60px;
    background: #FFF3F5;
}
.alternating-images-and-text .block-text {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #323232;
}
.alternating-images-and-text img {
    width: 80%!important;
}
.page-header__button .btn {
    display: flex;
    padding: 12px 42px 16px 42px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.block-projects {
    margin-top: 90px;
}
.block-projects .block-where__filter .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #E80A25;
}
.block-projects .block_search {
    height: 48px;
    border-radius: 60px;
    border: 2px solid var(--bg-form, #F5F5F5);
    min-width: 50%;
    padding: 7px 16px;
    display: flex;
    justify-content: space-between;
}
.block-projects .block_search button {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    margin-top: 1px;
}
.block-projects .block_search input {
    border: none;
    height: auto;
    padding: 0;
    width: calc(100% - 48px);
}

.block-projects .block-where__filter {
    padding: 24px;
    flex-direction: column;
    gap: 16px;
    display: flex;
    border-radius: 16px;
    background: var(--dm-white, #FFF);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 24px;
}
.block-projects .btn-white {
    color: #323232;
    background-color: #fff;
    border: 2px solid var(--bg-form, #F5F5F5);
}
.block-projects .card-article {
    padding: 12px;
    border-radius: 24px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.block-projects .block-where__table {
    overflow: visible;
}
.block-projects .card-article__title {
    min-height: 50px;
}
.block-projects.block-projects-list .block-where__table {
    border-radius: 16px;
    box-shadow: 2px 4px 16px 0px rgba(115, 123, 132, 0.18);
    background: rgb(255, 255, 255);
}
.block-projects.block-projects-list .result-header {
    background: rgb(248, 249, 251);
    padding: 24px;
}
.block-projects.block-projects-list .result-header > div {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    padding: 0;
}
.block-projects.block-projects-list .project-block {
    position: relative;
    padding: 24px;
}
.block-projects.block-projects-list .project-block:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% - 48px);
    height: 1px;
    background-color: rgb(235, 234, 234);
}
.block-projects.block-projects-list .project-block > div {
    padding: 0;
}
.block-projects.block-projects-list .result-header > div:last-child {
    min-width: 100px;
}
.block-projects.block-projects-list .btn-red-transparent {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    height: 40px;
    background-color: #fff;
    color: rgb(232, 10, 37);
    border: 1px solid rgb(247, 181, 189);
    box-shadow: 2px 4px 16px 0px rgba(115, 123, 132, 0.18);
}
.block-projects.block-projects-list .btn-red-transparent:hover {
    color: #fff;
    background-color: rgb(232, 10, 37);
}
.block-projects.block-projects-list .image-block {
    border: 1px solid rgb(235, 234, 234);
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    height: 72px;
}
.block-projects.block-projects-list .name a {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    color: #323232;
    text-decoration: none;
    transition: all 0.3s;
}
.block-projects.block-projects-list .name a:hover {
    color: #ec2024;
    transition: all 0.3s;
}
.block-projects.block-projects-list .desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
}
.block-projects.block-projects-list .text {
    width: calc(100% - 24px - 0.5rem);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.block-projects.block-projects-list .text span {
    color: rgb(143, 146, 148);
}
.block-projects.block-projects-list .image-info-block {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(255, 243, 245);
}
.block-projects.block-projects-list .image-info {
    gap: 12px;
}
.block-projects.block-projects-list .block-info {
    margin-top: 0;
}
.block-projects.block-projects-list .block-info ul {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.block-projects.block-projects-list .block-info ul li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
}
.block-projects.block-projects-list .block-info ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 8px;
    left: -12px;
    background-color: rgb(143, 146, 148);
}
.block-projects.block-projects-list .block-pagination {
    padding-bottom: 2rem;
}
.block-projects.block-projects-list .integrator {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
}
.block-projects.block-projects-list .integrator span {
    color: rgb(232, 10, 37);
}





.pageblock-blocks-block-button .slider-block-image {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.pageblock-blocks-block-button .item-title {
    position: absolute;
    bottom: 55px;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.96px;
    color: #FF9124;
}
.pageblock-blocks-block-button .item-subtitle {
    position: absolute;
    bottom: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
}
.pageblock-blocks-block-button .blocks_buttons {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.pageblock-blocks-block-button .blocks_buttons .block-button-item {
    padding: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    display: flex;
    border-radius: 24px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    max-width: 537px;
}
.pageblock-blocks-block-button .page-header__button {
    margin: 0;
}
.pageblock-blocks-block-button .page-header__button > div {
    padding: 0;
    margin: 0;
}
.pageblock-blocks-block-button .page-header__button > div:last-child {
    min-width: 100px;
}
.pageblock-blocks-block-button .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pageblock-questions-consultation {
    margin-bottom: 150px;
}
.pageblock-questions-consultation .blocks_images {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.pageblock-questions-consultation .blocks_images-item {
    display: flex;
    width: calc(50% - 12px);
    padding: 24px;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 24px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.pageblock-questions-consultation .blocks_images-item .item-image {
    display: flex;
    width: 84px;
    height: 84px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #FFF3F5;
}
.pageblock-questions-consultationn .blocks_images-item .item-image svg, .pageblock-conlultation .blocks_images-item .item-image img{
    width: 42px;
    height: 42px;
}
.item-info {
    display: flex;
    flex-direction: column;
}
.item-info .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.item-info .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.pageblock-questions-consultation .page-header__button .btn--orange-to-red:hover {
    border-color: #FF9023;
    color: #FF9023;
}


.pageblock-conlultation {
    margin-bottom: 150px;
}
.block-form {
    position: relative;
    padding: 32px 42px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    border-radius: 48px;
    background: radial-gradient(272.32% 97.77% at 100.92% 15.58%, #BF21E7 0%, #581269 77.42%, #581269 100%);
}
.block-form img {
    position: absolute;
    right: -45px;
    top: -50px;
    width: 245px;
    z-index: 2;
}
.block-form .title {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.96px;
    color: #FFFFFF;
    max-width: 80%;
}
.block-form .btn--red {
    height: 55px;
    width: 188px;
}
.block-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 80%;
}
.block-form .form-group {
    margin-bottom: 0;
    width: calc(100% - 240px);
}
.block-form .col-12 {
    padding: 0;
}
.block-form .iti ~ .form-label {
    color: #fff;
}
.block-form input {
    color: #fff;
}
.block-form span {
    color: #fff;
}
.pageblock-our-solutions {
    margin-bottom: 150px;
}
.pageblock-our-solutions .swiper-wrapper .swiper-slide {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--bg_form, #F5F5F5);
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    width: 384px;
    height: auto;
}
.pageblock-our-solutions-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}
.slider-block-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #FFF3F5;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-block-image.img-png {
    width: 200px;
    height: 200px;
    background: none;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
}
.pageblock-our-solutions a:hover {
    text-decoration: none!important;
}
.pageblock-our-solutions .item-subtitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #8F9294;
}
.pageblock-image-buttons {
    margin-bottom: 150px;
}
.pageblock-image-buttons .swiper-wrapper .swiper-slide {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    width: calc(50% - 12px);
}
.pageblock-image-buttons .swiper-wrapper .swiper-slide a {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.pageblock-image-buttons a:hover {
    text-decoration: none!important;
}
.pageblock-image-buttons .page-header__button {
    justify-content: center
}
.pageblock-image-buttons .page-header__button > div {
    padding: 0;
    margin: 0;
}
.pageblock-what-tasks {
    margin-bottom: 150px;
}
.pageblock-items {
    flex-wrap: wrap;
    gap: 32px;
}
.pageblock-items .pageblock-item {
    display: flex;
    align-items: center;
    width: calc(50% - 16px);
    gap: 16px;
}
.pageblock-items .pageblock-item .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pageblock-items .pageblock-item .img-block {
    display: flex;
    width: 84px;
    height: 84px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    background: #FFF3F5;
}
.pageblock-items .pageblock-item .img-block svg, .pageblock-items .pageblock-item .img-block img{
    width: 42px;
    height: 42px;
}
.pageblock-what-tasks .page-header__button {
    margin-top: 48px;
}
.datamobile .block-header {
    padding: 0;
    margin-bottom: 24px;
}
.datamobile .complex-automation__cards {
    margin-top: 0;
}
.pageblock-video-cases {
    margin-bottom: 150px;
}
.pageblock-video-cases .swiper-container {
    overflow: hidden;
}
.pageblock-video-cases .cases-block-image {
    border-radius: 23px;
    overflow: hidden;
    position: relative;
}
.pageblock-video-cases .cases-block-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}
.pageblock-video-cases .button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.pageblock-blocks-block-button {
    margin-bottom: 150px;
}
.pageblock-blocks-block-button .btn--orange-to-red:hover {
    color: #FF9023;
    border-color: #FF9023;
}
.pageblock-conlultation .btn--red:hover {
    color: #fff;
    border-color: #fff;
}
.pageblock-image-buttons .btn--orange-to-red:hover {
    color: #FF9023;
    border-color: #FF9023;
}
.callback-form input[type="file"] {
    display: none;
}
.form-group.upload label {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid gainsboro;
    height: 55px;
    outline: none;
    position: relative;
    transition: .2s ease-in;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #8F9294;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.cart_content {
    margin-bottom: 150px;
}
.cart_content .title-block {
    font-weight: 400;
}
.cart_content .site-body__content-body {
    margin-top: 0;
}
.cart_content .block-breadcrumbs ul {
    gap: 12px;
}
.cart_content .block-breadcrumbs {
    margin-bottom: 32px;
}

.cart_content .block-cart-steps {
    margin: 0;
    margin-bottom: 100px;
}
.cart_content .block-cart-steps__step {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    max-width: 100%;
    color: #8F9294;
}
.cart_content .block-cart-steps__step:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    min-width: 48px;
    background: #F0F0F0;;
    border-radius: 100%;
    margin-right: 16px;
    color: white;
    counter-increment: list;
    content: counter(list);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
}
.cart_content .block-cart-steps.block-cart-steps--step-1 .block-cart-steps__step:first-child:before {
    background: #E80A25;
}
.cart_content .block-cart-steps.block-cart-steps--step-1 .block-cart-steps__step:nth-child(1) {
    color: #323232;
}
.cart_content .block-cart-products__remove {
    left: 0;
}
.cart_content .card-cart-product:first-child {
    margin-top: 24px;
}
.cart_content .card-cart-product__image_n {
    gap: 32px;
}
.cart_content .card-cart-product .card-cart-product__image_n a {
    width: 196px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #F0F0F0;
}
.cart_content .card-cart-product__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cart_content .card-cart-product__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.48px;
    margin: 0;
    color: #323232;
}
.cart_content .card-cart-product__props {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cart_content .card-cart-product__props .cart_opt {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    gap: 4px;
    color: #8F9294;
}
.cart_content .card-product__count-minus button, .card-product__count-plus button {
    border-radius: 12px;
}
.cart_content .card-product__count-input {
    width: 100%;
}
.cart_content .card-product__count-input input {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.96px;
    border: none;
    width: 100%;
    pointer-events: none;
}
.cart_content .card-cart-product__price {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.96px;
}
.cart_content #msOrder {
    margin-top: 70px;
}
.cart_content .block-cart-order-checkout {
    padding: 40px;
    border-radius: 24px;
    border: 1px solid var(--grey, #F0F0F0);
    background: #fff;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.cart_content .block-cart-order-checkout__price {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.96px;
}
.cart_content .block-cart-products__delivery {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8F9294;
}
.cart_content .mspc_btn {
    background-color: #FF9124;
    border-color: #FF9124;
}
.cart_content .block-cart-order-checkout__text {
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 16px 0 32px;
}
.cart_content .block-cart-order-checkout__text a {
    text-decoration: underline;
}
.cart_content .btn-red {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-radius: 60px;
    background: var(--red, #E80A25);
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.40);
    min-width: 240px;
}
.cart_content .btn-red:hover {
    border-color: #dc3545;
    background-color: #fff;
    color: #dc3545;
}
.cart_content .form-radio.image_form span {
    padding: 12px;
    border-radius: 16px;
    gap: 12px;
}
.cart_content .form-radio.image_form span p {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.cart_content .form-radio {
    margin-bottom: 0;
    padding-left: 0;
    position: inherit;
}
.cart_content .group-item {
    gap: 16px;
}
.cart_content .form-radio.image_form label input:checked + div span {
    border: 1px solid #ec2024;
    color: #323232;
}
.cart_content .form-radio.image_form span {
    border: 1px solid #F0F0F0;
    color: #8F9294;
}
.cart_content .form-radio.image_form img {
    filter: grayscale(1);
    opacity: 0.5;
}
.cart_content .form-radio.image_form label input:checked + div span img {
    filter: grayscale(0);
    opacity: 1;
}
.cart_content #msOrder.step_2 {
    margin-top: 115px;
}
.cart_content .block-tabs__nav  {
    margin-top: -90px;
    margin-bottom: 55px;
}
.cart_content .step_2 .block-tabs__content-body {
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    display: flex;
    border-radius: 24px;
    border: 1px solid var(--grey, #F0F0F0);
    background: var(--white, #FFF);
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.cart_content .btn-toggle {
    width: 100%;
    color: #323232;
    gap: 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    cursor: pointer;
    border-radius: 60px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.cart_content .btn-toggle:hover {
    color: #323232;
}
.add_product {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.add_product.open {
    max-height: 245px;
    transition: all 0.3s ease-in;
    overflow-y: auto;
}
.block-sidebar-categories {
    margin-bottom: 0;
}
.btn-toggle svg {
    transform: rotate(0);
    transition: all 0.3s;
}
.btn-toggle.open svg {
    transform: rotate(180deg);
    transition: all 0.3s;
}
.cart_content .card-product-modification {
    margin-right: 12px;
}
.product_new {
    
}
.product_new .block-breadcrumbs {
    padding: 0 0 30px 0;
}
.product_new .block-breadcrumbs ul li span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product_new .block-breadcrumbs ul li:nth-child(1) {
    display: none;
}
.product_new .breadcrumb li:nth-child(2n + 1) {
    margin-right: 16px;
}
.product_new .breadcrumb li:nth-child(2n) {
    margin-right: 4px;
}
.product_new .block-product-gallery .swiper-slide {
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    overflow: hidden;
}
.product_new .block-product-gallery .block-product-gallery__image {
    border: none;
}
.product_new .block-product-gallery__thumbs .swiper-slide:after {
    content: none;
}
.product_new .block-product-gallery__thumbs_new {
    overflow: hidden;
}
.product_new .block-product-gallery__thumbs_new .swiper-slide {
    width: 100px;
    cursor: pointer;
    height: 100px;
}
.product_new .block-product-gallery__thumbs_new .swiper-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.product_new .block-product-gallery__thumbs_new .swiper-slide.swiper-slide-thumb-active {
    border-color: #E80A25;
}
.product_new .form-radio label > div {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product_new #description-content a[data-trigger-click="description"] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product_new .block-product-to-cart {
    display: flex;
    width: 290px;
    padding: 24px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 24px;
    background: #fff;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.block-product-to-cart .btn-analog {
    margin-left: 24px;
}

.product_new .block-product-to-cart__price {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.96px;
    margin-bottom: 0;
}
.product_new .block-product-to-cart__prices {
    margin-bottom: 24px;
    padding: 0 24px;
}
.product_new .countButtons {
    width: 100%;
    margin-bottom: 16px;
    padding: 0 24px;
}
.product_new .card-product__count {
    max-width: 100%;
}
.product_new .card-product__count-input input {
    border: none;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.96px;
    pointer-events: none;
}
.product_new .card-product__count-minus,.product_new .card-product__count-plus {
    width: 50px;
    height: 50px;
}
.product_new .card-product__count-minus button,.product_new .card-product__count-plus button {
    border-radius: 12px;
}
.product_new .card-product__to-cart {
    margin-top: 16px;
}
.product_new .card-product__to-cart .btn {
    height: 55px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.product_new .text_delivery {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.product_new .delivery_product {
    padding: 0 24px;
}
.product_new .garanty_product {
    width: 100%;
    padding: 0 24px;
    margin-top: 16px;
}
.btn-transparent-red-to-red {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    color: #e80a25;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s;
    border-color: #fff3f5;
    box-shadow: none;
}
.btn-transparent-red-to-red:hover {
    color: #ffffff;
    background-color: #e80a25;
    border-color: #e80a25;
    transition: all 0.3s;
}
.product_new .add_button {
    width: 290px;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}
.product_new .add_button .group-button {
    display: none;
}
.product_new .add_button.open .group-button {
    display: flex;
    gap: 12px;
}
.product_new .add_button .toggle-btn {
    display: flex;
    align-items: center;
}
.product_new .add_button .toggle-btn span {
    font-weight: 400;
    font-size: 18px;
    margin-right: 12px;
}



.оrder_implementation {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #F0F0F0;
    width: 100%;
}
.оrder_implementation .block_implementation {
    padding: 0 23px;
}
.btn-orange-implementation {
    display: flex;
    padding: 12px 32px 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 60px;
    background: linear-gradient(91deg, #FF9023 0%, #E80A24 211.82%);
    box-shadow: 2px 4px 16px 0px rgba(115, 123, 132, 0.18);
    border: 2px solid transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.btn-orange-implementation:hover {
    color: orange;
    border-color: orange;
}
.product_new .garanty_product span {
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 60px;
    background: rgba(236, 32, 36, 0.10);
    color: #E80A25;
    font-size: 16px;
}

.product_new .block-tabs__nav-button {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    color: #8F9294;
    position: inherit;
    height: 100%;
}
.product_new .block-tabs__nav-button:after {
    height: 3px;
    bottom: 0;
    left: 0;
    display: inline;
}
.product_new .block-tabs__nav .swiper-slide {
    position: relative;
    height: 54px;
}
.product_new  .block-tabs__content-body {
    padding-top: 0;
}
.product_new .block-tabs__nav .swiper-wrapper {
    margin-bottom: 24px;
}
.product_new .block-tabs__nav .swiper-slide-thumb-active .block-tabs__nav-button,.product_new .block-tabs__nav .active.block-tabs__nav-button {
    height: 100%;
    top: 0;
    font-size: 24px;
    line-height: 38px;
}
.product_new .extremum-click {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.product_new .block-tabs__content-body h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
}
.product_new .block-tabs__content-body p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}
.product_new .block-tabs__content-body .product-relative .swiper-wrapper {
    padding: 24px 0;
}
.block-tabs__content .swiper-wrapper {
    /*height: auto!important;*/
}
.product_new .block-tabs__content-body .product-relative .swiper-slide {
    display: flex;
    max-width: 282px;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 24px;
    border: 1px solid #F0F0F0;
    background: #FFF;
}
.product_new .block-tabs__content-body .card-product:before {
    content: none;
}
.product_new .block-tabs__content-body .product-relative .swiper-slide form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product_new .block-tabs__content-body .product-relative .card-product-modification__image {
    width: 100%;
}
.product_new .block-tabs__content-body .product-relative .card-product-modification__title {
    margin-right: 5px;
    flex-grow: 1;
    font-size: 14px;
}
.product_new .block-tabs__content-body .product-relative .card-product-modification__article {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8F9294;
} 
.product_new .block-tabs__content-body .product-relative .card-product__price {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
}
.product_new .block-tabs__content-body .product-relative .card-product__prices {
    justify-content: space-between;
}
 .product_new .block-tabs__content-body .product-relative  .card-product__count {
    max-width: 100%;
    height: 30px;
}
.product_new .block-tabs__content-body .product-relative  .card-product__count-minus, .product_new .block-tabs__content-body .product-relative  .card-product__count-plus {
    width: 30px;
    height: 30px;
}
.product_new .block-tabs__content-body .product-relative .card-product__count-minus button,.product_new .block-tabs__content-body .product-relative .card-product__count-plus button {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}
.product_new .block-tabs__content-body .product-relative .card-product__count-input input {
    height: 30px;
    font-size: 26px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.product_new .block-tabs__content-body .product-relative {
    max-height: 440px;
    transition: all 0.3s ease-in;
    overflow-y: auto;
}
.product_new .block-tabs__content-body .product-relative .card-product-modification {
    margin-right: 24px;
}
.product_new .block-tabs__content-body .product-relative .card-product-modification__image {
    min-width: 50px;
    width: 50px;
    margin-right: 15px;
}















.product_new .block-tabs__content-body {
    overflow: hidden;
}
.product_new .block-tabs__content-body .product-video .swiper-slide {
    max-width: 500px;
}
.product_new .block-tabs__content-body .product-video .youtube {
    height: auto;
}
.product_new .block-tabs__content-body .product-video .youtube a {
    position: relative;
    height: 100%;
    display: block;
}
.product_new .block-tabs__content-body .product-video .youtube a:after {
    content: "";
    position: absolute;
    background-image: url(/assets/uploads/new-image/youtube-ico2.svg);
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    
}
.product_new .block-tabs__content-body .product-video .youtube a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
    transition: all 0.3s;
    border-radius: 16px;
}
.product_new .block-tabs__content-body .product-video .youtube a:hover:after {
    opacity: 0.7;
    transition: all 0.3s;
}
.product_new .block-tabs__content-body .product-video .youtube a:hover:before {
    opacity: 0;
    transition: all 0.3s;
}
.product_new .block-tabs__content-body .product-video .youtube a img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
}
.youtube .youtube_date {
    margin: 12px 0;
    min-height: 28px;
}
.youtube .youtube_date span {
    display: inline-flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 60px;
    background: #EC2024;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.youtube .youtube_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #323232;
}
.product_new .block-tabs__content-body .article-product .swiper-slide {
    max-width: 384px;
}
.article-product .swiper-slide .slider-product {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.article-product .swiper-slide .img-slider-product img{
    border-radius: 16px;
    overflow: hidden;
}
.article-product .swiper-slide  .slider-product-date {
    display: inline-flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 60px;
    background: #EC2024;
    width: fit-content;
}
.article-product .swiper-slide  .slider-product-date  span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.article-product .swiper-slide .slider-product-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
}
.article-product .swiper-slide .slider-product-title a {
    color: #323232;
} 
.article-product .swiper-slide .slider-product-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: auto;
}
.product_new .cart_content .btn-toggle {
    margin: 32px 0;
}
.product_new .add_product.open {
    max-height: 100%;
}
.product_new .add_product .swiper-slide {
    max-width: 282px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #F0F0F0;
    background: #FFF;
} 
.product_new .add_product .card-product__info {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.product_new .add_product .card-product__image img {
    border-radius: 24px;
    overflow: hidden;
}
.product_new .add_product .card-product__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
}
.product_new .add_product .card-product__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #8F9294;
    margin-top: 8px;
} 
.product_new .add_product .card-product__price {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.48px;
}
.product_new .add_product a:hover {
    text-decoration: none;
}
.product_new .card-product-modification__image img {
    border-radius: 16px;
    overflow: hidden;
}
.product_new .card-product__count-input {
    height: 50px;
    position: relative;
    width: 100%;
}
.cart_content .btn-link {
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
.cart_content.site-body__content img {
    border-radius: 16px;
    overflow: hidden;
}
.cart_content .cart-block {
    gap: 32px;
}
.cart_content .cart-block div:nth-child(2) {
    max-width: 424px;
}
.cart_content .card-cart-product__count-and-prices {
    justify-content: space-between;
}
/*.block-services-swiper .swiper-container {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
}*/
.block-services-swiper .swiper-wrapper {
    padding-bottom: 0;
}
.new-servise-slider .swiper-slide {
    
    
}
.new-servise-slider .card-complex-automation__title {
    height: 105px;
}
.new-servise-slider .card-complex-automation__text {
    height: 88px;
}
.new-servise-slider .swiper-slide .card-complex-automation {
    border-radius: 24px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 2px 3px 60px 0px;
    padding: 24px;
    border: none;
}
.new-servise-slider .swiper-slide .card-complex-automation:hover {
    background-color: #ff9124;
}
.new-servise-slider .swiper-slide .card-complex-automation:hover svg path {
    fill: #fff;
    transition: all 0.3s;
}
.new-servise-slider .swiper-slide .card-complex-automation:hover div {
    color: #fff;
    transition: all 0.3s;
}
.still-in-doubt__text {
    margin-bottom: 32px;
}
.block-still {
    margin-top: 50px;
}
.gallery_slider {
    position: relative;
}
.block-uslugi-info {
    padding: 12px 62px 0;
}
.uslugi .block-header-lite__subtitle a {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -2%;
}
.block-where__filter .form button {
    display: inline-flex !important;
}
.quote-block .quote_text {
    position: relative;
    border: 0.5px solid rgb(255, 0, 0);
    border-radius: 21px;
    background: rgb(234, 234, 234);
}
.quote-block .quotation_marks {
    position: absolute;
    top: -13px;
    left: 9px;
}
.quote-block p {
    font-size: 16px!important;
    font-weight: 400;
    line-height: 24px;
    color: #1E1E1E;
    margin-bottom: 1rem;
}
.quote-block .quote_autor {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #323232;
}
.quote-block .quote_post {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #8F9294;
}
.quote-block .quote_image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgb(245, 245, 245);
}
.quote-block .quote_image img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}
.callback-form-product {
    margin-top: 4rem;
    margin-bottom: 1rem;
}
.callback-product-block {
    background: radial-gradient(311.81% 124.69% at 100.92% 60.03%, rgb(191, 33, 231) 0%, rgb(88, 18, 105) 77.42469906806946%, rgb(88, 18, 105) 100%);
    border-radius: 32px;
}
.title-callback-product-form {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #ffffff;
}
.callback-product-block .form-label {
    color: #ffffff;
}
.callback-product-block .form-control::placeholder {
    color: #ffffff;
}
.callback-product-block .form-control {
    color: #ffffff;
}
.callback-product-block .form-check label > span:before {
    margin: 0 0.5rem 0 0;
}
.callback-product-block .form-check span {
    color: #ffffff;
    font-size: 14px;
    line-height: 143%;
}
.callback-form-product .form-image {
    bottom: 0;
    right: 1rem;
}
.callback-form-product .btn--red {
    height: 55px;
    box-shadow: 0 4px 40px 0 rgba(232, 10, 37, 0.4);
}
.callback-form-product .btn--red:hover {
    border-color: #ffffff;
    transition: all 0.3s;
    color: #ffffff;
}
.tabs .tab-list {
    gap: 1rem;
    list-style: none;
    padding: 0;
}
.tabs .tab-list .tab-item {
    border: 1px solid rgb(235, 234, 234);
    border-radius: 60px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    padding: 0 24px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
}
.tabs .tab-list .tab-item.active {
    border-color: transparent;
    background: rgb(255, 243, 245);
    color: rgb(232, 10, 37);
}
.tabs .tab-list .tab-item:hover {
    border-color: transparent;
    background: rgb(255, 243, 245);
    color: rgb(232, 10, 37);
}
.tabs .tab-container {
    display: none;
}
.tabs .tab-container.active {
    display: block;
}
.tab-content .image-block img {
    max-height: 770px;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
    height: 735px;
    width: 100%;
}
.tab-content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    color: rgb(50, 50, 50);
}
.tab-content .text p,.tab-content .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
    margin: 0;
}
.tab-content .tab-info {
    border: 1px solid rgb(245, 245, 245);
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 24px;
    max-height: 735px;
    overflow: hidden;
}
.tab-content .list_style_image {
    list-style: none;
    padding: 0;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.tab-content .list_ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgb(255, 243, 245);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.tab-content .list_ico svg {
    width: 20px;
}
.tab-content .overlay-block {
    max-height: calc(685px - 125px);
    overflow-y: scroll;
    margin-bottom: 70px;
    padding-right: 1rem;
}

.tab-content .overlay-block::-webkit-scrollbar {
  width: 8px;
  border-radius: 20px;
}
.tab-content .overlay-block::-webkit-scrollbar-track {
  background: rgb(255, 243, 245);
  border-radius: 20px;
}
.tab-content .overlay-block::-webkit-scrollbar-thumb {
  background: rgb(232, 10, 37);
  border-radius: 20px;
}
.tab-content .btn--red {
    height: 55px;
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.4);
    padding: 0 48px;
}
.tab-content .block-price {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}
.pageblock-tabs-full-width-content .tab-item-menu {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: rgb(143, 146, 148);
    padding-bottom: 0.3rem;
    cursor: pointer;
    transition: all 0.3s;
    width: fit-content;
}
.pageblock-tabs-full-width-content .tab-item-menu:hover {
    color: rgb(232, 10, 37);
    transition: all 0.3s;
}
.pageblock-tabs-full-width-content .tab-item-menu.active {
    color: rgb(232, 10, 37);
}
.pageblock-tabs-full-width-content .tab-item-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: rgb(232, 10, 37);
    transition: all 0.3s;
}
.pageblock-tabs-full-width-content .tab-item-menu:hover:before {
    width: 100%;
    transition: all 0.3s;
}
.pageblock-tabs-full-width-content .tab-item-menu.active:before {
    width: 100%;
}
.pageblock-tabs-full-width-content .tab-list {
    margin-bottom: 80px;
    list-style: none;
    padding: 0;
    gap: 24px;
}
.pageblock-tabs-full-width-content .bg-gray {
    background: rgb(249, 249, 249);
}
.pageblock-tabs-full-width-content .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
}
.pageblock-tabs-full-width-content .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
}
.pageblock-tabs-full-width-content .tab-info {
    padding: 48px 0;
}
.pageblock-tabs-full-width-content .btn {
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.4);
    height: 55px;
}
.pageblock-tabs-full-width-content .image-block {
    position: absolute;
    top: -60px;
    right: 0;
    max-width: 347px;
}
.pageblock-tabs-full-width-content .image-block img {
    border-radius: 16px;
    overflow: hidden;
} 
.pageblock-about-company .logos {
    gap: 24px;
}
.pageblock-about-company .logo-item {
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 24px;
    height: 121px;
    width: calc(25% - 18px);
}
.pageblock-about-company .logo-item:not(.no-text) .image-block {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgb(255, 243, 245);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageblock-about-company .logo-item:not(.no-text) svg {
    width: 42px;
}
.pageblock-about-company .logo-item.no-text {
    background-color: rgb(243, 231, 246);
}
.pageblock-trust-us .logos {
    gap: 24px;
}
.pageblock-trust-us .logo-item {
    border-radius: 16px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    height: 150px;
    padding: 5px;
    width: calc(100% / 6 - 20px);
}
.pageblock-trust-us .logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.stages-work-slider .swiper-slide {
   height: 700px;
}
.stages-work-slider .stage-work-item {
    border: 2px solid rgb(235, 234, 234);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    padding: 24px;
    height: 100%;
}
.stage-work-item .stage {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: rgb(232, 10, 37);
}
.stage-work-item .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}
.stage-work-item .stage-work-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
}
.stage-work-item svg {
    width: 100%;
}
.pageblock-callback-form-scanport .block-form {
    border-radius: 48px;
    background: radial-gradient(311.81% 124.69% at 100.92% 60.03%, rgb(191, 33, 231) 0%, rgb(88, 18, 105) 77.42469906806946%, rgb(88, 18, 105) 100%);
}
.pageblock-callback-form-scanport .title {
    margin-bottom: 32px;
    max-width: 60%;
    line-height: 100%;
    font-size: 48px;
}
.pageblock-callback-form-scanport .block-form form {
    width: 65%;
}
.pageblock-callback-form-scanport .form-check label > span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.pageblock-callback-form-scanport .block-form img {
    position: absolute;
    right: 48px;
    top: auto;
    width: 384px;
    z-index: 2;
    bottom: 0;
}

.slider-customer-cases .swiper-container:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.slider-customer-cases .swiper-container:not(.swiper-initialized) .swiper-slide {
    width: calc(50% - 18px);
}

.slider-customer-cases .info-image-block {
    
}
.slider-customer-cases .block-item-case {
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 24px;
    border-radius: 24px;
}
.slider-customer-cases .image-item {
    width: 194px;
    height: 128px;
    border-radius: 16px;
    overflow: hidden;
}
.slider-customer-cases .image-item img {
    height: 100%;
    object-fit: cover;
}
.slider-customer-cases .info-image-block {
    border-radius: 16px;
    background: rgb(249, 249, 249);
    padding: 16px;
    width: 247px;
    height: 128px;
}
.info-image-block .percentage_improvement {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: rgb(139, 18, 168);
}
.slider-customer-cases .logo-case {
    width: 32px;
    background-color: rgb(249, 249, 249);
    border-radius: 50%;
    padding: 5px;
}
.info-image-block .completed-works p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    color: rgb(143, 146, 148);
} 
.slider-customer-cases .logo-block span {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.slider-customer-cases .case-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
}
.slider-customer-cases .btn-image {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.pageblock-customer-cases .btn--red {
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.4);
    height: 55px;
}
.pageblock-test-form .test-form-block {
    border-radius: 24px;
    box-shadow: 2px 3px 60px 0px rgba(0, 0, 0, 0.07);
    background: rgb(255, 255, 255);
    padding: 24px 32px 32px;
}
.pageblock-test-form .order-form {
    border: 1px solid rgb(240, 240, 240);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    padding: 32px 32px 42px;
}
.pageblock-test-form .order-form .order-info {
    overflow: hidden;
}
/*.pageblock-test-form .order-form .order-info {
    display: none;
}*/
.test-form-block .title  {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.test-form-block .answer-items {
    gap: 16px 24px;
}

.test-form-block .order-form-summ {
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
}
.test-form-block .answer-order {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
}
.test-form-block .answer-order span {
    color: #323232;
}
.test-form-block .btn--red {
    height: 55px;
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.4);
    font-size: 18px;
}
.test-form-block .btn--red.disabled {
    opacity: 0.5;
}
.custom-radio {
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-radio input {
    display: none;
}
.custom-radio.disable {
    pointer-events: none;
}
.custom-radio.disable span {
    color: rgb(143 146 148)!important;
}
.custom-radio span {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
    transition: all 0.3s;
}
.custom-radio span:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-flex;
    border: 2px solid rgb(160, 160, 160);
    border-radius: 50%;
    transition: all 0.3s;
}
.custom-radio input:disabled + span {
    pointer-events: none;
}
.custom-radio input:disabled + span:after {
    background-color: rgb(143,146,148)!important;
}
.custom-radio input:checked + span {
    color: rgb(232, 10, 37);
}
.custom-radio span {
    display: flex;
    align-items: center;
}
.custom-radio span p {
    margin: 0;
    flex: 1 0 1%;
}
.custom-radio input:checked + span:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: rgb(236, 32, 36);
    border-radius: 50%;
    left: 3px;
    
}



.custom-checkbox {
    position: relative;
    margin: 0;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-checkbox input {
    display: none;
}
.custom-checkbox span {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
    transition: all 0.3s;
}
.custom-checkbox span:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-flex;
    border: 2px solid rgb(160, 160, 160);
    border-radius: 5px;
    transition: all 0.3s;
}

.custom-checkbox input:checked + span {
    color: rgb(232, 10, 37);
}
.custom-checkbox span {
    display: flex;
    align-items: center;
}
.custom-checkbox span p {
    margin: 0;
    flex: 1 0 1%;
}
.custom-checkbox input:checked + span:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    background-image: url(/assets/uploads/automatisation/check-ico.svg);
    left: 6px;
    background-repeat: no-repeat;
}
.custom-checkbox input:checked + span:before {
    border: 2px solid rgb(232, 10, 37);
}
.modal-form.modal-new {
    border-radius: 24px;
    box-shadow: 3.61px 7.22px 28.87px 0px rgba(115, 123, 132, 0.18);
    background: rgb(255, 255, 255);
    padding: 32px;
}
.modal-new .modal-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
}
.modal-new .form-summ {
    font-size: 36px;
    font-weight: 400;
    line-height: 52px;
    color: rgb(232, 10, 37);
}
.modal-new .form-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.modal-new .form-product {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(143, 146, 148);
}
.modal-new .required_fields {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: rgb(232, 10, 37);
}
.modal-new [data-fancybox-close] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgb(231, 231, 231);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-new [data-fancybox-close] svg {
    width: 16px;
    height: 16px;
}
.modal-new .btn--red {
    height: 55px;
    box-shadow: 0px 4px 40px 0px rgba(232, 10, 37, 0.4);
}
.modal-new .form_info_2.stroke {
    border: 1px solid rgb(240, 240, 240);
    border-radius: 24px;
    background: rgb(255, 255, 255);
    padding: 32px;
}
.form_info_2.stroke .form-question span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    display: block;
}
.form_info_2.stroke .form-question span:last-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    color: rgb(143, 146, 148);
}
.form_info_2 .items {
    gap: 12px;
}
.form_info_2 .item {
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.form_info_2 .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
}
.form_info_2 .title span {
    color: rgb(232, 10, 37);
}
.form_info_2 .image-block {
    width: 84px;
    height: 84px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 12px;
    border: 1px solid rgb(231, 231, 231);
}
.form_info_2 .info-block {
    width: calc(100% - 176px);
}
.form_info_2 .name {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding-right: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form_info_2 .article {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
    margin-right: 16px;
}
.form_info_2 .count {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(143, 146, 148);
}
.form_info_2 .link {
    margin-top: 20px;
}
.form_info_2 .link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    display: block;
}
.form_info_2 .link a svg {
    margin-left: 5px;
}
.form_info_2 .price-block {
    min-width: 80px;
    text-align: end;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.countbutton {
    display: flex;
    align-items: center;
}
.countbutton .countButton {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #f0f0f0;
    position: relative;
    display: block;
    border-radius: 12px;
    transition: .3s ease;
}
.countbutton .countButton:hover {
    transform: scale(1.2);
    transition: .3s ease;
}
.countbutton .count-minus:before {
    content: "";
    height: 1px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    position: absolute;
    background: #ec2024;
}
.countbutton .count-plus:before {
    content: "";
    height: 1px;
    width: 20px;
    top: 50%;
    left: calc(50% - 10px);
    position: absolute;
    background: #ec2024;
}
.countbutton .count-plus:after {
    content: "";
    height: 20px;
    width: 1px;
    top: calc(50% - 10px);
    left: 50%;
    position: absolute;
    background: #ec2024;
}
.countbutton .count-input {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.96px;
    border: none;
    width: 60px;
    text-align: center;
    height: 50px;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-navigation {
    margin-top: 44px;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-prev {
    padding: 0 12px;
    font-size: 26px;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-pagination {
    width: fit-content;
    margin: 0 12px;
    bottom: 0;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-next {
    margin-top: 0;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.gallery_slider.noinit.slide_in.type_2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}
@media (min-width: 1199.98px) {
    .product_new .add_button .toggle-btn {
        justify-content: center;
        width: 100%;
    }
    .product_new .add_button .toggle-btn span {
        margin-right: 0;
        
    }
    .product_new .add_button .toggle-btn svg {
        display: none;
    }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
    .product_new .add_button .toggle-btn {
        justify-content: flex-start;
    }
    .product_new .add_button .toggle-btn svg {
        transform: rotate(0);
        transition: all 0.3s;
    }
    .product_new .add_button.open .toggle-btn svg {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
}

@media (hover: none) and (pointer: coarse) {
    .custom-checkbox, .custom-radio {
        transition: none;
    }
}
@media (max-width: 1230.98px) { 
    .pageblock-about-company .logo-item {
        width: calc(50% - 12px);
    }
    .pageblock-trust-us .logo-item {
        width: calc(100% / 5 - 20px);
    }
    .stages-work-slider .swiper-slide {
        max-width: 384px;
    }
    .pageblock-callback-form-scanport .block-form img {
        width: 250px;    
    }
    .pageblock-tabs-full-width-content .tab-item-menu:before {
        display: none;
    }
}
@media (min-width: 991px) {
    .block-projects.block-projects-list .result-header > div:nth-child(2) {
        max-width: 300px;
    }
    .block-projects.block-projects-list .project-block > div:nth-child(2) {
        max-width: 300px;
    }
}
@media (min-width: 1200px) { 
    .custom-radio:hover span {
        color: rgb(232, 10, 37);
    }
    .custom-radio:hover span:before {
        border: 2px solid rgb(232, 10, 37);
        transition: all 0.3s;
    }
    .custom-checkbox:hover span {
        color: rgb(232, 10, 37);
    }
    .custom-checkbox:hover span:before {
        border: 2px solid rgb(232, 10, 37);
        transition: all 0.3s;
    }
    .pageblock-title-text-block .swiper-slide {
        width: 374px;
        
    }
    .pageblock-title-text-block .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 24px;
        flex-wrap: wrap;
    }
    
    .pageblock-blocks-block-button .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .pageblock-blocks-block-button .swiper-wrapper .swiper-slide {
        width: calc(50% - 12px);
    }
    .pageblock-our-solutions .swiper-wrapper {
        display: flex;
        /*gap: 24px;*/
    }
    .pageblock-image-buttons .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .new-servise-slider .swiper-navigation {
        display: none;
    }
    
}
@media (max-width: 1199.98px) {
    .pageblock-questions-consultation .blocks_images-item {
        width: 100%;
    }
    .block-form .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.36px;
    }
    .cart_content .block-cart-steps {
        margin-bottom: 32px;
        flex-wrap: wrap;
        gap: 24px;
    }
    .new-servise-slider .swiper-navigation {
        position: relative;
        margin-top: 44px;
    }
    .new-servise-slider .swiper-pagination {
        width: auto;
    }
    .new-servise-slider .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        bottom: 0;
    }
    .new-servise-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
    }
    .new-servise-slider .swiper-navigation .swiper-prev,.new-servise-slider .swiper-navigation .swiper-next {
        color: #DCDCDC;
        margin-top: -16px;
        font-size: 26px;
        padding: 0 12px;
    }
    .new-servise-slider .swiper-container {
        overflow: hidden;
    }
    .new-servise-slider .swiper-slide .card-complex-automation {
        box-shadow: none;
        border: 1px solid #dcdcdc;
    }
    .tab-content .image-block img {
        height: 300px;
    }
    .pageblock-tabs-full-width-content .image-block {
        position: initial;
        max-width: fit-content;
        padding: 48px 0;
    }
    .pageblock-tabs-full-width-content .tab-list {
        margin-bottom: 24px;
        gap: 0;
    }
    .pageblock-test-form .order-form {
        max-width: 516px;
    }
    .slider-customer-cases .swiper-container .swiper-slide {
        width: 520px;
    }
    .pageblock-tabs-full-width-content .tab-item-menu.active:before {
        content: none;
    }
    .pageblock-tabs-full-width-content .title {
        font-size: 38px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .pageblock-header.datamobile .page-header__button {
        flex-direction: row;
    }
    .complex-automation-new {
        margin-bottom: 100px;
    }
    .datamobile .complex-automation__cards-new .card-complex-automation__title {
        font-size: 18px;
        line-height: 24px;
    }
    .title-block {
        font-size: 32px;
        line-height: 32px;
        letter-spacing: -0.64px;
        margin-bottom: 24px;
    }
    .pageblock-blocks-block-button {
        margin-bottom: 100px;
    }
    .block-form .form-group {
        width: calc(100% - 55px);
    }
    .block-form .btn--red {
        width: calc(100% - 55px);
    }
    .block-form span {
        font-size: 14px;
        line-height: 20px;
    }
    .block-form img {
        width: 214px;
    }
    .pageblock-our-solutions {
        margin-bottom: 100px;
    }
    .pageblock-image-buttons {
        margin-bottom: 100px;
    }
    .pageblock-what-tasks {
        margin-bottom: 100px;
    }
    .pageblock-items .pageblock-item {
        width: 100%;
    }
    .pageblock-what-tasks {
        margin-bottom: 100px;
    }
    .pageblock-block-faq-image h2 {
        margin-top: 210px;
    }
    .pageblock-block-faq-image {
        background-size: 100%;
    }
    .product_new .block-product-to-cart {
        width: 100%;
    }
    .product_new .add_button {
        width: 100%;
    }
    .product_new .add_button .toggle-btn span {
        font-size: 16px;
    }
    .product_new .card-product__count-input input {
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .cart_content .card-cart-product__count-and-prices {
        flex-direction: row;
        align-items: center;
    }
    .article-content iframe {
        max-width: 100%!important;
    }
    .big-table {
        overflow: auto;
	    position: relative;
    }
    .big-table table {
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .cart-message div > p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .callback-form-product {
        margin-top: 1rem;
    }
    .pageblock-trust-us .logo-item {
        width: calc(100% / 4 - 18px);
    }
    .block-projects.block-projects-list .image-block {
        width: 48px;
        height: 48px;
    }
}
@media (max-width: 767.98px) {
    .site-header__menu {
        order: 1;
    }
    .site-header__logo {
        order: 2;
    }
    .block-header-info {
        order: 6;
    }
    
    .site-header__search {
        flex-grow: 0;
        order: 3;
        margin-left: auto;
    }
    .site-header__cart-button {
        order: 4;
    }
    .site-header__user-button {
        order: 5;
    }
    .site-header__search {
        position: initial;
    }
    .site-header__search-form {
        left: 0px;
        top: 64px;
        width: 100%;
        right: 0;
    }
    .site-header__search-form input {
        width: 100%;
    }
    .datamobile .block-header-lite__title {
        font-size: 26px;
        line-height: 32px
    }
    .title-block {
        font-size: 26px;
        line-height: 32px
    }
    .subtitle-block {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .pageblock-blocks-block-button .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
    }
    .pageblock-our-solutions .item-subtitle {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .item-title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .pageblock-items .pageblock-item .title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 27px;
    }
    .block-form img {
        right: -158px;
        top: -25px;
    }
    .block-form .title {
        max-width: 95%;
    }
    .block-form form {
        max-width: 95%;
    }
    .block-form .form-group {
        width: 100%;
    }
    .item-info .description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .alternating-images-and-text .row > div:nth-child(1) {
        order: 2;
    }
    .alternating-images-and-text .row > div:nth-child(2) {
        order: 1;
    }
    .alternating-images-and-text .row > div:nth-child(3) {
        order: 3;
    }
    .alternating-images-and-text .row > div:nth-child(4) {
        order: 4;
    }
    .alternating-images-and-text .row > div:nth-child(5) {
        order: 6;
    }
    .alternating-images-and-text .row > div:nth-child(6) {
        order: 5;
    }
    .alternating-images-and-text .row > div:nth-child(7) {
        order: 7;
    }
    .alternating-images-and-text .row > div:nth-child(8) {
        order: 8;
    }
    .alternating-images-and-text .row > div {
        margin-bottom: 50px;
    }
    .block-product-screenshots-carousel .swiper-slide {
        width: 100%;
        height: auto;
    }
    .block-product-screenshots-carousel .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .pageblock-text-four-blocks .items-text-four-blocks {
        position: relative;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .swiper-wrapper {
        height: 100%;
        margin-bottom: 58px
    }
    .pageblock-text-four-blocks .items-text-four-blocks .swiper-pagination {
        bottom: -27px;
    }
    .pageblock-text-four-blocks .items-text-four-blocks .info-block {
        width: 100%;
    }
    .pageblock-text-four-blocks.vertical .swiper-backface-hidden .swiper-slide {
        height: auto;
    }
    .pageblock-text-four-blocks.vertical .items-text-four-blocks .swiper-pagination {
        bottom: -30px;
    }
    .cart_content .block-cart-steps {
        flex-direction: column;
    }
    .cart_content .block-cart-steps__step {
        position: inherit;
    }
    .cart_content .cart-block div:nth-child(2) {
        max-width: 100%;
    }
    .product_new .block-tabs__content-body .product-video .swiper-slide {
        max-width: 300px;
    }
    .block-uslugi-info {
        padding: 0 15px;
    }
    .title-callback-product-form {
        font-weight: 700;
        font-size: 18px;
        line-height: 133%;
    }
    .tabs * {
        transition: all 0s;
    }
    .tabs .tab-list {
        position: relative;
        height: 55px;
        gap: 0;
    }
    .tabs .tab-list .tab-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tabs .tab-list .tab-item {
        display: none;
    }
    .tabs .tab-list .tab-item.active {
        display: flex;
        border-radius: 60px !important;
    }
    .tabs .tab-list .tab-item .toggle {
        display: none;
    }
    .tabs .tab-list .tab-item.active .toggle {
        width: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 27px;
    }
    .tabs .tab-list .tab-item.active .toggle svg {
        transform: rotate(0);
        transition: all 0.3s;
    }
    .tabs .tab-list.open .tab-item.active .toggle svg {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .tabs .tab-list.open .tab-item {
        display: flex;
    }
    .tabs .tab-list.open .tab-item:not(.active) {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgb(235, 234, 234);
    }
    .tabs .tab-list.open .tab-item:not(.active):last-child {
        border-bottom: none;
        border-radius: 0 0 30px 30px;
    }
    .tabs .tab-list.open .tab-item.active {
        border-radius: 30px 30px 0 0!important;
    }
    .pageblock-test-form .test-form-block {
        padding: 0;
        box-shadow: none;
    }
    .test-form-block .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
    .pageblock-about-company .logo-item {
        width: 100%;
    }
    .pageblock-trust-us .logo-item {
        width: calc(100% / 2 - 12px);
    }
    .pageblock-callback-form-scanport .block-form form {
        width: 100%;
        max-width: 100%;
    }
    .pageblock-tabs-full-width-content .title {
        font-size: 24px;
        line-height: 30px;
    }
    .block-projects.block-projects-list .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
    }
    .block-projects.block-projects-list .block-where__table {
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    .block-projects.block-projects-list .project-item {
        border: 1px solid rgb(245, 245, 245);
        border-radius: 24px;
        box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
    }
    .block-projects.block-projects-list .project-block:after {
        content: none;
    }
    .block-projects.block-projects-list #mse2_results {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    } 
    .block-projects.block-projects-list .project-block {
        min-width: 320px
    }
    .fancybox-content {
        padding: 16px;
    }
    .product_new .add_button .toggle-btn {
        justify-content: center;
        width: 100%;
    }
    .product_new .add_button .toggle-btn span {
        font-size: 18px;
        margin-right: 0;
    }
    .product_new .add_button .toggle-btn svg {
        display: none;
    }
}
@media (max-width: 565.98px) {
    .still-in-doubt--datamobile-no-image .swiper-backface-hidden .swiper-slide {
        max-width: 100%;
    }
    .story-humans.swiper-backface-hidden .swiper-slide {
        max-width: max-content;
    }
    .swiper-backface-hidden .swiper-slide {
        max-width: 360px;
    }
    .block-video-gallery__slider.swiper-backface-hidden .swiper-slide {
        max-width: 100%;
    }
    .block-tabs .swiper-backface-hidden .swiper-slide {
        max-width: 100%;
    }
    .pageblock-image-buttons .swiper-wrapper .swiper-slide {
        width: 360px;
    }
    .pageblock-our-solutions .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .datamobile .complex-automation__cards-new .card-complex-automation__title {
        font-size: 24px;
        line-height: 28px;
    }
    .pageblock-blocks-block-button .item-title {
        font-size: 38px;
        line-height: 40px;
    }
    .pageblock-questions-consultation .item-info .description {
        font-size: 16px;
        line-height: 22px;
    }
    .product_new .cart_content .btn-toggle {
        font-size: 18px;
    }
    .product_new .swiper-backface-hidden .swiper-slide {
        max-width: 100%;
    }
    .product_new .block-product-to-cart {
        margin-left: 0;
    }
    .cart_content .group-item {
        flex-direction: column;
    } 
    .cart_content .form-radio label {
        width: 100%;
    }
    .cart_content .form-radio.image_form span {
        width: 100%;
    }
    .cart_content .btn-toggle {
        font-size: 14px;
    }
    .add_product.open {
        max-height: 490px;
    }
    .new-servise-slider .swiper-backface-hidden .swiper-slide {
        max-width: 100%;
    }
    .complex-automation__cards .swiper-backface-hidden .swiper-slide {
        width: 100%;
        max-width: 100%;
    }
    .slider-customer-cases .image-item {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .slider-customer-cases .info-image-block {
        width: 100%;
        height: auto;
    }
    .tab-content .tab-info {
        max-height: 100%;
    }
    .tab-content .overlay-block {
        overflow-y: hidden;
        padding-right: 0;
        margin-bottom: 1rem;
    }
    .tab-content .overlay-block.show {
        max-height: 100%;
    }
    .tab-info .btn-link span {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }
    .tab-info .button-group {
        gap: 1.5rem;
    }
    .tab-info a {
        text-decoration: none;
    }
    .tab-info .btn-action svg {
        transform: rotate(0);
        transition: all 0.3s;
    }
    .tab-info .btn-action.show svg {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .modal-new .modal-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 38px;
    }
    .modal-new .form-product {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .modal-new .form-control {
        height: 48px;
    }
    .modal-new .form-label {
        font-size: 14px;
    }
    .modal-new .required_fields {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .modal-new .form-check label > span {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .modal-new .form_info.stroke {
        border: none;
        padding: 0;
        border-radius: 0;
    }
    .form_info.stroke .form-question span:last-child {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .block-projects.block-projects-list .btn-red-transparent {
        width: 100%;
    }
    .form_info_2 .title {
        font-size: 22px;
        line-height: 26px;
    }
    .form_info_2 .info-block {
        width: calc(100% - 96px);
    }
    .form_info_2 .link {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}



@media (max-width: 450.98px) {
    .block-form img {
        width: 246px;
        top: -44px;
    }
    .swiper-backface-hidden .swiper-slide {
        max-width: 320px;
    }
    .pageblock-image-buttons .swiper-wrapper .swiper-slide {
        width: 320px;
    }
    .product_new .block-tabs__content-body .article-product .swiper-slide {
        max-width: 282px;
    }
    .pageblock-tabs-full-width-content .btn {
        width: 100%;
    }
    .form_info_2 .item {
        flex-direction: column;
        gap: 12px;
    }
}

@media (min-width: 1400px) {
    .mt-xxl-12 {
        margin-top: 12px!important;
    }
    .mt-xxl-24 {
        margin-top: 24px!important;
    }
    .mt-xxl-32 {
        margin-top: 32px!important;
    }
    .mt-xxl-64 {
        margin-top: 64px!important;
    }
    .mt-xxl-100 {
        margin-top: 100px!important;
    }
    .mb-xxl-12 {
        margin-bottom: 12px!important;
    }
    .mb-xxl-24 {
        margin-bottom: 24px!important;
    }
    .mb-xxl-32 {
        margin-bottom: 32px!important;
    }
    .mb-xxl-64 {
        margin-bottom: 64px!important;
    }
    .mb-xxl-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-xxl-12 {
        padding-top: 12px!important;
    }
    .pt-xxl-24 {
        padding-top: 24px!important;
    }
    .pt-xxl-32 {
        padding-top: 32px!important;
    }
    .pt-xxl-64 {
        padding-top: 64px!important;
    }
    .pt-xxl-100 {
        padding-top: 100px!important;
    }
    .pb-xxl-12 {
        padding-bottom: 12px!important;
    }
    .pb-xxl-24 {
        padding-bottom: 24px!important;
    }
    .pb-xxl-32 {
        padding-bottom: 32px!important;
    }
    .pb-xxl-64 {
        padding-bottom: 64px!important;
    }
    .pb-xxl-100 {
        padding-bottom: 100px!important;
    }
}
@media (min-width: 1200px) {
    .mt-xl-12 {
        margin-top: 12px!important;
    }
    .mt-xl-24 {
        margin-top: 24px!important;
    }
    .mt-xl-32 {
        margin-top: 32px!important;
    }
    .mt-xl-64 {
        margin-top: 64px!important;
    }
    .mt-xl-100 {
        margin-top: 100px!important;
    }
    .mb-xl-12 {
        margin-bottom: 12px!important;
    }
    .mb-xl-24 {
        margin-bottom: 24px!important;
    }
    .mb-xl-32 {
        margin-bottom: 32px!important;
    }
    .mb-xl-64 {
        margin-bottom: 64px!important;
    }
    .mb-xl-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-xl-12 {
        padding-top: 12px!important;
    }
    .pt-xl-24 {
        padding-top: 24px!important;
    }
    .pt-xl-32 {
        padding-top: 32px!important;
    }
    .pt-xl-64 {
        padding-top: 64px!important;
    }
    .pt-xl-100 {
        padding-top: 100px!important;
    }
    .pb-xl-12 {
        padding-bottom: 12px!important;
    }
    .pb-xl-24 {
        padding-bottom: 24px!important;
    }
    .pb-xl-32 {
        padding-bottom: 32px!important;
    }
    .pb-xl-64 {
        padding-bottom: 64px!important;
    }
    .pb-xl-100 {
        padding-bottom: 100px!important;
    }
    
}
@media (min-width: 992px) {
    .mt-lg-12 {
        margin-top: 12px!important;
    }
    .mt-lg-24 {
        margin-top: 24px!important;
    }
    .mt-lg-32 {
        margin-top: 32px!important;
    }
    .mt-lg-64 {
        margin-top: 64px!important;
    }
    .mt-lg-100 {
        margin-top: 100px!important;
    }
    .mb-lg-12 {
        margin-bottom: 12px!important;
    }
    .mb-lg-24 {
        margin-bottom: 24px!important;
    }
    .mb-lg-32 {
        margin-bottom: 32px!important;
    }
    .mb-lg-64 {
        margin-bottom: 64px!important;
    }
    .mb-lg-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-lg-12 {
        padding-top: 12px!important;
    }
    .pt-lg-24 {
        padding-top: 24px!important;
    }
    .pt-lg-32 {
        padding-top: 32px!important;
    }
    .pt-lg-64 {
        padding-top: 64px!important;
    }
    .pt-lg-100 {
        padding-top: 100px!important;
    }
    .pb-lg-12 {
        padding-bottom: 12px!important;
    }
    .pb-lg-24 {
        padding-bottom: 24px!important;
    }
    .pb-lg-32 {
        padding-bottom: 32px!important;
    }
    .pb-lg-64 {
        padding-bottom: 64px!important;
    }
    .pb-lg-100 {
        padding-bottom: 100px!important;
    }
}
@media (min-width: 768px) {
    .mt-md-12 {
        margin-top: 12px!important;
    }
    .mt-md-24 {
        margin-top: 24px!important;
    }
    .mt-md-32 {
        margin-top: 32px!important;
    }
    .mt-md-64 {
        margin-top: 64px!important;
    }
    .mt-md-100 {
        margin-top: 100px!important;
    }
    .mb-md-12 {
        margin-bottom: 12px!important;
    }
    .mb-md-24 {
        margin-bottom: 24px!important;
    }
    .mb-md-32 {
        margin-bottom: 32px!important;
    }
    .mb-md-64 {
        margin-bottom: 64px!important;
    }
    .mb-md-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-md-12 {
        padding-top: 12px!important;
    }
    .pt-md-24 {
        padding-top: 24px!important;
    }
    .pt-md-32 {
        padding-top: 32px!important;
    }
    .pt-md-64 {
        padding-top: 64px!important;
    }
    .pt-md-100 {
        padding-top: 100px!important;
    }
    .pb-md-12 {
        padding-bottom: 12px!important;
    }
    .pb-md-24 {
        padding-bottom: 24px!important;
    }
    .pb-md-32 {
        padding-bottom: 32px!important;
    }
    .pb-md-64 {
        padding-bottom: 64px!important;
    }
    .pb-md-100 {
        padding-bottom: 100px!important;
    }
}
@media (min-width: 576px) {
    .mt-sm-12 {
        margin-top: 12px!important;
    }
    .mt-sm-24 {
        margin-top: 24px!important;
    }
    .mt-sm-32 {
        margin-top: 32px!important;
    }
    .mt-sm-64 {
        margin-top: 64px!important;
    }
    .mt-sm-100 {
        margin-top: 100px!important;
    }
    .mb-sm-12 {
        margin-bottom: 12px!important;
    }
    .mb-sm-24 {
        margin-bottom: 24px!important;
    }
    .mb-sm-32 {
        margin-bottom: 32px!important;
    }
    .mb-sm-64 {
        margin-bottom: 64px!important;
    }
    .mb-sm-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-sm-12 {
        padding-top: 12px!important;
    }
    .pt-sm-24 {
        padding-top: 24px!important;
    }
    .pt-sm-32 {
        padding-top: 32px!important;
    }
    .pt-sm-64 {
        padding-top: 64px!important;
    }
    .pt-sm-100 {
        padding-top: 100px!important;
    }
    .pb-sm-12 {
        padding-bottom: 12px!important;
    }
    .pb-sm-24 {
        padding-bottom: 24px!important;
    }
    .pb-sm-32 {
        padding-bottom: 32px!important;
    }
    .pb-sm-64 {
        padding-bottom: 64px!important;
    }
    .pb-sm-100 {
        padding-bottom: 100px!important;
    }
}
@media (max-width: 575.98px) {
    .mt-xs-12 {
        margin-top: 12px!important;
    }
    .mt-xs-24 {
        margin-top: 24px!important;
    }
    .mt-xs-32 {
        margin-top: 32px!important;
    }
    .mt-xs-64 {
        margin-top: 64px!important;
    }
    .mt-xs-100 {
        margin-top: 100px!important;
    }
    .mb-xs-12 {
        margin-bottom: 12px!important;
    }
    .mb-xs-24 {
        margin-bottom: 24px!important;
    }
    .mb-xs-32 {
        margin-bottom: 32px!important;
    }
    .mb-xs-64 {
        margin-bottom: 64px!important;
    }
    .mb-xs-100 {
        margin-bottom: 100px!important;
    }
    
    .pt-xs-12 {
        padding-top: 12px!important;
    }
    .pt-xs-24 {
        padding-top: 24px!important;
    }
    .pt-xs-32 {
        padding-top: 32px!important;
    }
    .pt-xs-64 {
        padding-top: 64px!important;
    }
    .pt-xs-100 {
        padding-top: 100px!important;
    }
    .pb-xs-12 {
        padding-bottom: 12px!important;
    }
    .pb-xs-24 {
        padding-bottom: 24px!important;
    }
    .pb-xs-32 {
        padding-bottom: 32px!important;
    }
    .pb-xs-64 {
        padding-bottom: 64px!important;
    }
    .pb-xs-100 {
        padding-bottom: 100px!important;
    }
    .datamobile .block-product-screenshots-carousel.full_image .vertical_image .swiper-slide {
        width: 184px;
        height: 220px;
    }
}
@media (max-width: 477.98px) {
    .site-header__search-button svg, .site-header__cart-button svg {
        width: 23px;
        height: 23px;
        padding: 0;
        border: none;
    }
    .site-header__cart-button {
        margin-right: 12px;
    }
    .site-header.site-header--menu-opened .site-header__search-button svg, .site-header.site-header--menu-opened .site-header__cart-button svg {
        border: none;
    }
}







