@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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;
}

.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 {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  -ms-flex-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%;
}

.form-control {
  display: block;
  width: 100%;
  height: -webkit-calc(1.5em + 0.75rem + 2px);
  height: -moz-calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: -webkit-calc(0.375rem + 1px);
  padding-top: -moz-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: -moz-calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: -webkit-calc(0.5rem + 1px);
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: -moz-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: -moz-calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: -webkit-calc(1.5em + 0.5rem + 2px);
  height: -moz-calc(1.5em + 0.5rem + 2px);
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 2px);
  height: -moz-calc(1.5em + 1rem + 2px);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right -moz-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: -moz-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right -webkit-calc(0.375em + 0.1875rem);
  background-position: center right -moz-calc(0.375em + 0.1875rem);
  background-position: center right calc(0.375em + 0.1875rem);
  -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: -webkit-calc(1.5em + 0.75rem);
  padding-right: -moz-calc(1.5em + 0.75rem);
  padding-right: calc(1.5em + 0.75rem);
  background-position: top -webkit-calc(0.375em + 0.1875rem) right -webkit-calc(0.375em + 0.1875rem);
  background-position: top -moz-calc(0.375em + 0.1875rem) right -moz-calc(0.375em + 0.1875rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: -webkit-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: -moz-calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: -webkit-calc(100% - 1rem);
  max-height: -moz-calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: -webkit-calc(100vh - 1rem);
  max-height: -moz-calc(100vh - 1rem);
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - 1rem);
  min-height: -moz-calc(100% - 1rem);
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: -webkit-calc(100vh - 1rem);
  height: -moz-calc(100vh - 1rem);
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-border-top-left-radius: 0.3rem;
  -moz-border-radius-topleft: 0.3rem;
  border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
  -moz-border-radius-topright: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  -webkit-border-bottom-right-radius: 0.3rem;
  -moz-border-radius-bottomright: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  -webkit-border-bottom-left-radius: 0.3rem;
  -moz-border-radius-bottomleft: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

.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 {
  -webkit-border-radius: 0.2rem !important;
  -moz-border-radius: 0.2rem !important;
  border-radius: 0.2rem !important;
}

.rounded {
  -webkit-border-radius: 0.25rem !important;
  -moz-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.rounded-top {
  -webkit-border-top-left-radius: 0.25rem !important;
  -moz-border-radius-topleft: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  -webkit-border-top-right-radius: 0.25rem !important;
  -moz-border-radius-topright: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  -webkit-border-top-right-radius: 0.25rem !important;
  -moz-border-radius-topright: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  -webkit-border-bottom-right-radius: 0.25rem !important;
  -moz-border-radius-bottomright: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  -webkit-border-bottom-right-radius: 0.25rem !important;
  -moz-border-radius-bottomright: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
  -moz-border-radius-bottomleft: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  -webkit-border-top-left-radius: 0.25rem !important;
  -moz-border-radius-topleft: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  -webkit-border-bottom-left-radius: 0.25rem !important;
  -moz-border-radius-bottomleft: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  -webkit-border-radius: 0.3rem !important;
  -moz-border-radius: 0.3rem !important;
  border-radius: 0.3rem !important;
}

.rounded-circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.rounded-pill {
  -webkit-border-radius: 50rem !important;
  -moz-border-radius: 50rem !important;
  border-radius: 50rem !important;
}

.rounded-0 {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -moz-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -moz-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -moz-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

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

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

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

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

/*@import "js/owl/assets/owl.carousel.min.css";
@import "js/fancybox/jquery.fancybox.min.css";

@import "js/slick-slider/css/slick.min.css";
@import "js/slick-slider/css/app.min.css";
@import "js/slick-slider/css/slider.min.css";
@import "js/slick-slider/css/loader.min.css";
@import "js/ui/jquery-ui.min.css";*/

@font-face {
  font-display: swap;
  font-family: "DINCondensedRegular";
  src: url("fonts/DINPro/DINPro-CondensedRegular.eot");
  src: url("fonts/DINPro/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro/DINPro-CondensedRegular.woff") format("woff"), url("fonts/DINPro/DINPro-CondensedRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  font-family: "Helvetica Neue Thin";
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot");
  src: url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.woff") format("woff"), url("fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  src: url("fonts/Bebasneue/bebasneuebold.eot");
  src: url("fonts/Bebasneue/bebasneuebold.eot?#iefix") format("embedded-opentype"), url("fonts/Bebasneue/bebasneuebold.woff2") format("woff2"), url("fonts/Bebasneue/bebasneuebold.woff") format("woff"), url("fonts/Bebasneue/bebasneuebold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  src: url("fonts/Bebasneue/bebasneueregular.eot");
  src: url("fonts/Bebasneue/bebasneueregular.eot?#iefix") format("embedded-opentype"), url("fonts/Bebasneue/bebasneueregular.woff2") format("woff2"), url("fonts/Bebasneue/bebasneueregular.woff") format("woff"), url("fonts/Bebasneue/bebasneueregular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  src: url("fonts/Bebasneue/bebasneuelight.eot");
  src: url("fonts/Bebasneue/bebasneuelight.eot?#iefix") format("embedded-opentype"), url("fonts/Bebasneue/bebasneuelight.woff2") format("woff2"), url("fonts/Bebasneue/bebasneuelight.woff") format("woff"), url("fonts/Bebasneue/bebasneuelight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-display: swap;
  font-family: "Bebas Neue";
  src: url("fonts/Bebasneue/bebasneuebook.eot");
  src: url("fonts/Bebasneue/bebasneuebook.eot?#iefix") format("embedded-opentype"), url("fonts/Bebasneue/bebasneuebook.woff2") format("woff2"), url("fonts/Bebasneue/bebasneuebook.woff") format("woff"), url("fonts/Bebasneue/bebasneuebook.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

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

header {
  background: #15181d;
}

header #header {
  background: #FFF;
}

a {
  color: #f46e21;
}

a:hover {
  color: #fd9b28;
}

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

h1,
.h1 {
  font-size: 3.125rem;
  font-family: "Helvetica Neue Thin",sans-serif;
  font-weight: 100;
}

h2,
.h2,
h3,
.h3 {
  font-size: 2rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fd9b28;
  padding-bottom: 10px;
  margin-top: 40px;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 200;
}

.title_s {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

ul {
  padding-left: 1rem;
}

p {
  display: inline-block;
  font-family: "Helvetica Neue",sans-serif;
}

.list_round_number ul,
ol,
ul.listaround {
  list-style-type: none;
  padding: 0;
  counter-reset: section;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 1rem;
  padding-left: 10rem;
}

.list_round_number ul > li,
ol > li,
ul.listaround > li {
  /*line-height: normal;*/
  padding-bottom: 1.3rem;
  padding-left: 2rem;
  position: relative;
}

.list_round_number ul > li span,
ol > li span,
ul.listaround > li span {
  padding-left: 2rem;
  display: block;
  line-height: 18px;
}

.list_round_number ul > li:before,
ol > li:before,
ul.listaround > li:before {
  position: absolute;
  background: #FF6E0F;
  color: #fff;
  counter-increment: section;
  content: counter(section);
  width: 22px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  left: 0;
  top: -3px;
}

ul.etapi,
.etapi ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

ul.etapi li,
.etapi ul li {
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 1.2rem 3rem 1rem 2rem;
  border-bottom: none;
  font-weight: 300;
}

ul.etapi li:last-child,
.etapi ul li:last-child {
  border-bottom: 1px solid #d9d9d9;
}

ul.etapi li:after,
.etapi ul li:after {
  content: '';
  position: absolute;
  background: url(img/arrow-down-1.png);
  width: 26px;
  height: 26px;
  right: 1rem;
  top: 50%;
  margin-top: -13px;
}

.btn_active_wi {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.btn_active_wi:active {
  /* transform: translateY(3px);*/
  outline: none;
}

.btn_active_wi:hover {
  text-decoration: none;
}

.btn_active_wi:focus {
  text-decoration: none;
  outline: none;
}

.owl-dots {
  text-align: center;
  margin-top: 2rem;
}

.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 1px solid #DCDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 6px;
}

.owl-dots .owl-dot.active span {
  background: #FF6E0F;
  border: 1px solid transparent;
}

.owl-dots .owl-dot:focus {
  outline: none;
}

.slider_border {
  max-width: 567px;
  width: 100%;
  border: 1px solid #FF6E0F;
  max-height: 570px;
  padding: 57px 75px 90px;
  position: relative;
  margin-left: 6rem;
  height: 100%;
}

.slider_border .slider_border_cont {
  height: 100%;
}

.slider_border .slider_border_cont .text {
  position: absolute;
  color: #b3b3b3;
  font-size: 1.125rem;
  font-family: "Helvetica Neue Thin",sans-serif;
  bottom: 101px;
  left: -140px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  letter-spacing: 1px;
}

.slider_border .slider_border_cont .owl-carousel {
  height: 100%;
}

.slider_border .slider_border_cont .owl-carousel .owl-stage-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.slider_border .slider_border_cont .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.slider_border .slider_border_cont .owl-carousel .owl-nav button:focus {
  outline: none;
}

.slider_border .slider_border_cont .owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.slider_border .slider_border_cont .owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.slider_border .slider_border_cont .owl-carousel .owl-dots {
  text-align: center;
  /* padding-top: 27px;*/
  margin-top: 0;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
}

.bx-breadcrumb {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.bx-breadcrumb a {
  color: #000;
}

.notice,
blockquote {
  position: relative;
  font-family: "Helvetica Neue",sans-serif;
  border-bottom: 3px solid #FF8A45;
  font-size: 1.375rem;
  font-weight: 200;
  padding: 3rem 4rem 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.notice p,
blockquote p {
  padding: 0 !important;
}

.notice:before,
blockquote:before {
  content: "";
  background-image: url(img/coma.png);
  height: 20px;
  position: absolute;
  top: 0;
  z-index: 2;
  margin-left: -26px;
  background-repeat: no-repeat;
  text-align: center;
  width: 70px;
  background-position: center;
}

.notice:after,
blockquote:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #D9D9D9;
  z-index: 1;
}

.under_title_small {
  font-family: "Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.8px;
}

.under_title_small p {
  margin-bottom: 1.3rem;
}

.list_arrow {
  list-style-type: none;
  padding: 0 0 0 1.2rem;
}

.list_arrow li {
  /* margin: 10px 0; */
  position: relative;
  /* font-weight: 200; */
  /* padding-left: 2rem; */
  padding-bottom: 1rem;
}

.list_arrow li:before {
  content: "";
  background-image: url(img/list_arrow.png);
  width: 13px;
  height: 12px;
  position: absolute;
  left: -22px;
  top: 6px;
}

ul:not(.list_arrow):not(.none_list) {
  list-style-type: none;
  padding-top: 1rem;
  /*padding-left: 1rem;*/
}

ul:not(.list_arrow):not(.none_list) li {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

ul:not(.list_arrow):not(.none_list) li:before {
  content: "";
  background-image: url(img/dot.png);
  width: 9px;
  height: 9px;
  top: 7px;
  position: absolute;
  left: 0;
}

.list_round_number,
.block_single_01,
.block_single_02 {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 1rem;
}

.list_round_number .title,
.block_single_01 .title,
.block_single_02 .title {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.block_single_01 {
  letter-spacing: 0.7px;
}

.block_single_01 .title {
  padding-top: 1rem;
}

.block_single_02 {
  padding-top: 1.5rem;
  letter-spacing: 0.7px;
}

.block_single_02 .title {
  padding-top: 1rem;
}

.block_single_02 ul .dots {
  list-style-type: none;
  padding: 0;
  margin: -0.5rem 0;
}

.list_round_number {
  counter-reset: section;
  padding-top: 3.5rem;
  letter-spacing: 0.7px;
}

.download {
  position: relative;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  padding: 1.5rem 0;
  letter-spacing: 0.7px;
}

.download:before {
  content: '';
  position: absolute;
  background-image: url(img/word.png);
  width: 99px;
  height: 171px;
  top: -46px;
  left: 0;
}

.epilog {
  position: relative;
}

.epilog:before {
  content: '';
  position: absolute;
  background-image: url(img/epilog.png);
  width: 99px;
  height: 171px;
  top: -46px;
  left: 0;
}

.etapi {
  margin-top: 2rem;
}

.etapi .title {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.mega_menu_services,
.services_block ul {
  list-style-type: none;
  margin: 0 0 12px;
}

.mega_menu_services .level-2 > .link > a span:after,
.services_block ul .level-2 > .link > a span:after {
  content: "";
  background-image: url(img/mega_menu_arrow_no_hover.png);
  width: 26px;
  height: 26px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  margin-left: 0.6rem;
  position: absolute;
}

.mega_menu_services .level-2,
.services_block ul .level-2 {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.mega_menu_services .level-2.active .link a span:after,
.services_block ul .level-2.active .link a span:after {
  content: "";
  background-image: url(img/mega_menu_arrow_hover.png);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.mega_menu_services .level-2 .link,
.services_block ul .level-2 .link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega_menu_services .level-2 .link:hover a span:after,
.services_block ul .level-2 .link:hover a span:after {
  content: "";
  background-image: url(img/mega_menu_arrow_hover.png);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.mega_menu_services .level-2 a,
.services_block ul .level-2 a {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.mega_menu_services .level-2 a:hover,
.services_block ul .level-2 a:hover {
  text-decoration: none;
}

.mega_menu_services .level-2 a:before,
.services_block ul .level-2 a:before {
  content: "";
  background-image: url(img/molniya.png);
  width: 9px;
  height: 17px;
  position: absolute;
  left: -22px;
  top: 3px;
}

.mega_menu_services .submenu,
.services_block ul .submenu {
  display: none;
  position: relative;
}

.mega_menu_services .submenu:before,
.services_block ul .submenu:before {
  content: "";
  background: #000;
  position: absolute;
  left: -100%;
  height: 100%;
  width: 1000%;
}

.mega_menu_services .submenu ul,
.services_block ul .submenu ul {
  background: #0B1016;
  list-style-type: none;
  padding: 1.3rem 0;
  margin: 0.5rem 0;
}

.mega_menu_services .submenu ul li,
.services_block ul .submenu ul li {
  margin-bottom: 1rem;
}

.mega_menu_services .submenu ul a,
.services_block ul .submenu ul a {
  color: #fff;
}

.mega_menu_services .submenu ul a:after,
.services_block ul .submenu ul a:after {
  display: none;
}

.mega_menu_services.three_col_value {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  padding-left: 0 !important;
}

.mega_menu_services.three_col_value.columnize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.mega_menu_services.three_col_value .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2rem;
  border-right: 1px solid #e1e2e2;
}

.mega_menu_services.three_col_value .column.first {
  padding-left: 0;
}

.mega_menu_services.three_col_value .column.last {
  border-right: none;
}

.mega_menu_services.three_col_value .column.last .link {
  /*margin: 0 auto;*/
}

.mega_menu_services.three_col_value li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.mega_menu_services.three_col_value li .link {
  width: 80%;
}

.mega_menu_services.three_col_value li .link a span {
  /*width: calc(100% - 40px);*/
}

.mega_menu_services.three_col_value li.level-2:after {
  content: '';
  position: absolute;
}

.single_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

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

.sitemap h1 {
  margin-bottom: 3rem;
}

.sitemap .breadcrumb-block {
  padding-top: 3.5rem;
}

.sitemap .breadcrumb-block .bx-breadcrumb {
  padding: 1rem 0;
  margin: 0;
}

.sitemap ul[class*=map-level-] {
  padding: 0 !important;
}

.sitemap ul[class*=map-level-] li {
  /* padding-bottom: 0 !important;*/
}

.tdFadeInDown {
  -webkit-animation-name: tdFadeInDown;
  -moz-animation-name: tdFadeInDown;
  -o-animation-name: tdFadeInDown;
  animation-name: tdFadeInDown;
}

.animated {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
  -o-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

aside div[id*=comp_].fixed {
  position: fixed;
  top: 5px;
  width: 430px;
  /* margin-left: 5px; */
  z-index: 999;
}

.under_black {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.under_black .row {
  width: 100%;
}

.section_css {
  width: -webkit-calc(100% - 517px);
  width: -moz-calc(100% - 517px);
  width: calc(100% - 517px);
}

.section_css {
  width: -webkit-calc(100% - 517px);
  width: -moz-calc(100% - 517px);
  width: calc(100% - 517px);
}

.float-left {
  padding: 0px 1rem 1rem 0;
}

font.notetext {
  color: #fff;
}

.api-mf-antibot {
  border: 0 !important;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 0 !important;
}

header #top_line {
  background: #333537;
}

header #top_line .menu_search {
  width: 100%;
  height: 53px;
}

header #top_line .menu_search div[id*=bx_incl_] {
  height: 100%;
}

.img_logo_white {
  display: none;
}

#menu_block {
  height: 100%;
}

#menu_block nav {
  height: 100%;
}

#menu_block nav ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
}

#menu_block nav ul.menu li {
  height: 100%;
}

#menu_block nav ul.menu li:focus {
  outline: none;
}

#menu_block nav ul.menu li:hover {
  background: rgba(255, 255, 255, 0.08);
}

#menu_block nav ul.menu li:not(.hassub) a:after {
  display: none;
}

#menu_block nav ul.menu li.osp {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#menu_block nav ul.menu li.ooo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#menu_block nav ul.menu li a {
  padding: 0 1rem;
  color: #9f9f9f;
  height: 100%;
  font-weight: 200;
}

#menu_block nav ul.menu li a:hover {
  text-decoration: none;
}

#menu_block nav ul.menu li a:hover:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

#menu_block nav ul.menu li a:after {
  content: "";
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  margin-left: 1rem;
  background-image: url(img/arrow-down.png);
  width: 13px;
  height: 6px;
}

#menu_block nav ul.menu li.hassub:hover .submenu {
  visibility: visible;
  opacity: 1;
}

#menu_block nav ul.menu li .submenu {
  -webkit-transition-property: visibility;
  -o-transition-property: visibility;
  -moz-transition-property: visibility;
  transition-property: visibility;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  -o-transition-delay: 0.01s;
  transition-delay: 0.01s;
  width: 250px;
  background: #fff;
  visibility: hidden;
  position: absolute;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  border: 2px solid transparent;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  z-index: 9;
}

#menu_block nav ul.menu li .submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu_block nav ul.menu li .submenu ul li {
  position: relative;
  white-space: normal;
  border-bottom: 1px solid #eeeeee;
  margin: 0 13px;
}

#menu_block nav ul.menu li .submenu ul li a {
  color: #333333;
  display: block;
  padding: 13px 18px;
  text-decoration: none;
  margin: 0 -13px;
}

#menu_block nav ul.menu li .submenu ul li:hover a {
  color: #fff;
  background: #fd9b28;
}

#menu_block nav ul.menu li .submenu ul li.active a {
  font-weight: 400;
}

#search_block {
  height: 100%;
}

#search_block .search_block {
  height: 100%;
}

#search_block .search_block div[id*=bx_incl_] {
  height: auto !important;
  width: 100%;
}

#search_block .search_block form {
  width: 100%;
}

#search_block .search_block form .form_block {
  position: relative;
  width: 100%;
}

#search_block .search_block form .form_block .search_input {
  width: 100%;
  background: #454648;
  border: 1px solid #535354;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 35px;
  color: #fff;
  padding: 0 1rem;
  font-weight: 200;
}

#search_block .search_block form .form_block .search_input::-webkit-input-placeholder {
  color: #9f9f9f;
}

#search_block .search_block form .form_block .search_input::-moz-placeholder {
  color: #9f9f9f;
}

#search_block .search_block form .form_block .search_input::-moz-placeholder {
  color: #9f9f9f;
}

#search_block .search_block form .form_block .search_input::-ms-input-placeholder {
  color: #9f9f9f;
}

#search_block .search_block form .form_block [type="submit"] {
  width: 17px;
  background-image: url(img/loop.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px;
  -o-background-size: 17px;
  background-size: 17px;
  outline: none;
  background-color: #454648;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #535354;
  border-left: none;
  padding: 0 2rem;
  height: 35px;
}

#header {
  height: 100px;
  position: relative;
}

#header #address .address {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}

#header #address .operation_time {
  color: #646465;
  font-size: 0.93rem;
  font-weight: 200;
}

#header #phone .phone,
#header #phone a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}

#header #phone a:last-child {
  margin-left: 0.5rem;
}

#header #email .email,
#header #email a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
}

#header #callback {
  width: 217px;
  height: 50px;
  background: #FDD033;
  color: #000;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: 0.05rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

#header #callback:hover {
  text-decoration: none;
  background: #fdef33;
}

#feedback_block {
  background: #0A1016;
}

#feedback_block a {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.875rem;
  height: 180px;
}

#feedback_block a:hover {
  text-decoration: none;
  /* background: rgba(255, 255, 255, 0.08);*/
}

#feedback_block a span {
  margin-left: 1rem;
  letter-spacing: 2px;
}

#feedback_block a .icon_container {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-types__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.project-types__content {
  position: relative;
}

.project-types__icon {
  display: block;
  width: 120px;
  height: 120px;
}

.main .slider_border {
  max-width: 460px;
}

#section_01 {
  position: relative;
}

#section_01:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A1016), color-stop(5%, #0A1016), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #0A1016 0%, #0A1016 5%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(top, #0A1016 0%, #0A1016 5%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #0A1016 0%, #0A1016 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #0A1016 0%, #0A1016 5%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  width: 100%;
  height: 25%;
  z-index: 1;
}

#section_01 #slider_block {
  height: 635px;
}

#section_01 #slider_block #slogan_slider {
  font-size: 1.625rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  position: absolute;
  width: 100%;
  z-index: 100;
  bottom: 66px;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  text-align: center;
}

#section_01 #slider_block .slider_arrow_block {
  /* height: 100%;*/
  /*position: relative;*/
}

#section_01 #slider_block .slider_arrow_block .slick-slider-arrow {
  /* z-index: 1;*/
  /* top: 50%;*/
  /* margin-top: -11px;*/
  /*position: absolute;*/
  /* width: calc(100% - 30px);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#section_01 #slider_block .slider_arrow_block .slick-slider-arrow .slick-arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -11px;
}

#section_01 #slider_block .slider_arrow_block .slick-slider-arrow .slick-arrow:first-child {
  /*margin-left: 2%;*/
  left: 0;
}

#section_01 #slider_block .slider_arrow_block .slick-slider-arrow .slick-arrow:last-child {
  /*margin-right: 2%;*/
  right: 0;
}

#section_02 {
  background: #0A1016;
  padding: 4.3rem 0;
}

#section_02 .left_block {
  max-width: 600px;
  margin-left: 6.3%;
  width: 100%;
}

#section_02 .left_block .number {
  color: #f46e21;
  font-size: 10.3rem;
  font-family: "Bebas Neue",sans-serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -1rem;
}

#section_02 .left_block .slogan {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 40px;
  background-image: url(img/vertical-line.png);
  background-repeat: no-repeat;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  letter-spacing: 2px;
}

#section_02 .left_block .advantage {
  color: #fff;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  list-style-type: none;
  margin: 0;
}

#section_02 .left_block .advantage ul {
  margin: 0;
}

#section_02 .left_block .advantage ul li:first-child div:last-child {
  margin-top: 1rem;
  letter-spacing: 1px;
}

#section_02 .left_block .advantage ul li div {
  line-height: 22px;
}

#section_02 .left_block .advantage ul li div.ico {
  width: 22px;
  text-align: center;
  margin-right: 1rem;
}

#section_02 .left_block .advantage ul li div.ico img {
  width: 100%;
}

#section_02 .left_block .text {
  color: #a4a4a9;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#section_02 .slider_block {
  padding-left: 0 !important;
  /* padding-right: 0 !important; */
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section_02 .slider {
  max-width: 687px;
  margin-right: -1rem;
  margin-top: 2rem;
}

#section_02 .slider .owl-nav {
  text-align: right;
  margin-top: 1rem;
}

#section_02 .slider .owl-nav button.owl-prev,
#section_02 .slider .owl-nav button.owl-next {
  background: none;
  border: none;
  outline: none;
}

#section_02 .slider .owl-nav button.owl-prev img,
#section_02 .slider .owl-nav button.owl-next img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

#section_02 .slider .owl-nav button.owl-prev:hover,
#section_02 .slider .owl-nav button.owl-next:hover {
  cursor: pointer;
}

#section_02 .slider .owl-nav button.owl-prev:hover img,
#section_02 .slider .owl-nav button.owl-next:hover img {
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

#section_03 {
  background: #F2F2F2;
}

#section_03 .container {
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: 36% 36%;
  -moz-background-size: 36%;
  -o-background-size: 36%;
  background-size: 36%;
  background-position: right top;
  padding: 6rem 0;
}

#section_03 .container .own_testing_center {
  /*max-width: 1346px;*/
}

#section_03 .container .own_testing_center .title {
  color: #000;
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
}

#section_03 .container .own_testing_center .slider_03 {
  position: static;
  padding: 5rem 0 3rem;
}

#section_03 .container .own_testing_center .slider_03 .owl-nav {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#section_03 .container .own_testing_center .slider_03 .owl-nav .owl-prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

#section_03 .container .own_testing_center .slider_03 .owl-nav .owl-next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#section_04 {
  background: #0A1016;
  padding: 6rem 0 2.5rem;
  background-repeat: no-repeat;
  color: #fff;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}

#section_04 .video {
  margin-bottom: 3rem;
}

#section_04 .video .video_block {
  max-width: 690px;
}

#section_04 .video .video_block img {
  max-width: 100%;
}

#section_04 .text_block {
  max-width: 576px;
  padding: 5rem 0;
}

#section_04 .block .number {
  color: #f46e21;
  font-size: 10.3rem;
  font-family: "Bebas Neue",sans-serif;
  font-weight: 600;
  line-height: normal;
  margin-bottom: -1rem;
}

#section_04 .block .title {
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
}

#section_04 .block .slogan {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 40px;
  background-image: url(img/vertical-line.png);
  background-repeat: no-repeat;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-left: 0.5rem;
  letter-spacing: 1px;
}

#section_04 .block .advantage {
  color: #fff;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  list-style-type: none;
  margin: 0;
}

#section_04 .block .advantage ul li div {
  line-height: 22px;
}

#section_04 .block .advantage ul li div:last-child {
  margin-top: 1rem;
}

#section_04 .block .advantage ul li div.ico {
  width: 25px;
  text-align: center;
}

#section_04 .block .advantage ul li div.ico img {
  width: 100%;
}

#section_04 .block .text {
  color: #a4a4a9;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#section_05 {
  padding: 4rem 0 1rem;
}

#section_05 .blocks {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

#section_05 .blocks > div {
  padding-top: 1rem;
  padding-bottom: 0;
}

#section_05 .title {
  color: #000;
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 1rem 0 3rem;
}

#section_05 .inner {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#section_05 .inner .line {
  padding: 0.5rem 0;
}

#section_05 .inner .line img {
  max-width: 100%;
  height: 1px;
}

#section_05 .inner .img {
  margin-bottom: -1rem;
}

#section_05 .inner .title_inner {
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-family: "Bebas Neue",sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
}

#section_05 .inner .descr {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: 1px;
}

#section_06 {
  height: 170px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section_07 {
  background: #0A1016;
  color: #fff;
  padding: 1.3rem 0;
}

#section_07 .title {
  color: #fff;
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
}

#section_07 .block {
  padding-top: 9.4rem;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: -63px 62px;
}

#section_07 .block .left_block .img {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

#section_07 .block .left_block .text {
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  line-height: normal;
  background-image: url(img/vertical-line.png);
  background-repeat: no-repeat;
  margin-left: 1rem;
  letter-spacing: 3px;
}

#section_07 .block .left_block .links {
  border-left: 7px solid transparent;
}

#section_07 .block .left_block .links a {
  color: #f46e21;
  font-size: 1.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  padding: 0.5rem 0;
}

#section_08 {
  background: #0A1016;
}

#section_08 .title {
  color: #fff;
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 5.5rem 0 0;
}

#section_08 .slider_08 .owl-stage-outer {
  background-image: url(img/line-grey.png);
  background-repeat: repeat-x;
  background-position: center;
  padding: 7.5rem 0;
  height: auto !important;
  margin-top: -4rem;
}

#section_08 .slider_08 .clients_block {
  margin-left: 2rem;
}

#section_08 .slider_08 .clients_block .face a {
  width: 242px;
  height: 242px;
}

#section_08 .slider_08 .clients_block .face a img:first-child {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#section_08 .slider_08 .clients_block .face a .play_button {
  max-width: 100%;
  width: auto;
  position: absolute;
}

#section_08 .slider_08 .clients_block .data {
  width: -webkit-calc(100% - 242px);
  width: -moz-calc(100% - 242px);
  width: calc(100% - 242px);
  color: #fff;
  margin-right: -1rem;
}

#section_08 .slider_08 .clients_block .data .fio {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.875rem;
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: 3px;
}

#section_08 .slider_08 .clients_block .data .descr {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

#section_08 .slider_08 .clients_block .data .company {
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
  height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#section_08 .slider_08 .clients_block .data .company img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

#section_08 .slider_08 .clients_block .data .data_bottom {
  margin-right: -1rem;
}

#section_08 .our_clients_block {
  position: relative;
}

#section_08 .our_clients_block .owl-nav,
#section_08 .our_clients_block #customNav03 {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#section_08 .our_clients_block .owl-nav .owl-prev,
#section_08 .our_clients_block .owl-nav .owl-next,
#section_08 .our_clients_block #customNav03 .owl-prev,
#section_08 .our_clients_block #customNav03 .owl-next {
  background: none;
  border: none;
  outline: none;
}

#section_08 .our_clients_block .owl-nav .owl-prev img,
#section_08 .our_clients_block .owl-nav .owl-next img,
#section_08 .our_clients_block #customNav03 .owl-prev img,
#section_08 .our_clients_block #customNav03 .owl-next img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

#section_08 .our_clients_block .owl-nav .owl-prev:hover,
#section_08 .our_clients_block .owl-nav .owl-next:hover,
#section_08 .our_clients_block #customNav03 .owl-prev:hover,
#section_08 .our_clients_block #customNav03 .owl-next:hover {
  cursor: pointer;
}

#section_08 .our_clients_block .owl-nav .owl-prev:hover img,
#section_08 .our_clients_block .owl-nav .owl-next:hover img,
#section_08 .our_clients_block #customNav03 .owl-prev:hover img,
#section_08 .our_clients_block #customNav03 .owl-next:hover img {
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

#section_08 .our_clients_block .owl-nav .owl-prev,
#section_08 .our_clients_block #customNav03 .owl-prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: -3px;
}

#section_08 .our_clients_block .owl-nav .owl-next,
#section_08 .our_clients_block #customNav03 .owl-next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0px;
}

#section_09 {
  height: 170px;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section_10 {
  padding: 4rem 0 5rem;
}

#section_10 .logo_partners {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#section_10 .logo_partners img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#section_11 .container_inner {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0), -35px 0 40px -26px rgba(132, 132, 132, 0.35), 35px 0 40px -26px rgba(132, 132, 132, 0.35), 0 0 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0), -35px 0 40px -26px rgba(132, 132, 132, 0.35), 35px 0 40px -26px rgba(132, 132, 132, 0.35), 0 0 0px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0), -35px 0 40px -26px rgba(132, 132, 132, 0.35), 35px 0 40px -26px rgba(132, 132, 132, 0.35), 0 0 0px rgba(0, 0, 0, 0) inset;
}

#section_11 {
  background: #F2F2F2;
  padding: 5rem 0 1rem;
}

#section_11 .container {
  background-repeat: no-repeat;
  overflow: hidden;
}

#section_11 .container .title {
  color: #000;
  font-size: 3.125rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 100;
  text-align: center;
  padding: 0 !important;
}

#section_11 .container .line {
  background-image: url(img/line-horizont-jpg.jpg);
  height: 1px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0.3rem 0;
}

#section_11 .container .decr_section {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  color: #000;
  text-align: center;
  padding: 2.2rem 0 0.7rem;
}

#section_11 .container .phone_section {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
}

#section_11 .container .phone_section a {
  color: #000;
}

#section_11 .container .phone_section a img {
  padding-right: 10px;
}

#section_11 .container form {
  max-width: 555px;
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
}

#section_11 .container form input[type=email],
#section_11 .container form input[type=tel],
#section_11 .container form input[type=text] {
  height: 45px;
  width: 100%;
  max-width: 100%;
}

#section_11 .container form textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
}

#section_11 .container form textarea,
#section_11 .container form input[type=email],
#section_11 .container form input[type=text],
#section_11 .container form input[type=tel] {
  padding: 1rem 1.375rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  border: none;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 5px 0;
}

#section_11 .container form textarea::-webkit-input-placeholder,
#section_11 .container form input[type=email]::-webkit-input-placeholder,
#section_11 .container form input[type=text]::-webkit-input-placeholder,
#section_11 .container form input[type=tel]::-webkit-input-placeholder {
  color: #000;
}

#section_11 .container form textarea::-moz-placeholder,
#section_11 .container form input[type=email]::-moz-placeholder,
#section_11 .container form input[type=text]::-moz-placeholder,
#section_11 .container form input[type=tel]::-moz-placeholder {
  color: #000;
}

#section_11 .container form textarea::-moz-placeholder,
#section_11 .container form input[type=email]::-moz-placeholder,
#section_11 .container form input[type=text]::-moz-placeholder,
#section_11 .container form input[type=tel]::-moz-placeholder {
  color: #000;
}

#section_11 .container form textarea::-ms-input-placeholder,
#section_11 .container form input[type=email]::-ms-input-placeholder,
#section_11 .container form input[type=text]::-ms-input-placeholder,
#section_11 .container form input[type=tel]::-ms-input-placeholder {
  color: #000;
}

#section_11 .container form .line_01 .file-upload {
  position: relative;
  overflow: hidden;
  height: 45px;
  background: #ffffff;
  color: #000;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
}

#section_11 .container form .line_01 .file-upload input[type="file"] {
  display: none;
  /* Обязательно скрываем настоящий Input File */
}

#section_11 .container form .line_01 .file-upload label {
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  width: 100%;
  height: 100%;
  margin-top: -12px;
  cursor: pointer;
}

#section_11 .container form .line_01 .file-upload span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#section_11 .container form .line_01 .file-upload span:before {
  content: "";
  background-image: url(img/plus.png);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

#section_11 .container form .line_01 .filename {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
}

#section_11 .container form .line_02 [for=personal_confirm] {
  position: relative;
  margin: 0;
}

#section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

#section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox] + span {
  color: #5e5e5f;
  font-size: 0.875rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  padding-left: 1rem;
}

#section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox] + span:before {
  position: absolute;
  content: " ";
  height: 18px;
  width: 18px;
  left: 0;
  top: 8px;
  background: url(img/checkbox.jpg) -18px 0 no-repeat;
  z-index: 1;
}

#section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox]:checked + span:before {
  background-position: 0 0;
}

#section_11 .container form .line_02 button.btn {
  width: 220px;
  height: 58px;
  background: #FDD033;
  outline: 0;
  border: none;
  position: relative;
  font-family: "Helvetica Neue",sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
}

#section_11 .container form .line_02 button.btn input {
  width: 100%;
  height: 100%;
  max-height: none;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

#section_11 .container form .line_02 button.btn:hover {
  background: #fdef33;
}

footer {
  background: #fff;
}

footer .container #left_footer .text {
  font-family: "Helvetica Neue",sans-serif;
}

footer .container #left_footer .text i {
  display: block;
  font-style: normal;
}

footer .container #left_footer .text i:first-child {
  font-weight: 500;
}

footer .container #left_footer .text i:last-child {
  font-weight: 200;
}

footer .container #left_footer a {
  color: #f46e21;
  font-size: 0.875rem;
}

footer .container #left_footer a span {
  border-bottom: 1px solid #f46e21;
}

footer .container #left_footer a:hover {
  text-decoration: none;
}

footer .container #left_footer a:hover span {
  border-bottom: 1px solid transparent;
}

footer .container #right_footer {
  width: 100%;
  padding-top: 1rem;
}

footer .container #right_footer #soc_footer a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 0.3125rem;
}

footer .container #right_footer #soc_footer a.youtube {
  background-image: url(img/soc.png);
  background-position: -48px 0px;
}

footer .container #right_footer #soc_footer a.instagram {
  background-image: url("img/soc.png");
  background-position: 0px 0px;
}

footer .container #right_footer #phone_footer i {
  background-image: url("img/phone.png");
  display: block;
  background-repeat: no-repeat;
  width: 14px;
  height: 20px;
  margin-top: 5px;
}

footer .container #right_footer #phone_footer .phone,
footer .container #right_footer #phone_footer a {
  font-size: 1.375rem;
  font-weight: 500;
  color: #000;
}

footer .container #right_footer #phone_footer a:last-child {
  margin-left: 0.5rem;
}

footer .container #right_footer #email_footer i {
  display: block;
  background-image: url("img/mail.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  margin-top: 5px;
}

footer .container #right_footer #email_footer .email,
footer .container #right_footer #email_footer a {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  color: #000;
}

#footer_callback a {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  background: #FF6E0F;
  height: 65px;
  letter-spacing: 1px;
}

#footer_callback a img {
  width: 27px;
  margin-right: 1rem;
}

#feedback_footer .line_02 {
  margin-top: 10px;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-dialog {
  max-width: 425px;
  width: 100%;
  margin: 30px auto;
}

.feedbackform .modal-header {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #FF6E0F;
  border: 0;
  padding: 20px;
}

.feedbackform .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Helvetica Neue";
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  opacity: .75;
  padding: 4px 9px;
  overflow: hidden;
  line-height: 24px;
  margin-top: -6px;
  margin-right: -9px;
}

.feedbackform .modal-header .close:hover {
  opacity: 1;
  color: #fff;
  outline: 0;
}

.feedbackform.success:not(.ok) .close {
  display: none;
}

.feedbackform.success .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedbackform.success .modal-header .modal-subtitle {
  margin-top: 1rem;
  text-align: center;
}

.feedbackform .modal-title {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  position: relative;
  padding-top: 23px;
  line-height: 1.429;
}

.feedbackform .modal-title span {
  position: relative;
}

.feedbackform .modal-title:before {
  content: "";
  background-image: url(img/thunder.png);
  width: 37px;
  height: 69px;
  position: absolute;
  left: -20px;
  top: 0;
}

.feedbackform .modal-body {
  background: #FF6E0F;
  padding: 20px;
  padding-top: 0;
}

.feedbackform .modal-body label {
  width: 100%;
}

.feedbackform .modal-body input {
  height: 45px;
}

.feedbackform .modal-body textarea {
  height: 105px;
}

.feedbackform .modal-body input,
.feedbackform .modal-body textarea {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  color: #000;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.feedbackform .modal-body input::-webkit-input-placeholder,
.feedbackform .modal-body textarea::-webkit-input-placeholder {
  color: #000;
}

.feedbackform .modal-body input::-moz-placeholder,
.feedbackform .modal-body textarea::-moz-placeholder {
  color: #000;
}

.feedbackform .modal-body input::-moz-placeholder,
.feedbackform .modal-body textarea::-moz-placeholder {
  color: #000;
}

.feedbackform .modal-body input::-ms-input-placeholder,
.feedbackform .modal-body textarea::-ms-input-placeholder {
  color: #000;
}

.feedbackform .modal-body input[type=submit] {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #000;
  background: #FDD033;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 55px;
  margin: 5px 0;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.feedbackform .modal-body input[type=submit]:hover {
  background: #fdef33;
}

.feedbackform .modal-body .field-accept {
  margin: 5px 0;
}

.feedbackform .modal-body .field-accept label {
  color: #fff;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 0.875rem;
  position: relative;
  margin: 0;
}

.feedbackform .modal-body .field-accept label input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

.feedbackform .modal-body .field-accept label input[type=checkbox] + span {
  padding-left: 2rem;
}

.feedbackform .modal-body .field-accept label input[type=checkbox] + span:before {
  position: absolute;
  content: " ";
  height: 18px;
  width: 18px;
  left: 0;
  top: 1px;
  background: url(img/checkbox.jpg) -18px 0 no-repeat;
  z-index: 1;
}

.feedbackform .modal-body .field-accept label input[type=checkbox]:checked + span:before {
  background-position: 0 0;
}

.feedbackform .modal-body .field-accept label a {
  color: inherit;
}

.feedbackform .form-group {
  margin-bottom: 0;
}

.feedbackform .file-upload {
  position: relative;
  overflow: hidden;
  height: 45px;
  background: #ffffff;
  color: #000;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 0;
}

.feedbackform .file-upload input[type="file"] {
  display: none;
  /* Обязательно скрываем настоящий Input File */
}

.feedbackform .file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  cursor: pointer;
}

.feedbackform .file-upload span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 0.75rem;
}

.feedbackform .file-upload span:before {
  content: "";
  background-image: url(img/plus.png);
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.feedbackform .filename {
  background: none;
  border: 0;
  padding: 0;
  height: auto;
}

.modal-content_my {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  outline: 0;
}

header #header_mobile {
  background: #F6F7F9;
  height: 65px;
}

header #header_mobile .container_mobile {
  height: 100%;
}

header #header_mobile .container_mobile #logo_mobile img {
  width: 100%;
}

header #header_mobile .container_mobile .line {
  overflow: hidden;
}

header #header_mobile .container_mobile .line hr {
  background: #D7DADE;
  border-left: 1px solid #D7DADE;
  height: 100%;
}

header #header_mobile .container_mobile #phone_mobile {
  line-height: 25px;
}

header #header_mobile .container_mobile #phone_mobile a {
  color: #000;
  font-size: 1rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  letter-spacing: -0.2px;
}

header #header_mobile .container_mobile #phone_mobile a:last-child {
  margin-left: 0.5rem;
}

header #header_mobile .container_mobile #menu_burger {
  z-index: 1;
  width: 58px;
  position: relative;
  cursor: pointer;
  background: #FF6E0F;
}

header #header_mobile .container_mobile #menu_burger .menu_burger {
  width: 20px;
  margin: 0 auto;
}

header #header_mobile .container_mobile #menu_burger .menu_burger:after,
header #header_mobile .container_mobile #menu_burger .menu_burger:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 5px;
  margin: auto;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

header #header_mobile .container_mobile #menu_burger .menu_burger .line {
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 0.1rem 0;
}

header #header_mobile .container_mobile #menu_burger .menu_burger.active:after,
header #header_mobile .container_mobile #menu_burger .menu_burger.active:before {
  opacity: 1;
  visibility: visible;
  width: 25px;
  height: 3px;
}

header #header_mobile .container_mobile #menu_burger .menu_burger.active:before {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

header #header_mobile .container_mobile #menu_burger .menu_burger.active:after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

header #header_mobile .container_mobile #menu_burger .menu_burger.active .line {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

body:not(.main) h2,
body:not(.main) .h2,
body:not(.main) h3,
body:not(.main) .h3 {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  border-bottom: none;
  padding-top: 1rem;
  margin: 0;
  font-size: 1rem;
  line-height: 28px;
}

body:not(.main) header {
  -webkit-box-shadow: 0 0px 60px -10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0px 60px -10px rgba(50, 50, 50, 0.75);
  box-shadow: 0 0px 60px -10px rgba(50, 50, 50, 0.75);
  position: relative;
  z-index: 1;
}

body:not(.main) #section_12 {
  /*background-color: transparent;*/
  margin-top: 6rem;
  position: relative;
  overflow: hidden;
}

body:not(.main) #section_12 .container {
  z-index: 1;
  position: relative;
}

body:not(.main) #section_12 .bg {
  background-color: #0a1016;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  margin-top: 12rem;
}

body:not(.main) .slider_07.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

body:not(.main) #attestat_block .text {
  bottom: 92px;
  /* letter-spacing: .5px; */
  left: -134px;
}

#section_12 {
  background-image: url(img/bg_figure_slider.png);
  background-repeat: no-repeat;
  /*background-color: #0A1016;*/
  padding: 10rem 0 3.75rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#section_12 .slider_border {
  margin-left: auto;
}

.search-page {
  width: 100%;
}

.search-page .search_line_01 .search_inner,
.search-page .search_line_02 .search_inner {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
}

.search-page .search_line_01 .containter_item,
.search-page .search_line_02 .containter_item {
  padding-bottom: 3.75rem;
}

.search-page .search_line_01 {
  background: #0A1016 url(/local/templates/standart-centr2019/img/bg_search.png) center -155px no-repeat;
  height: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-page .search_line_01 .search_inner {
  max-width: 1245px;
}

.search-page .search_line_01 .search_inner .bx-breadcrumb {
  padding: 1rem 0;
  margin: 0;
  color: #fff;
}

.search-page .search_line_01 .search_inner .bx-breadcrumb a {
  color: #fff;
}

.search-page .search_line_01 .search_inner h1 {
  color: #fff;
  margin-bottom: 2.5rem;
}

.search-page .search_line_01 .search_inner form .search-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-page .search_line_01 .search_inner form .search-page-form:before {
  content: '';
  background-image: url(/local/templates/standart-centr2019/img/loop-search.png);
  width: 17px;
  height: 20px;
  position: absolute;
  margin-top: -10px;
  left: 35px;
  top: 50%;
}

.search-page .search_line_01 .search_inner form .search-page-form .form-control,
.search-page .search_line_01 .search_inner form .search-page-form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.search-page .search_line_01 .search_inner form .search-page-form .form-control {
  width: -webkit-calc(100% - 215px);
  width: -moz-calc(100% - 215px);
  width: calc(100% - 215px);
  padding-left: 76px;
  height: 65px;
}

.search-page .search_line_01 .search_inner form .search-page-form .btn-primary {
  background: #FDD033;
  color: #000;
  font-size: 1.0625rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  border: none;
  width: 215px;
}

.search-page .search_line_01 .search-result,
.search-page .search_line_01 .search-language-guess {
  color: #fff;
}

.search-page .search_line_02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search-page .search_line_02 .items_search {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.search-page .search_line_02 .search-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.search-page .search_line_02 .search-item .number {
  padding-right: 1.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
}

.search-page .search_line_02 .search-item .text .title a {
  color: #d96320;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
}

.search-page .search_line_02 .search-item .text .search-preview {
  color: #000;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
}

.search-page .bx-pagination .bx-pagination-container {
  max-width: 612px;
  width: 100%;
}

.search-page .bx-pagination .bx-pagination-container ul {
  padding: 0;
  margin: 0 -0.4375rem;
  list-style-type: none;
  color: #000;
  border-top: 1px solid #D7D8D8;
  border-bottom: 1px solid #D7D8D8;
  height: 92px;
}

.search-page .bx-pagination .bx-pagination-container ul .bx-pag-next,
.search-page .bx-pagination .bx-pagination-container ul .bx-pag-prev {
  font-family: "Helvetica Neue",sans-serif;
  border-left: 1px solid #D7D8D8;
  border-right: 1px solid #D7D8D8;
  padding: 0 1.875rem;
}

.search-page .bx-pagination .bx-pagination-container ul .bx-pag-next span,
.search-page .bx-pagination .bx-pagination-container ul .bx-pag-next img,
.search-page .bx-pagination .bx-pagination-container ul .bx-pag-prev span,
.search-page .bx-pagination .bx-pagination-container ul .bx-pag-prev img {
  padding: 0 0.4375rem;
  font-weight: 200;
  color: #000;
}

.search-page .bx-pagination .bx-pagination-container ul li {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page .bx-pagination .bx-pagination-container ul li span {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Helvetica Neue",sans-serif;
}

.search-page .bx-pagination .bx-pagination-container ul li a span {
  color: #f46e21;
}

.search-page .bx-pagination .bx-pagination-container ul li:hover a span {
  color: #c26a20;
}

.search-page .bx-pagination .bx-pagination-container ul li.three_dots {
  margin-top: 10px;
}

.search-page .bx-pagination .bx-pagination-container ul a {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-page .bx-pagination .bx-pagination-container ul a:hover {
  text-decoration: none;
}

#error_404 {
  padding: 10rem 0;
}

.historytrts article .container.container_css .row,
.iselement article .container.container_css .row,
.articles article .container.container_css .row,
.osoootsentrstandart article .container.container_css .row,
.company article .container.container_css .row,
.obrabotkapersonalnykhdannykh article .container.container_css .row,
.policy article .container.container_css .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.historytrts article .container.container_css .row > section > noindex,
.iselement article .container.container_css .row > section > noindex,
.articles article .container.container_css .row > section > noindex,
.osoootsentrstandart article .container.container_css .row > section > noindex,
.company article .container.container_css .row > section > noindex,
.obrabotkapersonalnykhdannykh article .container.container_css .row > section > noindex,
.policy article .container.container_css .row > section > noindex {
  display: block;
}

.historytrts article .container.container_css.breadcrumb-block,
.iselement article .container.container_css.breadcrumb-block,
.articles article .container.container_css.breadcrumb-block,
.osoootsentrstandart article .container.container_css.breadcrumb-block,
.company article .container.container_css.breadcrumb-block,
.obrabotkapersonalnykhdannykh article .container.container_css.breadcrumb-block,
.policy article .container.container_css.breadcrumb-block {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.historytrts article .container.container_css section,
.iselement article .container.container_css section,
.articles article .container.container_css section,
.osoootsentrstandart article .container.container_css section,
.company article .container.container_css section,
.obrabotkapersonalnykhdannykh article .container.container_css section,
.policy article .container.container_css section {
  /* width: calc(100% - 517px);*/
  /*max-width: 1000px;*/
}

.historytrts article .container.container_css aside,
.iselement article .container.container_css aside,
.articles article .container.container_css aside,
.osoootsentrstandart article .container.container_css aside,
.company article .container.container_css aside,
.obrabotkapersonalnykhdannykh article .container.container_css aside,
.policy article .container.container_css aside {
  width: 430px;
  /*margin-left: 90px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.historytrts article .container.container_css aside .block_zoom,
.iselement article .container.container_css aside .block_zoom,
.articles article .container.container_css aside .block_zoom,
.osoootsentrstandart article .container.container_css aside .block_zoom,
.company article .container.container_css aside .block_zoom,
.obrabotkapersonalnykhdannykh article .container.container_css aside .block_zoom,
.policy article .container.container_css aside .block_zoom {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3rem;
}

.historytrts article .container.container_css aside .block_zoom .block_inner,
.iselement article .container.container_css aside .block_zoom .block_inner,
.articles article .container.container_css aside .block_zoom .block_inner,
.osoootsentrstandart article .container.container_css aside .block_zoom .block_inner,
.company article .container.container_css aside .block_zoom .block_inner,
.obrabotkapersonalnykhdannykh article .container.container_css aside .block_zoom .block_inner,
.policy article .container.container_css aside .block_zoom .block_inner {
  border: 1px solid #D7D8D8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.historytrts article .container.container_css aside .block_zoom .block_inner a,
.iselement article .container.container_css aside .block_zoom .block_inner a,
.articles article .container.container_css aside .block_zoom .block_inner a,
.osoootsentrstandart article .container.container_css aside .block_zoom .block_inner a,
.company article .container.container_css aside .block_zoom .block_inner a,
.obrabotkapersonalnykhdannykh article .container.container_css aside .block_zoom .block_inner a,
.policy article .container.container_css aside .block_zoom .block_inner a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.historytrts article .container.container_css aside .block_zoom .block_inner a:after,
.iselement article .container.container_css aside .block_zoom .block_inner a:after,
.articles article .container.container_css aside .block_zoom .block_inner a:after,
.osoootsentrstandart article .container.container_css aside .block_zoom .block_inner a:after,
.company article .container.container_css aside .block_zoom .block_inner a:after,
.obrabotkapersonalnykhdannykh article .container.container_css aside .block_zoom .block_inner a:after,
.policy article .container.container_css aside .block_zoom .block_inner a:after {
  content: '';
  background-image: url(img/zoom.png);
  position: absolute;
  width: 52px;
  height: 55px;
  bottom: 26px;
  right: 30px;
}

.historytrts article,
.articles article {
  background-image: url(img/bg_tree.png);
}

.historytrts .bx-breadcrumb,
.iselement .bx-breadcrumb,
.articles .bx-breadcrumb {
  color: #000;
  padding: 1rem 0;
  margin: 0;
}

.historytrts .bx-breadcrumb a,
.iselement .bx-breadcrumb a,
.articles .bx-breadcrumb a {
  color: #000;
}

.historytrts h1,
.iselement h1,
.articles h1 {
  margin-bottom: 3rem;
}

.historytrts article,
.iselement article,
.articles article {
  background-repeat: no-repeat;
  padding-top: 3.5rem;
}

.historytrts article > .container section,
.iselement article > .container section,
.articles article > .container section {
  /*padding-left: 5.3rem;*/
}

#history {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

#history div[class*=year-] {
  width: 100%;
}

#history div[class*=year-] .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 10px solid transparent;
}

#history div[class*=year-] .year i {
  font-style: normal;
  background: #FF6E0F;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 600;
  -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
}

#history div[class*=year-] .mounth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url(img/line_history.png);
  background-repeat: repeat-y;
  background-position: center;
  -webkit-background-size: 1px 1px;
  -moz-background-size: 1px;
  -o-background-size: 1px;
  background-size: 1px;
}

#history div[class*=year-] .mounth .block_mounth {
  padding-right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 50%;
  position: relative;
}

#history div[class*=year-] .mounth .block_mounth:after {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid #f46e21;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  top: 15px;
}

#history div[class*=year-] .mounth .block_mounth.even {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 2rem;
  padding-right: 0;
}

#history div[class*=year-] .mounth .block_mounth.even:after {
  content: '';
  left: -5px;
}

#history div[class*=year-] .mounth .block_mounth.even .block_mounth_inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#history div[class*=year-] .mounth .block_mounth.even .block_mounth_inner .title i:before {
  left: -19px;
  border-right: 10px solid #f2f2f2;
}

#history div[class*=year-] .mounth .block_mounth.even .block_mounth_inner .day {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#history div[class*=year-] .mounth .block_mounth.even .block_mounth_inner .day a {
  text-align: left;
}

#history div[class*=year-] .mounth .block_mounth:not(.even):after {
  content: '';
  right: -4px;
}

#history div[class*=year-] .mounth .block_mounth:not(.even) .title i:before {
  right: -19px;
  border-left: 10px solid #f2f2f2;
}

#history div[class*=year-] .block_mounth_inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#history div[class*=year-] .block_mounth_inner .title {
  margin: 8px 0;
}

#history div[class*=year-] .block_mounth_inner .title i {
  font-style: normal;
  color: #000;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  background: #F2F2F2;
  padding: 0.625rem 1rem;
  position: relative;
}

#history div[class*=year-] .block_mounth_inner .title i:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border: 10px solid transparent;
}

#history div[class*=year-] .block_mounth_inner .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#history div[class*=year-] .block_mounth_inner .day a {
  text-align: right;
  margin: 8px 0;
}

#history div[class*=year-] .block_mounth_inner .day a span {
  color: #f46e21;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #f46e21;
}

#history div[class*=year-] .block_mounth_inner .day a:hover {
  text-decoration: none;
}

#history div[class*=year-] .block_mounth_inner .day a:hover span {
  border-bottom: 1px solid transparent;
  color: #c26320;
}

body:not(.main).contacts #section_12 {
  margin-top: 0;
  z-index: 1;
}

.contact_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
}

.contact_block .bx-breadcrumb {
  color: #000;
  /* margin-top: 0; */
  font-size: .75rem;
  padding: 1rem 0;
  margin: 0;
}

.contact_block .bx-breadcrumb a {
  color: #000;
  font-size: .75rem;
}

.contact_block h1 {
  margin-bottom: 3rem;
}

.contact_block .data {
  width: 521px;
  /* margin-top: 4.5rem; */
  padding-top: 3.5rem;
}

.contact_block .map {
  position: relative;
  width: -webkit-calc(100% - 521px);
  width: -moz-calc(100% - 521px);
  width: calc(100% - 521px);
  margin-left: 6rem;
}

ul.contact_data {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.contact_data li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0.6rem 0;
}

ul.contact_data li > div:first-child {
  width: 30px;
}

ul.contact_data li > div:last-child {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

ul.contact_data li img {
  padding-right: 1rem;
}

ul.contact_data li .title {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
}

ul.contact_data li .text {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 1.125rem;
}

ul.contact_data li .text a {
  color: #d96320;
  font-weight: 300;
}

ul.contact_data li .text a:hover {
  text-decoration: none;
}

body.services #section_12 {
  margin-top: 0;
}

.service_section p,
.service_section ul,
.service_section h2,
.service_section h3 {
  padding-left: 10rem;
}

.service_section .bx-breadcrumb {
  color: #000;
  padding: 1rem 0;
  margin: 0;
}

.service_section .bx-breadcrumb a {
  color: #000;
}

.service_section .block-descr {
  background-repeat: no-repeat;
}

.service_section .h1,
.service_section h1 {
  color: #000;
  margin-bottom: 3rem;
  line-height: 52px;
  letter-spacing: 1px;
}

.service_section #menu_services {
  position: relative;
}

.service_section #menu_services.three_col_in_menu {
  max-width: 1548px;
  margin: 0 auto;
}

.service_section #menu_services.three_col_in_menu .block-01 {
  padding: 3.5rem 1.2rem 0 !important;
}

.service_section #menu_services .block-01 {
  max-width: 555px;
  width: 100%;
  padding: 3.5rem 0 0rem 2.5rem;
}

.service_section #menu_services .block-01.three_col {
  max-width: none;
  padding-bottom: 3rem;
  padding-left: 1rem;
}

.service_section #menu_services .block-02 {
  width: -webkit-calc(100% - 555px);
  width: -moz-calc(100% - 555px);
  width: calc(100% - 555px);
  background-image: url(img/bg/bg-1.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
}

.service_section #menu_services .block-02 #under_menu_script {
  max-width: 1045px;
  width: 100%;
  /*padding-top: 9.3rem;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.service_section #menu_services .block-02 #under_menu_script ul {
  padding: 0;
}

.service_section #menu_services .block-02 #under_menu_script ul li {
  padding: 0.5rem 2rem 0.5rem 2.5rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.service_section #menu_services .block-02 #under_menu_script ul li a span {
  position: relative;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  line-height: 23px;
}

.service_section #menu_services .block-02 #under_menu_script ul li a span:before {
  content: "";
  background-image: url(img/molniya.png);
  width: 9px;
  height: 17px;
  position: absolute;
  left: -20px;
  top: 3px;
}

.service_section #menu_services .block-02 #under_menu_script ul li a span:hover {
  text-decoration: underline;
}

.service_section #menu_services .block-02 #under_menu_script ul li a:hover {
  text-decoration: none;
}

.service_section .description-services {
  max-width: 1090px;
  width: 100%;
  margin-left: 6%;
}

.service_section .description-services h1,
.service_section .description-services .h1 {
  text-align: center;
  margin: 0;
  padding: 2rem 0;
}

.service_section .description-services .under_title {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  text-align: center;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0.7rem 0;
}

.service_section .description-services .block_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 9rem;
  font-family: "Helvetica Neue",sans-serif;
}

.service_section .description-services .block_table > div:nth-child(1) {
  width: 378px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 7rem;
}

.service_section .description-services .block_table > div:nth-child(2) {
  width: -webkit-calc(100% - 378px);
  width: -moz-calc(100% - 378px);
  width: calc(100% - 378px);
  font-weight: 200;
}

.service_section .description-services .block_table > div:nth-child(2) ul {
  list-style-type: none;
  padding: 0;
  margin: -1rem 0;
}

.service_section .description-services .block_table > div:nth-child(2) ul li {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

.service_section .description-services .block_table > div:nth-child(2) ul li:before {
  top: 14px;
}

.feedback-line {
  background: #F76311;
}

.feedback-line .line_01 > div.block-01 {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  color: #fff;
  letter-spacing: 3px;
}

.feedback-line .line_01 > div.block-02 {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
  letter-spacing: 0.5px;
}

.feedback-line .line_01 > div.block-03 a {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 1.0625rem;
  background: #fdd033;
  height: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  border-radius: .25rem;
  padding-right: 2rem;
}

.feedback-line .line_01 > div.block-03 a span {
  margin: 0 2.5rem 0 1.8rem;
  letter-spacing: 0.5px;
}

.feedback-line .line_01 > div.block-03 a:after {
  content: "";
  background-image: url(img/arrow-right.png);
  width: 51px;
  height: 19px;
  background-repeat: no-repeat;
}

.feedback-line .line_01 > div.block-03 a:hover {
  text-decoration: none;
  background: #fdef33;
}

.masthead-points {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -9.1%;
  z-index: -1;
  overflow: hidden;
}

.masthead-points > div:nth-child(1) {
  background-image: url(img/1.svg);
  background-position: center right;
  z-index: 3;
}

.masthead-points > div:nth-child(2) {
  background-image: url(https://static.lexusasia.com/designs/lexus-v2/modellandingpage/headlibs/img/clipPolygon2.svg);
  background-position: center left;
  z-index: 2;
}

.masthead-points > div {
  width: 50%;
  height: 1337px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 0;
  margin-top: -33%;
  position: absolute;
  top: 0;
  left: 0;
}

.noscroll {
  overflow: hidden;
  height: 100vh;
}

#mobile-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: rgba(42, 43, 46, 0.93);
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left .5s ease;
}

div#header-button-nav-back i:after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

#mobile-menu a {
  color: #fff;
}

#mobile-menu .top-block,
#mobile-menu #mob-menu-cont {
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left .5s ease;
}

#mobile-menu.active .top-block,
#mobile-menu.active #mob-menu-cont {
  left: 0;
}

#mobile-menu .top-block {
  background-color: #f6f7f9;
  border-bottom: 1px solid #c8cdce;
  position: fixed;
  /*max-width: 300px;*/
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  max-width: 500px;
  left: -323px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
}

#mobile-menu .top-block a {
  line-height: 25px;
  text-decoration: none;
}

#mobile-menu .top-block a span {
  display: inline-block;
  width: 22px;
  font-size: 16px;
  color: #656468;
}

.b-adaptive-nav {
  position: relative;
  left: 0;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  -moz-transition: left .5s ease;
  transition: left .5s ease;
}

.has-sub > .b-adaptive-nav {
  display: none;
  position: absolute;
  left: 300px;
  top: 0;
}

#mob-menu-cont {
  /*max-width: 290px;*/
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  max-width: 500px;
  left: -376px;
  position: relative;
  margin-top: 65px;
  background: #2b323c;
  overflow: hidden;
  /*height: calc(100% - 55px);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#mob-menu-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #313234;
  width: 100%;
}

#mob-menu-cont > ul li {
  margin: 0 0 0 1rem;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #68686a;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
}

#mob-menu-cont > ul li a {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
}

#mob-menu-cont > ul li img {
  width: 14px;
  margin-right: 10px;
}

#mob-menu-cont > ul li.level-1 {
  background-image: url(img/menu/mobile/arrow-right.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
}

#mob-menu-cont .b-adaptive-nav-back {
  background: #4F535C;
  margin-left: 0;
  border-bottom: 0;
  position: relative;
}

#mob-menu-cont .b-adaptive-nav-back:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -14px;
  border: 7px solid transparent;
  border-top: 7px solid #4f535c;
}

#mob-menu-cont > ul > li.has-sub.active {
  background: url(img/menu/mobile/arrow-right.png) no-repeat 95% 13px;
}

#mob-menu-cont li.has-sub.active > span,
#mob-menu-cont li.has-sub.active > a {
  color: #fe3032;
}

#mob-menu-cont .b-adaptive-nav-back span {
  text-decoration: none;
  display: block;
  font-size: 1em;
  line-height: 1;
  padding: 14px 30px 14px 0;
  padding-left: 30px;
}

#mob-menu-cont > ul li a {
  text-decoration: none;
  display: block;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 22px;
  padding: 11px 30px 11px 0;
  letter-spacing: 1px;
  width: 100%;
}

#mob-menu-cont > ul ul {
  display: none;
  margin-bottom: -1px;
}

#mob-menu-cont .has-sub > .b-adaptive-nav.active {
  display: block;
}

#mobile-menu .top-links {
  font-size: 20px;
  line-height: 30px;
}

#mobile-menu .mobile-menu-under {
  background: #f6f7f9;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

#mobile-menu .mobile-menu-under > li {
  border-bottom: none;
}

#mobile-menu .mobile-menu-under > li.level-1 {
  background-image: url(img/menu/mobile/arrow-right-black.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px;
  -o-background-size: 10px;
  background-size: 10px;
  border-bottom: 1px solid #C8CDCE;
}

#mobile-menu .mobile-menu-under > li:not(.level-1) {
  padding: 8px 10px 8px 0;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).address {
  line-height: 15px;
  padding-top: 27px;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).address .line_01 {
  font-size: 1rem;
  padding-bottom: 6px;
  display: block;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).address .line_02 {
  display: block;
  color: #646465;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  font-weight: 200;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).email {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).phone a {
  padding: 4px 0;
  letter-spacing: 0.5px;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).phone a:first-child {
  padding-top: 0;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).callback {
  margin: 0;
  padding: 0;
}

#mobile-menu .mobile-menu-under > li:not(.level-1).callback a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff6f0f;
  color: #fff;
  font-family: "Bebas Neue",sans-serif;
  font-weight: 600;
  width: 100%;
  height: 75px;
  margin-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  letter-spacing: 0.8px;
  /*padding: 0 0 0 1rem;*/
}

#mobile-menu .mobile-menu-under > li:not(.level-1).callback a img {
  width: 31px;
  margin-right: 23px;
}

#mobile-menu .mobile-menu-under > li:not(.level-1) a {
  padding: 0;
  font-weight: 300;
  letter-spacing: 0;
}

#mobile-menu .mobile-menu-under a {
  color: #000;
}

#mob-search-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

#mob-search-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 47px;
  padding: 0 1rem;
}

#mob-search-block input[type=text] {
  border: none;
  -webkit-border-radius: 0 2rem 2rem 0;
  -moz-border-radius: 0 2rem 2rem 0;
  border-radius: 0 2rem 2rem 0;
  background: #d6dde7;
  outline: none;
  width: 100%;
  color: #000;
  padding: 0 1rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  letter-spacing: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  /* Firefox 19+ */
  /* Firefox 18- */
}

#mob-search-block input[type=text]::-webkit-input-placeholder {
  color: #000;
}

#mob-search-block input[type=text]::-moz-placeholder {
  color: #000;
}

#mob-search-block input[type=text]:-moz-placeholder {
  color: #000;
}

#mob-search-block input[type=text]:-ms-input-placeholder {
  color: #000;
}

#mob-search-block input[type=submit] {
  border: none !important;
  background-image: url(img/menu/mobile/search.png);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d6dde7;
  -webkit-border-radius: 2rem 0 0 2rem;
  -moz-border-radius: 2rem 0 0 2rem;
  border-radius: 2rem 0 0 2rem;
  height: 100%;
  width: 73px;
}

#menu_burger,
#menu_burger_mobile {
  z-index: 1;
  width: 100px;
  position: relative;
  cursor: pointer;
  background: #FF6E0F;
}

#menu_burger .menu_burger,
#menu_burger_mobile .menu_burger {
  width: 35px;
  margin: 0 auto;
}

#menu_burger .menu_burger:after,
#menu_burger .menu_burger:before,
#menu_burger_mobile .menu_burger:after,
#menu_burger_mobile .menu_burger:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 40px;
  height: 5px;
  margin: auto;
  position: absolute;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

#menu_burger .menu_burger .line,
#menu_burger_mobile .menu_burger .line {
  width: 35px;
  height: 6px;
  background: #fff;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 0.15625rem 0;
}

#menu_burger .menu_burger.active:after,
#menu_burger .menu_burger.active:before,
#menu_burger_mobile .menu_burger.active:after,
#menu_burger_mobile .menu_burger.active:before {
  opacity: 1;
  visibility: visible;
}

#menu_burger .menu_burger.active:before,
#menu_burger_mobile .menu_burger.active:before {
  -webkit-transform: rotate(-45deg) scale(1);
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -o-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

#menu_burger .menu_burger.active:after,
#menu_burger_mobile .menu_burger.active:after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

#menu_burger .menu_burger.active .line,
#menu_burger_mobile .menu_burger.active .line {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#menu_burger_mobile {
  right: -70px;
  height: 65px;
  position: absolute;
  width: 70px;
}

#menu_burger_mobile .menu_burger:after,
#menu_burger_mobile .menu_burger:before {
  width: 25px;
  height: 3px;
}

#header.open_normal_menu {
  background: #0a1016;
  border-bottom: 1px solid #21262c;
  z-index: 2;
}

#header.open_normal_menu #address .address,
#header.open_normal_menu #email a,
#header.open_normal_menu #email .email,
#header.open_normal_menu #phone a,
#header.open_normal_menu #phone .phone {
  color: #fff;
}

#header.open_normal_menu .img_logo_white {
  display: block;
}

#header.open_normal_menu .img_logo {
  display: none;
}

#normal_menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  background: #0A1016;
  z-index: 1;
  padding-bottom: 4.8rem;
  -webkit-box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.84);
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.84);
}

#normal_menu .d-relative {
  position: relative;
}

#normal_menu .d-relative img {
  position: absolute;
  top: 0;
  left: -41px;
}

#normal_menu .title {
  font-family: "Bebas Neue",sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-top: 3rem;
}

#normal_menu .list {
  padding-top: 2.8rem;
  position: relative;
}

#normal_menu .list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

#normal_menu .list ul li {
  padding: 0.7rem 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

#normal_menu .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 1px;
}

#normal_menu .list a img {
  margin-right: 1rem;
}

.iselement main,
.articles main {
  background: url(img/bg_element.png);
  background-repeat: no-repeat;
}

.iselement main .bx-breadcrumb a,
.iselement main .bx-breadcrumb,
.articles main .bx-breadcrumb a,
.articles main .bx-breadcrumb {
  color: #000;
}

.iselement main h1,
.articles main h1 {
  padding-bottom: 2rem;
}

.iselement main article,
.articles main article {
  padding-top: 3.5rem;
  overflow: hidden;
}

.iselement main article section > p,
.iselement main article section > ul,
.iselement main article section > h2,
.iselement main article section > h3,
.iselement main article section > .c-float,
.iselement main article section > .price_block,
.articles main article section > p,
.articles main article section > ul,
.articles main article section > h2,
.articles main article section > h3,
.articles main article section > .c-float,
.articles main article section > .price_block {
  padding-left: 10rem;
}

.iselement main article section > .c-float > div,
.iselement main article section > .c-float > p,
.iselement main article section > .c-float > ul,
.articles main article section > .c-float > div,
.articles main article section > .c-float > p,
.articles main article section > .c-float > ul {
  display: block;
}

.iselement main article section > div[id*=bx_incl_] > p,
.iselement main article section > div[id*=bx_incl_] > ul,
.iselement main article section > div[id*=bx_incl_] > h2,
.iselement main article section > div[id*=bx_incl_] > h3,
.iselement main article section > div[id*=bx_incl_] > .c-float,
.iselement main article section > div[id*=bx_incl_] > .price_block,
.articles main article section > div[id*=bx_incl_] > p,
.articles main article section > div[id*=bx_incl_] > ul,
.articles main article section > div[id*=bx_incl_] > h2,
.articles main article section > div[id*=bx_incl_] > h3,
.articles main article section > div[id*=bx_incl_] > .c-float,
.articles main article section > div[id*=bx_incl_] > .price_block {
  padding-left: 10rem;
}

.iselement main article section > div[id*=bx_incl_] > .c-float > div,
.iselement main article section > div[id*=bx_incl_] > .c-float > p,
.iselement main article section > div[id*=bx_incl_] > .c-float > ul,
.articles main article section > div[id*=bx_incl_] > .c-float > div,
.articles main article section > div[id*=bx_incl_] > .c-float > p,
.articles main article section > div[id*=bx_incl_] > .c-float > ul {
  display: block;
}

.iselement main aside,
.articles main aside {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.iselement .notice,
.articles .notice {
  margin-left: 7%;
  letter-spacing: 1.3px;
  line-height: 30px;
  padding-right: 0;
  padding-bottom: 2.7rem;
}

.iselement .notice:before,
.articles .notice:before {
  margin-left: -2px;
  width: 40px;
}

.iselement .list_round_number .title,
.articles .list_round_number .title {
  padding-left: 13.5rem;
}

.iselement .services_block,
.articles .services_block {
  padding-right: 1rem !important;
}

.iselement .services_block ul .level-2,
.articles .services_block ul .level-2 {
  margin-left: 20px;
  left: auto;
}

.iselement .services_block ul .level-2 a,
.articles .services_block ul .level-2 a {
  width: auto;
}

.iselement .services_block ul .level-2 a span,
.articles .services_block ul .level-2 a span {
  width: -webkit-calc(100% - 26px);
  width: -moz-calc(100% - 26px);
  width: calc(100% - 26px);
  padding-right: 0.5rem;
}

.iselement .services_block ul .level-2 a:after,
.articles .services_block ul .level-2 a:after {
  margin-left: 0;
}

.notice-1 {
  position: relative;
  background: #14171c;
}

.notice-1:after {
  /*content: "";
    position: absolute;
    background: none;
    background-image: url(img/bg_element_1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 2189px;
    height: 319px;
    left: -32%;
    display: block;
    top: 0;
    @media (max-width: 1199px) {
      height: 280px;
      width: 177%;
      left: -38%;
    }
    @media (max-width: 767px) {
      height: 280px;
      width: 162%;
      left: -30%;
    }*/
}

.notice-1 .notice {
  z-index: 1;
  color: #fff;
  padding-top: 5.3rem;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 4rem;
  margin-top: 1.5rem;
  border-bottom: none;
  background: #14171c;
  margin-bottom: 0;
  overflow: hidden;
}

.notice-1 .notice:after {
  top: 46px;
  left: 0;
}

.notice-1 .notice:before {
  background-color: #14171c;
  top: 37px;
}

.services_block .title {
  font-size: 3.125rem;
  font-family: "Helvetica Neue Thin", sans-serif;
  font-weight: 100;
}

.slider_element {
  padding: 4rem 0;
  position: relative;
  padding-left: 10rem;
}

.slider_element .customNav01_block {
  position: relative;
}

.slider_element .customNav01_block #customNav01 {
  text-align: center;
  background: #fff;
  width: 259px;
  margin: 1.8rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.slider_element .customNav01_block #customNav01 .owl-prev {
  margin-left: 1rem;
}

.slider_element .customNav01_block #customNav01 .owl-next {
  margin-right: 1rem;
}

.slider_element .customNav01_block #customNav01 button {
  background: none;
  border: none;
}

.slider_element .customNav01_block #customNav01 button:hover {
  cursor: pointer;
}

.slider_element .customNav01_block #customNav01 button:focus {
  outline: none;
}

.slider_element .customNav01_block #customNav01 .slider-counter {
  color: #f46e21;
  font-size: 1rem;
  font-weight: 200;
  font-family: "Helvetica Neue", sans-serif;
  letter-spacing: 2px;
}

.slider_element .customNav01_block:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #D6D8D8;
  bottom: 11px;
  z-index: 1;
  left: 0;
}

.slider_element .owl-stage {
  padding-left: 0px !important;
}

.price {
  margin-top: 3.5rem;
  padding-left: 10rem;
}

.price .title {
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  margin-bottom: 0.4rem;
}

.price .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D6D7D7;
  font-weight: 300;
  font-size: 0.875rem;
}

.price .table > div {
  border-left: 1px solid #D6D7D7;
}

.price .table .row {
  padding-left: 0 !important;
}

.price .table .title {
  border-bottom: 3px solid #F46E21;
  font-size: 0.875rem;
  text-transform: none;
  background: #F2F2F2;
  height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
  width: 100%;
}

.price .table .title span {
  padding-left: 1.5rem;
}

.price .table .title + div {
  width: 100%;
  height: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.5rem 0;
}

.services_block {
  border-top: 1px solid #d9d9d9;
  padding-top: 3rem;
  margin-top: 5rem;
  padding-left: 9rem;
  position: relative;
  margin-bottom: 5rem;
}

.services_block ul {
  padding-top: 2.5rem;
}

.services_block ul li a {
  font-weight: 300;
  font-size: 1.125rem;
}

.services_block:before {
  content: '';
  position: absolute;
  background-image: url(img/servies_1.png);
  width: 99px;
  height: 171px;
  top: 44px;
  left: -10px;
}

.price_block {
  position: relative;
  padding-bottom: 7rem;
  margin-bottom: 1rem;
}

.price_block.not_price:before {
  background-image: url(/local/templates/standart-centr2019/img/word.png);
}

.price_block.not_price:after {
  background-image: none;
}

.price_block:before {
  content: '';
  position: absolute;
  width: 99px;
  height: 171px;
  top: -30px;
  left: 0;
  background-image: url(img/price_block.png);
}

.price_block:after {
  content: '';
  position: absolute;
  background-image: url(/local/templates/standart-centr2019/img/shadow.png);
  bottom: 0;
  width: 100%;
  height: 41px;
  left: 1px;
  opacity: 0.7;
}

.price_block .star {
  color: #f5762d;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
}

.price_block .line_01 {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.price_block .line_01 span {
  font-size: 1rem;
  text-transform: uppercase;
  margin-left: 0.5rem;
  position: relative;
}

.price_block .line_01 span .star {
  position: absolute;
  top: -17px;
  right: -2px;
}

.price_block .line_02 {
  font-size: .875rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.9px;
  line-height: 20px;
}

.price_block .docs-html .docs_line_01 {
  font-size: 1rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-style: italic;
  letter-spacing: 0.9px;
  line-height: 20px;
}

.price_block .docs {
  margin-top: 2.5rem;
}

.price_block .docs .title {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Helvetica Neue", sans-serif;
  margin-left: 0;
}

.price_block .docs .docs_line_01 ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  padding-left: 0;
  padding-top: 1.5rem;
  max-width: 757px;
  width: 100%;
}

.price_block .docs .docs_line_01 ul:not(.list_arrow):not(.none_list) li {
  border-left: 1px solid #e6e6e6;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-left: 1.8rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.price_block .docs .docs_line_01 ul:not(.list_arrow):not(.none_list) li a {
  color: #f46e21;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
}

.price_block .docs .docs_line_01 ul:not(.list_arrow):not(.none_list) li a:before {
  content: "";
  background-image: url(img/file.png);
  width: 24px;
  height: 32px;
  display: block;
  margin-right: 1.5rem;
}

.price_block .docs .docs_line_01 ul:not(.list_arrow):not(.none_list) li:before {
  background-image: none;
}

.price_block .docs .docs_line_01 .docs_line_02 {
  margin-left: 1.5rem;
}

.price_block .docs .docs_line_01 .docs_line_02:hover span {
  text-decoration: none;
  border-color: #fd9b28;
}

.price_block .docs .docs_line_01 .docs_line_02 span {
  border: 1px solid #f46e21;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0.2rem 1rem;
  letter-spacing: 0.7px;
}

.price_block .docs .docs_line_01 .docs_line_02:before {
  content: "";
  background-image: url(img/files.png);
  width: 38px;
  height: 28px;
  display: block;
  margin-right: 1rem;
}

.simplepage h1 {
  margin-bottom: 3rem;
}

.simplepage .breadcrumb-block {
  margin-top: 4.5rem;
}

.simplepage .breadcrumb-block .bx-breadcrumb {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.simplepage .breadcrumb-block .bx-breadcrumb a {
  color: #000;
}

.company main {
  background-image: url(img/bg/company.jpg);
  background-repeat: no-repeat;
}

.osoootsentrstandart main {
  background-image: url(img/bg/ooo.jpg);
  background-repeat: no-repeat;
}

.company article,
.osoootsentrstandart article {
  padding-top: 3.5rem;
}

.company h1,
.osoootsentrstandart h1 {
  margin-bottom: 3rem;
  display: block;
  width: 100%;
}

.company ol,
.osoootsentrstandart ol {
  padding-left: 1rem;
}

.company .breadcrumb-block .bx-breadcrumb,
.osoootsentrstandart .breadcrumb-block .bx-breadcrumb {
  font-family: "Helvetica Neue",sans-serif;
  font-weight: 200;
  color: #000;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin: 0;
}

.company .breadcrumb-block .bx-breadcrumb a,
.osoootsentrstandart .breadcrumb-block .bx-breadcrumb a {
  color: #000;
}

.company .items-list:not(.services-list) .item,
.osoootsentrstandart .items-list:not(.services-list) .item {
  text-align: center;
}

.company .items-list,
.osoootsentrstandart .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company .items-list .item,
.osoootsentrstandart .items-list .item {
  width: 25%;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.company .items-list .item .item-in,
.osoootsentrstandart .items-list .item .item-in {
  border: 2px solid #eeeeee;
  padding: 20px;
  height: 100%;
}

.company .items-list .item .item-in .item-img,
.osoootsentrstandart .items-list .item .item-in .item-img {
  height: 145px;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.company .items-list .item .item-in .item-img .item-img-in,
.osoootsentrstandart .items-list .item .item-in .item-img .item-img-in {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.company .items-list .item .item-in .item-img .item-img-in img,
.osoootsentrstandart .items-list .item .item-in .item-img .item-img-in img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.company .table thead,
.osoootsentrstandart .table thead {
  background: #ddd;
}

.company .listaround,
.osoootsentrstandart .listaround {
  padding-left: 0;
}

table.r-price,
table.r-price-3,
table.r-price-4 {
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
  margin: 0 0 0 10rem;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #D6D7D7;
  font-weight: 300;
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

table.r-price tr,
table.r-price-3 tr,
table.r-price-4 tr {
  border: 1px solid #D6D7D7;
  padding: 5px;
}

table.r-price td,
table.r-price-3 td,
table.r-price-4 td {
  border: 1px solid #d6d7d7;
  padding-left: 1.5rem;
  height: 99px;
}

table.r-price th,
table.r-price-3 th,
table.r-price-4 th {
  letter-spacing: 1px;
  border: 1px solid #d6d7d7;
  border-bottom: 3px solid #F46E21;
  font-size: 0.875rem;
  text-transform: none;
  background: #F2F2F2;
  height: 69px;
  width: 50%;
  padding-left: 1.5rem;
}

table.r-price-3 th,
table.r-price-3-3 th,
table.r-price-4-3 th {
  width: 33.3%;
}

table.r-price-4 th,
table.r-price-3-4 th,
table.r-price-4-4 th {
  width: 25%;
}

table.r-price.not-padding-left,
table.r-price-3.not-padding-left,
table.r-price-4.not-padding-left {
  width: 100%;
  margin-left: 0;
}

.container_inner {
  max-width: 1240px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
  padding-left: 3.5rem !important;
}

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

.pl-9,
.px-9 {
  padding-left: 4.5rem !important;
}

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

#requestTestModal.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#requestTestModal button.close {
  position: absolute;
  right: -40px;
  top: -40px;
  z-index: 9;
  background-image: url(img/modal/btn-close.png);
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  opacity: 1;
}

#requestTestModal .modal-content {
  background-color: transparent;
  border: none;
}

#requestTestModal .modal-dialog {
  max-width: 767px;
}

#requestTestModal .modal-dialog .modal-header {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#requestTestModal .modal-dialog .modal-header .last {
  display: none;
}

#requestTestModal .modal-dialog .modal-header .block_01 {
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
  position: relative;
  display: none;
  overflow: hidden;
}

#requestTestModal .modal-dialog .modal-header .block_01 .dots_block {
  position: relative;
  margin-top: 2rem;
}

#requestTestModal .modal-dialog .modal-header .block_01:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 116%;
  top: 20px;
  left: -20px;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  background-color: #ff6e0f;
}

#requestTestModal .modal-dialog .modal-header .block_02 {
  height: 120px;
  padding: 0 2rem;
  /*width: 100%;
        max-width: 273px;*/
  display: none;
  position: relative;
  overflow: hidden;
}

#requestTestModal .modal-dialog .modal-header .block_02:after {
  content: '';
  position: absolute;
  left: 0;
  top: 60px;
  border: 16px solid transparent;
  border-left: 11px solid #ff6e0f;
  z-index: 99;
}

#requestTestModal .modal-dialog .modal-header .block_02:before {
  content: '';
  position: absolute;
  height: 139%;
  width: 117%;
  background-repeat: no-repeat;
  top: 5px;
  left: -8px;
  -webkit-transform: rotate(-2.5deg);
  -moz-transform: rotate(-2.5deg);
  -ms-transform: rotate(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotate(-2.5deg);
  background-color: #fdd033;
}

#requestTestModal .modal-dialog .modal-header .quest {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #fff;
  margin-right: 1rem;
  margin-left: 0.5rem;
}

#requestTestModal .modal-dialog .modal-header .percent {
  display: none;
}

#requestTestModal .modal-dialog .modal-header.header_main {
  background-image: url(img/modal/bg-head-form.png);
  background-repeat: no-repeat;
  height: 7rem;
  border: none;
}

#requestTestModal .modal-dialog .modal-header.header_main .percent {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
}

#requestTestModal .modal-dialog .modal-header.header_main .percent .number {
  font-size: 10rem;
}

#requestTestModal .modal-dialog .modal-header.header_main .percent .number i {
  width: 41px;
  height: 44px;
  background-image: url(img/modal/percent-b.png);
  margin-top: 3.5rem;
}

#requestTestModal .modal-dialog .modal-body {
  background-image: url(img/modal/bg-form.png);
  background-repeat: no-repeat;
  background-position: left -120px;
  background-color: #f2f2f2;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item.main .title_under,
#requestTestModal .modal-dialog .modal-body .form-carousel .item.last .title_under {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
  letter-spacing: 2.5px;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item.main .title_under_2,
#requestTestModal .modal-dialog .modal-body .form-carousel .item.last .title_under_2 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item.main .start,
#requestTestModal .modal-dialog .modal-body .form-carousel .item.last .start {
  margin-top: 3rem;
  height: 60px;
  max-width: 360px;
  width: 100%;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item.last .title_under {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: none;
  margin-top: 1.5rem;
  letter-spacing: 1px;
  height: 4rem;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item .title {
  font-size: 1.25rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item .form {
  margin-top: 2rem;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item .form .form-group {
  margin-bottom: 0.5rem;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item input[type=radio] {
  position: absolute;
  left: -9999px;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item input[type=radio] + label {
  font-size: 1.06rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  padding-left: 1rem;
  color: #000;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item input[type=radio] + label:before {
  position: absolute;
  content: " ";
  height: 18px;
  width: 18px;
  left: 0;
  top: 2px;
  background-image: url(img/modal/radio.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

#requestTestModal .modal-dialog .modal-body .form-carousel .item input[type=radio]:checked + label:before {
  background-image: url(img/modal/radio-checked.png);
  background-position: center;
  background-repeat: no-repeat;
}

#requestTestModal .modal-dialog .modal-body #next {
  display: none;
}

#requestTestModal .modal-dialog .modal-body #next,
#requestTestModal .modal-dialog .modal-body .start {
  font-size: 1.06rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #f1cf46;
  height: 60px;
  width: 155px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 2rem;
}

#requestTestModal .modal-dialog .modal-body #next:hover,
#requestTestModal .modal-dialog .modal-body .start:hover {
  cursor: pointer;
}

#requestTestModal .modal-dialog #dotsForm {
  counter-reset: list;
  background-image: url(img/modal/bg-line.jpg);
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#requestTestModal .modal-dialog #dotsForm button {
  border: 4px solid #ff6e0f;
  -webkit-box-shadow: 0 0 0px 1.5px #E35602 inset;
  -moz-box-shadow: 0 0 0px 1.5px #E35602 inset;
  box-shadow: 0 0 0px 1.5px #E35602 inset;
  background: #ff6e0f;
  outline: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 12px;
  pointer-events: none;
}

#requestTestModal .modal-dialog #dotsForm button:after {
  /*content: "";*/
  /*height: 1px;*/
  /*width: 20px;*/
  /*background: #000;*/
}

#requestTestModal .modal-dialog #dotsForm button span {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1.25rem;
}

#requestTestModal .modal-dialog #dotsForm button span:after {
  counter-increment: list;
  content: "0" counter(list);
}

#requestTestModal .modal-dialog #dotsForm button.active {
  background-color: #FDD033;
}

#requestTestModal .modal-dialog #dotsForm button.active span {
  color: #000;
}

#requestTestModal .modal-dialog #dotsForm button:first-child {
  margin-left: 0;
}

#requestTestModal .modal-dialog #dotsForm button:last-child {
  margin-right: 0;
}

#requestTestModal .percent {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  position: relative;
  margin-top: 2rem;
}

#requestTestModal .percent .text {
  margin-right: 1rem;
}

#requestTestModal .percent .number {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#requestTestModal .percent i {
  width: 25px;
  height: 27px;
  font-style: normal;
  background-image: url(img/modal/percent.png);
  display: block;
  margin-top: 2rem;
  margin-left: 0.5rem;
}

#requestTestModal .form_test_feedback {
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
}

#requestTestModal .form_test_feedback .form-control {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  color: #000;
  border: none;
  height: 46px;
  margin: 0.5rem 0;
}

#requestTestModal .form_test_feedback .form-check label {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 200;
  color: #5e5e5f;
  font-size: 0.875rem;
}

#requestTestModal .form_test_feedback .form-check input[type=checkbox] {
  position: absolute;
  left: -9999px;
}

#requestTestModal .form_test_feedback .form-check input[type=checkbox] + span {
  padding-left: 1rem;
}

#requestTestModal .form_test_feedback .form-check input[type=checkbox] + span:before {
  position: absolute;
  content: " ";
  height: 18px;
  width: 18px;
  left: 0;
  top: 1px;
  background: url(img/modal/checkbox.jpg) -18px 0 no-repeat;
  z-index: 1;
}

#requestTestModal .form_test_feedback .form-check input[type=checkbox]:checked + span:before {
  background-position: 0 0;
}

#requestTestModal .form_test_feedback .btn-send {
  font-size: 1.06rem;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  background: #FDD033;
  width: 245px;
  height: 60px;
  letter-spacing: 1.2px;
}

#requestTestModal .form_test_feedback .notive_feedback {
  background: #ff6e0f;
  padding: 1rem 0;
  color: #fff;
  margin-top: 2rem;
  font-size: 1.25rem;
}

#requestTestModal .form_test_feedback .notive_feedback .h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 0;
}

#requestTestModal .notive_feedback {
  background: #005633;
  padding: 1rem 0;
  color: #fff;
}

#requestTestModal .red {
  color: #dc3545;
}

#requestTestModal .disabled {
  pointer-events: none;
  background-color: #fdd03345 !important;
  color: #000000bd !important;
}

@media (min-width: 500px) {
  #mobile-menu .top-block {
    /*max-width: 372px;*/
    /*width: 100%;*/
  }

  #mob-menu-cont {
    /*max-width: 372px;*/
    /*max-width: 500px;*/
  }

  #mobile-menu .mobile-menu-under > li:not(.level-1).callback a {
    padding: 0 !important;
  }
}

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

  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }

  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: -webkit-calc(100% - 3.5rem);
    max-height: -moz-calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: -webkit-calc(100vh - 3.5rem);
    max-height: -moz-calc(100vh - 3.5rem);
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: -webkit-calc(100% - 3.5rem);
    min-height: -moz-calc(100% - 3.5rem);
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: -webkit-calc(100vh - 3.5rem);
    height: -moz-calc(100vh - 3.5rem);
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

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

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

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

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

@media (min-width: 700px) {
  body:not(.main) #section_12 .slider_border {
    /*margin-left: 50px;*/
  }
}

@media (min-width: 767px) {
  #requestTestModal .modal-dialog {
    padding-right: 2rem;
  }
}

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

  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }

  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

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

  .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) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    -ms-flex-order: 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%;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .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-xl-left {
    text-align: left !important;
  }

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

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

  .mega_menu_services,
  .services_block ul {
    padding-left: 0 !important;
  }

  #feedback_block {
    border-bottom: 1px solid #4D5054;
  }

  #feedback_block a .static_img {
    display: none;
  }

  #section_01 #slider_block .slider_arrow_block {
    display: none;
  }

  #section_08 .slider_08 {
    max-width: 1245px;
    width: 100%;
  }

  #section_08 .slider_08 .clients_block .data .fio:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 60px;
    bottom: -1px;
    background-image: url(img/line-orange.png);
    background-repeat: no-repeat;
  }

  footer .container {
    height: 140px;
    padding-top: 2rem;
  }

  footer .container #right_footer #soc_footer {
    padding-left: 5rem;
    margin-right: -2.5rem;
  }

  footer .container #right_footer #phone_footer {
    /* margin-right: -4.5rem; */
    /* padding-left: 4.9rem; */
    margin-top: -0.6rem;
  }

  body:not(.main) #feedback_block {
    background: #F2F2F2;
    border-bottom: none;
  }

  body:not(.main) #feedback_block .static_img {
    /*@media (max-width: 1199px) {
          display: block;
          padding-left: 4rem;
          width: 100px;
          margin-right: 1rem;
          img {
            width: 100%;
          }
        }*/
  }

  body:not(.main) #feedback_block a {
    color: #14171c;
  }

  body:not(.main) #feedback_block a b.icon_container {
    background: #0A1016;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*@media (max-width: 1199px) {
            display: none;
          }*/
  }

  .iselement article .container.container_css,
  .articles article .container.container_css,
  .osoootsentrstandart article .container.container_css,
  .company article .container.container_css {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .historytrts article .container.container_css .row,
  .iselement article .container.container_css .row,
  .articles article .container.container_css .row,
  .osoootsentrstandart article .container.container_css .row,
  .company article .container.container_css .row,
  .obrabotkapersonalnykhdannykh article .container.container_css .row,
  .policy article .container.container_css .row {
    padding-left: 1rem;
  }

  .service_section #menu_services {
    min-height: 500px;
  }

  .service_section #menu_services .block-01.three_col {
    padding-right: 0rem !important;
  }

  .service_section #menu_services .block-02 #under_menu_script {
    /*padding-left: 7rem;*/
  }

  .service_section #menu_services .block-02 #under_menu_script ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-type: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .feedback-line {
    margin-bottom: 3rem;
  }

  .feedback-line .line_01 {
    margin-right: -1rem;
  }

  .feedback-line .line_01 > div {
    height: 80px;
  }

  .feedback-line .line_01 > div.block-01 {
    width: 286px;
  }

  .feedback-line .line_01 > div.block-02 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .feedback-line .line_01 > div.block-03 {
    width: 443px;
  }

  .container {
    max-width: 1545px;
  }

  .container-slider {
    max-width: 1460px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  body:not(.main) #feedback_block .static_img {
    display: none;
  }
}

@media (min-width: 1500px) {
  .show_tag {
    margin-left: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 1575px) {
  header #top_line .menu_search {
    padding-right: 1rem;
  }

  #header #callback {
    margin-right: 1rem;
  }
}

@media (max-width: 1350px) {
  #section_08 .our_clients_block .owl-nav,
  #section_08 .our_clients_block #customNav03 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .list_round_number ul,
  ol,
  ul.listaround {
    padding-left: 0;
    padding-right: 0;
  }

  .list_round_number ul > li,
  ol > li,
  ul.listaround > li {
    padding-bottom: 0.6rem;
  }

  .list_round_number ul > li span,
  ol > li span,
  ul.listaround > li span {
    padding-left: 1.6rem;
  }

  .list_round_number ul > li:before,
  ol > li:before,
  ul.listaround > li:before {
    width: 17px;
    height: 17px;
    font-size: 0.6rem;
    top: 0px;
  }

  ul.etapi li,
  .etapi ul li {
    padding: 0.5rem 3rem 1rem 1rem;
    line-height: 21px;
  }

  aside {
    display: none !important;
  }

  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .slider_border {
    margin: 2rem auto 0;
  }

  .bx-breadcrumb {
    font-size: 0.6rem;
  }

  .notice,
  blockquote {
    padding-left: 0rem;
    padding-right: 0;
    padding-top: 1.9rem;
    line-height: 24px;
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .notice:before,
  blockquote:before {
    position: absolute;
    top: 5px;
    height: 15px;
    margin-left: 10px;
    width: 34px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .under_title_small {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    padding-top: 1rem !important;
    line-height: 22px;
  }

  ul:not(.list_arrow):not(.none_list) li {
    padding-left: 1.5rem;
  }

  .list_round_number {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .block_single_01 {
    padding-left: 1rem !important;
    margin-left: 0 !important;
    line-height: 22px;
  }

  .block_single_01 .title {
    padding-bottom: 0.8rem;
  }

  .block_single_02 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    line-height: 22px;
    padding-top: 0;
  }

  .list_round_number {
    line-height: 23px;
  }

  .list_round_number .title {
    padding-bottom: 1.1rem;
  }

  .download {
    padding-left: 3rem !important;
    padding-right: 1rem !important;
    line-height: 23px;
    padding-top: 1.6rem !important;
    margin-left: 3rem;
  }

  .download:before {
    width: 80px;
    height: 100px;
    top: 15px;
    left: -46px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .epilog:before {
    display: none;
  }

  .etapi .title {
    padding-bottom: 0;
  }

  .etapi {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: 0 !important;
    margin-top: 0.3rem;
  }

  .mega_menu_services .level-2,
  .services_block ul .level-2 {
    margin-bottom: 15px;
  }

  .mega_menu_services .level-2 a,
  .services_block ul .level-2 a {
    font-size: 1rem;
    letter-spacing: 0.6px;
    line-height: 22px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .mega_menu_services {
    padding-left: 1.5rem !important;
  }

  .mega_menu_services:not(.three_col_value) .level-2 .link a {
    pointer-events: none;
  }

  .mega_menu_services .level-2 a:after {
    width: 22px;
    height: 22px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }

  .mega_menu_services .level-2.active .submenu,
  .mega_menu_services .level-2.active_single .submenu {
    display: block;
  }

  .mega_menu_services.three_col_value {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin-left: 1rem;
  }

  .mega_menu_services.three_col_value .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .mega_menu_services.three_col_value li .link {
    width: 100%;
  }

  .sitemap h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 1rem;
  }

  .sitemap .breadcrumb-block {
    padding-top: 0;
  }

  .section_css {
    width: 100%;
  }

  .section_css {
    width: 100%;
  }

  #feedback_block .col-12 {
    padding-left: 0 !important;
  }

  #feedback_block a {
    font-size: 1.4rem;
    height: 75px;
    letter-spacing: 2px;
    padding-left: 0 !important;
  }

  #feedback_block a span {
    margin-left: 0.5rem;
    letter-spacing: 1px;
  }

  #feedback_block a .icon_container {
    display: none;
  }

  #feedback_block a .static_img {
    display: block;
    padding-left: 3rem;
    width: 95px;
    margin-right: 1rem;
    height: 40px;
    text-align: center;
  }

  #feedback_block a .static_img img {
    /* width: 100%; */
    height: 100%;
  }

  #feedback_block .col-12 {
    border-bottom: 1px solid #404348;
  }

  .main .slider_border {
    max-width: 270px;
    padding: 14px 44px 55px;
  }

  .main #slick-slider div.slide div.information {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -86px;
  }

  .main #slick-slider div.slide div.information img {
    width: 100%;
  }

  #section_01 #slider_block #slogan_slider {
    font-size: 0.9rem;
    letter-spacing: 1.2px;
    bottom: 45px;
  }

  #section_01 #slider_block {
    height: 381px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #section_01 #slider_block #drag-pagination {
    display: none;
  }

  #section_02 {
    padding: 2.1rem 1rem 2rem;
  }

  #section_02 .left_block {
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: -0.8rem;
    padding-left: 0 !important;
  }

  #section_02 .left_block .number {
    font-size: 6rem;
  }

  #section_02 .left_block .slogan {
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 28px;
    padding-left: 0 !important;
  }

  #section_02 .left_block .advantage {
    font-size: 0.9rem;
    padding-bottom: 0 !important;
    padding-top: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
    font-weight: 200;
  }

  #section_02 .left_block .advantage ul li div {
    line-height: 22px;
    margin-top: 0 !important;
  }

  #section_02 .left_block .advantage ul li div:last-child {
    padding-left: 1rem !important;
    letter-spacing: 0.8px;
  }

  #section_02 .left_block .advantage ul li div.ico {
    width: 19px;
    margin-right: 0;
  }

  #section_02 .left_block .text {
    font-size: 0.9rem;
    padding-left: 0.3rem !important;
    line-height: 22px;
    letter-spacing: 0.9px;
    padding-right: 0 !important;
  }

  #section_02 .slider {
    padding-left: 0 !important;
    margin-top: 0;
  }

  #section_02 .slider .owl-nav button {
    height: 42px;
    width: 45px;
  }

  #section_02 .slider .owl-nav button img {
    max-height: 100%;
    max-width: 100%;
  }

  #section_03 .container {
    padding-top: 2.5rem;
    background-position: center top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding-bottom: 0;
  }

  #section_03 .container .own_testing_center .title {
    line-height: 33px;
    font-size: 2rem;
    letter-spacing: 0px;
  }

  #section_03 .container .own_testing_center .slider_03 {
    padding: 2.5rem 0 1rem;
  }

  #section_04 {
    line-height: 41px;
    padding: 2rem 0 0;
  }

  #section_04 .video {
    margin-bottom: 0;
  }

  #section_04 .video .video_block {
    margin-top: 3rem;
  }

  #section_04 .text_block {
    padding-top: 1rem;
    max-width: none;
    margin-left: -0.8rem;
    padding-left: 0 !important;
    margin-bottom: 0rem;
    padding-bottom: 2rem;
  }

  #section_04 .block .number {
    font-size: 6rem;
  }

  #section_04 .block .title {
    line-height: 33px;
    font-size: 2rem;
    letter-spacing: 0px;
  }

  #section_04 .block .slogan {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-left: 0.3rem;
    line-height: 27px;
    padding-top: 1rem !important;
    margin-left: 0.2rem;
  }

  #section_04 .block .advantage {
    margin-left: -7px;
  }

  #section_04 .block .advantage ul {
    margin-bottom: 0 !important;
  }

  #section_04 .block .advantage ul li {
    padding-top: 0 !important;
  }

  #section_04 .block .advantage ul li div:last-child {
    padding-left: 1rem !important;
  }

  #section_04 .block .advantage ul li div {
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 22px;
    margin-left: 0rem !important;
    margin-top: 0 !important;
    width: -webkit-calc(100% - 17px);
    width: -moz-calc(100% - 17px);
    width: calc(100% - 17px);
  }

  #section_04 .block .advantage ul li div.ico {
    width: 17px;
  }

  #section_04 .block .text {
    font-size: 1rem;
    line-height: 21px;
    margin-left: -15px;
  }

  #section_05 {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  #section_05 .blocks > div {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 0.6rem;
  }

  #section_05 .title {
    line-height: 33px;
    font-size: 2rem;
    letter-spacing: 0px;
    padding-bottom: 1.5rem;
  }

  #section_05 .inner .line {
    padding: 0;
    margin-top: -5px;
  }

  #section_05 .inner .img {
    margin-bottom: -0.5rem;
  }

  #section_05 .inner .img img {
    width: 56px;
  }

  #section_05 .inner .title_inner {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  #section_05 .inner .descr {
    font-size: 0.8rem;
    letter-spacing: 0px;
    line-height: 18px;
    padding: 0 0.5rem;
  }

  #section_06 {
    height: 245px;
  }

  #section_07 {
    padding-top: 0px;
    margin-top: -4.5rem;
    padding-bottom: 3rem;
  }

  #section_07 .title {
    letter-spacing: 2px;
    font-size: 1.7rem;
  }

  #section_07 .block {
    padding-top: 1rem;
  }

  #section_07 .block .left_block .img {
    padding-bottom: 1.5rem;
    height: 113px;
    padding-left: 0 !important;
    padding-top: 1.3rem;
  }

  #section_07 .block .left_block .img img {
    width: auto;
    height: 100%;
  }

  #section_07 .block .left_block .text {
    font-size: 1.3rem;
    padding-left: 0.6rem;
    margin-left: 0rem;
    padding-top: 0.9rem !important;
    letter-spacing: 1.6px;
  }

  #section_07 .block .left_block .text > div {
    padding-left: 0 !important;
  }

  #section_07 .block .left_block .links {
    padding-left: 0.2rem !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #section_07 .block .left_block .links a {
    font-size: 1rem;
    word-wrap: break-word;
    padding: 0.2rem 0;
    letter-spacing: -0.3px;
  }

  #section_08 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #section_08 .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #section_08 .title {
    padding-top: 3rem;
    letter-spacing: 2px;
    font-size: 1.7rem;
  }

  #section_08 .slider_08 .owl-stage-outer {
    padding: 2rem 0 0;
    background: none;
  }

  #section_08 .slider_08 .clients_block {
    margin-left: 3rem;
    height: 302px;
    margin-top: 3.5rem;
  }

  #section_08 .slider_08 .clients_block .face a {
    width: 144px;
    height: 144px;
  }

  #section_08 .slider_08 .clients_block .data {
    width: 100%;
    margin-left: 1.5rem;
  }

  #section_08 .slider_08 .clients_block .data .fio {
    font-size: 1.2rem;
    letter-spacing: 2px;
    padding-left: 0.5rem;
    height: 77px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0.4rem;
  }

  #section_08 .slider_08 .clients_block .data .descr {
    font-size: 0.9rem;
    letter-spacing: 0px;
  }

  #section_08 .slider_08 .clients_block .data .data_bottom {
    padding-left: 0.5rem;
  }

  #section_08 .owl-dots {
    margin-top: 0;
  }

  #section_11 .container_inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #section_11 {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #section_11 .container {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    background-image: none;
  }

  #section_11 .container .title {
    line-height: 35px;
    letter-spacing: 2px;
    font-size: 1.7rem;
    font-weight: 200;
  }

  #section_11 .container .line {
    padding: 0.8rem 0;
  }

  #section_11 .container .decr_section {
    font-size: 1rem;
    padding-top: 0;
    line-height: 19px;
  }

  #section_11 .container .phone_section {
    font-size: 1.1rem;
  }

  #section_11 .container form {
    font-size: 1rem;
    max-width: 406px;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }

  #section_11 .container form input[type=email],
  #section_11 .container form input[type=tel],
  #section_11 .container form input[type=text] {
    height: 40px;
    margin: 3px 0;
  }

  #section_11 .container form .line_01 .file-upload {
    height: 40px;
  }

  #section_11 .container form .line_01 .file-upload span:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox] + span {
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }

  #section_11 .container form .line_02 [for=personal_confirm] input[type=checkbox] + span:before {
    top: 0px;
    background: url(img/checkbox_big.jpg) -22px 0 no-repeat;
    height: 22px;
    width: 22px;
  }

  #section_11 .container form .line_02 button.btn {
    font-size: 1.625rem;
    width: 100%;
    margin-top: 2rem;
    height: 47px;
  }

  #section_11 .container form .line_02 button.btn input {
    letter-spacing: 1px;
  }

  footer .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 1rem;
  }

  footer .container #left_footer .text {
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 21px;
  }

  footer .container #left_footer a {
    font-size: 1rem;
  }

  footer .container #right_footer {
    padding-top: 0;
  }

  footer .container #right_footer #soc_footer {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  footer .container #right_footer #soc_footer a {
    width: 40px;
    height: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  footer .container #right_footer #soc_footer a.youtube {
    background-image: url(img/soc-big.png);
    background-position: -41px 0px;
  }

  footer .container #right_footer #soc_footer a.instagram {
    background-image: url(img/soc-big.png);
  }

  footer .container #right_footer #phone_footer {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
  }

  footer .container #right_footer #phone_footer > div {
    padding-right: 0.5rem !important;
  }

  footer .container #right_footer #phone_footer i {
    background-image: url(img/phone-big.png);
    width: 15px;
    height: 21px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0;
  }

  footer .container #right_footer #phone_footer .phone,
  footer .container #right_footer #phone_footer a {
    font-size: 0.9rem;
    letter-spacing: 0px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  footer .container #right_footer #phone_footer a:last-child {
    margin-left: 1rem;
  }

  footer .container #right_footer #email_footer {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    width: 100%;
  }

  footer .container #right_footer #email_footer > div:first-child {
    padding-right: 0.5rem !important;
  }

  footer .container #right_footer #email_footer i {
    background-image: url(img/mail-big.png);
    width: 12px;
    height: 12px;
    margin-top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  footer .container #right_footer #email_footer .email,
  footer .container #right_footer #email_footer a {
    font-size: 0.8rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #footer_callback {
    margin-top: 1.5rem;
  }

  body:not(.main) #section_12 .attestats {
    margin-top: 2rem;
  }

  body:not(.main) .slider_07.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 100%;
  }

  #section_12 {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  #section_12 .slider_border {
    max-width: 270px;
    padding: 14px 44px 55px;
  }

  .search-page .search_line_01 {
    height: auto;
  }

  .search-page .search_line_01 .search_inner h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 1rem;
  }

  .search-page .search_line_01 .search_inner form .search-page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-page .search_line_01 .search_inner form .search-page-form:before {
    margin-top: -29px;
    left: 13px;
  }

  .search-page .search_line_01 .search_inner form .search-page-form .form-control {
    width: 100%;
    padding-left: 40px;
  }

  .search-page .search_line_01 .search_inner form .search-page-form .btn-primary {
    width: 100%;
  }

  .historytrts article .container.container_css.breadcrumb-block,
  .iselement article .container.container_css.breadcrumb-block,
  .articles article .container.container_css.breadcrumb-block,
  .osoootsentrstandart article .container.container_css.breadcrumb-block,
  .company article .container.container_css.breadcrumb-block,
  .obrabotkapersonalnykhdannykh article .container.container_css.breadcrumb-block,
  .policy article .container.container_css.breadcrumb-block {
    padding-left: 1rem !important;
  }

  .historytrts article .container.container_css section,
  .iselement article .container.container_css section,
  .articles article .container.container_css section,
  .osoootsentrstandart article .container.container_css section,
  .company article .container.container_css section,
  .obrabotkapersonalnykhdannykh article .container.container_css section,
  .policy article .container.container_css section {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .historytrts article .container.container_css aside,
  .iselement article .container.container_css aside,
  .articles article .container.container_css aside,
  .osoootsentrstandart article .container.container_css aside,
  .company article .container.container_css aside,
  .obrabotkapersonalnykhdannykh article .container.container_css aside,
  .policy article .container.container_css aside {
    width: 100%;
    margin-left: 0;
  }

  .historytrts .bx-breadcrumb,
  .iselement .bx-breadcrumb,
  .articles .bx-breadcrumb {
    padding: 1rem 0;
    margin: 0;
  }

  .historytrts h1,
  .iselement h1,
  .articles h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 1rem;
  }

  .historytrts article,
  .iselement article,
  .articles article {
    padding-top: 0;
  }

  body:not(.main).contacts #section_12 .attestats {
    margin-top: 2rem;
  }

  .articles main article {
    padding-top: 1.5rem;
  }

  .contact_block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact_block h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 0;
  }

  .contact_block .data {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .contact_block .map {
    height: 400px;
    width: 100%;
    margin-left: 0;
  }

  .service_section p,
  .service_section ul,
  .service_section h2,
  .service_section h3 {
    padding-left: 0;
  }

  .service_section .bx-breadcrumb {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service_section .h1,
  .service_section h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 1.2rem;
    letter-spacing: 0px;
    padding-left: 1rem;
  }

  .service_section #menu_services.three_col_in_menu .block-01 {
    padding: .5rem 0 0 !important;
  }

  .service_section #menu_services .block-01 {
    padding: 0.5rem 0 0 0 !important;
    overflow: hidden;
    max-width: none;
  }

  .service_section #menu_services .block-02 {
    width: 100%;
    display: none;
  }

  .service_section .description-services {
    margin-left: 0;
  }

  .service_section .description-services h1,
  .service_section .description-services .h1 {
    text-align: left;
    /*padding-top: 1.5rem;*/
    padding-top: 2rem;
    padding-bottom: 0.7rem;
  }

  .service_section .description-services h1 + blockquote,
  .service_section .description-services h1 + p,
  .service_section .description-services .h1 + blockquote,
  .service_section .description-services .h1 + p {
    margin-top: 1rem;
  }

  .service_section .description-services .under_title {
    text-align: left;
    line-height: 21px;
  }

  .service_section .description-services .block_table {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .service_section .description-services .block_table > div:nth-child(1) {
    padding-bottom: 1.5rem;
    width: 100%;
    padding-right: 0;
  }

  .service_section .description-services .block_table > div:nth-child(2) {
    width: 100%;
    line-height: 21px;
  }

  .feedback-line .line_01 > div.block-01 {
    font-size: 1.5rem;
    padding: 1.6rem 0 0rem;
    letter-spacing: 2px;
  }

  .feedback-line .line_01 > div.block-02 {
    font-size: 1rem;
    text-align: center;
  }

  .feedback-line .line_01 > div.block-03 {
    font-size: 0.8rem;
    padding: 1.4rem 0 2.3rem;
  }

  .feedback-line .line_01 > div.block-03 a {
    /*padding: 0.6rem 0;*/
  }

  .feedback-line .line_01 > div.block-03 a span {
    margin: 0 1.5rem 0 1.8rem;
    letter-spacing: -0.5px;
  }

  .iselement main h1,
  .articles main h1 {
    /* padding-left: 1rem;*/
    /* padding-right: 1rem;*/
    font-size: 2rem;
    line-height: 31px;
  }

  .iselement main article,
  .articles main article {
    padding-top: 0;
  }

  .iselement main article section > p,
  .iselement main article section > ul,
  .iselement main article section > h2,
  .iselement main article section > h3,
  .iselement main article section > .c-float,
  .iselement main article section > .price_block,
  .articles main article section > p,
  .articles main article section > ul,
  .articles main article section > h2,
  .articles main article section > h3,
  .articles main article section > .c-float,
  .articles main article section > .price_block {
    padding-left: 0;
  }

  .iselement main article section > div[id*=bx_incl_] > p,
  .iselement main article section > div[id*=bx_incl_] > ul,
  .iselement main article section > div[id*=bx_incl_] > h2,
  .iselement main article section > div[id*=bx_incl_] > h3,
  .iselement main article section > div[id*=bx_incl_] > .c-float,
  .iselement main article section > div[id*=bx_incl_] > .price_block,
  .articles main article section > div[id*=bx_incl_] > p,
  .articles main article section > div[id*=bx_incl_] > ul,
  .articles main article section > div[id*=bx_incl_] > h2,
  .articles main article section > div[id*=bx_incl_] > h3,
  .articles main article section > div[id*=bx_incl_] > .c-float,
  .articles main article section > div[id*=bx_incl_] > .price_block {
    padding-left: 0;
  }

  .iselement .notice:after,
  .articles .notice:after {
    top: 20px;
  }

  .iselement .notice:before,
  .articles .notice:before {
    margin-left: -15px;
    top: 13px;
  }

  .iselement .notice,
  .articles .notice {
    margin-left: 0 !important;
    margin-top: 0;
    padding-left: 1rem !important;
    line-height: 23px;
    padding-bottom: 1.7rem;
    margin-bottom: 1rem;
    padding-top: 2.5rem;
  }

  .iselement .list_round_number,
  .articles .list_round_number {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .iselement .list_round_number .title,
  .articles .list_round_number .title {
    padding-left: 0;
  }

  .iselement .list_round_number ul,
  .articles .list_round_number ul {
    padding-left: 0 !important;
  }

  .slider_element {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .price {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .price .title {
    padding-bottom: 1rem;
  }

  .price .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price .table .title span {
    padding-left: 0;
    font-size: 0.8rem;
  }

  .price div[class*=col] {
    max-width: 100% !important;
    border-bottom: 1px solid #D8D8D8;
  }

  .price div[class*=col]:last-child {
    border-bottom: none;
  }

  .price div[class*=col] .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .price div[class*=col] .row > div {
    width: 50%;
    height: auto;
    padding: 0;
    margin: 0;
    min-height: 65px;
    padding-left: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8rem;
  }

  .services_block {
    border-top: none;
    padding-left: 1rem !important;
    margin-top: 2.5rem;
  }

  .services_block .title {
    font-size: 2rem;
    text-align: center;
  }

  .services_block:before {
    width: 62px;
    height: 113px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    top: 9px;
    left: 18px;
  }

  .services_block {
    margin-left: 0 !important;
  }

  .price_block:before {
    display: none;
  }

  .simplepage section div[class*=search_line_] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .company article,
  .osoootsentrstandart article {
    padding-top: 0;
  }

  .company h1,
  .osoootsentrstandart h1 {
    font-size: 2rem;
    line-height: 31px;
    margin-bottom: 1rem;
  }

  .company .items-list .item,
  .osoootsentrstandart .items-list .item {
    width: 50%;
  }

  table.r-price,
  table.r-price-3,
  table.r-price-4 {
    border: 0;
    width: 100%;
    margin: 0;
  }

  table.r-price thead,
  table.r-price-3 thead,
  table.r-price-4 thead {
    display: none;
  }

  table.r-price tr,
  table.r-price-3 tr,
  table.r-price-4 tr {
    margin-bottom: 10px;
    display: block;
    padding: 0;
  }

  table.r-price td,
  table.r-price-3 td,
  table.r-price-4 td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right;
    font-size: 0.8rem;
    border: none;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    padding-right: 1rem;
    padding-left: 0;
  }

  table.r-price td:last-child,
  table.r-price-3 td:last-child,
  table.r-price-4 td:last-child {
    border-bottom: 0;
  }

  table.r-price td:before,
  table.r-price-3 td:before,
  table.r-price-4 td:before {
    content: attr(data-label);
    font-weight: 500;
    font-size: .8rem;
    width: 100%;
    max-width: 130px;
    height: 100%;
    padding-left: 1rem;
    margin-right: 1rem;
    padding-right: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    border-bottom: 3px solid #f46e21;
    text-align: left;
  }

  #requestTestModal .modal-dialog .modal-body .form-carousel .item input[type=radio] + label {
    /* font-size: 0.9rem;*/
    /* padding-left: 1.5rem;*/
  }
}

@media (max-width: 1000px) {
  body:not(.main) #section_12 .bg {
    margin-top: 6rem;
  }
}

@media (max-width: 991px) {
  #requestTestModal .modal-dialog {
    max-width: 700px;
  }

  #requestTestModal .modal-dialog .modal-body .form-carousel .item.main .title_under,
  #requestTestModal .modal-dialog .modal-body .form-carousel .item.last .title_under {
    margin-top: 2.5rem;
  }
}

@media (max-width: 768px) {
  .company .items-list .item,
  .osoootsentrstandart .items-list .item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mega_menu_services.three_col_value {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }

  .mega_menu_services.three_col_value .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 766px) {
  #requestTestModal button.close {
    right: 0;
  }

  #requestTestModal .modal-dialog {
    margin-top: 3rem;
  }

  #requestTestModal .modal-dialog .modal-header .block_01 {
    background-color: #ff6e0f;
    height: 100px;
  }

  #requestTestModal .modal-dialog .modal-header .block_01 .dots_block {
    margin-top: 0;
    width: 100%;
  }

  #requestTestModal .modal-dialog .modal-header .block_01:before {
    display: none;
  }

  #requestTestModal .modal-dialog .modal-header .block_02 {
    /* max-width: none;*/
    background-color: #fdd033;
    height: 100px;
    width: 100%;
  }

  #requestTestModal .modal-dialog .modal-header .block_02:after {
    display: none;
  }

  #requestTestModal .modal-dialog .modal-header .block_02:before {
    display: none;
  }

  #requestTestModal .modal-dialog .modal-header .block_02 .number {
    margin-top: 7px;
  }

  #requestTestModal .modal-dialog .modal-header .block_02 .percent {
    margin-top: 0;
  }

  #requestTestModal .modal-dialog .modal-body .form-carousel .item .title {
    font-size: 1rem;
  }

  #requestTestModal .modal-dialog .modal-body #next,
  #requestTestModal .modal-dialog .modal-body .start {
    margin: 2rem auto 0;
  }

  #requestTestModal .modal-dialog #dotsForm button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
}

@media (max-width: 700px) {
  #section_06 {
    height: 137px;
  }
}

@media (max-width: 600px) {
  .slider_border .slider_border_cont .text {
    left: -100px;
    font-size: 0.8rem;
    bottom: 69px;
    letter-spacing: 0.5px;
  }

  body:not(.main) #attestat_block .text {
    bottom: 63px;
    left: -94px;
  }
}

@media (max-width: 575px) {
  .show_tag {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .price_block .docs .docs_line_01 ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

@media (max-width: 500px) {
  footer .container #right_footer #phone_footer a:last-child {
    margin-left: 0.5rem;
    padding-left: 0 !important;
  }

  header #header_mobile .logo_block {
    padding-left: 1.3rem;
    margin-right: 0.3rem;
    max-width: 159px;
  }

  header #header_mobile .logo_block #logo_mobile {
    padding: 0 !important;
  }

  header #header_mobile .phone_block {
    padding: 0 !important;
  }

  header #header_mobile .phone_block #phone_mobile {
    margin: 0 !important;
  }

  header #header_mobile .phone_block #phone_mobile a {
    font-size: 0.8rem;
  }

  header #header_mobile .phone_block #phone_mobile a:last-child {
    margin-left: 0.2rem;
  }

  body:not(.main) #section_12 .bg {
    margin-top: 5rem;
  }
}

@media (max-width: 450px) {
  #section_08 .slider_08 .clients_block {
    height: auto;
    margin-left: 0;
  }

  #section_08 .slider_08 .clients_block .face,
  #section_08 .slider_08 .clients_block .data {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  #section_08 .slider_08 .clients_block .data .data_bottom {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  #section_09 {
    height: 60px;
  }
}

@media (max-width: 400px) {
  header #header_mobile .logo_block {
    max-width: 115px;
  }

  body:not(.main) #section_12 .bg {
    margin-top: 3rem;
  }

  #mobile-menu .top-block {
    /* max-width: 250px;*/
  }

  #mob-menu-cont {
    /*max-width: 250px;*/
  }
}

@media (max-width: 399px) {
  #mobile-menu .mobile-menu-under > li:not(.level-1).callback a {
    padding-left: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .show_tag {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  header #top_line .block_menu {
    max-width: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #header .header_address {
    display: none !important;
  }
}

@media (min-width: 1200px) and (max-width: 1575px) {
  .historytrts article .container.container_css .row,
  .iselement article .container.container_css .row,
  .articles article .container.container_css .row,
  .osoootsentrstandart article .container.container_css .row,
  .company article .container.container_css .row,
  .obrabotkapersonalnykhdannykh article .container.container_css .row,
  .policy article .container.container_css .row {
    padding-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

@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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}